/*
Theme Name: Pulse

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

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

ol,
ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

/*****************************CSS Reset - Find ****************************************/
/* =Fonts
-------------------------------------------------------------- */
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 0.750em;
	line-height: 18px;
}

hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

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

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

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

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

div {
	vertical-align: top;
}

table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}

tr th,
thead th {
	color: #888;
	font-size: 0.750em;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}

tr.odd td {
	background: #F2F7FC;
}

.attachment img {
	max-width: 900px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

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

.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 0.750em;
}

.wp-smiley {
	margin: 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 1.250em;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author {}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 0.750em;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}

.commentlist .even {}

.commentlist .bypostauthor {}

.reply {
	font-size: 0.750em;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	font-size: 0.750em;
	line-height: 18px;
	display: block;
	margin: 0;
}

#comments .pingback .url {
	font-style: italic;
	font-size: 0.813em;
}

/* Comments form */
input[type=submit] {
	color: #333;
}

#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 0.750em;
	line-height: 18px;
	font-weight: normal;
}

#respond .required {
	color: #FF4B33;
	font-weight: bold;
}

#respond label {
	color: #888;
	font-size: 0.750em;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 0.750em;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 0.688em;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	width: auto;
	font-size: 0.875em;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

/*=======================================================================
						FONT FACE DECLARTIONS
========================================================================*/
@font-face {
	font-family: 'Archer Semibold';
	src: url("assets/fonts/archer-semibold.eot");
	src: url("assets/fonts/archer-semibold.eot?#iefix") format("embedded-opentype"),
		url("assets/fonts/archer-semibold.woff") format("woff"),
		url("assets/fonts/archer-semibold.woff2") format("woff2"),
		url("assets/fonts/archer-semibold.otf") format("opentype"),
		url("assets/fonts/archer-semibold.svg#archer-semibold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Neutra Text Book';
	src: url("assets/fonts/neutra-text-book.eot");
	src: url("assets/fonts/neutra-text-book.eot?#iefix") format("embedded-opentype"),
		url("assets/fonts/neutra-text-book.woff") format("woff"),
		url("assets/fonts/neutra-text-book.woff2") format("woff2"),
		url("assets/fonts/neutra-text-book.otf") format("opentype"),
		url("assets/fonts/neutra-text-book.svg#neutra-text-book") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Neutra Text TF Demi';
	src: url("assets/fonts/neutra-text-tf-demi.eot");
	src: url("assets/fonts/neutra-text-tf-demi.eot?#iefix") format("embedded-opentype"),
		url("assets/fonts/neutra-text-tf-demi.woff") format("woff"),
		url("assets/fonts/neutra-text-tf-demi.woff2") format("woff2"),
		url("assets/fonts/neutra-text-tf-demi.otf") format("opentype"),
		url("assets/fonts/neutra-text-tf-demi.svg#neutra-text-tf-demi") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Neutra Text';
	src: url("assets/fonts/neutra-text.eot");
	src: url("assets/fonts/neutra-text.eot?#iefix") format("embedded-opentype"),
		url("assets/fonts/neutra-text.woff") format("woff"),
		url("assets/fonts/neutra-text.woff2") format("woff2"),
		url("assets/fonts/neutra-text.otf") format("opentype"),
		url("assets/fonts/neutra-text.svg#neutra-text") format("svg");
	font-weight: normal;
	font-style: normal;
}

/***************************** WP CSS Reset - Find ****************************************/
body {
	font-family: "Archer Semibold", sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.container {
	width: 100%;
	max-width: 1112px;
	margin: 0 auto;
}

/***************************** Header start here ****************************************/
html.small .sticky_nav {
	width: 100%;
	position: fixed;
	visibility: visible !important;
	height: 93px;
	padding: 0;
	top: 0;
	left: 0;
	background: url(assets/images/sticky_nav_bg.jpg)no-repeat left top;
	background-size: cover;
	-webkit-animation: slide-down .7s;
	-moz-animation: slide-down .7s;
	-ms-animation: slide-down .7s;
	-o-animation: slide-down .7s;
	animation: slide-down .7s;
}

.header .home {
	background: none;
	position: relative;
	z-index:
		/*  999 */
		10000;
	width: 100%;
	padding: 0;
	transition: all 0.4s linear 0s;
	visibility: visible;
}

.header {
	width: 100%;
	padding: 0;
	transition: all 0.4s linear 0s;
	background: url(assets/images/banner_img.jpg)no-repeat left top;
	height: auto;
	background-size: cover;
}

.header .head_top {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
}

.header .head_top .head_top_cont {
	max-width: 786px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.header .head_top .head_top_cont h1 {
	font-family: "Archer Semibold", sans-serif;
	font-size: 27px;
	line-height: 32px;
	letter-spacing: 0.25px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	width: 310px;
	padding: 10px 0 0 0;
}

.header .head_top .head_top_cont a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.header .head_top .head_top_cont a img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 38px 0 0;
}

.header .head_bottom {
	width: 100%;
	margin: 0;
	padding: 27px 0 28px;
}

.header .head_bottom .head_bot_cont {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header .head_bottom .head_bot_cont .head_bot_left {
	width: auto;
	margin: 0;
	padding: 0;
	display: none;
}

.header .head_bottom .head_bot_cont .head_bot_right {
	width: 100%;
	margin: 0;
	padding: 0;
}

.small .header .head_bottom .head_bot_cont .head_bot_left {
	width: 187px;
	float: left;
	display: block;
}

.small .header .head_bottom .head_bot_cont .head_bot_right {
	width: 887px;
	float: right;
	display: block;
}

.small .header .head_bottom .head_bot_cont {
	width: 100%;
	max-width: 1112px;
	margin: 0 auto;
	padding: 10px 0 2px;
}

.small #right_header .right_bottom #navigation_bar ul li a {
	font-size: 16px;
}

.small #right_header .right_bottom #navigation_bar ul li {
	margin: 0 83px 0 0;
}

.small #right_header .right_bottom #navigation_bar ul {
	padding: 22px 0;
}

