@charset  "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/******************************************************************

Stylesheet: Base/Small Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
	general
*********************/
html,body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 25px;
	background: #f2f2f2;
	color: #4c4c4c;
	font-weight: 100;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
	width: 96%;
	margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a {
	cursor: pointer;
}

a,
a:visited {
/*adds highlight on hover */
/* on click */
/* mobile tap color */
	font-weight: 400;
	color: #000;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

a:link,a:visited:link {
/*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
}

a .readmore,
a .readmore-home-width {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

a:hover,
a:hover .readmore-home-width,
a:hover .readmore {
	color: #5897d1;
}

a:hover .readicon_black:after,
a:hover .rightarrow_black:after {
	opacity: 1;
}

a:hover .rightarrow_black {
	
}

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
/*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
/* removing text decoration from all headline links */
}

h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a {
	text-decoration: none;
	color: #0070BA;
}

/*h3 {text-transform:uppercase;border-bottom:2px solid #fff;}
h3.black {border-bottom:2px solid #000;}
h3.blue {color:#0070BA;border-bottom:2px solid #0070BA;}
h3.white {color:#fff;border-bottom:2px solid #fff;}
*/
/* Default header styles */
h1,h2,h3,h4,h5,h6 {
	font-family: "kepler-std","Times New Roman",Times,serif;
	font-weight: 100;
	font-style: normal;
	color: #4c4c4c;
	text-rendering: optimizeLegibility;
	margin-top: .2rem;
	margin-bottom: .5rem;
	line-height: 1.4;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
	font-size: 60%;
	color: #6f6f6f;
	line-height: 0;
}

h1 {
	font-size: 2.8125em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.95rem;
}

h4 {
	font-size: 1.525rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

.header-spacer {
	margin-top: 60px;
}

.test-spacer {
	margin-bottom: 60px;
}

#content-spacer {
	padding: 0 15px;
}

.topmargin_5 {
	margin-top: 5px;
}

.topmargin_10 {
	margin-top: 10px;
}

.topmargin_15 {
	margin-top: 15px;
}

.topmargin_25 {
	margin-top: 25px;
}

.topmargin_30 {
	margin-top: 30px;
}

.topmargin_35 {
	margin-top: 35px;
}

.topmargin_100 {
	margin-top: 100px;
}

.notopspace {
	margin-top: 0;
	padding: 0;
}

a,a:visited,a:link,a:hover {
	color: #4b99e7;
	text-decoration: none;
}

.alignleft {
	text-align: left;
}

img.aligncenter,.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.alignright {
	text-align: right;
}

.hide {
	display: none;
}

.learnmore {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.highlight {
	font-weight: 200;
	color: #4b99e7;
	padding: 0;
	margin: 0;
}

p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: justify;
}

.serif {
	font-family: 'proxima-nova',Helvetica,sans-serf;
}

.clearfix {
	clear: both;
}

/*********************
	Buttons/Icons
*********************/
.bluelines a .rightarrow,.rightarrow {
	background: url(../images/icons/jh_website_icons.png) no-repeat -50px -150px;
	background-size: 306px 396px;
	height: 27px;
	width: 15px;
	display: inline-block;
	float: right;
}

.bluelines a .rightarrow:hover,.rightarrow:hover {
	background: url(../images/icons/jh_website_icons.png) no-repeat -7px -145px;
	background-size: 306px 396px;
	height: 27px;
	width: 15px;
	display: inline-block;
	float: right;
}

.rightarrow_black {
	background: url(../images/icons/jh_website_icons.png) no-repeat -7px -145px;
	background-size: 306px 396px;
	height: 27px;
	width: 15px;
	display: inline-block;
	float: right;
	position: relative;
}

.rightarrow_black:after {
	content: "";
	background: url(../images/icons/jh_website_icons.png) #fff no-repeat -44px -145px;
	background-size: 306px 396px;
	height: 27px;
	width: 15px;
	display: inline-block;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.speech-carousel-wrap .rightarrow_black:after {
	background-color: #F2F2F2;
}

.readicon_black {
	background: url(../images/icons/jh_website_icons.png) no-repeat -55px -191px;
	background-size: 306px 396px;
	height: 22px;
	width: 27px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.readicon_black:after {
	content: "";
	background: url(../images/icons/jh_website_icons.png) #fff no-repeat -10px -191px;
	background-size: 306px 396px;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	height: 22px;
	width: 27px;
	display: inline-block;
	float: left;
}

.cart_black {
	background: url(../images/icons/jh_website_icons.png) no-repeat -150px -191px;
	background-size: 306px 396px;
	height: 24px;
	width: 28px;
	display: inline-block;
	float: left;
	margin-right: 15px;
	position: relative;
}

.cart_black:after {
	content: '';
	background: url(../images/icons/jh_website_icons.png) #fff no-repeat -108px -191px;
	background-size: 306px 396px;
	height: 24px;
	width: 28px;
	display: inline-block;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

a:hover .cart_black:after {
	opacity: 1;
}

#searchbar2 {
	display: none;
}

/*********************
	Header
*********************/
.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.container-white {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	background: #fff;
	height: auto;
}

ul#header_social {
	position: absolute;
	list-style: none;
	height: 31px;
	right: 0;
	top: 9px;
/*width: 100%;*/
/*max-width: 347px;*/
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0 15px;
}

ul#header_social li {
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

ul#header_social li:last-child {
	margin-right: 0;
}

#search_btn,#contact_btn,#twitter_btn,#facebook_btn {
	cursor: pointer;
	display: block;
}

#search_btn {
	background: url(../images/icons/jh_website_icons.png) no-repeat -180px 0;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
}

