/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
    ## Core Widgets
    ## NewsbuilderPosts Widget
    ## NewsbuilderBanners Widget
    ## NewsbuilderRecent Posts Widget
# Content
    ## Posts and pages
      ## Author Box
	## Asides
	## Comments
# Infinite scroll
# Modules
    ## Recent Posts
    ## Related Posts
    ## News Ticker
    ## Breadcrumbs
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.margin-top {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #001936;
	font-family: "Nunito Sans", sans-serif;
	line-height: 21px;
}

p {
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
	color: #8c9597;
	line-height: 25px;
	margin-bottom: 1.5em;
	font-weight: 400;
}

article.post p {
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
	color: #8b8d91;
	font-weight: 400;
	line-height: 25px;
	margin-top: 10px;
}

.single-post div.entry-content>p:first-child:first-letter {
	float: left;
	font-size: 86px;
	line-height: 75px;
	text-align: left;
	padding-right: 15px;
	display: inline-block;
}

a {
	color: #0a396d;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0e649b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #333;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 33px;
	line-height: 37px;
}

h2 {
	font-size: 28px;
	line-height: 30px;
}

h3 {
	font-size: 24px;
	line-height: 26px;
}

h4 {
	font-size: 22px;
	line-height: 24px;
}

h5 {
	font-size: 20px;
	line-height: 25px;
}

h6 {
	font-size: 18px;
	line-height: 25px;
}

.section-title,
.page-title,
.newsbuilder-content .widget-title,
.newsbuilder-after-content-sidebar .widget-title,
#comments>h3:first-of-type,
#reply-title,
.newsbuilder-related-posts .newsbuilder-related-posts-title>h3 {
	padding: 2px 0;
	font-weight: 700;
	font-family: "Nunito Sans", sans-serif;
	font-size: 24px;
	border-left: 5px solid #0f5fa3;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 65px;
}

.section-title.comment-reply-title,
.comment-reply-title.page-title,
.newsbuilder-content .comment-reply-title.widget-title,
.newsbuilder-after-content-sidebar .comment-reply-title.widget-title,
#comments>h3.comment-reply-title:first-of-type,
.comment-reply-title#reply-title,
.newsbuilder-related-posts .newsbuilder-related-posts-title>h3.comment-reply-title {
	margin-top: 20px;
}

.section-title>span,
.page-title>span,
.newsbuilder-content .widget-title>span,
.newsbuilder-after-content-sidebar .widget-title>span,
#comments>h3:first-of-type>span,
#reply-title>span,
.newsbuilder-related-posts .newsbuilder-related-posts-title>h3>span {
	padding-left: 18px;
	background-color: #FFF;
	z-index: 1;
	font-family: "Nunito Sans", sans-serif;
	position: relative;
	padding-right: 18px;
	color: #001936;
	font-size: 24px;
	font-weight: 900;
}

.section-title:after,
.page-title:after,
.newsbuilder-content .widget-title:after,
.newsbuilder-after-content-sidebar .widget-title:after,
#comments>h3:first-of-type:after,
#reply-title:after,
.newsbuilder-related-posts .newsbuilder-related-posts-title>h3:after {
	content: '';
	width: 100%;
	height: 0px;
	border-bottom: 1px dotted #b7b7b7;
	position: absolute;
	display: block;
	top: 12px;
	right: 0;
}

.page-title {
	margin-top: 15px;
}

.page-header {
	padding: 0;
	margin: 0;
	border: none;
}

.newsbuilder-related-posts .newsbuilder-related-posts-title>h3 {
	margin-top: 20px;
}

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%;
}

/*--------------------------------------------------------------
# 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: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
	margin: 0;
	display: block;
	width: 100%;
	border: none;
	padding: 50px 40px 20px 40px;
	background: #0a396d;
}

blockquote p,
q p {
	color: #fff !important;
	font-weight: 400;
	font-size: 20px;
	border: none !important;
}

q {
	display: inline-block;
	font-style: italic;
	width: initial;
	color: #0e649b;
}

article.post blockquote p {
	font-family: "Nunito Sans", sans-serif;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	font-weight: 300;
}

article.post blockquote p::after {
	content: '';
	width: 78px;
	height: 1px;
	background: #fff;
	display: block;
	margin: 20px auto 0px auto;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 15px;
}

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 {
	margin: 0 0 1.5em;
	width: 100%;
}

table:not(#wp-calendar) {
	border: 1px solid #e1e1e1;
	max-width: 100%;
	margin-bottom: 20px;
	width: 100%;
}

table:not(#wp-calendar)>thead>tr>th,
table:not(#wp-calendar)>thead>tr>td,
table:not(#wp-calendar)>tbody>tr>th,
table:not(#wp-calendar)>tbody>tr>td,
table:not(#wp-calendar)>tfoot>tr>th,
table:not(#wp-calendar)>tfoot>tr>td {
	padding: 15px;
	vertical-align: top;
	border: 1px solid #e1e1e1;
}

table:not(#wp-calendar)>thead>tr>th,
table:not(#wp-calendar)>thead>tr>td {
	border-bottom-width: 2px;
}

table:not(#wp-calendar)>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #e1e1e1;
}

table:not(#wp-calendar)>caption+thead>tr:first-child>th,
table:not(#wp-calendar)>caption+thead>tr:first-child>td,
table:not(#wp-calendar)>colgroup+thead>tr:first-child>th,
table:not(#wp-calendar)>colgroup+thead>tr:first-child>td,
table:not(#wp-calendar)>thead:first-child>tr:first-child>th,
table:not(#wp-calendar)>thead:first-child>tr:first-child>td {
	border-top: 0;
}

table:not(#wp-calendar)>tbody+tbody {
	border-top: 2px solid #e1e1e1;
}

.blazy {
	-webkit-filter: blur(50px);
	filter: blur(50px);
	/* this is needed so Safari keeps sharp edges */
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.blazy.b-loaded {
	-webkit-filter: initial;
	filter: initial;
	-webkit-transform: initial;
	-khtml-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

li.blazy {
	-webkit-filter: blur(20px);
	filter: blur(20px);
}

.entry-content p {
	overflow: hidden;
}

.pagination .page-numbers {
	padding: 10px;
	font-family: "Nunito Sans", sans-serif;
	color: #8b8d91;
	font-size: 14px;
}

.pagination .page-numbers.current {
	color: #0a396d;
}

.pagination .page-numbers.current:hover {
	color: #0e649b;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
	color: #0e649b;
}

.pagination .page-numbers:active {
	color: #333333;
}

.pagination .page-numbers .fa-angle-right {
	margin-left: 20px;
}

.pagination .page-numbers .fa-angle-left {
	margin-right: 20px;
}

ul.children {
	list-style: none;
	padding: 0;
}

[class^='customize-partial-edit-shortcut-widget-newsbuilder_header_module'],
[class*=' customize-partial-edit-shortcut-widget-newsbuilder_header_module'] {
	left: 50%;
}

.customize-partial-edit-shortcut-newsbuilder_header_bg {
	right: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #0a396d;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

button .button {
	background-color: #0a396d;
	font-family: "Nunito Sans", sans-serif;
	color: #FFF;
	border: none;
	font-size: 16px;
	font-weight: 700;
}

button .button:hover,
button .button:focus {
	background-color: #0e649b;
}

button .button.active {
	background-color: #333333;
}

button .button.search-submit {
	font-size: 0;
	background-color: #000;
	color: #FFF;
	width: 56px;
	height: 56px;
	position: relative;
	top: 4px;
	border: none;
	margin-left: 4px;
}

button .button.search-submit:hover {
	border-color: transparent;
	background-color: #0e649b;
}

button .button.search-submit:after {
	content: '\f002';
	font-family: 'FontAwesome';
	line-height: 55px;
	font-size: 15px;
}

.form-submit .submit {
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 15px 55px;
	background-color: #0a396d;
	color: #FFF;
	border: none;
}

.form-submit .submit:hover,
.form-submit .submit:focus {
	background-color: #0e649b;
}

.form-submit .submit.active {
	background-color: #333333;
}

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 {
	color: #666;
	border: 1px solid #e1e1e1;
	font-size: 15px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #e1e1e1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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: 1px 15px;
	line-height: 25px;
	color: #8b8d91;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="range"]:hover,
input[type="range"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="color"]:hover,
input[type="color"]:focus {
	border-color: #89b3ce;
}

input[type="search"] {
	padding: 5px;
}

textarea {
	padding: 10px 15px;
	line-height: 25px;
	min-height: 160px;
	color: #8b8d91;
	width: 100%;
}

textarea:hover,
textarea:focus {
	border-color: #89b3ce;
}

#searchform {
	border: 1px solid #e1e1e1;
	display: inline-block;
	width: 100%;
}

@media (max-width: 361px) {
	#searchform {
		display: inline-block;
	}
	#secondary {
		margin-top: 20px;
		display: inline-block;
	}

}

#searchform .search-submit {
	background: none;
	font-size: 11px;
	border-left: 1px solid;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding: 6px 14px;
	float: right;
	margin-top: 7px;
	color: #e1e1e1;
}

#searchform>label {
	margin-bottom: 0;
	padding: 3px;
	border-radius: 0;
}

#searchform>label>input[type="search"] {
	width: 285px;
	bottom: 5px;
	position: relative;
	font-weight: 400;
	top: 0;
	border: none;
	border-radius: 0;
}

@media (max-width: 1199px) {
	#searchform>label>input[type="search"] {
		width: 200px;
	}
}

@media (max-width: 995px) {
	#searchform>label>input[type="search"] {
		width: 160px;
	}
}

@media (max-width: 768px) {
	#searchform>label>input[type="search"] {
		width: 285px;
	}

	#secondary {
		margin-top: 20px;
		display: inline-block;
	}

}

@media (max-width: 768px) {
	#searchform>label>input[type="search"] {
		width: 160px;
	}

	#secondary {
		margin-top: 20px;
		display: inline-block;
	}

}