.small #right_header .right_bottom #navigation_bar ul li ul li {
	margin: 0;
}

.small #right_header .right_bottom #navigation_bar ul li ul {
	padding: 0;
}

.small {
	margin: 0;
	/*width: 58px;*/
}

#right_header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#right_header .right_bottom {
	padding: 0;
	width: 100%;
}

#right_header .right_bottom #navigation_bar {
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
}

#right_header .right_bottom #navigation_bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

#right_header .right_bottom #navigation_bar ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	position: relative;
	list-style: none;
	width: auto;
	text-align: center;
	margin: 0 103px 0 0;
}

#right_header .right_bottom #navigation_bar ul li a {
	font-family: "Archer Semibold", sans-serif;
	font-size: 27px;
	line-height: 32px;
	letter-spacing: 0.25px;
	color: #FFF;
	position: relative;
	z-index: 99;
}

#right_header .right_bottom #navigation_bar ul li:last-child {
	margin: 0;
	position: initial;
	width: 81px;
}

#right_header .right_bottom #navigation_bar ul li.current-menu-item a,
#right_header .right_bottom #navigation_bar ul li:hover a,
.sb-icon-search:hover {
	color: #099ed8;
}

#right_header .right_bottom #navigation_bar ul li a svg {
	display: none;
}

#right_header .right_bottom #navigation_bar ul li ul {
	position: absolute;
	top: 120%;
	left: 0;
	width: 100%;
	background-color: #118dc9;
	min-width: 200px;
	z-index: 9;
	padding: 0;
	border-radius: 0;
	display: none;
	margin: 0;
	padding: 0 0 15px;
	border: none;
	box-shadow: none;
}

#right_header .right_bottom #navigation_bar ul li ul li a {
	font-family: "Archer Semibold", sans-serif;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.25px;
	color: #FFF !important;
}

#right_header .right_bottom #navigation_bar ul li ul li a:hover {
	color: #263155 !important;
}

#right_header .right_bottom #navigation_bar ul li ul li {
	display: block;
	padding: 0;
	position: relative;
	list-style: none;
	width: auto;
	text-align: left;
	margin: 0;
	padding: 10px 25px 0;
}

#right_header .right_bottom #navigation_bar ul li span img {
	width: 5px;
	height: auto;
}

#right_header .right_bottom #navigation_bar ul li ul li:last-child {
	padding: 10px 25px 0;
	width: auto;
}

#toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	height: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 14px;
	transition: all 0.1s ease-in;
	width: auto;
	z-index: 1000;
	box-sizing: border-box;
	z-index: 9999;
	display: none;
	transition: all 0.3s ease-in-out 0s;
}

