/*
Theme Name: Jean Stephenson
*/

/* ===== BASIC STYLES ===== */

form {
  pointer-events: none;
  opacity: 0.5; /* Optional: visually indicate that the form is disabled */
}

body {
	background: #FFF;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	font-family: "Montserrat", sans-serif;
}
* {
	-webkit-font-smoothing: antialiased;
	transition: color 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-moz-transition: color 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: color 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: background 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-moz-transition: background 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: background 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: max-height 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-moz-transition: max-height 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: max-height 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
}
a {
	color: #893f5c;
}
a:hover, a:focus {
	color: #6e2944;
	text-decoration: none;
}
.button {
	text-decoration: none !important;
}
h1, h2, h3, h4, h5 {
	font-weight: 400;
	margin: 0 0 15px;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px;
	font-weight: 500;
}
p a {
	color: #893f5c;
}
p a:hover {
	text-decoration: underline;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
blockquote {
	border-left: 0px;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
}
label {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	font-weight: 400;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, textarea {
	background: #FFF;
	border: 1px solid #5e7db6;
	border-radius: 0;
	padding: 0 12px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	color: #c4c6ca;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
::-webkit-input-placeholder {
 	color: #c4c6ca;
}
::-moz-placeholder {
	color: #c4c6ca;
}
:-ms-input-placeholder {
	color: #c4c6ca;
}
:-moz-placeholder {
	color: #c4c6ca;
}
textarea {
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type="submit"] {
	background: #5e7db6;
	color: #FFF;
	font-weight: 400;
	border-radius: 0px;
	border: 0px;
	padding: 0 40px;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
input[type="submit"]:hover {
	background: #3e5c92;
}

@media (max-width: 1099px) {
body {
	padding-right: 0px;
	padding-left: 0px;
}
}
/* ===== CONTAINER ===== */

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	max-width: 880px;
	width: 100%;
	padding: 0;
}

@media (max-width: 767px) {
.container {
	width: 100%;
	padding: 0;
}
}
/* ===== ALIGNMENT ===== */

.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 30px;
}
.aligncenter {
	margin: 0 auto 20px;
	display: block;
}
#main p:last-child .aligncenter {
	margin: 0 auto;
}

/* ===== HEADER ===== */

#masthead {
	clear: both;
	width: 100%;
	margin: 0;
	z-index: 999;
}

/* ===== MOBILE HEADER ===== */

@media (max-width: 767px) {
#header-mobile {
	z-index: 4;
	position: relative;
	border: 0px;
	border-radius: 0px;
	padding: 0;
	background: none;
	height: 43px;
}
#mobile-nav-toggle {
	bottom: 0px;
	top: 0px;
	z-index: 999;
	height: auto;
	border: 0px !important;
	padding: 10px;
	background: #5e7db6;
	float: left;
	width: 100%;
}
#mobile-nav-inner {
	width: 100%;
	height: 43px;
}
.navbar-inverse .navbar-toggle {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 35px;
	border-radius: 0px;
	display: inline-block;
	background: none;
	border: 0px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: none;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-inverse .navbar-inner {
	background: transparent;
	filter: none;
	border: 0px;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 42px;
}
.navbar-collapse {
	padding: 0;
	border-top: 0px !important;
}
.navbar-collapse.collapse {
	padding: 0;
	border-top: 0px !important;
}
.nav-collapse .nav {
	float: none;
	margin: 0;
}
.navbar-inverse .btn-navbar {
	color: #FFF;
	text-shadow: none;
	filter: none;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	z-index: 999;
	background: #29b5d8;
	padding: 0;
	margin: 0;
	font-size: 14px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	line-height: 100px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #FFF;
	height: 3px;
	width: 100%;
	margin: 0 0 5px;
	border-radius: 0px;
}
.mobile-nav-title {
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0 10px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 1px;
	color: #FFF;
}
.icon-bars {
	float: none;
	width: 25px;
	margin: 10px auto 0 auto;
	display: inline-block;
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
}
#mobile-nav .nav > li {
	float: left;
	clear: both;
	width: 100%;
	border-radius: 0px;
}
#mobile-nav .nav > li > a {
	color: #FFF;
	text-shadow: none;
	font-size: 20px;
	border-radius: 0px;
	padding: 14px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	float: left;
	border-top: 0px !important;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 1px;
	background: #5e7db6;
}
#mobile-nav .nav > li:last-child a {
	border-bottom: 0px;
	padding: 12px 20px 16px;
}
#mobile-nav .nav > li > a:hover {
}
#mobile-nav .nav > li > ul > li > a {
	color: #FFF;
	text-shadow: none;
	font-size: 14px;
	border-radius: 0px;
	padding: 15px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	float: left;
	border-top: 0px !important;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 1px;
	background: #002f5f;
}
#mobile-nav .nav > li:first-child {
}
#mobile-nav li > a:focus {
	text-decoration: none !important;
}
#mobile-nav li > a:hover {
	text-decoration: none !important;
}
#mobile-nav .nav-collapse .nav > li > a, #mobile-nav .nav-collapse .dropdown-menu a {
	width: 100%;
	color: #FFF;
}
.nav-collapse, .nav-collapse.collapse {
	height: 0;
	overflow: hidden;
	margin: 0;
	float: left;
	width: 100%;
}
.nav-collapse .nav > li > a {
	margin-bottom: 0;
}
.nav-collapse .nav {
	padding-bottom: 0px;
	width: 100%;
}
.nav-collapse .nav > li {
	float: none;
	padding: 0;
}
}