#searchform:hover,
#searchform:focus {
	border-color: #89b3ce;
}

.top-header #searchform {
	border: none;
}

.top-header #searchform label {
	margin-bottom: 0;
	padding: 0px;
}

.top-header #searchform #search-field {
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	border-radius: 0;
	color: #FFF;
	width: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	float: right;
	font-weight: 400;
}

.top-header #searchform #search-field.opened {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	padding-left: 10px;
}

.top-header #searchform .search-submit {
	margin-top: 0px;
	background: transparent;
	color: #FFF;
	font-size: 14px;
	border: none;
	outline: none;
	box-shadow: none;
	position: relative;
	left: 7px;
}

#cat {
	padding: 10px;
	border-radius: 3px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0a396d;
}

a:visited {
	color: #001936;
}

a:hover,
a:focus,
a:active {
	color: #0e649b;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/**
/ Underscores default styling
*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	background: #FFF;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/*
* Small menu.
*/
.menu-toggle {
	display: block;
	width: 35px;
	height: 35px;
	color: #001936;
	border-color: #001936;
	background: transparent;
	margin: 10px auto;
}

#site-navigation.toggled ul {
	display: block;
	/* List items will be 100% wide, spanning across the whole width of device */
}

#site-navigation.toggled ul>li {
	/* Remove hover effects for small screens */
}

#site-navigation.toggled ul>li>a {
	/* Remove after element for small screens */
}

#site-navigation.toggled ul>li>a:after {
	display: none;
}

#site-navigation.toggled ul>li.menu-item-has-children>ul li a {
	padding: 0 0 10px 0;
}

#site-navigation.toggled ul>li.menu-item-has-children>ul li:hover>a {
	color: #001936;
}

#site-navigation.toggled ul>li.menu-item-has-children>ul li.menu-item-has-children:after {
	display: none;
}

#site-navigation.toggled ul li {
	display: block;
	width: 100%;
	padding-right: 0;
	/* Remove big-screen styling for submenus, we display them little bit to the right */
}

#site-navigation.toggled ul li.menu-item-has-children:after {
	display: none;
}

#site-navigation.toggled ul li.menu-item-has-children>ul li:after {
	display: none;
}

#site-navigation.toggled ul li.menu-item-has-children>ul li:hover {
	background-color: initial;
}

#site-navigation.toggled ul li ul {
	box-shadow: none;
	left: initial;
	top: initial;
	position: relative;
	padding-left: 20px;
	width: 100%;
}

#site-navigation.toggled ul li ul ul {
	left: initial;
	top: initial;
	position: relative;
	padding-left: 20px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/* NewsbuilderMenu Customization starts here */
#site-navigation a {
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
	line-height: 26px;
	padding-bottom: 10px;
	position: relative;
	color: #939393;
	display: inline-block;
	font-weight: 300;
}

#site-navigation .menu {
	padding-bottom: 10px;
	position: relative;
}

#site-navigation .menu>li {
	display: inline-block;
	margin-right: 37px;
	position: relative;
	line-height: 57px;
}

#site-navigation .menu>li.current-menu-item,
#site-navigation .menu>li:hover {
	border-top: 3px solid #0a396d;
	margin-top: -3px;
	top: 1px;
}

#site-navigation .menu>li.current-menu-item>a,
#site-navigation .menu>li:hover>a {
	top: -1px;
}

#site-navigation .menu>li>a {
	position: relative;
	text-align: center;
}

#site-navigation .menu>li>a:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
	content: '';
	display: block;
}

#site-navigation .menu>li:last-of-type {
	padding-right: 0;
}

#site-navigation .menu>li.menu-item-has-children:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 16px;
	display: inline-block;
	padding-left: 5px;
	color: #939393;
}

#site-navigation .menu>li.menu-item-has-children>ul li:hover {
	color: #FFF;
	background-color: #0e649b;
}

#site-navigation .menu>li.menu-item-has-children>ul li:hover>a,
#site-navigation .menu>li.menu-item-has-children>ul li:hover:after {
	color: #FFF;
}

#site-navigation .menu>li.menu-item-has-children>ul li.menu-item-has-children {
	position: relative;
}

#site-navigation .menu>li.menu-item-has-children>ul li.menu-item-has-children:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 16px;
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 1px;
	color: #333;
}

#site-navigation .menu>li.menu-item-has-children>ul li.menu-item-has-children:hover:after {
	color: #FFF;
}

#site-navigation .menu>li.menu-item-has-children>ul li a {
	padding: 10px 20px;
	font-size: 15px;
}

#site-navigation .menu .current_page_item {
	border-top: 3px solid #0a396d;
	bottom: 2px;
}

#site-navigation .menu .current_page_item>a {
	top: -1px;
}

/*--------------------------------------------------------------
## Top Header Menu
--------------------------------------------------------------*/
/* Top header */
.top-header {
	background: #04132d;
	color: #fff;
}

.top-header .fa-circle {
	color: #04132d;
}

.top-header ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.top-header ul li {
	display: inline-block;
}

.top-header ul li a {
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 30px 10px 0;
	display: block;
	color: #ffffff;
}

.top-header ul li a:hover,
.top-header ul li a:focus {
	text-decoration: none;
	color: #0e649b;
}

.top-header ul li:last-of-type a {
	padding-right: 0;
}

.top-header #searchform {
	float: left;
	width: 175px;
	border-bottom: 1px solid #202d44;
	padding-top: 7px;
}

.top-header #searchform.search-right {
	float: right !important;
}

.top-header #searchform label {
	max-width: 140px;
}

.top-header #searchform ::-moz-placeholder {
	opacity: 1;
}

.top-header #searchform ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1;
	color: #fff;
}

.top-header #searchform ::placeholder {
	opacity: 1;
	color: #fff;
}

.top-header #searchform input[type="search"] {
	padding: 3px;
	background: #04132d;
	border: none;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	max-width: 128px;
}

@media (max-width: 480px) {
	.top-header #searchform {
		width: 100%;
		display: block;
	}

	.top-header #searchform .search-top-bar-submit {
		float: right;
		top: 7px;
	}

	#secondary {
		margin-top: 20px;
		display: inline-block;
	}

}

@media (max-width: 767px) {
	.top-header ul {
		text-align: center;
	}

	#secondary {
		margin-top: 20px;
		display: inline-block;
	}


	.top-header #top-header-navigation,
	.top-header .top-header-icons {
		float: none !important;
	}
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
/* Accessibility purpose */
.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

/* The social links are actually a menu */
#menu-social.search-enabled,
.search-enabled#menu-social-1 {
	margin-right: 30px;
}

@media (max-width: 480px) {

	#menu-social,
	#menu-social-1 {
		float: none !important;
	}

	#menu-social ul,
	#menu-social-1 ul {
		text-align: center;
	}
}

#menu-social ul,
#menu-social-1 ul {
	list-style: none;
	margin: 0;
	text-align: center;
}

#menu-social ul li,
#menu-social-1 ul li {
	display: inline-block;
	position: relative;
}

#menu-social ul li a,
#menu-social-1 ul li a {
	padding: 8px 2px;
	color: #FFF;
	/* Add hover effects for the links, the brand colors */
	/* Add the social links depending on the link href */
}

#menu-social ul li a:before,
#menu-social-1 ul li a:before {
	content: '\f408';
	display: inline-block;
	padding: 0 5px;
	font-family: 'FontAwesome';
	font-size: 13px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

#menu-social ul li a:hover[href*="wordpress.org"]::before,
#menu-social-1 ul li a:hover[href*="wordpress.org"]::before,
#menu-social ul li a:hover[href*="wordpress.com"]::before,
#menu-social-1 ul li a:hover[href*="wordpress.com"]::before {
	color: #21759b;
}

#menu-social ul li a:hover[href*="facebook.com"]::before,
#menu-social-1 ul li a:hover[href*="facebook.com"]::before {
	color: #3b5998;
}

#menu-social ul li a:hover[href*="twitter.com"]::before,
#menu-social-1 ul li a:hover[href*="twitter.com"]::before {
	color: #33ccff;
}

#menu-social ul li a:hover[href*="dribbble.com"]::before,
#menu-social-1 ul li a:hover[href*="dribbble.com"]::before {
	color: #ea4c89;
}

#menu-social ul li a:hover[href*="plus.google.com"]::before,
#menu-social-1 ul li a:hover[href*="plus.google.com"]::before {
	color: #dd4b39;
}

#menu-social ul li a:hover[href*="pinterest.com"]::before,
#menu-social-1 ul li a:hover[href*="pinterest.com"]::before {
	color: #c8232c;
}

#menu-social ul li a:hover[href*="github.com"]::before,
#menu-social-1 ul li a:hover[href*="github.com"]::before {
	color: #171515;
}

#menu-social ul li a:hover[href*="tumblr.com"]::before,
#menu-social-1 ul li a:hover[href*="tumblr.com"]::before {
	color: #34526f;
}

#menu-social ul li a:hover[href*="youtube.com"]::before,
#menu-social-1 ul li a:hover[href*="youtube.com"]::before {
	color: #c4302b;
}

#menu-social ul li a:hover[href*="flickr.com"]::before,
#menu-social-1 ul li a:hover[href*="flickr.com"]::before {
	color: #ff0084;
}

#menu-social ul li a:hover[href*="vimeo.com"]::before,
#menu-social-1 ul li a:hover[href*="vimeo.com"]::before {
	color: #1AB7EA;
}

#menu-social ul li a:hover[href*="instagram.com"]::before,
#menu-social-1 ul li a:hover[href*="instagram.com"]::before {
	color: #3f729b;
}

#menu-social ul li a:hover[href*="codepen.io"]::before,
#menu-social-1 ul li a:hover[href*="codepen.io"]::before {
	color: #000;
}

#menu-social ul li a:hover[href*="linkedin.com"]::before,
#menu-social-1 ul li a:hover[href*="linkedin.com"]::before {
	color: #0e76a8;
}