#toggle .patty {
	background: none repeat scroll 0 0 #FFF;
	height: 3px;
	top: 3px;
	margin: 10px 0;
	transition: all 0.3s ease 0s;
	width: 20px;
	position: relative;
	display: inline-block;
}

#toggle .patty::after,
#toggle .patty::before {
	background: none repeat scroll 0 0 #FFF;
	content: "";
	display: inline-block;
	height: 3px;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 20px;
	z-index: -1;
}

#toggle .patty::before {
	top: -7px;
	right: 0px;
}

#toggle .patty::after {
	top: 7px;
	right: 0px;
}

#toggle:hover {
	transition: top 0.4s ease 0s;
}

#toggle:hover {
	opacity: .8;
}

#toggle:hover .patty::before {
	top: -9px;
}

#toggle:hover .patty::after {
	top: 9px;
}

.mob_menu {
	display: none;
}

.open .patty {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.open .patty::before {
	background: none repeat scroll 0 0 #FFF !important;
	top: 0 !important;
	transform: rotate(-45deg);
}

.open .patty::after {
	background: none repeat scroll 0 0 #FFF !important;
	top: 0 !important;
	transform: rotate(45deg);
}

main.home {
	padding: 0;
}

main {
	overflow-x: hidden;
}

main {
	padding: 0;
	transition: all 0.3s linear 0s;
	overflow: initial;
}

.mob_menu {
	display: none;
}

.open .patty {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.open .patty::before {
	background: none repeat scroll 0 0 #FFF !important;
	top: 0 !important;
	transform: rotate(-45deg);
}

.open .patty::after {
	background: none repeat scroll 0 0 #FFF !important;
	top: 0 !important;
	transform: rotate(45deg);
}

::selection {
	background: #149ed8;
	color: #FFF;
}

@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
		transition: all .3s;
	}

	100% {
		opacity: 0.9;
		transform: translateY(0);
		transition: all .3s;
	}
}

@-moz-keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
		transition: all .3s;
	}

	100% {
		opacity: 0.9;
		transform: translateY(0);
		transition: all .3s;
	}
}

@-ms-keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
		transition: all .3s;
	}

	100% {
		opacity: 0.9;
		transform: translateY(0);
		transition: all .3s;
	}
}

@-o-keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
		transition: all .3s;
	}

	100% {
		opacity: 0.9;
		transform: translateY(0);
		transition: all .3s;
	}
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
		transition: all .3s;
	}

	100% {
		opacity: 0.9;
		transform: translateY(0);
		transition: all .3s;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

/* .searchbox{
    position:relative;
    min-width:81px;
    width:0%;
    height:auto;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:transparent; font-family: "Neutra Text", sans-serif;
    width:66%;
    height:40px;
    margin:0;
    padding:0px 20px;
    font-size:20px;
    color:#099ed8;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit{
    width:81px;
    height:auto;
    display:block !important;
    position:absolute;
    top:0;
    font-family: "Archer Semibold", sans-serif; font-size:27px; line-height:46px; letter-spacing:0.25px; color:#FFF;
    right:0;
    padding:0;
    margin:0; 
    border:0;
    outline:0;
    cursor:pointer;
    background:transparent;
}



.searchbox-open{
    width:100%;
}

.wid_adjst .searchbox-open {
    width: 500px;
}
.wid_adjst .searchbox-open .searchbox-input 			{ background-color:#FFF; width: 66%;}
 */
.sb-icon-search {
	font-family: "Archer Semibold", sans-serif;
	font-size: 27px;
	line-height: 46px;
	letter-spacing: 0.25px;
	color: #FFF;
	margin: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.sb-icon-search:before {
	display: none;
}

.sb-icon-search,
.sb-search-submit {
	background-color: transparent !important;
	width: 81px;
	transition: all 0.6s linear 0s;
	height: auto;
	line-height: 45px;
	top: 0;
}

.sb-search-input {
	right: 30px;
	border: 1px solid #585d5f !important;
	opacity: 0;
	width: 420px;
	height: 45px;
	padding: 0 20px !important;
	background-color: #FFF !important;
	box-shadow: none !important;
	font-size: 16px !important;
	font-weight: normal;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	font-stretch: normal;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: normal;
	letter-spacing: normal;
	transition: all 0.2s linear 0s;
	font-size: 13px;
	line-height: 14px;
	color: #4a4a4a;
}

.sb-search.sb-search-open .sb-search-input {
	opacity: 1;
	z-index: 99999;
}

.sb-search {
	width: 59%;
	position: absolute;
	top: -6px;
	height: 50px;
	right: 0;
	margin: 0;
}

.sb-search-input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #4a4a4a;
}

.sb-search-input::-moz-placeholder {
	/* Firefox 19+ */
	color: #4a4a4a;
}

.sb-search-input:-ms-input-placeholder {
	/* IE 10+ */
	color: #4a4a4a;
}

.sb-search-input:-moz-placeholder {
	/* Firefox 18- */
	color: #4a4a4a;
}

#right_header .right_bottom #navigation_bar ul li form input[type="text"] {
	width: 50%;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-family: "Neutra Text", sans-serif;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.54);
	text-align: left;
	height: 48px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #f2f2f2;
	border: none;
	border-radius: 0;
	outline: none;
	margin: 0 63px 0 0 !important;
	padding: 5px 15px !important;
	box-shadow: none;
}