#contact_btn {
	background: url(../images/icons/jh_website_icons.png) no-repeat 0 0;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
}

#twitter_btn {
	background: url(../images/icons/jh_website_icons.png) no-repeat -90px 0;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
}

#facebook_btn {
	background: url(../images/icons/jh_website_icons.png) no-repeat -135px 0;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
}

#search_btn:hover {
	background: url(../images/icons/jh_website_icons.png) no-repeat -180px -90px;
	background-size: 306px 396px;
}

#contact_btn:hover {
	background: url(../images/icons/jh_website_icons.png) no-repeat 0 -90px;
	background-size: 306px 396px;
}

#twitter_btn:hover,
.footer-social .twitter:after {
	background: url(../images/icons/jh_website_icons.png) no-repeat -90px -90px;
	background-size: 306px 396px;
}

#facebook_btn:hover,
.footer-social .facebook:after {
	background: url(../images/icons/jh_website_icons.png) no-repeat -135px -90px;
	background-size: 306px 396px;
}

.footer-social .facebook:after,
.footer-social .twitter:after {
	content: '';
    width: 40px;
    height: 41px;
    display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-social a:hover .facebook:after,
.footer-social a:hover .twitter:after {
	opacity: 1;
}

#subscribebar {
	background: #e1e3e2;
	color: #4b99e7;
	font-size: 18px;
	font-weight: 600;
	line-height: 38px;
	height: 71px;
	padding: 13px 0;
}

#subscribebar p {
	display: inline;
}

.jg_mailSub {
	float: right;
	width: 100%;
	max-width: 317px;
/* padding: 0 15px; */
}

#top {
	background: #000;
	height: 61px;
	z-index: 1;
}

#searchbar {
	display: none;
	max-width: 256px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/*********************
	Menu
*********************/
header {
	width: 100%;
}

.logo {
	font-size: 30px;
	font-family: "kepler-std","Times New Roman",Times,serif;
	float: left;
	line-height: 61px;
	margin-right: 65px;
	text-decoration: none;
	border: none;
}

.logo a {
	color: #fff;
	text-decoration: none !important;
	border: none;
}

/*********************
	NAVIGATION STYLES
*********************/
#nav-wrap {
	margin: 0 auto;
	text-align: left;
	background: #000;
	height: 61px;
}

ul#menu-main {
	position: relative;
	list-style: none;
	width: auto;
	margin: 17px auto;
	padding: 0;
	z-index: 9999;
	text-align: center;
	display: inline-block;
	height: 45px;
}

ul#menu-main li {
	display: inline;
}

ul#menu-main li a {
	margin-right: 0;
	color: #fff;
	margin: 20px 10px 0 20px;
	padding-bottom: 10px;
	font-weight: 100;
	font-size: 20px;
	font-family: "kepler-std",serif;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

ul#menu-main li a:hover {
	color: #4b99e7;
}

ul#menu-main li.current-page-ancestor a,ul#menu-main li.current-menu-item a {
	color: #4b99e7;
}

.nav_button_link {
	display: none;
}

.nav_button {
	display: none;
	background: url(../images/icons/nav-icon.svg) no-repeat;
	width: 30px;
	height: 24px;
	position: absolute;
	top: 18px;
	left: 15px;
	cursor: pointer;
}

#nav_mobile {
	background: #000;
}

/*	MOBILE MENU	*/
#nav_mobile ul {
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
}

#nav_mobile ul li {
	display: block;
	text-align: center;
}

#nav_mobile ul li a {
	margin-right: 0;
	color: #fff;
	font-weight: 100;
	font-size: 20px;
	font-family: "kepler-std",serif;
	text-decoration: none;
	padding: 15px 0;
	border-bottom: 1px solid #222;
	display: block;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#nav_mobile ul li a:hover {
	color: #4b99e7;
	background: #222;
}

#nav_mobile ul li.current-page-ancestor a,#nav_mobile ul li.current-menu-item a {
	color: #4b99e7;
}

/*********************
	SOCIAL MEDIA CONTENT
*********************/
.search_content,.facebook_content,.twitter_content,.contact_content {
	display: none;
}

.nav_content {
	position: absolute;
	right: 0;
	z-index: 100;
}

.nav_content .social_title {
	font-size: 18px;
	font-weight: 600;
	line-height: 38px;
	color: #4B99E7;
}

.search_content,.facebook_content,.twitter_content,.contact_content {
	background: #fff;
/* max-height:90vh; */
	max-height: -moz-calc(100vh - 61px);
	max-height: -webkit-calc(100vh - 61px);
	max-height: calc(100vh - 61px);
	padding: 10px;
	width: 100%;
	max-width: 300px;
	border-top: 1px solid #4B99E7;
	overflow-y: scroll;
}

.contact_content input[type="textarea"],.contact_content input[type="text"] {
	margin: 0 auto;
}

.recent-facebook-posts .rfbp-post h4 .rfbp-heading a {
	font-family: 'proxima-nova',Helvetica,sans-serf !important;
	font-size: 17px !important;
	color: #4b99e7 !important;
	font-weight: 600 !important;
}

.twitter_content .aiwidgetscss .widget-title {
	display: none;
}

#searchbar2 input[type="text"] {
	height: 42px;
}

.overlay-bg {
	background: rgba(242,242,242,0.0);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 61px;
	left: 0;
	display: none;
	z-index: 99;
	-webkit-transition: 1s;
/* Safari */
	transition: 1s;
}

/*********************
	GENERAL
*********************/
h1.news-title {
/*font-family:'proxima-nova', Helvetica, sans-serf;*/
	font-size: 2em;
	color: #4B99E7;
	font-weight: 100;
}