#menu-social ul li a[href*="wordpress.org"]::before,
#menu-social-1 ul li a[href*="wordpress.org"]::before,
#menu-social ul li a[href*="wordpress.com"]::before,
#menu-social-1 ul li a[href*="wordpress.com"]::before {
	content: '\f19a';
}

#menu-social ul li a[href*="facebook.com"]::before,
#menu-social-1 ul li a[href*="facebook.com"]::before {
	content: '\f09a';
}

#menu-social ul li a[href*="twitter.com"]::before,
#menu-social-1 ul li a[href*="twitter.com"]::before {
	content: '\f099';
}

#menu-social ul li a[href*="dribbble.com"]::before,
#menu-social-1 ul li a[href*="dribbble.com"]::before {
	content: '\f17d';
}

#menu-social ul li a[href*="plus.google.com"]::before,
#menu-social-1 ul li a[href*="plus.google.com"]::before {
	content: '\f0d5';
}

#menu-social ul li a[href*="pinterest.com"]::before,
#menu-social-1 ul li a[href*="pinterest.com"]::before {
	content: '\f231';
}

#menu-social ul li a[href*="github.com"]::before,
#menu-social-1 ul li a[href*="github.com"]::before {
	content: '\f09b';
}

#menu-social ul li a[href*="tumblr.com"]::before,
#menu-social-1 ul li a[href*="tumblr.com"]::before {
	content: '\f173';
}

#menu-social ul li a[href*="youtube.com"]::before,
#menu-social-1 ul li a[href*="youtube.com"]::before {
	content: '\f167';
}

#menu-social ul li a[href*="flickr.com"]::before,
#menu-social-1 ul li a[href*="flickr.com"]::before {
	content: '\f16e';
}

#menu-social ul li a[href*="vimeo.com"]::before,
#menu-social-1 ul li a[href*="vimeo.com"]::before {
	content: '\f27d';
}

#menu-social ul li a[href*="instagram.com"]::before,
#menu-social-1 ul li a[href*="instagram.com"]::before {
	content: '\f16d';
}

#menu-social ul li a[href*="codepen.io"]::before,
#menu-social-1 ul li a[href*="codepen.io"]::before {
	content: '\f1cb';
}

#menu-social ul li a[href*="linkedin.com"]::before,
#menu-social-1 ul li a[href*="linkedin.com"]::before {
	content: '\f0e1';
}

#menu-social-1 {
	text-align: left;
}

#menu-social-1 ul {
	text-align: left;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# 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-list .reply:before,
.comment-content:after,
.comment-list .reply: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,
.comment-list .reply:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.newsbuilder-blog-sidebar {
	/**
  * Search Widget is a little different, does not have border
  */
	/**
  * Select all widgets except for the search box
  */
}

.newsbuilder-blog-sidebar .widget_search {
	margin-bottom: 30px;
}

.newsbuilder-blog-sidebar .widget_search .widget-title {
	display: none;
}

.newsbuilder-blog-sidebar .widget_search h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
	color: #001936;
}

.newsbuilder-blog-sidebar select {
	padding: 10px;
}

.newsbuilder-blog-sidebar .widget_newsbuilder_banner,
.newsbuilder-blog-sidebar .widget_text {
	margin-bottom: 30px;
	overflow: hidden;
}