.small .sb-icon-search,
.small .sb-search-submit {
	font-size: 19px;
	line-height: 45px;
}

.small .sb-search {
	top: 15px;
}

/***************************** Banner start here ****************************************/
#category_sect {
	width: 100%;
	margin: 0;
	padding: 0;
}

#category_sect .category_cont {
	width: 100%;
	margin: 0;
	padding: 48px 0;
}

#category_sect .category_cont .category_left {
	width: 100%;
	max-width: 754px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#category_sect .category_cont .category_left .category_txt {
	width: 100%;
	margin: 0;
	padding: 34px 0;
	border-top: 7px solid #e7e8e9;
}

#category_sect .category_cont .category_left .alm-reveal:first-child .category_txt:first-child {
	border-top: none;
	padding: 0 0 34px;
	margin: 0;
}

#category_sect .category_cont .category_left .category_txt.padd_chge:first-child {
	border-top: none;
}

#category_sect .category_cont .category_left .category_txt h2 {
	font-size: 40px;
	color: #231f20;
	line-height: 42px;
	margin: 0;
	padding: 0 0 15px;
	letter-spacing: 0.50px;
	text-transform: capitalize;
}

#category_sect .category_cont .category_left .category_txt.padd_chge p {
	padding: 0 0 20px;
}

#category_sect .category_cont .category_left .category_txt strong {
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0.75px;
	color: #231f20;
	padding: 0 0 10px;
	margin: 0;
	display: block;
}

#category_sect .category_cont .category_left .category_txt p {
	font-family: "Neutra Text", sans-serif;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.75px;
	color: #6d6e71;
	padding: 0 0 10px;
	margin: 0;
	width: 97.1%;
	font-weight: 400;
}

#category_sect .category_cont .category_left .category_txt a.read_btn {
	font-family: "Neutra Text Bold", sans-serif;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.75px;
	color: #FFF;
	padding: 0;
	margin: 30px 0 0 !important;
	width: 180px;
	height: 26px;
	background-color: #099ed8;
	text-align: center;
	display: block;
}

#category_sect .category_cont .category_left .category_txt a.read_btn:hover {
	background-color: #283058;
}