/* ===== HEADER ===== */

#header-branding {
	padding: 29px 20px 0;
	clear: both;
}
#logo {
	margin: 0;
	float: left;
	width: 31.5%;
}
#logo img {
	margin: 0 auto;
	display: block;
	z-index: 9999;
	position: relative;
}

@media (max-width: 767px) {
#header-branding {
    padding: 24px 20px 26px;
}
#logo {
	float: left;
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
}
}

/* ===== MOBILE NAV ===== */

#mobile-nav {
	width: 100%;
	border-radius: 0px;
	border: 0px !important;
	float: left;
	margin: 0;
	z-index: 999;
}

/* ===== MAIN NAV ===== */

#main-nav {
	float: left;
	margin: 35px 0 0 33px;
}
#main-nav ul {
	text-align: center;
	padding: 0;
}
#main-nav li {
	display: inline-block;
	font-size: 18px;
	color: #2e52a4;
	line-height: 1;
	background: transparent;
	position: relative;
	font-weight: 400;
	margin: 0 0 0 -4px;
	padding: 0;
}
#main-nav li a {
	padding: 20px 18px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	color: #2e52a4;
	font-weight: 500;
	letter-spacing: 0px;
	background: none !important;
	transition: background .0s ease-in;
	-moz-transition: background .0s ease-in;
	-webkit-transition: background .0s ease-in;
}
#main-nav li a:after {
	content: '';
	position: absolute;
	top: 21px;
	right: 0px;
	background: #70bcc2;
	width: 2px;
	height: 16px;
}
#main-nav li:last-child a:after {
	content: none;
}
#main-nav li:last-child a {
	border-right: 0px;
}
#main-nav li:hover > a, #main-nav li:focus > a {
	outline: none;
	color: #1fa2ab;
}
#main-nav ul > li:hover > a {
	text-decoration: none;
}
#main-nav > div > ul > li:hover > a {
	background: none;
	color: #1fa2ab;
}
#main-nav li ul {
	padding: 0;
}
#main-nav li:hover > ul {
	display: block;
	max-height: 900px;
}
#main-nav .sub-menu {
	float: left;
	clear: both;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 999;
	height: auto;
	min-width: 155px;
	max-height: 0px;
	overflow: hidden;
}
#main-nav .sub-menu .sub-menu {
	left: 224px;
	top: 0;
	position: absolute;
}
#main-nav .sub-menu li {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	transition: background .0s ease-in;
	-moz-transition: background .0s ease-in;
	-webkit-transition: background .0s ease-in;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
}
#main-nav .sub-menu li a {
	color: #FFF;
	background: #2e52a4 !important;
	border-right: 0px;
	font-size: 18px;
	line-height: 1.3;
	text-decoration: none;
	padding: 15px 15px;
	text-align: left;
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
	letter-spacing: 0px;
	text-transform: uppercase;
	transition: 0s ease-in;
	-moz-transition: 0s ease-in;
	-webkit-transition: 0s ease-in;
}
#main-nav .sub-menu li:first-child a {
	padding: 15px 15px 15px;
}
#main-nav .sub-menu li:last-child a {
	padding: 10px 15px 15px;
}
#main-nav .sub-menu li:last-child a {
	border-bottom: 0px;
}
#main-nav .sub-menu li:hover > a {
	color: #FFF;
	background: #1fa2ab !important;
}