.newsbuilder-blog-sidebar .widget_newsbuilder_banner select,
.newsbuilder-blog-sidebar .widget_text select {
	width: 100%;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text) {
	/**
    * add the border + paddings
    */
	margin: 0 0 30px;
	/**
    * Style the header by adding background
    */
	/**
    * Reset the margins for UL / OL
    */
	/* Make sure select elements fit in widgets. */
	/**
    * Style the widget meta
    */
	/**
    * Style the widget rss
    */
	/**
    * Style the recent comments
    */
	/**
    * Style the recent posts
    */
	/**
    * Style the tag cloud
    */
	/**
    * Style the categories and archive widgets
    */
	/**
    * Calendar restyling. The title will always be hidden.
    */
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text)>ul,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text)>ol {
	margin: 0;
	padding: 0px 0px 30px 0px;
	list-style-type: none;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text) select {
	max-width: 100%;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text) select option {
	max-width: 233px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_nav_menu>div>ul {
	margin: 0;
	padding: 0px 18px 30px 18px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_nav_menu>div>ul li>ul {
	margin-left: 0;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_meta ul li {
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_meta ul li a {
	color: #8c9597;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_meta ul li a:hover {
	color: #0e649b;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_rss ul li {
	font-size: 15px;
	color: #001936;
	margin-bottom: 50px;
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_rss ul li a {
	color: #001936;
	font-size: 18px;
	font-weight: 700;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_rss ul li a:hover {
	color: #0e649b;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_rss ul li .rss-date {
	color: #bfbfbf;
	font-size: 12px;
	display: block;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_rss ul li .rssSummary {
	color: #8b8d91;
	margin-top: 10px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_rss ul li cite {
	font-style: initial;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_recent_comments ul li {
	margin-bottom: 15px;
	font-size: 15px;
	color: #8b8d91;
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_recent_comments ul li a {
	color: #0a396d;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_recent_comments ul li a:hover {
	color: #0e649b;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_recent_entries ul li {
	margin-bottom: 15px;
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_recent_entries ul li a {
	font-size: 15px;
	color: #8b8d91;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_recent_entries ul li a:hover {
	color: #0e649b;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_recent_entries ul li span {
	display: block;
	color: #bfbfbf;
	font-size: 12px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_tag_cloud {
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_tag_cloud .tagcloud {
	padding: 0px 0px 30px 0px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_tag_cloud .tagcloud h3 {
	font-size: 20px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_tag_cloud .tagcloud a {
	white-space: nowrap !important;
	padding: 4px 9px 4px 9px;
	margin: -2px 5px;
	border: 1px solid #7c95b1;
	line-height: 45px;
	font-size: 15px !important;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_tag_cloud .tagcloud a:hover {
	background: #0a396d;
	color: #fff;
	border: 1px solid #0a396d;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive {
	/**
      * Dropdown categories/archives
      */
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>select,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>select {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #001936;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #e1e1e1;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li:last-of-type,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li:last-of-type {
	border-bottom: none;
	margin-bottom: 20px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li:hover a,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li:hover .newsbuilder-cat-count,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li:focus a,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li:focus .newsbuilder-cat-count,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li:hover a,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li:hover .newsbuilder-cat-count,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li:focus a,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li:focus .newsbuilder-cat-count {
	text-decoration: none;
	color: #0e649b;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li a,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li a {
	color: #8b8d91;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li a:hover,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li a:focus,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li a:hover,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li a:focus {
	text-decoration: none;
	color: #0e649b;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li .newsbuilder-cat-count,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li .newsbuilder-cat-count {
	float: right;
	color: #8b8d91;
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li .newsbuilder-cat-count:before,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li .newsbuilder-cat-count:before {
	content: "(";
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories>ul>li .newsbuilder-cat-count:after,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive>ul>li .newsbuilder-cat-count:after {
	content: ")";
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories .children,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive .children {
	list-style-type: none;
	margin-left: 0;
	padding-left: 25px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_categories .children>li,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_archive .children>li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #e1e1e1;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_nav_menu>div ul {
	list-style-type: none;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_nav_menu>div>ul {
	padding: 0px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_nav_menu>div>ul .sub-menu {
	padding-left: 10px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar {
	padding: 0px;
	position: relative;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar .widget-title,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar h3 {
	display: none;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar {
	font-family: "Nunito Sans", sans-serif;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	border-collapse: separate;
	border-spacing: 4px;
	margin-left: 1px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar>caption {
	border: 1px solid #e1e1e1;
	color: #001c28;
	font-famiy: "Nunito Sans", sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 22px;
	padding-top: 22px;
	min-height: 55px;
	position: relative;
	margin-bottom: 20px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar th {
	text-align: center;
	color: #001936;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar .pad {
	display: none;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td {
	color: #8b8d91;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 9px 5px;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td#today {
	color: #fff;
	background: #0a396d;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td#today a {
	color: #fff;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td#today:hover,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td#today:focus {
	background: #0e649b;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td:hover,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td:focus {
	color: #fff;
	background: #0e649b;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td:hover a,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td:focus a {
	color: #fff;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td a {
	color: #0e649b;
	text-decoration: none;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td a:hover,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar td a:focus {
	text-decoration: none;
	color: #fff;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar #prev {
	border: none;
	position: absolute;
	top: -2px;
	left: 5%;
	width: 35px;
	height: 55px;
	background-color: transparent;
	color: #FFF;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar #prev:before {
	content: '\f104';
	display: block;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	position: relative;
	color: #333;
	font-family: 'FontAwesome';
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar #prev>a {
	top: 20px;
	position: absolute;
	color: transparent;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar #next {
	border: none;
	position: absolute;
	top: -2px;
	right: 5%;
	width: 35px;
	height: 55px;
	background-color: transparent;
	color: #FFF;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar #next:before {
	content: '\f105';
	display: block;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	position: relative;
	color: #333;
	font-family: 'FontAwesome';
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar #next>a {
	top: 20px;
	position: absolute;
	color: transparent;
}

.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text).widget_calendar #wp-calendar thead {
	border: none;
	color: #001936 !important;
}

.widget-bordered,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text),
.newsbuilder-blog-sidebar .widget_newsbuilder_recent,
.newsbuilder-sidebar .widget_newsbuilder_recent {
	position: relative;
}

.widget-title-styled,
.newsbuilder-blog-sidebar .widget:not(.widget_search):not(.widget_newsbuilder_banner):not(.widget_text)>h3,
.newsbuilder-blog-sidebar .widget_newsbuilder_recent>h3,
.newsbuilder-sidebar .widget_newsbuilder_recent>h3 {
	color: #333;
	padding: 18px 0px;
	display: block;
	text-transform: uppercase;
	font-famiy: "Nunito Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}

.site-footer p {
	color: #a9afb5;
	font-family: "Nunito Sans", sans-serif;
}

.site-footer .newsbuilder-contact-p {
	margin-bottom: 0;
}

.site-footer .newsbuilder-contact-p strong {
	color: "Nunito Sans", sans-serif;
}

.site-footer .newsbuilder-contact-logo {
	margin-top: 20px;
}

.site-footer .widget_recent_entries ul {
	margin: 0px;
	padding: 0px;
}

.site-footer .widget_recent_entries ul li {
	list-style: none;
	margin-bottom: 20px;
}

.site-footer .widget_recent_entries ul li a {
	color: #a9afb5;
}

.site-footer .widget_recent_entries ul li a:hover {
	color: #0e649b;
}

.site-footer .widget_recent_entries ul li .post-date {
	display: block;
	color: #455263;
	font-size: 12px;
}

.site-footer .widget {
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
	color: #a9afb5;
	position: relative;
	padding: 15px;
	z-index: 1;
	/**
  * Style the recent comments
  */
	/**
  * Style the meta
  */
	/**
* Style the footer search
*/
	/**
  * Calendar restyling. The title will always be hidden.
  */
	/**
  * Style the tag cloud
  */
	/**
  * Style the widget rss
  */
}

.site-footer .widget h3 {
	font-family: "Nunito Sans", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
	color: #FFF;
}

.site-footer .widget.widget_newsbuilder_recent .newsbuilder-recent-post-widget {
	height: 65px;
	margin-left: 0;
	margin-right: 0;
}

.site-footer .widget.widget_newsbuilder_recent .newsbuilder-recent-post-widget .newsbuilder-title h3 {
	margin-bottom: 15px;
}

.site-footer .widget.widget_newsbuilder_recent .newsbuilder-recent-post-widget .newsbuilder-post-content {
	width: 225px;
}

@media (max-width: 1199px) {
	.site-footer .widget.widget_newsbuilder_recent .newsbuilder-recent-post-widget .newsbuilder-post-content {
		width: 187px;
	}
}

.site-footer .widget.widget_categories {
	padding-right: 0px;
	position: relative;
}

.site-footer .widget.widget_categories>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #333;
}

.site-footer .widget.widget_categories>ul>li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted rgba(225, 225, 225, 0.1);
}

.site-footer .widget.widget_categories>ul>li:last-of-type {
	border-bottom: none;
}

.site-footer .widget.widget_categories>ul>li:hover a,
.site-footer .widget.widget_categories>ul>li:hover .newsbuilder-cat-count,
.site-footer .widget.widget_categories>ul>li:focus a,
.site-footer .widget.widget_categories>ul>li:focus .newsbuilder-cat-count {
	text-decoration: none;
	color: #0e649b;
}

.site-footer .widget.widget_categories>ul>li a {
	color: #a9afb5;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
}

.site-footer .widget.widget_categories>ul>li .newsbuilder-cat-count {
	float: right;
	color: #2c3745;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
}

.site-footer .widget.widget_categories>ul>li .newsbuilder-cat-count:before {
	content: "(";
}

.site-footer .widget.widget_categories>ul>li .newsbuilder-cat-count:after {
	content: ")";
}

.site-footer .widget.widget_categories .children {
	list-style-type: none;
	margin-left: 0;
	padding-left: 25px;
}

.site-footer .widget.widget_categories .children>li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted rgba(225, 225, 225, 0.1);
}

.site-footer .widget.widget_recent_comments ul {
	padding: 0px;
}

.site-footer .widget.widget_recent_comments ul li {
	list-style: none;
	margin-bottom: 15px;
	font-size: 15px;
	color: #a9afb5;
	font-family: "Nunito Sans", sans-serif;
}

.site-footer .widget.widget_recent_comments ul li a {
	color: #fff;
}

.site-footer .widget.widget_recent_comments ul li a:hover {
	color: #0e649b;
}

.site-footer .widget.widget_meta ul {
	padding: 0px;
}

.site-footer .widget.widget_meta ul li {
	list-style: none;
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
}

.site-footer .widget.widget_meta ul li a {
	color: #a9afb5;
}

.site-footer .widget.widget_meta ul li a:hover {
	color: #0e649b;
}

.site-footer .widget.widget_search {
	padding-right: 0px;
}

.site-footer .widget.widget_search #searchform {
	border-color: #001b30;
}

.site-footer .widget.widget_search #searchform .search-submit {
	color: #002135;
}

.site-footer .widget.widget_search #searchform label input[type="search"] {
	width: 100%;
	background: none;
	color: #fff;
}

.site-footer .widget.widget_search #searchform label ::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.site-footer .widget.widget_search #searchform label ::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}

.site-footer .widget.widget_search #searchform:hover,
.site-footer .widget.widget_search #searchform:focus {
	border-color: #053052;
}

.site-footer .widget.widget_calendar {
	padding: 0px;
	position: relative;
}

.site-footer .widget.widget_calendar .widget-title,
.site-footer .widget.widget_calendar h3 {
	display: none;
}

.site-footer .widget.widget_calendar #wp-calendar {
	color: "Nunito Sans", sans-serif;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	border-collapse: separate;
	border-spacing: 4px;
	margin-left: 1px;
}

.site-footer .widget.widget_calendar #wp-calendar>caption {
	border: 1px solid #002438;
	color: #a9afb5;
	font-famiy: "Nunito Sans", sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 22px;
	padding-top: 22px;
	min-height: 55px;
	position: relative;
	margin-bottom: 20px;
}

.site-footer .widget.widget_calendar #wp-calendar th {
	text-align: center;
	color: #a9afb5;
}

.site-footer .widget.widget_calendar #wp-calendar .pad {
	display: none;
}

.site-footer .widget.widget_calendar #wp-calendar td {
	color: #a9afb5;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #002438;
	padding: 9px 5px;
}

.site-footer .widget.widget_calendar #wp-calendar td#today {
	color: #fff;
	background: #0a396d;
	border-color: #0a396d;
}

.site-footer .widget.widget_calendar #wp-calendar td#today a {
	color: #fff;
}

.site-footer .widget.widget_calendar #wp-calendar td#today:hover,
.site-footer .widget.widget_calendar #wp-calendar td#today:focus {
	background: #0e649b;
	border-color: #0e649b;
}

.site-footer .widget.widget_calendar #wp-calendar td:hover,
.site-footer .widget.widget_calendar #wp-calendar td:focus {
	color: #fff;
	background: #0e649b;
	border-color: #0e649b;
}

.site-footer .widget.widget_calendar #wp-calendar td:hover a,
.site-footer .widget.widget_calendar #wp-calendar td:focus a {
	color: #fff;
}

.site-footer .widget.widget_calendar #wp-calendar td a {
	color: #0e649b;
	text-decoration: none;
}

.site-footer .widget.widget_calendar #wp-calendar td a:hover,
.site-footer .widget.widget_calendar #wp-calendar td a:focus {
	text-decoration: none;
	color: #fff;
}

.site-footer .widget.widget_calendar #wp-calendar #prev {
	border: none;
	position: absolute;
	top: -3px;
	left: 5%;
	width: 35px;
	height: 55px;
	background-color: transparent;
	color: #FFF;
}

.site-footer .widget.widget_calendar #wp-calendar #prev:before {
	content: '\f104';
	display: block;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	position: relative;
	color: #a9afb5;
	font-family: 'FontAwesome';
}

.site-footer .widget.widget_calendar #wp-calendar #prev>a {
	top: 20px;
	position: absolute;
	color: transparent;
}

.site-footer .widget.widget_calendar #wp-calendar #next {
	border: none;
	position: absolute;
	top: -3px;
	right: 5%;
	width: 35px;
	height: 55px;
	background-color: transparent;
	color: #FFF;
}

.site-footer .widget.widget_calendar #wp-calendar #next:before {
	content: '\f105';
	display: block;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	position: relative;
	color: #a9afb5;
	font-family: 'FontAwesome';
}

.site-footer .widget.widget_calendar #wp-calendar #next>a {
	top: 20px;
	position: absolute;
	color: transparent;
}

.site-footer .widget.widget_calendar #wp-calendar thead {
	border: none;
	color: #001936 !important;
}

.site-footer .widget.widget_tag_cloud {
	font-family: "Nunito Sans", sans-serif;
}

.site-footer .widget.widget_tag_cloud .tagcloud h3 {
	font-size: 20px;
}

.site-footer .widget.widget_tag_cloud .tagcloud a {
	color: #a9afb5;
	padding: 4px 9px 4px 9px;
	margin: -2px 5px;
	border: 1px solid #001c31;
	line-height: 45px;
	white-space: nowrap !important;
	font-size: 15px !important;
}

.site-footer .widget.widget_tag_cloud .tagcloud a:hover {
	background: #0a396d;
	color: #fff;
	border: 1px solid #0a396d;
}

.site-footer .widget.widget_rss ul {
	padding: 0px;
}

.site-footer .widget.widget_rss ul li {
	list-style: none;
	font-size: 15px;
	color: #f1f1f1;
	margin-bottom: 50px;
	font-family: "Nunito Sans", sans-serif;
}

.site-footer .widget.widget_rss ul li a {
	color: #f1f1f1;
	font-size: 18px;
	font-weight: 700;
}

.site-footer .widget.widget_rss ul li a:hover {
	color: #0e649b;
}

.site-footer .widget.widget_rss ul li .rss-date {
	color: #a9afb5;
	font-size: 12px;
	display: block;
}

.site-footer .widget.widget_rss ul li .rssSummary {
	color: #a9afb5;
	margin-top: 10px;
}

.site-footer .widget.widget_rss ul li cite {
	font-style: initial;
	color: #f1f1f1;
}

.site-footer .widget.widget_archive {
	padding-right: 0px;
	position: relative;
}

.site-footer .widget.widget_archive>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #333;
}

.site-footer .widget.widget_archive>ul>li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted rgba(225, 225, 225, 0.1);
}