#category_sect .category_cont .category_left .category_txt .date_sect {
	width: 100%;
	margin: 0;
	padding: 0 0 19px;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_left {
	width: 100%;
	max-width: 398px;
	margin: 0;
	padding: 0;
	float: left;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_left small {
	padding: 0;
	display: inline-block;
	font-family: "Neutra Text Book", sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.50px;
	color: #58595b;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_right {
	width: 100%;
	max-width: 350px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

.am_cat_bot.date_sect_right {
	margin: 0 0 0 1.5em;
float: right;
}

@media screen and (max-width: 767px) {
	.am_cat_bot.date_sect_right {
		margin: 0;
	}
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_right ul {
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.am_cat_bot.date_sect_right ul {
	width: auto;
	list-style: none;
	margin: 0  0  0 30px;
	padding: 0;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_right ul li {
	text-indent: initial;
	width: auto;
	margin: 0;
	padding: 0 14px 0 0;
	display: inline-block;
	position: relative;
}

.am_cat_bot.date_sect_right ul li {
	text-indent: initial;
	width: auto !important;
	margin: 0 !important;
	padding: 0 14px 0 0 !important;
	display: inline-block;
	position: relative;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_right ul li:after, .am_cat_bot.date_sect_right ul li:after {
	content: '';
	width: 1px;
	height: 18px;
	margin: 0;
	padding: 0;
	display: inline-block;
	background-color: #a3a5a8;
	position: absolute;
	right: 4px;
	top: 4px;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_right ul li:last-child, .am_cat_bot.date_sect_right ul li:last-child {
	padding: 0;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_right ul li:last-child:after, .am_cat_bot.date_sect_right ul li:last-child:after  {
	display: none;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_right ul li a, .am_cat_bot.date_sect_right a {
	font-size: 16px;
	color: #009fd8;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	width: 100%;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_right ul li a:hover, .am_cat_bot.date_sect_right ul li a:hover {
	color: #118dc9;
}

#category_sect .category_cont .category_left:after {
	content: '';
	width: 7px;
	height: 100%;
	background-color: #e7e8e9;
	display: inline-block;
	position: absolute;
	right: -37px;
	top: 0;
}

#category_sect .category_cont .category_right {
	width: 100%;
	max-width: 285px;
	margin: 0;
	padding: 0;
	float: right;
}

#category_sect .category_cont .category_right .category_right_cont {
	width: 100%;
	margin: 0;
	padding: 0 0 40px;
}

#category_sect .category_cont .category_right .category_right_cont .category_right_txt {
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
}

#category_sect .category_cont .category_right .category_right_cont .category_right_txt span {
	width: 99px;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

#category_sect .category_cont .category_right .category_right_cont .category_right_txt h4 {
	font-size: 25px;
	color: #231f20;
	line-height: 30px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.25px;
	display: inline-block;
	vertical-align: middle;
}

#category_sect .category_cont .category_right .category_right_cont p {
	font-family: "Neutra Text", sans-serif;
	font-size: 17px;
	color: #6d6e71;
	line-height: 24px;
	margin: 0;
	padding: 0 0 12px;
	letter-spacing: 0;
	font-weight: 400;
}

#category_sect .category_cont .category_right .category_right_cont.chge_struct p {
	font-family: "Neutra Text Book", sans-serif;
	font-size: 17px;
	color: #231f20;
	line-height: 24px;
	margin: 0;
	padding: 0 0 12px;
	letter-spacing: 0.50px;
}

#category_sect .category_cont .category_right .category_right_cont ul {
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

#category_sect .category_cont .category_right .category_right_cont ul li {
	width: auto;
	margin: 0;
	padding: 0 0 9px;
	display: block;
}

#category_sect .category_cont .category_right .category_right_cont ul li a {
	font-size: 18px;
	color: #019cd8;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.25px;
	font-family: "Archer Semibold", sans-serif;
}

#category_sect .category_cont .category_right .category_right_cont ul li a:hover {
	color: #06556d;
}

#category_sect .category_cont .category_right .category_right_cont a {
	font-family: "Neutra Text TF Demi", sans-serif;
	font-size: 18px;
	color: #019cd8;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.25px;
}

/***************************** Default_page start here ****************************************/
#default_sect {
	width: 100%;
	margin: 0;
	padding: 0;
}

#default_sect .default_cont {
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
}

h1 {
	font-size: 42px;
	color: #231f20;
	line-height: 48px;
	margin: 0;
	padding: 0 0 20px;
	letter-spacing: 0.50px;
}

h2 {
	font-size: 40px;
	color: #231f20;
	line-height: 45px;
	margin: 0;
	padding: 0 0 20px;
	letter-spacing: 0.50px;
}

h3 {
	font-size: 35px;
	color: #231f20;
	line-height: 40px;
	margin: 0;
	padding: 0 0 20px;
	letter-spacing: 0.50px;
}

h4 {
	font-size: 30px;
	color: #231f20;
	line-height: 35px;
	margin: 0;
	padding: 0 0 20px;
	letter-spacing: 0.50px;
}

h5 {
	font-size: 25px;
	text-align: left;
	line-height: 30px;
	color: #1e2a40;
	letter-spacing: 3px;
	padding: 0 0 20px;
	margin: 0;
	display: block;
	font-weight: 500;
}