@media (max-width: 1299px) {
#main-nav li a {
}
}

/* ===== MAIN ===== */

#main {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
#main .container {
	max-width: 875px;
}
#page-content {
	width: 100%;
	padding: 40px 30px;
}
#page-content .column {
	float: left;
	width: 50%;
}
#page-content .column p {
	max-width: 90%;
}
#page-content h1 {
	font-size: 38px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 30px;
	color: #5e7db6;
	text-align: center;
}
#page-content h2 {
	font-size: 38px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 15px;
	color: #5e7db6;
}
#page-content h3 {
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #0d227d;
}
#page-content h4 {
	width: 100%;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 0 0 10px;
	color: #5e7db6;
}
#page-content p {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 25px;
	color: #252525;
}
#page-content figcaption {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 25px;
	color: #252525;
	text-align: center;
}
#page-content p strong {
	color: #0d227d;
	font-weight: 700;
}
#page-content p a {
	color: #000;
	text-decoration: underline;
}
#page-content p a:hover {
	text-decoration: underline;
}
#page-content ul {
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
#page-content ul:last-child {
	margin: 0;
}
#page-content ul li {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	margin: 0 0 10px;
	list-style: disc;
}
#page-content ol {
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 25px;
	padding: 0 0 0 20px;
}
#page-content ol:last-child {
	margin: 0;
}
#page-content ol li {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	margin: 0 0 10px;
	color: #252525;
}
#page-content blockquote {
	border-left: 0px;
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
	padding: 32px 40px;
	font-style: oblique;
	background: #ebdbe4;
	max-width: 730px;
	margin: 0 auto 40px;
	text-align: center;
	color: #893f5c;
}
#page-content blockquote p {
	font-size: 19px;
	line-height: 27px;
	font-weight: 500;
	color: #893f5c;
	margin: 0 0 20px;
}
#page-content blockquote p:last-child {
	margin: 0;
}
#page-content blockquote p strong {
	font-size: 22px;
	color: #893f5c;
	font-style: normal;
}
#page-content .form-row {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 15px;
}
#page-content .form-row label {
}
#page-content input[type="text"], #page-content input[type="email"], #page-content textarea {
	border: 2px solid #b2b2ff;
	margin: 0 0 20px;
}
#page-content .comment-form-comment {
	margin: 0;
}
#page-content textarea {
	padding: 8px 16px;
	height: 200px;
	text-transform: none;
}
#page-content ::-webkit-input-placeholder {
}
#page-content ::-moz-placeholder {
}
#page-content :-ms-input-placeholder {
}
#page-content :-moz-placeholder {
}
.button, #page-content .button {
	display: table;
	position: relative;
	clear: both;
	width: auto;
	text-align: center;
	margin: 0 0 20px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #5e7db6;
	height: 37px;
	line-height: 30px;
	font-size: 18px;
	padding: 0;
	text-transform: uppercase;
}
.button:before, #page-content .button:before {
	content: '[';
	padding: 0 3px 0 0;
}
.button:after, #page-content .button:after {
	content: ']';
	padding: 0 0 0 3px;
}
.wp-caption {max-width: 100%;}
#page-content .wp-caption-text {
	color: #5e40cf;
	font-size: 18px;
	font-style: oblique;
	margin: 10px 0 0;
}
.col-left {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}
.col-right {
	float: left;
	width: 48%;
	margin: 0;
}
.primary {
	float: left;
	width: 68%;
	margin: 0 4% 0 0;
}
.secondary {
	float: left;
	width: 28%;
	margin: 0;
}