.site-footer .widget.widget_archive>ul>li:last-of-type {
	border-bottom: none;
}

.site-footer .widget.widget_archive>ul>li:hover a,
.site-footer .widget.widget_archive>ul>li:hover .newsbuilder-cat-count,
.site-footer .widget.widget_archive>ul>li:focus a,
.site-footer .widget.widget_archive>ul>li:focus .newsbuilder-cat-count {
	text-decoration: none;
	color: #0e649b;
}

.site-footer .widget.widget_archive>ul>li a {
	color: #a9afb5;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
}

.site-footer .widget.widget_archive>ul>li .newsbuilder-cat-count {
	float: right;
	color: #2c3745;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
}

.site-footer .widget.widget_archive>ul>li .newsbuilder-cat-count:before {
	content: "(";
}

.site-footer .widget.widget_archive>ul>li .newsbuilder-cat-count:after {
	content: ")";
}

.site-footer .widget.widget_archive .children {
	list-style-type: none;
	margin-left: 0;
	padding-left: 25px;
}

.site-footer .widget.widget_archive .children>li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #e1e1e1;
}

.site-footer .contact-widget div {
	margin-bottom: 12px;
}

.site-footer .contact-widget div span {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
}

.site-footer .contact-widget div a {
	color: #a9afb5;
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
}

.site-footer .contact-widget div a:hover {
	color: #0e649b;
}

.site-footer .contact-widget #social-contact {
	padding-left: 0px;
	margin-top: 25px;
}

.site-footer .contact-widget #social-contact li {
	display: inline;
}

.site-footer .contact-widget #social-contact li a {
	/* Add the social links depending on the link href */
	color: #fff;
}

.site-footer .contact-widget #social-contact li a:before {
	content: '\f408';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	padding: 2px 11px 2px 12px;
	margin-right: 7px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.site-footer .contact-widget #social-contact li a span {
	display: none;
}

.site-footer .contact-widget #social-contact li a[href*="wordpress.org"]::before,
.site-footer .contact-widget #social-contact li a[href*="wordpress.com"]::before {
	content: '\f19a';
	background: #21759b;
	padding: 2px 9px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="facebook.com"]::before {
	content: '\f09a';
	background: #3b5998;
}

.site-footer .contact-widget #social-contact li a[href*="twitter.com"]::before {
	content: '\f099';
	background: #38a4f0;
	padding: 2px 9px 2px 10px;
	margin-right: 7px;
}

.site-footer .contact-widget #social-contact li a[href*="dribbble.com"]::before {
	content: '\f17d';
	background: #ea4c89;
	padding: 2px 10px 2px 10px;
}

.site-footer .contact-widget #social-contact li a[href*="plus.google.com"]::before {
	content: '\f0d5';
	background: #ed3521;
	padding: 2px 9px 2px 7px;
	margin-right: 7px;
}

.site-footer .contact-widget #social-contact li a[href*="pinterest.com"]::before {
	content: '\f231';
	background: #c8232c;
}

.site-footer .contact-widget #social-contact li a[href*="github.com"]::before {
	content: '\f09b';
	background: #171515;
}

.site-footer .contact-widget #social-contact li a[href*="tumblr.com"]::before {
	content: '\f173';
	background: #36465d;
	padding: 2px 11px 2px 12px;
	margin-right: 5px;
}

.site-footer .contact-widget #social-contact li a[href*="youtube.com"]::before {
	content: '\f167';
	background: #d10027;
	padding: 2px 11px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="flickr.com"]::before {
	content: '\f16e';
	background: #ff0084;
	padding: 2px 11px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="vimeo.com"]::before {
	content: '\f27d';
	background: #1AB7EA;
	padding: 2px 10px 2px 9px;
}

.site-footer .contact-widget #social-contact li a[href*="instagram.com"]::before {
	content: '\f16d';
	background: #3f729b;
	padding: 2px 10px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="codepen.io"]::before {
	content: '\f1cb';
	background: #000;
	padding: 2px 9px 2px 10px;
}

.site-footer .contact-widget #social-contact li a[href*="linkedin.com"]::before {
	content: '\f0e1';
	background: #0e76a8;
	padding: 2px 9px 2px 11px;
}

.site-footer .contact-widget #social-contact li a:hover {
	color: #fff;
	opacity: 0.9;
}

.newsbuilder_widgets.newsbuilder-layout-a {
	margin-bottom: 30px;
}

.newsbuilder_widgets .newsbuilder-layout-b-row:last-of-type .border {
	border: none !important;
}

.newsbuilder_widgets .newsbuilder-layout-b-row .card-info {
	position: relative;
	left: 15px;
}

.newsbuilder_widgets .newsbuilder-layout-b-row .newsbuilder-title h3,
.newsbuilder_widgets .newsbuilder-layout-b-row .newsbuilder-title h4 {
	margin-top: -5px;
}

.newsbuilder_widgets .newsbuilder-layout-b-row .newsbuilder-title h3 {
	line-height: 0px;
	margin-bottom: 5px;
}