h6 {
	font-size: 20px;
	color: #231f20;
	line-height: 25px;
	margin: 0;
	padding: 0 0 20px;
	letter-spacing: 0.50px;
}

hr {
	height: 1px;
	background: #093341;
}

p {
	font-family: "Neutra Text Book", sans-serif;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.75px;
	color: #231f20;
	padding: 0 0 10px;
	margin: 0;
}

small {
	font-size: 17px;
	color: #6d6e71;
	line-height: 24px;
	margin: 0;
	padding: 0 0 12px;
	letter-spacing: 0;
}

p b,
p strong {
	font-weight: bold;
}

p em {
	font-style: italic;
}

p a,
a {
	font-family: "Neutra Text TF Demi", sans-serif;
	font-size: 18px;
	color: #019cd8;
	transition: all 0.6s linear 0s;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.25px;
}

p a:hover,
a:hover {
	color: #00bce7;
}

blockquote {
	padding: 10px;
	background: #099ed8;
	text-indent: 15px;
	margin: 0 0 20px 0;
}

blockquote p {
	margin: 0;
	padding: 0;
}

figure.wp-caption {
	margin: 0;
	background: none;
	text-align: left;
	width: 100% !important;
}

figure.wp-caption img {
	margin: 0 auto 40px;
	display: block;
}

figcaption.wp-caption-text {
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.75px;
	color: #231f20;
	font-family: "Archer Semibold", sans-serif;
	padding: 0 0 10px;
	margin: 0;
}

#default_sect ul {
	margin-bottom: 25px;
	margin-left: 0;
}

#default_sect ul li {
	display: block;
	vertical-align: top;
	position: relative;
	list-style: none;
	font-family: "Neutra Text", sans-serif;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.75px;
	color: #231f20;
	padding: 0 0 10px;
	margin: 0;
	width: 98%;
	text-indent: 25px;
}

#default_sect ul li a {
	font-family: "Neutra Text", sans-serif;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.75px;
	color: #231f20;
	padding: 0 0 10px;
	margin: 0;
	width: 98%;
	text-indent: 25px;
	transition: all 0.6s linear 0s;
	text-decoration: none;
}

#default_sect ul li a:hover {
	color: #a00410;
}

#default_sect ol {
	list-style: decimal inside;
	margin: 0 0 20px 0;
	padding: 0;
	color: #003262;
}

#default_sect ol li {
	font-family: "Neutra Text", sans-serif;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.75px;
	padding: 0 0 10px;
	margin: 0;
	color: #333;
	text-indent: 25px;
}

#default_sect ol li a {
	font-family: "Neutra Text", sans-serif;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.75px;
	padding: 0 0 10px;
	margin: 0;
	color: #333;
	transition: all 0.6s linear 0s;
	text-decoration: none;
	font-weight: normal;
}

#default_sect ol li a:hover {
	color: #00bce7;
}

#default_sect .default_cont form {
	margin: 0 0 50px;
}

#default_sect .default_cont form label {
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

#default_sect .default_cont form input[type="text"],
#default_sect .default_cont form input[type="email"],
#default_sect .default_cont form input[type="url"],
#default_sect .default_cont form input[type="search"],
#default_sect .default_cont form input[type="number"],
#default_sect .default_cont form select {
	width: 100%;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-family: "Archer Semibold", sans-serif;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #5b5448;
	max-width: 100%;
	text-align: left;
	height: 48px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	margin: 0 0 42px !important;
	font-weight: 600;
	padding: 12px 0 !important;
	box-shadow: none;
	border-bottom: 1px solid #dbd7d0;
}

#default_sect .default_cont form select {
	width: 100%;
	font-size: 17px;
	font-weight: normal;
	max-width: 100%;
	font-style: normal;
	font-family: "Archer Semibold", sans-serif;
	font-stretch: normal;
	line-height: 1.33;
	border: 1px solid #dbd7d0;
	letter-spacing: normal;
	color: #5b5448;
	text-align: left;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #b7ae9f;
	border-radius: 0;
	outline: none;
	margin: 0 0 16px !important;
	padding: 16px 15px !important;
	box-shadow: none;
}