@media (max-width: 767px) {
#main {
	margin: 0;
}
#page-content p {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 18px;
}
#page-content ul li, #page-content ol li {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 8px;
}
#page-content .column {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
#page-content blockquote {
	border-left: 0px;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	background: #ebdbe4;
}
#page-content blockquote strong {
}
#page-content blockquote p {
}
.primary {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.secondary {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
#content h2 {
	clear: both;
}
}

/* ===== BANNER ===== */

#banner {
	height: 555px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 200px 0 0;
}
#banner #banner-title {
	background: rgba(51,50,90,0.62);
	float: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 44px;
	line-height: 48px;
	padding: 28px 20px;
}
#banner #banner-title h1, #banner #banner-title h2 {
	font-size: 44px;
    line-height: 48px;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 767px) {
#banner {
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: none !important;
	position: relative;
}
#banner #banner-title {
	height: auto;
	padding: 20px;
}
#banner #banner-title h1, #banner #banner-title h2 {
	font-size: 24px;
	line-height: 1.3;
}
}

/* ===== FOOTER ===== */

#colophon {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 45px 30px 40px;
	position: relative;
	background: #5e7db6;
}
#colophon .widget_media_image img {
	margin: 0 auto 31px;
	display: block;
}
#colophon .widget_nav_menu {
	margin: 0 0 25px;
	text-align: center;
}
#colophon .widget_nav_menu ul {
	
}
#colophon .widget_nav_menu li {
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
}
#colophon .widget_nav_menu li a {
	color: #FFF;
	padding: 20px 14px 20px 15px;
	position: relative;
}
#colophon .widget_nav_menu li a:after {
    content: '';
    position: absolute;
    top: 23px;
    right: -2px;
    background: #FFF;
    width: 2px;
    height: 16px;
}
#colophon .widget_nav_menu li:last-child a:after {
	content: none;
}
#colophon .widget_nav_menu li:hover > a {
	color: #b6c4de;
}
#colophon .widget_search {
	margin: 0 auto 30px;
	max-width: 390px;
}
#colophon .widget_search input[type="text"] {
	background: #b6c4de url(/wp-content/themes/jeanstephenson/images/icon-search.png) 10px 7px no-repeat;
	color: #5e7db6;
	font-weight: 400;
	padding: 0 20px 0 40px;
}
#colophon p {
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
#colophon p a {
	color: #FFF;
}
#colophon p a:hover {
	text-decoration: underline;
}

@media(max-width:767px) {
	#colophon {
	}
	#colophon img {

	}
	#colophon .widget_nav_menu {margin: 0 0 20px;}
	#colophon .widget_nav_menu ul {

	}
	#colophon .widget_nav_menu li {margin: 0 0 15px;}
	#colophon .widget_nav_menu li a {

	}
	#colophon .widget_nav_menu li a:after {
	}
	#colophon .widget_nav_menu li:last-child a:after {
	}
	#colophon .widget_nav_menu li:hover > a {

	}
	#colophon .widget_search {

	}
	#colophon .widget_search input[type="search"] {

	}
	#colophon p {

	}
}

/* ===== LAYOUT ===== */