.press-speeches {
	width: 100%;
	padding: 7px 0;
	text-align: center;
	font-size: .675em;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.press-speeches:hover {
	color: #4B99E7;
	transition: .5s;
	cursor: pointer;
}

.speech-carousel-wrap {
	width: 100%;
	padding: 33px 16.6666665% 0;
	margin: 0;
	background: #f2f2f2;
}

span.speech-close-txt {
	display: none;
}

.speech-carousel-wrap .readmore {
	width: 100%;
}

.bottom-speech-btn {
	display: none;
}

.owl-carousel .owl-item {
	padding: 0 15px;
}

.psm_content {
	display: none;
	padding-bottom: 90px;
	overflow: auto;
}

.psm_content ul.pressShot-Gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

.psm_content ul.pressShot-Gallery li {
	list-style: none;
	float: left;
	width: 33.33333333%;
}

.psm_content ul.speeches-overlay {
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #eee;
}

/*********************
	Home
*********************/
#home-logo {
	text-align: center;
	margin-bottom: 20px;
}

#home-logo img {
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
	max-height: 250px;
}

#content-home-wrap {
	max-width: 327px;
	position: absolute;
	right: 0;
	padding: 0 15px;
}

#content-home {
	padding: 160px 12px 12px;
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border: 0 solid #000;
}

.home-article {
	padding: 0;
	text-align: left;
}

.home-article a {
	text-decoration: none;
}

.home-article h3 {
	font-size: 35px;
	line-height: 38px;
	font-family: "kepler-std","Times New Roman",Times,serif;
	text-decoration: none;
	margin-bottom: 0;
}

.home-article img {
	width: 100%;
}

.home-article img:hover {
	opacity: .6;
	transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-webkit-transition: opacity .1s ease-in-out;
}

.home-article hr {
	border: 1px solid #000;
	width: 50%;
	margin: 30px 0;
}

.home-article .newsarchive_content {
	background: #f2f2f2;
	padding: 32px 5px 32px 45px;
}

#mce-EMAIL {
	text-align: center;
}

#mce-EMAIL:focus {
	text-align: left;
	transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-webkit-transition: opacity .1s ease-in-out;
}

/*********************
	Social content
*********************/
.rfbp-text,.tweettext {
	font-size: .9em;
}

h4.rfbp-heading a {
	font-size: 16px;
	font-family: 'proxima-nova',Helvetica,sans-serf;
	font-weight: 600;
	line-height: 17px;
	color: #000;
}

h4.rfbp-heading {
	margin-bottom: 0;
	padding-bottom: 0;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
}

.fb_like {
/*overflow: hidden;
  width: 90px;*/
	float: right;
}

.fb_like .fb_iframe_widget iframe .pluginSkinLight ._56zz {
	display: none;
}

/*********************
	Page
*********************/
#titlebar {
	background: #f2f2f2;
	color: #4b99e7;
	font-size: 18px;
	font-weight: 100;
	line-height: 38px;
	padding: 15px 0;
}

#titlebar h1 {
	padding: 10px 0;
}

#titlebar p {
	line-height: 1.1em;
}

#titlebar .col-ld-4,#titlebar .col-md-4 {
	padding-left: 0;
}

#titlebar .col-ld-8,#titlebar .col-md-8 {
	padding-right: 0;
}

.bluelines,.bluelines_speeches,.bluelines a,.bluelines_speeches a {
	font-family: 'proxima-nova',Helvetica,sans-serf;
	font-size: 17px;
	font-weight: 100;
	color: #4b99e7;
}

.bluelines,.bluelines_speeches {
	border-top: 1px solid #4b99e7;
	border-bottom: 1px solid #4b99e7;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 10px 0;
}

.bluelines a,.bluelines_speeches a {
	width: auto;
	color: #4b99e7;
	text-decoration: none;
}

.bluelines a:hover,.bluelines_speeches a:hover {
	color: #000;
}

ul.speecheslist {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}

ul.speecheslist li {
	padding: 10px 0;
	border-bottom: 1px solid #000;
}

ul.speecheslist li a {
	color: #000;
}

ul.speecheslist li:last-child {
	border-bottom: none;
}

.page_bigheader_bg {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	height: 400px;
	min-height: 400px;
	background-position: top center;
	background-repeat: no-repeat;
}

.page_bigheader_bg img {
	max-width: 1100px;
}

/*********************
	Content
*********************/
#content {
	padding: 60px 0;
}

#content a:hover,#content a:focus {
}

#content #main {
}

article .block,article .prose {
	display: block;
	height: 100%;
	position: relative;
}

/*********************
	NEWS
*********************/
.news-article {
	text-align: left;
}

.news-article a {
	text-decoration: none;
}

.news-article h3 {
	font-size: 45px;
	line-height: 47px;
	font-family: "kepler-std","Times New Roman",Times,serif;
	text-decoration: none;
	margin: 0;
}

.news-article img {
	width: 100%;
	margin: 10px 0 15px 0;
}

.news-article img:hover {
	opacity: .5;
	transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-webkit-transition: opacity .1s ease-in-out;
}

.news-article hr {
	border: 1px solid #000;
	width: 50%;
	margin: 30px 0;
}

.single-title-wrap {
	margin: 20px 0;
}

.single-title-wrap .date_cat,.single-title-wrap span.entry-date {
	padding: 0 !important;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 100;
}

.single-title-wrap h1.singletitle {
	margin: 0 !important;
}

.newsdate_cat {
	margin: 0;
	padding: 0;
}

.single-title-wrap span.entry-date,.newsdate_cat span.entry-date {
	color: #4b99e7;
	font-size: 12px;
	text-transform: uppercase;
}