.newsbuilder_widgets .newsbuilder-layout-b-row .newsbuilder-title h3 a {
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-content-a {
	font-weight: 400;
	line-height: 20px;
	color: #8c9597;
	margin-top: 10px;
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-content-a a {
	color: #8c9597;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-title {
	margin-bottom: 10px;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-title h4>a {
	color: #001936;
	font-weight: 700;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-title h4>a:hover,
.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-title h4>a:focus {
	text-decoration: none;
	color: #0e649b;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-date {
	line-height: 25px;
	font-weight: 400;
	font-size: 12px;
	font-family: "Nunito Sans", sans-serif;
	color: #bfbfbf;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-author {
	font-size: 12px;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-author a {
	color: #0a396d;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #bfbfbf;
}

@media (max-width: 767px) {
	.newsbuilder_widgets .newsbuilder-blog-post-layout-a {
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.newsbuilder_widgets .newsbuilder-blog-post-layout-a {
		display: inline-block;
	}
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-image img {
	width: 100%;
	max-height: 165px;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-title h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Nunito Sans", sans-serif;
	margin-top: 23px;
	margin-bottom: 0;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-title h3>a {
	font-weight: bold;
	color: inherit;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-title h3>a:hover,
.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-title h3>a:focus {
	text-decoration: none;
	color: #0e649b;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-content,
.newsbuilder_widgets .newsbuilder-blog-post-layout-a .newsbuilder-after-content-sidebar {
	font-size: 15px;
	font-family: "Source Sans Pro", "sans-serif";
	color: #333;
}

.newsbuilder_widgets .border {
	border-bottom: 1px dotted #d7d7d7;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.newsbuilder_widgets .newsbuilder-blog-post-layout-b>.row>.col-xs-12:last-of-type {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-image {
		margin-bottom: 10px;
	}
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-image {
	margin-bottom: 25px;
	max-height: 225px;
	display: inline-block;
	float: left;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-image img {
	width: 100%;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .col-sm-5 .newsbuilder-image {
	max-height: 80px;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .col-sm-4 .newsbuilder-image {
	max-height: 100px;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-content {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	line-height: 20px;
	color: #8c9597;
	margin-top: 10px;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-content a {
	color: #8c9597;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-title h4>a {
	color: #001936;
	font-weight: 700;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-title h4>a:hover,
.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-title h4>a:focus {
	text-decoration: none;
	color: #0e649b;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-date {
	line-height: 25px;
	font-weight: 400;
	font-size: 12px;
	font-family: "Nunito Sans", sans-serif;
	color: #bfbfbf;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-author {
	font-size: 12px;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-b .newsbuilder-author a {
	color: #0a396d;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #bfbfbf;
}

@media (max-width: 359px) {
	.newsbuilder_widgets .newsbuilder-layout-c-row .col-xs-6 {
		width: 100%;
	}
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.newsbuilder_widgets .newsbuilder-blog-post-layout-c {
		margin-bottom: 10px;
	}
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-image {
	width: 100%;
	display: block;
	max-height: 225px;
	margin-bottom: 30px;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-image>img {
	width: 100%;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-content {
	font-weight: 400;
	line-height: 20px;
	color: #8c9597;
	margin-top: 10px;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-content a {
	color: #8c9597;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-category {
	padding: 3px 7px 3px 10px;
	line-height: 25px;
	font-weight: 400;
	background: #0a396d;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-category a {
	color: #fff;
	font-size: 13px;
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-category:hover {
	background: #0e649b;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-date {
	line-height: 25px;
	font-weight: 400;
	margin-left: 13px;
	font-size: 12px;
	font-family: "Nunito Sans", sans-serif;
	color: #bfbfbf;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-title h4>a {
	color: #001936;
	font-weight: 700;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-title h4>a:hover,
.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-title h4>a:focus {
	text-decoration: none;
	color: #0e649b;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-post-meta>ul .post-comments:after {
	display: none;
}

.newsbuilder_widgets .newsbuilder-blog-post-layout-c .newsbuilder-post-meta>ul .post-category {
	display: none;
}

.newsbuilder-post-meta>ul {
	list-style-type: none;
	margin: 15px 0 10px;
	padding: 0;
}

.newsbuilder-post-meta>ul>li {
	display: inline-block;
	font-size: 13px;
	font-family: 'Droid Serif';
	position: relative;
}

.newsbuilder-post-meta>ul>li:after {
	content: '/';
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
}

.newsbuilder-post-meta>ul>li:last-of-type:after {
	display: none;
}

.newsbuilder-layout-a-row,
.newsbuilder-layout-c-row {
	margin-bottom: 30px;
}

.newsbuilder-after-content-sidebar .newsbuilder-title h3 {
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

.newsbuilder-after-content-sidebar .newsbuilder-title h3 a {
	font-weight: 700;
	color: #001936;
}

.newsbuilder-after-content-sidebar .newsbuilder-title h3 a:hover,
.newsbuilder-after-content-sidebar .newsbuilder-title h3 a:focus {
	text-decoration: none;
	color: #0e649b;
}

.newsbuilder-after-content-sidebar .newsbuilder-layout-c-row {
	margin-bottom: 30px;
}

.newsbuilder-after-content-sidebar .newsbuilder-blog-post-layout-c .newsbuilder-title h3 {
	font-size: 17px;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
}

.newsbuilder-after-content-sidebar .newsbuilder-blog-post-layout-c .newsbuilder-content {
	display: block;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	line-height: 20px;
	color: #8c9597;
	margin-top: 10px;
}

.newsbuilder-after-content-sidebar .newsbuilder-blog-post-layout-b .newsbuilder-content {
	display: block;
}

.newsbuilder-image-banner {
	text-align: center;
}

.newsbuilder-image-banner a {
	display: inline-block;
	margin: 0 0 15px 0;
}

.newsbuilder-image-banner a>img {
	width: 100%;
}

.newsbuilder-image-banner>img {
	display: inline-block;
}

.widget_newsbuilder_banner {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.newsbuilder-content .newsbuilder-image-banner {
		display: none;
	}

	.before-content-area .newsbuilder-image-banner {
		display: none;
	}

	.header-banner {
		display: none;
	}
}

.newsbuilder-recent-post-widget {
	display: inline-block;
	margin: 0 18px 18px 18px;
}

.newsbuilder-recent-post-widget:last-of-type {
	margin-bottom: 25px;
}

@media (max-width: 994px) {
	.newsbuilder-recent-post-widget .newsbuilder-title h3 {
		margin-bottom: 5px;
	}
}

@media (min-width: 995px) {
	.newsbuilder-recent-post-widget {
		height: 100px;
	}
}

@media (min-width: 1199px) {
	.newsbuilder-recent-post-widget {
		height: 80px;
	}
}

.newsbuilder-recent-post-widget .newsbuilder-image {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.newsbuilder-recent-post-widget .newsbuilder-image img {
	max-width: 93px;
	width: 100%;
}

.newsbuilder-recent-post-widget .newsbuilder-post-content {
	display: inline-block;
	float: left;
	width: 138px;
}

@media (max-width: 1199px) {
	.newsbuilder-recent-post-widget .newsbuilder-post-content {
		width: 126px;
	}
}

.newsbuilder-recent-post-widget .newsbuilder-title h3 {
	font-size: 16px;
	font-family: "Nunito Sans", sans-serif;
	margin-top: 0;
	text-transform: initial;
	color: #333;
}

.newsbuilder-recent-post-widget .newsbuilder-title h3>a {
	color: inherit;
}

.newsbuilder-recent-post-widget .newsbuilder-title h3>a:hover,
.newsbuilder-recent-post-widget .newsbuilder-title h3>a:focus {
	text-decoration: none;
	color: inherit;
}

.newsbuilder-recent-post-widget .newsbuilder-post-meta {
	float: left;
	display: inline-block;
}

.newsbuilder-recent-post-widget .newsbuilder-post-meta>ul {
	margin: 0;
}

.newsbuilder-recent-post-widget .newsbuilder-post-meta .post-comments {
	display: none;
}

.newsbuilder-blog-sidebar,
.newsbuilder-sidebar {
	margin-top: 10px;
}

.newsbuilder-blog-sidebar .widget_newsbuilder_recent .newsbuilder-recent-post-widget,
.newsbuilder-sidebar .widget_newsbuilder_recent .newsbuilder-recent-post-widget {
	border-bottom: 1px dashed #e1e1e1;
}

.newsbuilder-blog-sidebar .widget_newsbuilder_recent .newsbuilder-recent-post-widget:last-of-type,
.newsbuilder-sidebar .widget_newsbuilder_recent .newsbuilder-recent-post-widget:last-of-type {
	border: none;
}

.archive .newsbuilder-blog-sidebar,
.category .newsbuilder-blog-sidebar,
.search-results .newsbuilder-blog-sidebar,
.blog .newsbuilder-blog-sidebar {
	margin-top: -20px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 10px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single-post .entry-header,
.page .entry-header {
	margin: 30px 0;
}

.single-post .entry-header img,
.page .entry-header img {
	width: 100%;
}

.single-post .entry-title,
.page .entry-title {
	margin-top: 30px;
	color: #001936;
}

.single-post .entry-content .archive,
.page .entry-content .archive {
	color: #8b8d91;
}

.single-post .entry-content p:first-of-type,
.page .entry-content p:first-of-type {
	color: #001936;
	border-bottom: 1px dotted #bababa;
	padding-bottom: 20px;
}

.archive .entry-title {
	margin-top: 20px;
	margin-bottom: 15px;
}

.newsbuilder-image-banner {
	margin-bottom: 30px;
}

.newsbuilder-archive-first-posts,
.newsbuilder-archive-page {
	margin-bottom: 20px;
}

.newsbuilder-archive-first-posts .newsbuilder-post-meta,
.newsbuilder-archive-page .newsbuilder-post-meta {
	margin-top: 20px;
}

.newsbuilder-archive-first-posts .newsbuilder-post-meta .newsbuilder-category,
.newsbuilder-archive-page .newsbuilder-post-meta .newsbuilder-category {
	padding: 3px 7px 3px 10px;
	line-height: 25px;
	font-weight: 400;
	background: #0a396d;
}

.newsbuilder-archive-first-posts .newsbuilder-post-meta .newsbuilder-category a,
.newsbuilder-archive-page .newsbuilder-post-meta .newsbuilder-category a {
	color: #fff;
	font-size: 13px;
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder-archive-first-posts .newsbuilder-post-meta .newsbuilder-category:hover,
.newsbuilder-archive-page .newsbuilder-post-meta .newsbuilder-category:hover {
	background: #0e649b;
}

.newsbuilder-archive-first-posts .newsbuilder-post-meta .newsbuilder-date,
.newsbuilder-archive-page .newsbuilder-post-meta .newsbuilder-date {
	line-height: 25px;
	font-weight: 400;
	margin-left: 13px;
	font-size: 12px;
	font-family: "Nunito Sans", sans-serif;
	color: #bfbfbf;
}

.single-post .newsbuilder-breadcrumbs {
	margin-top: -20px;
}

.single-post .newsbuilder-post-meta {
	margin-top: 20px;
}

.single-post .newsbuilder-post-meta .newsbuilder-category {
	padding: 3px 7px 3px 10px;
	line-height: 25px;
	font-weight: 400;
	background: #0a396d;
}

.single-post .newsbuilder-post-meta .newsbuilder-category a {
	color: #fff;
	font-size: 13px;
	font-family: "Nunito Sans", sans-serif;
}

.single-post .newsbuilder-post-meta .newsbuilder-category:hover {
	background: #0e649b;
}

.single-post .newsbuilder-post-meta .newsbuilder-date {
	line-height: 25px;
	font-weight: 400;
	margin-left: 13px;
	font-size: 12px;
	font-family: "Nunito Sans", sans-serif;
	color: #bfbfbf;
}

.single-post .newsbuilder-tags {
	font-family: "Nunito Sans", sans-serif;
	padding-bottom: 27px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

.single-post .newsbuilder-tags:nth-of-type(2) {
	display: none;
}

.single-post .newsbuilder-tags strong {
	font-size: 20px;
	color: #001936;
	line-height: 34px;
	position: relative;
	top: 2px;
}

.single-post .newsbuilder-tags a {
	padding: 4px 9px 4px 9px;
	margin: -2px 5px;
	border: 1px solid #7c95b1;
	line-height: 33px;
	font-size: 15px;
}

.single-post .newsbuilder-tags a:hover {
	background: #0a396d;
	color: #fff;
	border: 1px solid #0a396d;
}

/* Author box styling */
.author-description {
	border: 1px solid #ebebeb;
	display: flex;
	margin: 36px 0;
}

.author-description .avatar {
	width: 20%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

.author-description .avatar img {
	border-radius: 150px;
}

.author-description .description {
	padding: 10px 15px 0px 0px;
	width: 75%;
	float: left;
	align-items: stretch;
}

.author-description .description h6 a {
	font-weight: 700;
}

.author-description .description p {
	margin-bottom: 40px;
	color: #8b8d91;
	font-size: 14px;
	line-height: 20px;
}

.author-description .social-list {
	display: block;
	width: 5%;
	float: right;
	text-align: center;
	align-items: stretch;
	border-left: 1px solid #ebebeb;
}

.author-description .social-list ul {
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	list-style: none;
}

.author-description .social-list ul a {
	color: #ebebeb;
	font-size: 11px;
	margin-top: 20px;
}

@media (max-width: 550px) {
	.author-description .avatar {
		width: 90%;
		border-right: 1px solid #ebebeb;
	}

	.author-description .comment {
		width: 90%;
		padding-left: 10px;
	}

	.author-description .comment h6 {
		text-align: center;
	}

	.author-description .social-list {
		width: 10%;
	}
}

.newsbuilder-image {
	overflow: hidden;
	display: block;
}

.newsbuilder-image>img,
.newsbuilder-image>a>img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
}

.newsbuilder-image:hover>img,
.newsbuilder-image:hover>a>img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.newsbuilder-archive-first-posts {
	margin-top: 15px;
}

.newsbuilder-archive-first-posts .entry-title a {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	color: #001936;
}

.newsbuilder-archive-first-posts .entry-title a:hover {
	color: #0e649b;
}

.newsbuilder-archive-page .post,
.newsbuilder-archive-page .page {
	margin-bottom: 25px;
}

.newsbuilder-archive-page .post .entry-title a,
.newsbuilder-archive-page .page .entry-title a {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	color: #001936;
}

.newsbuilder-archive-page .post .entry-title a:hover,
.newsbuilder-archive-page .page .entry-title a:hover {
	color: #0e649b;
}

.newsbuilder-archive-page .newsbuilder-image-banner img {
	display: block;
	width: 100%;
}

.newsbuilder-pager {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	margin: 20px auto;
	padding: 0;
}

.newsbuilder-pager li {
	display: inline-block;
	font-family: 'Hind';
	font-weight: 700;
	color: #000;
	padding: 5px 10px;
	text-align: center;
	border-radius: 2px;
}

.newsbuilder-pager li>a {
	font-family: 'Hind';
	font-weight: 700;
	color: #000;
}

.newsbuilder-pager li.active {
	background-color: #000;
	color: #FFF;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* The blog sidebar should be pushed to align with the content */
#secondary {
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a,
.comment-list .reply a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#comments ul,
#comments ol {
	list-style-type: none;
}

#comments .comment-awaiting-moderation {
	padding-left: 97px;
}

#comments .children {
	margin-top: 15px;
}

#comments .children>.comment {
	border-bottom: none;
	padding-top: 20px;
	border-top: 1px dashed #e1e1e1;
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comment-list .comment {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e1e1e1;
}

.comment-list .comment:first-of-type {
	padding-top: 0;
}

.comment-list .says {
	display: none;
}

.comment-list .fn {
	font-size: 20px;
}

.comment-list .comment-author>img {
	margin-right: 30px;
}

.comment-list .comment-metadata {
	padding-left: 97px;
	position: relative;
	bottom: 18px;
}

.comment-list .comment-metadata>a {
	color: #0e649b;
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
}

.comment-list .comment-content,
.comment-list .reply {
	padding-left: 97px;
}

.comment-list .reply>a {
	color: #0e649b;
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.comment-notes {
	display: none;
}

.comment-form [class^="comment-form-"]>label {
	display: none;
}

.comment-form [class^="comment-form-"]>input {
	width: 100%;
}

.error404 .site-main {
	text-align: center;
}

.error404 .page-content {
	margin-bottom: 40px;
}

.newsbuilder-before-footer-area {
	margin-top: 40px;
	padding-top: 60px;
	padding-bottom: 20px;
	background: #f5f5f5;
}

.newsbuilder-before-footer-area .widget_newsbuilder_posts .newsbuilder-layout-b-row .col-xs-6 {
	width: 100%;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.site-content {
	margin-top: 38px;
}

/* Header */
.site-branding {
	padding-top: 15px;
	padding-bottom: 15px;
}

.site-branding .header-logo .site-title {
	font-family: "Nunito Sans", sans-serif;
	color: #000;
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
}

.site-branding .header-logo .site-title:hover,
.site-branding .header-logo .site-title:focus {
	text-decoration: none;
	color: #0e649b;
}

.site-branding .header-logo .site-description {
	margin-bottom: 0;
	font-size: 20px;
}

@media (max-width: 767px) {
	.site-branding .header-logo {
		text-align: center;
	}
}

.header-banner {
	text-align: right;
}

.custom-logo-link {
	line-height: 90px;
}

.search-form-opener {
	top: 3px;
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0;
	background: #202020;
	color: #FFF;
	width: 41px;
	height: 41px;
	margin-left: 4px;
	text-align: right;
}

@media (max-width: 768px) {
	.search-form-opener {
		top: 0;
	}
}

.search-form-opener:hover {
	border-color: transparent;
	background-color: #0e649b;
}

.search-form-opener:after {
	content: '\f002';
	font-family: 'FontAwesome';
	line-height: 41px;
	font-size: 15px;
}

.search-form-opener:hover,
.search-form-opener:focus,
.search-form-opener:active {
	background: transparent;
	border: none;
	color: #0e649b;
}

.top-header {
	position: relative;
}

.top-header .search-form-opener {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.top-header .search-form-opener.hide {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.top-header .header-search-form {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
	z-index: 2;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.top-header .header-search-form.opened {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	bottom: -78px;
	height: 78px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.top-header .header-search-form #searchform {
	position: relative;
}

.top-header .header-search-form #searchform ::-webkit-input-placeholder {
	color: #FFF;
}

.top-header .header-search-form #searchform :-moz-placeholder {
	color: #FFF;
}

.top-header .header-search-form #searchform ::-moz-placeholder {
	color: #FFF;
}

.top-header .header-search-form #searchform :-ms-input-placeholder {
	color: #FFF;
}

.top-header .header-search-form #searchform label {
	margin-bottom: 0;
	bottom: -4px;
	position: relative;
	font-weight: 400;
	width: 97%;
}

.top-header .header-search-form #searchform #search-field {
	margin-top: 20px;
	background: transparent;
	border: none;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 23px;
	color: #FFF;
	font-weight: 400;
	height: 32px;
	width: 100%;
}

.top-header .header-search-form #searchform #search-field:focus {
	outline: none;
}

.top-header .header-search-form #searchform .search-submit {
	margin-top: 0px;
	background: transparent;
	color: #FFF;
	font-size: 17px;
	border: none;
	outline: none;
	box-shadow: none;
	position: absolute;
	padding: 0;
	top: 28px;
	right: 0;
	vertical-align: middle;
	width: 23px;
	height: 23px;
}

.top-header .header-search-form #searchform .search-submit:hover,
.top-header .header-search-form #searchform .search-submit.input-open {
	color: #f2f2f2;
}

.top-header .header-search-form #searchform .search-submit .first-bar,
.top-header .header-search-form #searchform .search-submit .second-bar {
	width: 2px;
	height: 22px;
	background: #FFF;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
}

.top-header .header-search-form #searchform .search-submit .first-bar {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.top-header .header-search-form #searchform .search-submit .second-bar {
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-header .header-search-form #searchform .search-submit:after {
	visibility: hidden;
}

.header-banner {
	text-align: right;
}

.header-banner .newsbuilder-adsense {
	float: right;
}

.newsbuilder-image-banner {
	margin-bottom: 15px;
}

.newsbuilder-image-banner .newsbuilder-adsense {
	margin: 0 auto;
}

.newsbuilder-image-banner .newsbuilder-adsense,
.header-banner .newsbuilder-adsense {
	width: 728px;
	height: 90px;
	display: block;
}

.newsbuilder-image-banner .newsbuilder-adsense:before,
.header-banner .newsbuilder-adsense:before {
	display: none !important;
}

.newsbuilder-image-banner .newsbuilder-adsense ins,
.header-banner .newsbuilder-adsense ins {
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
}

@media screen and (max-width: 991px) {

	.newsbuilder-image-banner .newsbuilder-adsense,
	.header-banner .newsbuilder-adsense {
		width: 720px;
		height: 90px;
	}

	.newsbuilder-image-banner .newsbuilder-adsense:before,
	.header-banner .newsbuilder-adsense:before {
		content: '991';
	}
}

.newsbuilder-image-banner .adsense__loading,
.header-banner .adsense__loading {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	display: table;
	position: absolute;
	top: 0;
	left: 0;
}

.newsbuilder-image-banner .adsense--loaded .adsense__loading,
.header-banner .adsense--loaded .adsense__loading {
	display: none;
}

.newsbuilder-image-banner .adsense__loading span,
.header-banner .adsense__loading span {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

/* Footer */
#colophon {
	background-color: #001228;
	margin-top: 30px;
}

.site-info {
	background-color: #000f20;
	padding: 15px 0;
}

.site-info *,
.site-info a {
	font-size: 15px;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
}

.site-info #footer-navigation ul {
	margin: 0px;
}

.site-info #footer-navigation ul li {
	display: inline;
	margin-left: 30px;
}

.back-to-top-area {
	display: block;
}

.back-to-top-area a {
	font-size: 12px;
	color: #f1f1f1;
	line-height: 25px;
	font-family: "Nunito Sans", sans-serif;
	float: right;
	position: relative;
	right: -120px;
	background: #001d3e;
	padding: 10px 31px 11px 36px;
	font-weight: 700;
}

@media (max-width: 1400px) {
	.back-to-top-area a {
		padding: 6px;
		font-size: 23px;
		text-align: center;
		height: 35px;
		width: 35px;
		right: -35px;
		line-height: 25px;
	}

	.back-to-top-area a span {
		display: none;
	}

	.back-to-top-area a i {
		padding-left: 5px;
		padding-right: 3px;
	}
}

@media (max-width: 768px) {
	.back-to-top-area a {
		position: relative;
		float: none;
		margin: 0px;
		right: 0px;
		display: inline-block;
	}
}

.back-to-top-area i {
	padding-left: 7px;
}

.site-footer>.widgets-area {
	padding: 10px 0 0 0;
}

@media (max-width: 990px) {
	.site-footer>.widgets-area {
		padding: 30px 0px;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.newsbuilder-with-sidebar .newsbuilder-post-sidebar {
	width: 50%;
}

@media (max-width: 768px) {
	.newsbuilder-with-sidebar .newsbuilder-post-sidebar {
		width: 100%;
	}
}

.newsbuilder-with-sidebar .newsbuilder-post-d-sidebar .newsbuilder-title h3,
.newsbuilder-with-sidebar .newsbuilder-post-d-sidebar .newsbuilder-title h4 {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}

.newsbuilder-header-widget-area {
	background: #0e0e11;
	margin-top: -38px;
	line-height: 0;
}

.newspapper-spacer {
	margin-top: 40px;
}

.newsbuilder-spacer-a {
	margin-top: 20px;
}

.newsbuilder-recent-posts {
	margin-bottom: -3px;
}

.newsbuilder-recent-posts>ul {
	padding: 0;
	margin-bottom: 0px !important;
	list-style-type: none;
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
	overflow: hidden;
}

.newsbuilder-recent-posts>ul>li {
	margin-bottom: 0px !important;
	width: 100%;
	height: 360px;
	display: inline-block;
	float: left;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (min-width: 768px) {
	.newsbuilder-recent-posts>ul>li {
		width: 50%;
		height: 178px;
	}

	.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-0 {
		width: 68%;
		height: 480px;
		background-size: cover;
	}

	.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-0:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		content: '';
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}

	.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-0:hover:after {
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		background: transparent;
	}

	.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-1,
	.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-2 {
		width: 32%;
		height: 240px;
		background-size: cover;
	}

	.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-1:after,
	.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-2:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		content: '';
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}

	.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-1:hover:after,
	.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-2:hover:after {
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		background: transparent;
	}
}

@media (min-width: 1200px) {
	.newsbuilder-recent-posts>ul>li {
		width: 25%;
	}
}

@media (min-width: 990px) {
	.newsbuilder-recent-posts>ul>li {
		background-size: 100%;
	}

	.newsbuilder-recent-posts>ul>li:hover {
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		background-size: 115%;
	}
}

.newsbuilder-recent-posts>ul>li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: transparent;
	/* Old browsers */
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.9)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
	content: '';
}

.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-6 h3 a,
.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-5 h3 a,
.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-4 h3 a,
.newsbuilder-recent-posts>ul>li#newsbuilder-recent-post-3 h3 a {
	font-size: 17px;
}

.newsbuilder-recent-posts>ul>li>img {
	width: 100%;
}

.newsbuilder-recent-posts>ul>li .newsbuilder-post-info {
	position: absolute;
	bottom: 25px;
	left: 35px;
	right: 35px;
	max-height: 95px;
	z-index: 1;
	color: #FFF;
	font-family: 'Droid Serif';
	font-size: 14px;
}

@media (max-width: 990px) {
	.newsbuilder-recent-posts>ul>li .newsbuilder-post-info {
		bottom: 45px;
	}
}

.newsbuilder-recent-posts>ul>li .newsbuilder-post-info a {
	color: #FFF;
}

.newsbuilder-recent-posts>ul>li .newsbuilder-post-info a:hover,
.newsbuilder-recent-posts>ul>li .newsbuilder-post-info a:focus,
.newsbuilder-recent-posts>ul>li .newsbuilder-post-info a:active {
	text-decoration: none;
	outline: none;
	color: #FFF;
}

.newsbuilder-recent-posts>ul>li h1 {
	color: #FFF;
}

.newsbuilder-recent-posts>ul>li .newsbuilder-category {
	padding: 3px 7px 3px 10px;
	line-height: 25px;
	font-weight: 400;
	background: #0a396d;
}

.newsbuilder-recent-posts>ul>li .newsbuilder-category a {
	font-size: 13px;
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder-recent-posts>ul>li .newsbuilder-category:hover {
	background: #0e649b;
}

.newsbuilder-recent-posts>ul>li .newsbuilder-date {
	line-height: 25px;
	font-weight: 400;
	margin-left: 13px;
	font-size: 12px;
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder-recent-posts>ul>li h3 {
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	font-family: "Nunito Sans", sans-serif;
}

.newsbuilder-recent-posts>ul>li h3>a {
	color: #FFF;
	font-weight: 700;
}

.newsbuilder-recent-posts>ul>li h3>a:hover,
.newsbuilder-recent-posts>ul>li h3>a:focus,
.newsbuilder-recent-posts>ul>li h3>a:active {
	text-decoration: none;
	outline: none;
	color: #0e649b;
}

.newsbuilder-recent-posts-a ul li .newsbuilder-post-info {
	bottom: 42px;
}

.newsbuilder-recent-posts-a ul li .newsbuilder-post-info h6 a {
	font-weight: 700;
	bottom: -2px;
	position: relative;
}

.newsbuilder-recent-posts-a ul li:after {
	content: '';
	position: absolute;
	background: #000;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
}

.newsbuilder-related-posts {
	margin-top: 40px;
	margin-bottom: 50px;
}

.newsbuilder-related-posts .newsbuilder-carousel-navigation {
	padding-right: 12px;
}

.newsbuilder-related-posts .owl-controls {
	display: none !important;
}

.newsbuilder-related-posts .newsbuilder-carousel-arrows {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style-type: none;
}

.newsbuilder-related-posts .newsbuilder-carousel-arrows>li {
	border: 1px solid #e1e1e1;
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	margin-right: 3px;
}

.newsbuilder-related-posts .newsbuilder-carousel-arrows>li:last-of-type {
	margin-right: 0;
}

.newsbuilder-related-posts .newsbuilder-carousel-arrows>li:hover {
	border-color: #0e649b;
}

.newsbuilder-related-posts .newsbuilder-carousel-arrows>li a {
	color: "Nunito Sans", sans-serif;
	display: block;
	line-height: 18px;
}

.newsbuilder-related-posts .newsbuilder-carousel-arrows>li a:hover,
.newsbuilder-related-posts .newsbuilder-carousel-arrows>li a:focus,
.newsbuilder-related-posts .newsbuilder-carousel-arrows>li a:active {
	text-decoration: none;
	outline: none;
	color: #0e649b;
}

.newsbuilder-related-posts .newsbuilder-related-post-title>a {
	display: inline-block;
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Source Sans Pro", "sans-serif";
	color: #333;
}

.newsbuilder-related-posts .newsbuilder-related-post-title>a:hover,
.newsbuilder-related-posts .newsbuilder-related-post-title>a:focus,
.newsbuilder-related-posts .newsbuilder-related-post-title>a:active {
	text-decoration: none;
	outline: none;
	color: #0e649b;
}

.newsbuilder-news-ticker {
	position: relative;
	overflow: hidden;
	max-height: 42px;
}

@media (max-width: 767px) {
	.newsbuilder-news-ticker {
		display: none;
	}
}

.newsbuilder-news-ticker .owl-carousel {
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	left: -10px;
}

.newsbuilder-news-ticker .newsbuilder-module-title {
	color: #FFF;
	padding: 0px 21px 0px 11px;
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: bold;
	background: #0a396d;
	display: inline-block;
	position: relative;
	line-height: 42px;
}

.newsbuilder-news-ticker .newsbuilder-module-title .fa-stack-1x {
	font-size: 13px;
	left: 3px;
	bottom: 1px;
}

.newsbuilder-news-ticker .newsbuilder-module-title .fa-stack-2x {
	font-size: 30px;
	position: relative;
	top: 3px;
	left: 3px;
}

.newsbuilder-news-ticker .newsbuilder-module-title icon.fa {
	color: #0e649b;
	margin-right: 10px;
	font-size: 13px;
}

.newsbuilder-news-ticker ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	bottom: 22px;
}

@media (min-width: 768px) {
	.newsbuilder-news-ticker ul {
		padding: 0 0 0 185px;
	}
	#secondary {
		margin-top: 20px;
		display: inline-block;
	}

}

.newsbuilder-news-ticker ul li a {
	color: #fff;
	font-size: 14px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
}

@media (max-width: 767px) {
	.newsbuilder-news-ticker {
		text-align: center;
		margin-top: 40px;
	}
	#secondary {
		margin-top: 20px;
		display: inline-block;
	}


	.newsbuilder-news-ticker .owl-carousel {
		top: 60px;
		width: 90%;
		left: 18px;
	}

	.newsbuilder-news-ticker .newsbuilder-news-ticker {
		min-height: 120px;
	}

	.newsbuilder-news-ticker .newsbuilder-module-title:after {
		right: 43%;
		top: initial;
		bottom: -9px;
		border-width: 11px 8.5px 0 8.5px;
		border-color: #2d2d2d transparent transparent transparent;
	}
}

.newsbuilder-breadcrumbs {
	margin-top: 30px;
	font-size: 14px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
}

.newsbuilder-breadcrumbs .newsbuilder-breadcrumb-sep {
	margin: 0 10px;
}

.comments-area {
	position: relative;
	top: 30px;
}

.comments-area .comments-form {
	background: #f8f8f8;
	padding-top: 15px;
	padding-bottom: 15px;
}

.comments-area .comments-form #reply-title {
	color: #0a396d;
	font-weight: 400;
	font-family: "Nunito Sans", sans-serif;
	font-size: 20px;
	border-left: none;
	text-transform: initial;
	margin-bottom: 0px;
}

.comments-area .comments-form #reply-title span {
	background: none;
	padding: 0px;
	color: #0a396d;
	font-weight: 400;
	font-family: "Nunito Sans", sans-serif;
	font-size: 20px;
}

.comments-area .comments-form #reply-title:after {
	border: none;
}

.comments-area .comments-form .comment_notes_before {
	display: block;
	color: #8b8d91;
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
	margin-bottom: 30px;
}

.comments-list {
	border: 1px solid #ebebeb;
	margin: 36px 0;
}

.comments-list .avatar {
	width: 20%;
	float: left;
	padding-top: 40px;
}

.comments-list .avatar img {
	border-radius: 150px;
}

.comments-list .comment {
	padding: 10px 15px 0px 0px;
	width: 80%;
	float: left;
	min-height: 170px;
}

.comments-list .comment p {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 20px;
}

.comments-list .social-list {
	display: none;
	width: 5%;
	float: right;
	height: 100%;
	text-align: center;
}

.comments-list .social-list ul {
	padding: 0px;
	margin-top: 25px;
	list-style: none;
}

.comments-list .social-list ul a {
	color: #ebebeb;
	font-size: 11px;
	margin-top: 20px;
}

@media (max-width: 550px) {
	.comments-list .avatar {
		width: 90%;
		border-right: 1px solid #ebebeb;
	}

	.comments-list .comment {
		width: 90%;
		padding-left: 10px;
	}

	.comments-list .comment h6 {
		text-align: center;
	}

	.comments-list .social-list {
		width: 10%;
	}
	#secondary {
		margin-top: 20px;
		display: inline-block;
	}

}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley,
.comment-list .reply .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%;
}

.newsbuilder-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.newsbuilder-video-container embed,
.newsbuilder-video-container iframe,
.newsbuilder-video-container object,
.newsbuilder-video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 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 {
	font-style: italic;
}

/*--------------------------------------------------------------
## 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;
}

/*# sourceMappingURL=style.css.map */