#primary {
	float: right;
	width: 60%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#secondary {
	float: left;
	width: 35%;
	margin: 0;
	padding: 0;
}
#primary h2 {
	color: #5e40cf;
	font-size: 28px;
	margin: 0 0 8px;
}
#primary h3 {
	color: #5e40cf;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 15px;
}
#primary ul {
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	font-weight: 400;
}
#primary li {
	text-align: left;
	list-style-type: disc;
	padding: 2px 0;
	display: list-item;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	list-style: disc;
}
#primary ol {
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	font-weight: 400;
}
#primary ol li {
	text-align: left;
	list-style-type: decimal;
	padding: 2px 0;
	display: list-item;
	font-size: 16.67px;
	font-weight: 300;
	line-height: 20.83px;
	margin: 0 0 4px;
}
#page-content .button {
	
}
#page-content .button:hover {
	
}

@media (max-width: 767px) {
#page-content #page-title {
}
}

/* ===== BANNER HOME ===== */

#banner-home {
	height: 555px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 200px 0 0;
}
#banner-home #banner-title {background: rgba(51,50,90,0.62);float: left;width: 100%;color: #FFF;text-align: center;font-size: 44px;line-height: 48px;padding: 28px 20px;}
#banner-home #banner-title h1 {
	font-size: 44px;
    line-height: 48px;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 767px) {
#banner-home {
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: none !important;
	position: relative;
}
#banner-home #banner-title {
	padding: 20px;
}
#banner-home #banner-title h1 {font-size: 24px;line-height: 1.3;}
}

/* ===== HOME MAIN ===== */

#home-main {
	background: #f0e4eb;
	padding: 40px 30px;
}
#main-text {
	float: left;
	width: 55%;
}
#main-text p {
	font-weight: 500;
}
#main-text p strong {
	color: #893f5c;
}
#main-text p:first-child strong:first-child {
	font-size: 25px;
}
#home-main img {
	float: right;
	width: 41%;
	margin: 5px 0 0;
}

@media (max-width: 767px) {
	#home-main {

	}
	#main-text {width: 100%;}
	#main-text p {

	}
	#main-text p strong {

	}
	#main-text p strong:first-child {

	}
	#home-main img {margin: 0 auto 30px;float: none;width: auto;display: block;}
}

/* ===== HOME POSTS ===== */

#home-posts {
	padding: 40px 30px;
}
#home-posts .title h2 {
	color: #5e7db6;
	font-size: 38px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 30px;
}
#posts .post {
	float: left;
	margin: 0 0 40px;
}
#posts .post:last-child {
	margin: 0;
}
#posts .post-image {
	float: left;
	width: 38%;
	padding: 0;
}
#posts .post-text {
	float: right;
	width: 58%;
}
#posts .post-text h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
}
#posts .post-author {
	font-weight: 500;
	color: #893f5c;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1;
}
#posts .post-text p {
}
#posts .post-text .button {
}
#posts .post-text .button:hover {
}

@media (max-width: 767px) {
	#home-posts {

	}
	#home-posts .title h2 {font-size: 32px;}
	#posts .post {

	}
	#posts .post-image {float: none;margin: 0 auto 30px;padding: 0;width: auto;}
	#posts .post-image img {
		margin: 0 auto 30px;
		display: block;
	}
	#posts .post-text {width: 100%;float: none;}
	#posts .post-text h3 {

	}
	#posts .post-author {

	}
	#posts .post-text p {

	}
	#posts .post-text .button {

	}
	#posts .post-text .button:hover {

	}
}

/* ===== BLOG ===== */

.blog #banner, .archive #banner, .single #banner, .search #banner {
	padding: 290px 0 0;
}
.blog #banner #banner-title, .archive #banner #banner-title, .single #banner #banner-title, .search #banner #banner-title {
	padding: 55px 0;
}

/* ===== SIGNUP ===== */

#signup {
	float: left;
	width: 100%;
	padding: 40px 30px 50px;
	background: #dee6f3;
}
#signup h3 {
	color: #5e7db6;
	font-size: 38px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 13px;
}
#signup p {
	text-align: center;
}
#signup form {
	max-width: 668px;
	margin: 0 auto;
}
#signup input[type="text"] {
	margin: 0 0 20px;
}
#signup input[type="email"] {
	margin: 0 0 30px;
}
#signup input[type="submit"] {
	margin: 0 auto;
	display: block;
}
#signup input[type="submit"]:hover {
	