.readmore-home-width,.readmore {
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 0;
	margin-top: 25px;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	width: 50%;
}

.readmore-home-width {
	width: 100%;
}

a .readmore {
	text-decoration: none;
}

.news-article .newsarchive_content {
	padding: 0 0 50px;
	margin: 0 0 40px;
	border-bottom: 1px solid #F2F2F2;
}

.newsarchive_content p {
	margin: 0;
}

.book-image {
	margin: 0 auto;
	text-align: center;
}

ul.buymystory {
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 20px;
	text-decoration: none;
	list-style: none;
	padding: 0;
}

ul.buymystory li {
	display: block;
	padding: 8px 0;
}

ul.buymystory li:first-child {
	border-bottom: 1px solid #000;
}

ul.buymystory li a {
	color: #000;
	font-weight: 600;
	width: 100%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

ul.buymystory li a:hover {
	color: #5897d1;
}

.paginationwrap {
	margin-bottom: 60px;
}

a.read-more {
	border: 1px solid #4b99e7;
	padding: 5px 20px;
}

a.read-more:hover {
	background: #4b99e7;
	color: #fff;
}

button.alm-load-more-btn.done {
	background: #4b99e7;
}

.custom_loadmore_btn {
	border: 1px solid #4b99e7 !important;
	background: #fff !important;
	color: #666 !important;
	font-weight: 200 !important;
}

/*	PAGINATION	*/
/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 1044618 2014-12-14 23:43:29Z emartin24 $
 * Copyright 2014 Studio Fuel (http://www.studiofuel.com)
 */
.wp-paginate {
	margin: 20px 0 0;
	padding: 5px 0;
	background: #fff;
	display: block;
	height: auto;
	border-top: 1px solid #4b99e7;
	border-bottom: 1px solid #4b99e7;
}

.wp-paginate li {
	display: inline;
	list-style: none;
}

.wp-paginate li a {
	text-align: center;
	text-decoration: none;
	padding: 4px 8px;
	margin-right: 4px;
}

.wp-paginate li a:hover,.wp-paginate a:active {
	color: #888;
}

.wp-paginate .title {
	color: #555;
	margin-right: 4px;
}

.wp-paginate .gap {
	color: #999;
	margin-right: 4px;
}

.wp-paginate li .current {
	color: #4b99e7;
	border: 1px solid #4b99e7;
	padding: 5px 10px;
	margin-right: 4px;
}

.wp-paginate .page {
}

.wp-paginate .prev {
}

.wp-paginate .next {
	background: url(../images/icons/jh_website_icons.png) no-repeat -50px -150px;
	height: 27px;
	width: 15px;
	display: inline-block;
	text-indent: -9999px;
}

.wp-paginate .next:hover {
	background: url(../images/icons/jh_website_icons.png) no-repeat -10px -150px;
}

.rightarrow {
}

.bluelines a .rightarrow:hover,.rightarrow:hover {
	background: url(../images/icons/jh_website_icons.png) no-repeat -10px -150px;
	height: 27px;
	width: 15px;
	display: inline-block;
	float: right;
}

/*********************
	Single
*********************/
#singlemain {
}

#singlemain h1,h1.singletitle {
	font-size: 45px;
	line-height: 48px;
	font-family: "kepler-std","Times New Roman",Times,serif;
	margin: 20px 0;
}

#singlemain h3 {
	font-size: 28px;
	font-family: "kepler-std","Times New Roman",Times,serif;
}

.single_excerpt p {
	font-size: 16px;
	color: #4b99e7;
	padding: 0;
	margin: 0;
}

#singlemain p {
	margin: 0;
	padding: 0 0 15px;
}

.categories_list {
	width: 100%;
	margin-bottom: 55px;
}