#default_sect .default_cont textarea.form-control {
	width: 100%;
	font-size: 17px;
	font-weight: normal;
	max-width: 100%;
	font-style: normal;
	font-family: "Archer Semibold", sans-serif;
	font-stretch: normal;
	line-height: 1.33;
	border-bottom: 1px solid #dbd7d0;
	border-left: none;
	border-right: none;
	border-top: none;
	letter-spacing: normal;
	color: #5b5448;
	text-align: left;
	height: auto;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: transparent;
	border-radius: 0;
	outline: none;
	margin: 0 0 16px !important;
	padding: 16px 15px !important;
	box-shadow: none;
}

#default_sect .default_cont input[type="submit"],
.btn {
	font-family: "Neutra Text Bold", sans-serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.75px;
	color: #FFF;
	padding: 0;
	margin: 26px 0 0;
	width: 180px;
	height: 30px;
	background-color: #099ed8;
	text-align: center;
	display: block;
	outline: none;
	border: none;
	transition: all 0.6s linear 0s;
	cursor: pointer;
}

#default_sect .default_cont input[type="submit"]:hover,
.btn:hover {
	background-color: #283058;
}

.navigation.paging-navigation {
	width: 100%;
	text-align: center;
}

.navigation.paging-navigation h1 {
	display: none !important;
}

.navigation.paging-navigation a {
	font-size: 18px;
	line-height: 1px;
	color: #fff;
	background: #099ed8;
	padding: 22px 9px;
	margin: 0 1px;
	display: inline-block;
}

.navigation.paging-navigation span {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background: #283058;
	padding: 4px 10px;
	margin: 0 3px;
}

.wp-pagenavi span.pages {
	background: #283058;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 4px 10px;
	margin: 0 5px 0 0;
}

.wp-pagenavi a {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background: #099ed8;
	padding: 4px 10px;
	margin: 0 3px;
}

.wp-pagenavi span.current {
	background: #283058;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 4px 10px;
	margin: 0 5px 0 0;
}

.search-form span.screen-reader-text {
	display: none;
}

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

table {
	font-size: 18px;
	line-height: 20px;
	width: 100%;
}

table th {
	font-weight: bold;
}

table td,
table th {
	border: 1px solid;
}

p img,
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

iframe {
	max-width: 100%;
	min-height: 250px;
}

.tablew {
	max-width: 100%;
	overflow: auto;
}

/***************************** Footer start here ****************************************/
#category_sect .category_cont .category_left .category_txt h2 a {
	font-size: 40px;
	color: #231f20;
	line-height: 45px;
	font-family: "Archer Semibold", sans-serif;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	letter-spacing: 0.50px;
}

.navigation h2.screen-reader-text {
	display: none;
}

.navigation {
	float: none;
	text-align: center;
	width: 100%;
}

.navigation .nav-links a svg {
	display: none;
}

.navigation .nav-links a {
	padding: 5px 8px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
}

.navigation .nav-links span.current {
	padding: 5px 8px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
}

#category_sect .category_cont .category_left .category_txt ol.easy-footnotes-wrapper a {
	font-family: "Neutra Text", sans-serif;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.75px;
	padding: 0;
	margin: 0;
}

#category_sect .category_cont .category_left .category_txt ol li {
	font-family: "Neutra Text", sans-serif;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.75px;
	padding: 0 0 10px;
	margin: 0;
	color: #333;
	text-indent: 25px;
}

.easy-footnote-to-top {
	display: initial !important;
	margin-left: 10px !important;
}

#category_sect .category_cont .category_left .category_txt ul li {
	font-family: "Neutra Text", sans-serif;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.75px;
	color: #231f20;
	padding: 0 0 10px;
	margin: 0;
	width: 98%;
	text-indent: 25px;
}

#category_sect .category_cont .category_left .category_txt h2 a:hover {
	color: #0A9ED7;
}

#comments .wpad_form_group {
	padding: 5px 0;
}

#comments .comment-form-author .input_container {
	padding-left: 0;
	padding-right: 0;
}

.wpad_comment_fields_wrapper .input_container.wpad_radio_wrapper {
	display: none;
}

#comments input,
#comments textarea {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	float: none;
	padding: 12px 13px;
	margin: 0 0 8px;
	border-radius: 0;
	width: 500px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#comments #submit:hover {
	background: #06556d none repeat scroll 0 0;
}