background: #3e5c92;
}

@media (max-width: 767px) {
	#signup {

	}
	#signup h2 {

	}
	#signup p {

	}
	#signup form {

	}
	#signup input[type="text"] {

	}
	#signup input[type="email"] {

	}
	#signup input[type="submit"] {

	}
	#signup input[type="submit"]:hover {

	}
}

/* ===== CONTACT PAGE ===== */

.page-template-page-contact #page-content {
	text-align: center;
}

/* ===== BLOG ===== */

.single #banner-image h1, .blog #banner-image h1, .archive #banner-image h1, .search #banner-image h1 {
	bottom: 70px;
	top: auto;
}
.blog #secondary, .archive #secondary, .single #secondary, .search #secondary {
	float: left;
	background: #c8c1f4;
	padding: 30px 22px 60px;
	width: 29%;
}
#content .posts-title {
	font-size: 29.17px;
	margin: 0 0 20px;
}
/* ===== POSTS ===== */

.posts {
	width: 100%;
	clear: both;
	margin: 0;
}
.post {
	width: 100%;
	position: relative;
}
#page-content .posts .post {
	margin: 0 0 30px;
	position: relative;
}
#page-content .posts .post:last-child {
	margin: 0;
	padding: 0;
	background: none;
}
.posts .post .wp-post-image {
	height: auto;
	margin: 0 0 30px 30px;
	display: block;
	float: right;
}
.posts .post:last-child {
	border-bottom: 0px;
}
#page-content .post-header h3 {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 10px;
	line-height: 34px;
	letter-spacing: 0;
	color: #5e40cf;
}
#page-content .post-header h3 a {
}
#page-content .post-header h3 a:hover {
	text-decoration: none;
}
#page-content .post-header h1 {
	font-size: 38px;
	font-weight: 500;
	margin: 0 0 10px;
	line-height: 46px;
	letter-spacing: 0;
	color: #0d227d;
	text-align: left;
}
#page-content .post-header h1 a {color: #0d227d;}
#page-content .post-header h1 a:hover {
	text-decoration: none;
}
#page-content .post-content {
}
#page-content .posts .post p.wp-caption-text {
	font-style: oblique;
}
#page-content .post-author {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 25px;
	text-transform: uppercase;
	color: #893f5c;
	font-weight: 500;
}
#page-content .post-meta span {
}
#page-content .post-meta a {color: #6658c3;}
#page-content .post-meta a:hover {
	text-decoration: none;
}
#page-content .post-footer {
	width: 100%;
	clear: both;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 20px;
	font-weight: 500;
	text-transform: uppercase;
}
#page-content .post-comment {
	margin: 0 6px 0 0;
	color: #000;
	padding: 0 12px 0 0;
	border-right: 1px solid #000;
	line-height: 1;
	vertical-align: top;
	font-size: 18px;
	display: inline-block;
	font-weight: 500;
}
#page-content .post-comment a:hover {
	color: #2e52a4;
}
#page-content .post-share {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
#page-content .post-share div, #page-content .post-share span {
	line-height: 1 !important;
}
#page-content .post-share a {
	color: #893f5c;
	font-size: 18px;
	font-weight: 500;
	vertical-align: top !important;
	padding: 0;
}
#page-content .post-share a:hover {
	color: #2e52a4;
}
#page-content .post-footer a:hover {
	text-decoration: none;
}
#page-content .addthis_button {
	position: absolute;
    width: 60px;
    opacity: 0;
    bottom: 6px;
    margin: 0;
    padding: 12px 0 0 0;
}
.single #page-content .addthis_button {
	bottom: -2px;
}
#page-content .posts-nav ul {
	margin: 40px 0 0;
	clear: both;
	padding: 90px 0 0;
	display: block;
	background: url(/wp-content/themes/jeanstephenson/images/icon-blog.png) top center no-repeat;
	text-align: center;
	float: left;
	width: 100%;
}
#page-content .posts-nav li {
	margin: 0 1px;
	padding: 0;
	list-style: none;
	clear: none;
	display: inline-block;
}
#page-content .posts-nav li a {
	font-size: 15px;
	line-height: 1;
	margin: 20px 0 20px;
	font-weight: 500;
	color: #FFF !important;
	background: #893f5c;
	padding: 8px 10px;
}
#page-content .posts-nav li:hover > a {
	background: #64283f;
}
#page-content .posts-nav li.active > a {
	background: #64283f;
}