.categories_list ul {
	border-top: 1px solid #4b99e7;
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories_list ul li {
	width: 50%;
	display: inline-block;
}

.categories_list ul li .categories_wrap {
	padding: 10px 0;
	border-bottom: 1px solid #4b99e7;
}

.categories_list ul li:hover {
	color: #000 !important;
}

.categories_list ul li .tag_active a {
	color: #000 !important;
}

.categories_list ul li:nth-child(odd) {
	padding-right: 15px;
}

.categories_list ul li:nth-child(even) {
	padding-left: 15px;
}

.categories_list ul li {
	font-size: 17px;
	color: #4b99e7;
	font-weight: 100;
	text-decoration: none;
}

.categories_list ul li.tag_active .rightarrow {
	display: none;
}

.categories_list ul li.tag_active a {
	background: none;
	color: #000 !important;
}

.project-single-img {
	padding-bottom: 20px;
}

.date_cat {
	width: 100%;
	display: block;
	padding: 0 0 12px;
}

.singlesidebar h3 {
	margin-top: 71px;
	padding-top: 0;
}

.news-article-sidebar .newssidebar_content a h4 {
	font-size: 1em;
	font-weight: 100;
	margin-top: 10px;
	line-height: 20px;
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif !important;
	text-decoration: none;
}

.news-article-sidebar .newssidebar_content a h4:hover {
	color: #4b99e7;
}

.news-article-sidebar {
	padding: 3px 0 0;
	text-align: left;
}

.news-article-sidebar a {
	text-decoration: none;
}

.news-article-sidebar img {
	width: 100%;
}

.news-article-sidebar img:hover {
	opacity: .6;
	transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-webkit-transition: opacity .1s ease-in-out;
}

ul.social-icons {
	position: relative;
	list-style: none;
	height: 43px;
	margin: 0 0 10px;
	padding: 0;
}

ul.social-icons li {
	display: inline-block;
	margin: 0 10px 0 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

ul.social-icons li.social-text {
	line-height: -5px;
}

.singlemail {
	background: url(../images/icons/jh_website_icons.png) no-repeat -2px -45px;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
	display: block;
}

.singlelinkedin {
	background: url(../images/icons/jh_website_icons.png) no-repeat -45px -45px;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
	display: block;
}

.singletwitter {
	background: url(../images/icons/jh_website_icons.png) no-repeat -90px -45px;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
	display: block;
}

.singlefacebook {
	background: url(../images/icons/jh_website_icons.png) no-repeat -135px -45px;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
	display: block;
}

.singleshare {
	background: url(../images/icons/jh_website_icons.png) no-repeat -225px -45px;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
	display: block;
}

.singlemail:hover {
	opacity: 1;
}

.singlelinkedin:hover {
	opacity: 1;
}

.singletwitter:hover {
	opacity: 1;
}

.singlefacebook:hover {
	opacity: 1;
}

h3.related-title {
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif !important;
	margin-top: 45px;
}

ul.related-posts {
	border-top: 1px solid #000;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: block;
}

ul.related-posts li {
	width: 50%;
	display: inline-block;
	float: left;
}

ul.related-posts li .related-posts-wrap,.related-posts-viewall .related-posts-wrap {
	padding: 5px 0 3px;
	border-bottom: 1px solid #000;
}

ul.related-posts li a h4 {
	font-size: 1em;
	color: #000;
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif !important;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

ul.related-posts li a:hover h4 {
	color: #5897d1;
}

ul.related-posts li:nth-child(odd) {
	padding-right: 15px;
}

ul.related-posts li:nth-child(even) {
	padding-left: 15px;
}

.related-posts-viewall {
	width: 50%;
	display: inline-block;
	float: left;
	padding-right: 15px;
}

.related-posts-viewall a h4 {
	font-size: 1em;
	font-weight: 700;
	color: #000;
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif !important;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.related-posts-viewall a:hover h4 {
	color: #5897d1;
}

/*.singlemail:hover {background:url(../images/icons/jh_website_icons.png) no-repeat -2px -100px;width:43px;height:42px;display:block;}
.singlelinkedin:hover {background:url(../images/icons/jh_website_icons.png) no-repeat -50px -100px;width:43px;height:42px;display:block;}
.singletwitter:hover {background:url(../images/icons/jh_website_icons.png) no-repeat -100px -100px;width:43px;height:42px;display:block;}
.singlefacebook:hover {background:url(../images/icons/jh_website_icons.png) no-repeat -150px -100px;width:43px;height:42px;display:block;}*/
/*********************
	WORK
*********************/
.equalItem {
	position: relative;
	height: 100%;
	margin-bottom: 40px;
}

.work_content {
	position: relative;
/*background:#f2f2f2;*/
	padding: 0;
	height: 100%;
}

.work_role {
	color: #4b99e7;
	font-weight: 400;
	font-size: .8em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin: 20px 0 0;
}

.work_title {
	margin-top: 0;
	padding-top: 0;
	font-size: 35px;
	line-height: 39px;
	margin-bottom: 3px;
}

.work_desc {
	padding-top: 15px;
	font-size: .9em;
	line-height: 1.6em;
	text-align: justify;
}

img.work_logo {
	width: 75%;
	margin: 0 auto;
}

/*********************
	TESTIMONILAS
*********************/
.testimonial_wrap {
	background: #fff;
	padding: 32px;
	max-width: 1070px;
	margin: 0 auto;
}

.testimonial_wrap img {
	margin: 0 auto;
	width: auto;
}

.testimonial_wrap img,.testimonial_wrap h3,.testimonial_wrap .test_desc {
	text-align: center;
}

.test_image {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.testimonial_wrap h3 {
	margin-top: 15px;
}

/*********************
	MEDIA
*********************/
.row .mediagallery {
	margin: 0;
}

.mediagallery .col-lg-4,.mediagallery .col-md-4,.mediagallery .col-sm-4 {
	padding: 1px !important;
}

.imagesbelow-sidebar {
	margin-bottom: 14px;
	margin-top: 30px;
}

.imagesbelow {
	margin-bottom: 14px;
}

/*********************
	CONTACT
*********************/
form p label {
	display: inline-block;
}

form .required {
	display: inline-block;
	font-size: 12px;
	color: #48ffb2;
}

div.wpcf7-response-output {
	color: #8a8a8c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 15px 0 0;
	padding: 8px 0;
	width: 100%;
	text-align: center;
}

div.wpcf7-mail-sent-ok {
	color: #8a8a8c;
	border-color: #8a8a8c;
	font-size: .875em;
	text-align: center;
}

div.wpcf7-validation-errors {
	border-color: #ff6c6c;
	color: #ff6c6c;
	font-size: .875em;
	text-align: center;
	padding: 10px;
}

span.wpcf7-not-valid-tip {
	color: #ff6c6c;
}

/*********************
	VERTICAL ALIGN
*********************/
.Absolute-Center {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.Center-Container.is-Table {
	display: table;
}

.is-Table .Table-Cell {
	display: table-cell;
	vertical-align: middle;
}

.is-Table .Center-Block {
	width: 100%;
	margin: 0 auto;
}

.Center-Container.is-Inline {
	text-align: center;
	overflow: auto;
}

.Center-Container.is-Inline:after,.is-Inline .Center-Block {
	display: inline-block;
	vertical-align: middle;
}

.Center-Container.is-Inline:after {
	content: '';
	height: 100%;
	margin-left: -.25em;
/* To offset spacing. May vary by font */
}

.is-Inline .Center-Block {
	max-width: 99%;
/* Prevents issues with long content causes the content block to be pushed to the top */
/* max-width: calc(100% - 0.25em) /* Only for IE9+ */
}

/* jsfiddle.net/hashem/46psK/ */
.responsive-container {
	position: relative;
	width: 100%;
	border: 1px solid #000;
}

.dummy {
	padding-top: 100%;
/* forces 1:1 aspect ratio */
}

.img-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
/* Align center inline elements */
	font: 0/0 a;
}

.img-container:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.img-container h2 {
	vertical-align: middle;
	display: inline-block;
}

/* This parent can be any width and height */
.vc-block {
	text-align: center;
}

/* The ghost, nudged to maintain perfect centering */
.vc-block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
/* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */
.vc-centered {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
}

.vc-area {
	width: 300px;
	height: 300px;
	background: green;
	display: table;
	padding: 5px;
}

.vc-area h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

​
/*********************
PANELS
*********************/
.panel-grey {
	background: #f5f3f3;
	padding: 10px;
}

.panel-grey p {
	margin: 0;
	padding: 0;
}

.panel-orange {
	background: #ff9020;
	padding: 10px;
}

.panel-orange p {
	margin: 0;
	padding: 0;
	color: #fff;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
	color: #999;
}

/* entry content */
.entry-content {
/*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}

.entry-content dd {
	margin-left: 0;
	font-size: .9em;
	color: #787878;
	margin-bottom: 1.5em;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content video,.entry-content object {
	max-width: 100%;
	height: auto;
}

.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}

/* end .entry-content */
.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px;
/* images inside wp-caption */
}

.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: .85em;
	margin: 4px 0 7px;
	text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
	PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
	color: #000;
}

/******************************************************************
	FORM STYLES
******************************************************************/
label {
/*color:#4b99e7;*/
	cursor: defult;
	font-size: 16px;
/*font-weight:bold;*/
	font-weight: 100;
	display: inline-block;
	margin: 0;
}

button:focus {
	outline: none;
}

input[type="text"].nomarginbtm,input[type="date"].nomarginbtm {
	margin-bottom: 0;
}

form p {
	margin-bottom: 0;
	-webkit-margin-after: 0;
	color: #535252;
}

form p .ajax-loader {
	display: none;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],input[type="option"],input[type="select"],select,input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"] {
	-webkit-appearance: none;
	background: #fff;
	font-family: inherit;
	border: none;
	color: #4b99e7;
	border: 1px solid #000;
	display: block;
	font-size: .875rem;
	margin: 0 0 1rem;
	padding: .5rem;
	height: 32px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s,border-color .45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s,border-color .45s ease-in-out;
	transition: box-shadow 0.45s,border-color .45s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input[type="textarea"],.textareastyle {
	-webkit-appearance: none;
	background: #fff;
	font-family: inherit;
	color: #4b99e7;
	border: 1px solid #000;
	display: block;
	font-size: .875rem;
	margin: 0 0 1rem;
	padding: .5rem;
	height: 8.125rem;
	width: 100%;
	max-width: 315px;
	resize: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s,border-color .45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s,border-color .45s ease-in-out;
	transition: box-shadow 0.45s,border-color .45s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input[type="text"]:focus,input[type="option"]:focus,input[type="select"]:focus,input[type="textarea"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus {
	padding: 0 10px;
}

input[type="text"]:focus,input[type="option"]:focus,input[type="select"]:focus,input[type="textarea"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus {
	background: #fff;
	border-color: #4b99e7;
	outline: none;
}

input[type="text"][disabled],input[type="option"][disabled],input[type="select"][disabled],input[type="textarea"][disabled],input[type="password"][disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="month"][disabled],input[type="week"][disabled],input[type="email"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="time"][disabled],input[type="url"][disabled],textarea[disabled] {
	background-color: #ddd;
}

input[type="submit"] {
	width: 100%;
	background: #4b99e7;
	font-weight: 700;
	font-family: 'proxima-nova',Helvetica,Arial,sans-serif;
	padding: 10px 0;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #4b99e7;
	height: 42px;
	width: 100%;
	color: #fff;
}

input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

.contacttextarea {
	height: 114px;
}

span.opt-in {
	margin: 18px 0 8px;
	color: #8a8a8c;
	overflow: hidden;
	float: left;
}

.subscribe-name {
	width: 100%;
}

.subscribe-name .mc-field-group {
	width: 50%;
	float: left;
	padding-right: 10px;
}

.subscribe-name .first {
}

.subscribe-name .last {
	padding-right: 0;
	float: right !important;
}

#mc_embed_signup_scroll h2 {
	text-align: center;
	margin-bottom: 15px;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
/* number of comments span */
}

#respond ul {
	margin-left: 0;
}

.commentlist {
/* general comment classes */
/* vcard */
/* end .commentlist .vcard */
/* comment meta */
/* comment content */
/* end .commentlist .comment_content */
/* comment reply link */
/* end .commentlist .comment-reply-link */
}

.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: .7335em 10px;
/* end .commentlist li ul.children */
}

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

.commentlist li ul.children {
	margin: 0;
/* variations */
/* change number for different depth */
}

.commentlist li[class*=depth-] {
	margin-top: 1.1em;
}

.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}

.commentlist li:not(.depth-1) {
	margin-left: 10px;
	margin-top: 0;
	padding-bottom: 0;
	background: #e7e7e7;
}

.commentlist li.depth-3 {
	background: #dadada;
}

.commentlist .vcard {
	margin-left: 50px;
}

.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}

.commentlist .vcard time {
	float: right;
}

.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}

.commentlist .vcard time a:hover {
	text-decoration: underline;
}

.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
}