#comments #submit {
	cursor: pointer;
	background: #2AA7DA none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	float: none;
	transition: all 0.6s linear 0s;
	font-family: ‘Open Sans’, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 10px 0 20px;
	padding: 0 28px;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	width: auto
}

#comments .comments-title {
	display: none;
}

#commentform,
#comments {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	/* optional */
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
}

.comment-author img {
	border-radius: 50%;
	overflow: hidden;
	height: 65px;
	width: 65px;
	float: left;
	margin-right: 28px;
	border: 1px solid #949494;
}

.comment-metadata {
	display: none;
}

.fn,
#reply-title {
	font-size: 15px;
	line-height: 23px;
	color: #555555;
	margin: 0 0 5px;
	padding: 0;
	font-family: ‘Open Sans’, sans-serif;
	display: block;
	font-weight: 400;
}

.comment-content {
	padding-left: 95px;
}

.fn a {
	font-size: 16px;
	line-height: 23px;
	color: #000;
	margin: 0 0 5px;
	padding: 0;
	font-family: ‘Open Sans’, sans-serif;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
}

#comments .comment-list {
	margin: 0 0 20px;
	padding: 0 0 30px;
	border-bottom: 1px solid #c2c2c2;
	display: block;
	width: 100%;
	list-style: none;
}

.comment-meta .comment-author .says {
	display: none;
}

#comments h2.comments_open {
	margin-top: 20px;
}

#comments .comment-list .reply {
	display: block;
	overflow: hidden;
	margin: 22px 0 12px;
	padding-left: 95px;
	font-size: 14px;
	line-height: 17px;
	color: #707070;
}

#comments .comment-list .reply a {
	color: #2AA7DA;
	font-weight: 600;
	padding-left: 25px;
	background-image: url(images/comment_img.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#comments .comment-list .reply a:hover {
	color: #06556d;
}

#comments .comment-list li ol.children {
	padding-left: 95px;
	margin-top: 30px;
	list-style: none;
}

#comments .comment-list .reply a svg {
	display: none;
}

.date_sect_right ul li a[href*="archive/"] {
	display: none;
}

#respond {
	margin: 24px 0;
	border-top: none;
	position: relative;
}

#comments {
	margin: 50px 0 0;
}

/*#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_right ul li:first-child:after              { display:none;}*/
#category_sect .category_cont .category_left h1.page-title {
	font-family: "Archer Semibold", sans-serif;
	font-size: 20px;
	color: #231f20;
	line-height: 25px;
	margin: 0;
	padding: 0 0 20px;
	letter-spacing: 0.50px;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_left small a {
	display: inline-block;
	font-family: "Neutra Text Book", sans-serif;
	font-size: 16px;
	margin: 0;
	line-height: 20px;
	letter-spacing: 0.50px;
	color: #58595b;
}

#category_sect .category_cont .category_left .category_txt .date_sect .date_sect_left small a:hover {
	color: #019cd8;
}

h6.author {
	padding: 10px 25px !important;
	margin: 0 0 20px !important;
}

h3#reply-title {
	font-family: "Archer Semibold", sans-serif;
	font-size: 20px;
	color: #231f20;
	line-height: 25px;
	margin: 0;
	padding: 0 0 20px;
	letter-spacing: 0.50px;
}

#respond label {
	font-family: "Neutra Text Book", sans-serif;
	font-size: 17px;
	color: #231f20;
	line-height: 18px;
	margin: 0;
	padding: 0 0 12px;
	display: block;
	letter-spacing: 0.50px;
}

.addthis_tool {
	padding: 0 0 15px;
}

#category_sect .category_cont .category_left .category_txt:first-child {
	border-top: none;
	padding: 0 0 34px;
	margin: 0;
}

.category_txt {
	word-wrap: break-word;
}

#category_sect .category_cont .category_left .category_txt.category_txt--separator {
	padding: 10px 0;
	text-align: center;
}
.category_sep-inner {
	font-family: "Neutra Text", sans-serif;
	letter-spacing: 1px;
	color: #58595B;
	font-size: 30px;
	line-height: 1;
	padding: 12px 30px;
	background-color: #B4E0F4;
}
@media only screen and (max-width: 767px) {
	.category_sep-inner {
		font-size: 25px;
		padding: 10px 15px;
	}
}
@media only screen and (max-width: 468px) {
	.category_sep-inner {
		font-size: 20px;
	}
}