@media(max-width: 767px) {
	#page-content .entry-header h3 {
		font-size: 40px;
		line-height: 42px;
	}
	.posts .post .wp-post-image {
		height: auto;
		margin: 0 auto 20px;
		display: block;
		float: none;
	}
	#blog-subscribe input[type="text"] {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#blog-subscribe input[type="email"] {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/* ===== SIDEBAR ===== */

#sidebar {
	background: #ebdbe4;
	padding: 16px 30px;
	width: 100%;
}
#sidebar .container {
	max-width: 860px;
}
#sidebar .widget {
	float: left;
	clear: none;
	width: 33.3%;
	padding: 0 12px;
	position: relative;
}
#sidebar .widget-categories:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #893f5c;
    position: absolute;
    top: 12px;
    right: 24px;
    z-index: 0;
    display: block;
}
#sidebar .widget-posts:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #893f5c;
    position: absolute;
    top: 12px;
    right: 24px;
    z-index: 0;
    display: block;
}
#sidebar .widget input[type="text"] {
	color: #893f5c;
	background: transparent url(/wp-content/themes/jeanstephenson/images/icon-search-blog.png) 8px 3px no-repeat;
	border: 2px solid #FFF;
	font-weight: 500;
	padding: 2px 38px;
	height: 33px;
	float: left;
	font-size: 18px;
}
#sidebar .widget select {
	height: 33px;
	display: block;
	font-size: 18px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 2px solid #FFF;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
	background: transparent;
	color: #893f5c;
	font-weight: 500;
	padding: 2px 12px;
	text-transform: uppercase;
	position: relative;
}
#sidebar .widget_text:before {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #061a41;
	position: absolute;
	top: 12px;
	right: 24px;
	z-index: 0;
	display: block;
}
#sidebar .widget option {
	text-transform: none;
}
#sidebar .widget option:first-child {
	text-transform: uppercase;
}
#sidebar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #061a41;
}
#sidebar::-moz-placeholder { /* Firefox 19+ */
	color: #061a41;
}
#sidebar:-ms-input-placeholder { /* IE 10+ */
	color: #061a41;
}
#sidebar:-moz-placeholder { /* Firefox 18- */
	color: #061a41;
}

@media(max-width: 767px) {
	.blog #banner, .archive #banner, .search #banner {
		padding: 60px 30px;
	}
	.single #banner {
		padding: 60px 30px;
	}
	.blog #banner-text h1, .archive #banner-text h1, .search #banner-text h1 {
		font-size: 40px;
	}
	.blog #banner-text p, .archive #banner-text p, .search #banner-text p {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 40px;
	}
	.blog #programs, .archive #programs, .search #programs {
		padding: 35px 20px;
	}
	.blog #programs .program .button, .archive #programs .program .button, .search #programs .program .button {
		font-size: 15px;
	}
	.single-post #banner-text h1 {
		font-size: 40px;
	}
	.single-post #banner-text p {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
	}
	#sidebar .widget {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}
	#sidebar .widget:last-child {
		margin: 0;
	}
}

/* ===== COMMENTS ===== */