.commentlist .comment_content p {
	margin: .7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

.commentlist .comment-reply-link {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Open Sans",Arial,sans-serif;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: .875rem;
	padding-right: 1.75rem;
	padding-bottom: .9375rem;
	padding-left: 1.75rem;
	font-size: .8125rem;
/*     @else                            { font-size: $padding - rem-calc(2); } */
	background-color: #008cba;
	border-color: #007095;
	color: #fff;
	float: right;
}

.commentlist .comment-reply-link:hover,.commentlist .comment-reply-link:focus {
	background-color: #007095;
}

.commentlist .comment-reply-link:hover,.commentlist .comment-reply-link:focus {
	color: #fff;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;
}

.respond-form form {
	margin: .75em 0;
}

.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: .7335em;
}

.respond-form form li label,.respond-form form li small {
	display: none;
}

.respond-form form input[type=text],.respond-form form input[type=email],.respond-form form input[type=url],.respond-form form textarea {
	padding: 3px 6px;
	background: #efefef;
	border: 1px solid #cecece;
	line-height: 1.5em;
/* form validation */
}

.respond-form form input[type=text]:focus,.respond-form form input[type=email]:focus,.respond-form form input[type=url]:focus,.respond-form form textarea:focus {
	background: #fff;
}

.respond-form form input[type=text]:invalid,.respond-form form input[type=email]:invalid,.respond-form form input[type=url]:invalid,.respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.respond-form form input[type=text],.respond-form form input[type=email],.respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px;
}