#respond {
	margin: 60px 0 0;
	width: 100%;
	clear: both;
}
#comment {
	border: 0px;
}
#page-content .posts .post p.form-submit {
	margin: 0;
}
#post-comments {
	margin: 80px 0 0;
}
#post-comments h3#comments {
	font-size: 24px;
	margin: 0 0 20px;
}
.comment-body {
	margin: 0 0 20px;
	font-size: 18px;
}
.comment-author.vcard img {
	margin: 0 10px 0 0;
}
#post-comments .comment-form-comment {
	margin: 0 !important;
}
.reply {
	font-weight: 400;
	font-size: 14px;
}
.comment-form-comment label {
	margin: 0 0 10px;
	font-size: 18px;
	display: none;
}
#page-content #commentform p a {
	text-decoration: none;
}
#submit {
	background: #5e7db6;
	color: #FFF;
	font-weight: 400;
	border-radius: 0px;
	border: 0px;
	padding: 0 40px;
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
#submit:hover {
	background: #3e5c92;
}
#content #comments {
	margin: 32px 0 24px 0;
	float: left;
	width: 100%;
	clear: both;
}
#post-comments ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
}
#post-comments .commentlist li {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.comment-author {
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
	clear: both;
	line-height: 2;
	font-size: 20px;
}
.comment-author cite {
	font-weight: 500;
	font-style: normal;
}
#post-comments .comment-author img {
	margin: 0 10px 0 0;
	float: left;
}
.comment-meta {
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
	clear: both;
	font-size: 18px;
}
.comment-reply-link {
	display: none;
}
.reply {
	font-weight: 400;
}
span.wpcf7-not-valid-tip {
	font-size: 14px !important;
	display: block;
	font-weight: 300;
	clear: both;
	margin: 0 0 10px;
}
div.wpcf7-response-output {
	margin: 5px 0 0 !important;
	padding: 0 !important;
	float: left;
	width: 100%;
	border: 0px !important;
	font-size: 15px !important;
	font-weight: 300;
	line-height: 20px !important;
}

/* ===== BOOKS ===== */

.page-template-page-books #banner {
	padding: 300px 0 0;
}
#books {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
#books .book {
	float: left;
	width: 100%;
	margin: 0 0 62px;
}
#books .book-image {
	float: left;
	width: 32%;
	margin: 0 4% 0 0;
}
#books .book-image img {
	
}
#books .book-info {
	float: left;
	width: 64%;
}
#books .book-title {
	font-size: 28px;
	line-height: 32px;
}
#books .book-title a {
	color: #0d227d;
}
#books .book-title a:hover, #books .book-title a:focus {
    color: #5e7db6;
}
#books .book-subtitle {
	color: #893f5c;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 0 15px;
}
#books .book-description {
	
}
#books .book-description p {
	font-size: 18px;
	line-height: 24px;
}
#books .book-quote {
	float: left;
	width: 100%;
	border-top: 1px solid #893f5c;
	padding: 20px 0;
	margin: 0;
}
#books .book-quote blockquote {
	background: none;
	padding: 0;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 10px;
}
#books .book-quote-source {
	font-size: 18px;
	line-height: 24px;
	color: #893f5c;
	font-weight: 500;
	font-style: oblique;
	position: relative;
}
#books .book-availability {
	color: #0d227d;
	font-weight: 600;
	border-top: 1px solid #893f5c;
	padding: 20px 0 0;
	float: left;
	clear: both;
	width: 100%;
}
#books .book-availability span {
	position: relative;
}
#books .book-availability a {
	text-transform: uppercase;
	text-decoration: underline;
}
#books .book-availability span:last-child:before {
    content: 'and ';
}
#books .book-availability a:hover {
	color: #5e7db6;
}

@media(max-width: 767px) {
	#books {

	}
	#books .book {

	}
	#books .book-image {

	}
	#books .book-image img {

	}
	#books .book-info {

	}
	#books .book-title {

	}
	#books .book-subtitle {

	}
	#books .book-description {

	}
	#books .book-description p {

	}
	#books .book-quote {

	}
	#books .book-quote blockquote {

	}
	#books .book-quote-source {

	}
	#books .book-availability {

	}
	#books .book-availability a {

	}
	#books .book-availability a:hover {

	}
}

/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