.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px;
}

/* comment submit button */
/* comment form title */
#comment-form-title {
	margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
	margin: 1.5em 10px .7335em 0;
}

/* no comments */
.nocomments {
	margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
	margin: 0;
}

.widget ul li {
	list-style: none;
/* deep nesting */
}

#sidebar-offcanvas .widgettitle {
	color: #fff;
}

/*********************
FOOTER STYLES
*********************/
.footer {
	clear: both;
}

.footer-new {
	color: #000;
	position: relative;
	bottom: 0;
	width: 100%;
	max-width: 1070px;
	margin: 0 auto 30px;
}

ul.footer-social {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer-social li {
	height: 42px;
	margin-bottom: 10px;
}

.footer-social a {
	color: #000;
	display: inline-block;
	width: 150px;
}

.footer-social a:hover {
	color: #5897d1;
}

ul.footer-social .twitter {
	background: url(../images/icons/jh_website_icons.png) no-repeat -90px -45px;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
	display: block;
	float: left;
	margin-right: 8px;
	position: relative;
}

ul.footer-social .facebook {
	background: url(../images/icons/jh_website_icons.png) no-repeat -135px -45px;
	background-size: 306px 396px;
	width: 40px;
	height: 41px;
	display: block;
	float: left;
	margin-right: 8px;
	position: relative;
}

.social-text {
	padding-top: 9px;
}

hr.footer-divide {
	width: 80%;
	color: gray;
	height: 1px;
	margin: 40px 0;
}

.footer-text {
	text-align: center;
	padding: 40px 0 32px;
	font-size: .675em;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.home-banner {

background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
display:block;
height:100%;
width: 100%;
min-height: 100vh;

}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
	list-style: none outside none;
	margin: 0;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*
SMALL
*/
@media only screen and (max-width: 40.063em) {
	/*	HEADER	*/
	/*	body {background-image:none!important;}
	*/
	/* #menu is the original menu */
	.logo {
		margin-left: 60px;
		margin-right: 0;
		float: inherit;
		position: relative;
		width: auto;
		display: inline;
	}
	.overlay-bg {position:inherit;}
	.home-banner {
		background-position: 33% top;
	}

	.container-white {
		padding: 0 15px;
	}

	#top {
		width: 100% !important;
	}

	.julia_small {
		display: none;
	}

	#content-home {
		margin: 0 20px 20px;
	}

	#content {
		padding-top: 70px;
	}

	#pagesidebar {
		margin-top: 70px;
	}

	ul#menu-main {
		position: relative;
		text-align: center;
		width: 100%;
		margin: 20px 0;
		float: inherit;
	}

	ul#menu-main li a:hover {
		color: #48FFB3;
		border-bottom: none;
	}

	ul#menu-main li.current-page-ancestor a,ul#menu-main li.current-menu-item a {
		color: #48ffb9;
		border-bottom: none;
	}

	ul#menu-main li {
		display: block;
		border-bottom: #2d2d2d solid 1px;
	}

	ul#menu-main li:first-child {
		border-top: #2d2d2d solid 1px;
	}

	ul#menu-main li a {
		padding: 0;
		line-height: 3em;
		color: #fff;
	}

	.nav_content {
		position: absolute;
		right: 0 !important;
		width: 100%;
		z-index: 1;
	}

	.search_content,.facebook_content,.twitter_content,.contact_content {
		background: #fff;
		padding: 10px;
		width: 100%;
		max-width: 100%;
		border-top: 1px solid #4B99E7;
	}

	#content-home {
		display: none;
	}

	/*	NEWS	*/
	.news-article {
		padding: 20px 0 0;
	}

	.news-article {
		padding: 0px 0 0;
		text-align: left;
	}

	ul#header_social {
		position: absolute;
		list-style: none;
		height: 42px;
		right: 0;
		top: 8px;
		width: auto;
		max-width: inherit;
		display: inline-block;
		text-align: center;
		margin: 0;
		padding: 0 15px 0 0;
	}

	ul#header_social li {
		display: inline-block;
		/*margin: 0;*/
	}

	#subscribebar p {
		display: none;
	}

	.jg_mailSub {
		float: inherit;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.bluelines_speeches {
		margin-top: 20px;
	}

	input[type="email"] {
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: inherit;
	}

	/* HOME ARTCILE */
	#content-home-wrap {
		max-width: 100%;
		width: 100%;
		position: inherit;
		right: inherit;
		padding: 0;
	}

	#content-home {
		margin: 0;
	}

	#content-home {
		padding: 12px;
		margin-top: 20px;
		height: 100%;
		width: 100%;
		background: #fff;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border: 0 solid #000;
	}

	input[type="textarea"],.textareastyle {
		max-width: 100%;
	}

	/* TESTIMONIAL */
	.testimonial_wrap {
		padding: 0 0 30px;
	}

	.testimonial_wrap .test_image {
		margin-top: 30px;
	}

	/* MY STORY */
	.book-image img {
		width: 100%;
	}

	/* FOOTER */
	.footer-new {
		margin-bottom: 0;
	}

	.footer-1line {
		display: block;
	}

	.footer-dash {
		display: none;
	}

	ul.related-posts li:nth-child(odd) {
		padding-right: 0;
	}
	
	.page_bigheader_bg {
		height: 350px;
		min-height: 350px;
	}
	
	readmore-home-width, .readmore {
		width: 100%;
	}
	.news-article img {
		margin: 10px 0 0 0;
	}
}

/*
MEDIUM
*/
@media only screen and (min-width: 40.063em) {
	/******************************************************************
	  
	  Stylesheet: Nediun Stylesheet
	  
	  Styles apply to 40.063em and up.
	  
	  ******************************************************************/
	/*********************
	  NAVIGATION STYLES
	  *********************/
	/*	MOBILE		*/
	/*********************
	  POSTS & CONTENT STYLES
	  *********************/
	/* entry content */
	.entry-content {
	/* at this larger size, we can start to align images */
	}

	.entry-content .alignleft,.entry-content img.alignleft {
		margin-right: 1.5em;
		display: inline;
		float: left;
	}

	.entry-content .alignright,.entry-content img.alignright {
		margin-left: 1.5em;
		display: inline;
		float: right;
	}

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

/*  Medium & Small 	*/
@media only screen and (max-width: 40.063em) {
	/* FOOTER */
	.footer-new h4.footerTopSpace {
		padding-top: 30px;
	}
}

/*  Menu changeover 	*/
@media only screen and (max-width: 940px) {
	.hide_sub {
		display: none;
	}
}

/*  Menu changeover 	*/
@media only screen and (max-width: 1000px) {
	.logo {
		margin-left: 60px;
	}

	ul#menu-main {
		display: none;
	}

	.nav_button {
		display: block;
		z-index: 1;
	}
}

/*  Menu resize 	*/
@media only screen and (max-width: 1100px) {
	/*ul#menu-main {display:none;}*/
	.logo {
		margin-right: 40px;
	}

	ul#menu-main li a {
		margin-left: 10px;
	}

	.footer-new {
		padding: 0 15px;
	}
}

/*  MEDIUM & SMALL 	*/
@media only screen and (min-width: 1100px) {
	
}

/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 64.063em) {
	/******************************************************************
	  
	  Stylesheet: Large Stylesheet
	  
	  Styles apply to 64.063em and up.
	  
	  ******************************************************************/
	
}

/*
XLARGE
*/
@media only screen and (min-width: 90.063) {
	/******************************************************************
	  
	  Stylesheet: X-Large Stylesheet
	  
	  Styles apply to 90.063em and up.
	  
	  
	  ******************************************************************/
	
}

/*
XXLARGE
*/
@media only screen and (min-width: 120.063em) {
	/******************************************************************
	  
	  Stylesheet: XX-Large Stylesheet
	  
	  Styles apply to 120.063em and up.
	  
	  ******************************************************************/
	
}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
	/******************************************************************
	  Site Name: 
	  Author: 
	  
	  Stylesheet: Retina Screens & Devices Stylesheet
	  
	  When handling retina screens you need to make adjustments, especially
	  if you're not using font icons. Here you can add them in one neat
	  place.
	  
	  ******************************************************************/
	/* 
	  
	  EXAMPLE 
	  Let's say you have an image and you need to make sure it looks ok
	  on retina screens. Let's say we have an icon which dimension are
	  24px x 24px. In your regular stylesheets, it would look something
	  like this:
	  
	  .icon {
	  	width: 24px;
	  	height: 24px;
	  	background: url(img/test.png) no-repeat;
	  }
	  
	  For retina screens, we have to make some adjustments, so that image
	  doesn't look blurry. So, taking into account the image above and the
	  dimensions, this is what we would put in our retina stylesheet:
	  
	  .icon {
	  	background: url(img/test@2x.png) no-repeat;
	  	background-size: 24px 24px;
	  }
	  
	  So, you would create the same icon, but at double the resolution, meaning 
	  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
	  (this is pretty standard practice). Set the background image so it matches
	  the original dimensions and you are good to go. 
	  
	  */
	
}

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
	/******************************************************************
	  
	  Stylesheet: Print Stylesheet
	  
	  This is the print stylesheet. There's probably not a lot
	  of reasons to edit this stylesheet. If you want to
	  though, go for it.
	  
	  ******************************************************************/
	* {
		background: transparent !important;
		color: #000 !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a,a:visited {
		color: #000 !important;
		text-decoration: underline;
	}

	a:after,a:visited:after {
		content: " (" attr(href) ")";
	}

	a abbr[title]:after,a:visited abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: .5cm;
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}

	.sidebar,.page-navigation,.wp-prev-next,.respond-form,nav {
		display: none;
	}
}