/*
	Theme Name: Japan Foundation Theme
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.2.4

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #f7f7f7;
	color: #6d6e71;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
    overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #7961ab;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #7961ab;
	text-decoration: none;
}

p {
	margin: 0 0 34px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
	font-weight: 600;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
/*	border: 1px solid #999;*/
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #7961ab;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
    border-radius: 3px;
    font-family: 'Open Sans Condensed', sans-serif;
    -webkit-appearance: none;
}

.search-form input[type="submit"] {
    min-width: 200px;
    height: 60px;
}

.search-form input[type="search"] {
    height: 60px;
    border-radius: 3px;
    -webkit-appearance: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
    font-size: 16px;
    color: #9f9f9f;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
/*	background-color: #c3251d;*/
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
    min-width: 640px !important;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
    vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
    clear: both;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1230px;
	padding: 0 15px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 285px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 12px;
	font-size: 1.2rem;
    margin: 5px 0 30px;
}

.breadcrumb-separator {
    margin: 0 10px;
}

.breadcrumb a {
    text-decoration: none;
    color: #6d6e71;
}

.breadcrumb a:hover {
    color: #7961ab;
}

.author-box {
/*	background-color: #fff;*/
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
    color: #7961ab;
/*	padding: 60px;*/
}

.after-entry,
.archive-description {
/*	background-color: #fff;*/
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
    color: #7961ab;
/*	padding: 60px;*/
    
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.search h2, .archive h2 {
    margin: 0;
    line-height: 24px;
    margin-bottom: 15px;
}

.search h2 a, .archive h2 a {
    font-size: 24px;
    font-size: 2.4rem;
    color: #7961ab;
}

.search h2 a:hover, .archive h2 a:hover {
    color: #7961ab;    
}

.search .entry-meta, .archive .entry-meta {
    font-size: 12px;
    font-weight: 800;
    color: #6d6e71;
    margin-bottom: 0px !important;
    line-height: 16px;
}

.search article, .archive article {
    border-bottom: 1px solid #dbdcdc;
    padding-bottom: 40px;
}

.search .post-image, .archive .post-image {
    width: auto;
    height: auto;
}

.archive .archive-description, .search .archive-description {
    margin-bottom: 0px;
}

.search .more-link, .archive .more-link {
    font-size: 14px;
    color: #7961ab;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}

.search .has-post-thumbnail .entry-header, .search .has-post-thumbnail .entry-content, .archive .has-post-thumbnail .entry-header, .archive .has-post-thumbnail .entry-content {
    width: 65%;
    float: right;
}

.search .entry-meta span, .archive .entry-meta span {
    margin: 0 10px 0 10px;
}

.search .content-sidebar-wrap > article.entry:nth-last-child(1), .archive .content-sidebar-wrap > article.entry:nth-last-child(1) {
    border-bottom: 0;
}

.archive article.entry .entry-content p {
    padding: 0;
}

.search .entry-content p {
    padding: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.archive-description .entry-title,
.archive-title {
    font-size: 36px;
    font-size: 3.6rem;
    color: #7961ab;
    margin-bottom: 0;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

h1.entry-title {
    color: #7961ab;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
    padding: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: 0;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 0px 15px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 15px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 10px 0 12px;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
    max-width: 1230px;
    padding: 0 15px;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
/*
    background: url(images/logo.png) no-repeat;
    background-size: 220px 71px;
*/
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}

.site-title a {    
    color: transparent;
    display: block;
}

.header-image .site-title > a {
	background-position: left !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
    background-size: 220px auto !important;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.site-description {
    display: block;
    height: 0;
    margin-bottom: 0;
    text-indent: -9999px;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

/* ## Header Right
--------------------------------------------- */

.header-right-container {
    float: right;
    margin-top: 50px;
}

.menu-header-right-menu-container {
    float: left;
}

.menu-header-right-menu-container a {
    color: #6d6e71;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.menu-header-right-menu-container li {
    padding: 5px 0;
    float: left;
    margin-left: 20px;
}

.menu-header-right-menu-container ul {
    display: inline-block;
}

.search-container {
    float: left;
}

.searchsubmit {
    float: left;
    padding: 0 5px 0 10px;
    margin-top: -1px;
    background: transparent;
}

.searchsubmit i {
    color: #7961ab;
}

.searchsubmit:hover {
    background: transparent;
}

.searchinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #6d6e71 !important;
    opacity: 1;
}

#searchform {
    float: right;
}

.header-right-container form {
    border: 1px solid transparent;
    border-radius: 18px;
    padding: 5px 10px 5px 5px;
}

.header-right-container form.hovered .searchinput, .header-right-container form.activated .searchinput {
    width: 200px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.search-container form.hovered, .search-container form.activated {
    border: 1px solid #ccc;
    padding: 5px 10px 5px 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.searchinput {
    float: left;
    width: 45px;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #6d6e71;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.social-container {
    float: left;
}

.social-container .icon-link i {
    font-size: 20px;
    display: block;
    float: left;
    margin-left: 15px;
    color: #7961ab;
}

.social-container .icon-link:first-child {
    margin-left: 0;
}

.icon-link {
    text-decoration: none;
}

.social-container .header-icons {
    padding: 9px 0;
}

.search-container:before, .menu-header-right-menu-container:before {
    content: '|';
    float: right;
    display: block;
    color: #d7d7d7;
}

.menu-header-right-menu-container:before {
    margin: 5px 20px;
}

.search-container:before {
    margin: 5px 10px 5px 10px;
}

.search-container-mobile {
    width: 100%;
    display: block;
}

.serach-container-mobile form {
    width: 100%;
}

.search-icon-mobile {
    float: left;
    margin-top: 6px;
}

.search-icon-mobile i {
    color: #7961ab;
}

.searchinput-mobile {
    width: 100%;
    background: #f7f7f7;
    border: 0;
    border-top: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0px -3px 7px 0px rgba(235,235,235,1);
    -moz-box-shadow: inset 0px -3px 7px 0px rgba(235,235,235,1);
    box-shadow: inset 0px -3px 7px 0px rgba(235,235,235,1);
    -webkit-appearance: none;
    padding: 12px 15px;
    display: none;
}

.searchinput-mobile::-webkit-input-placeholder {
    font-style: italic;
    color: #b7b7b9;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu > .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	width: 16.66666667%;
	float: left;
    border-left: 1px solid #e3e3e3;
}

.genesis-nav-menu > .menu-item:nth-last-child(2) {
    border-right: 1px solid #e3e3e3; 
}

.genesis-nav-menu a {
	color: #6d6e71;
	text-decoration: none;
	display: block;
	padding: 10px 40px 15px 20px;
    font-size: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    line-height: 19px;
    position: relative;
    min-height: 63px;
}


.genesis-nav-menu .menu-item a:before {
    content: '';
    border-right: 4px solid #7961ab;
    left: 0;
    position: absolute;
    height: 18px;
}

.genesis-nav-menu .menu-item.sfHover a:before, .genesis-nav-menu .menu-item a:hover:before {
    content: '';
    position: absolute;
    height: 53px;
    transition: height 0.3s;
}

.genesis-nav-menu li.current_page_item a:before, .genesis-nav-menu li.current-menu-parent a:before, .genesis-nav-menu li.current-menu-item a:before, .post-type-archive-news #menu-item-261 a:before {
    height: 53px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #6d6e71;
}

/*
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #e3e3e3 !important;    
	border-left: 4px solid #e3e3e3;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 280px;
	z-index: 99;
}
*/

.genesis-nav-menu .menu-item:nth-child(-n+3) .sub-menu {
	border-top: 1px solid #e3e3e3 !important;    
	border-left: 4px solid #e3e3e3;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 280px;
	z-index: 99;
}

.genesis-nav-menu .menu-item:nth-child(n+4) .sub-menu {
	border-top: 1px solid #e3e3e3 !important;    
	border-left: 4px solid #e3e3e3;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 280px;
	z-index: 99;
}


.genesis-nav-menu .menu-item .sub-menu .sub-menu {
    border-top: 0 !important;
}

.genesis-nav-menu .sub-menu > .sub-menu {
    border-top: 0 !important;
}

.genesis-nav-menu .sub-menu > .menu-item {
    border-bottom: 1px solid #e3e3e3 !important;
}

.genesis-nav-menu .sub-menu .menu-item:last-child {
    border-bottom: 0 !important;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
/*	border: 1px solid #eee;*/
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu #menu-item-1332 .sub-menu a:hover, .genesis-nav-menu #menu-item-1332 .sub-menu .sfHover > a { background-color: #e60f11; color: #fff; }
.genesis-nav-menu #menu-item-57 .sub-menu a:hover, .genesis-nav-menu #menu-item-57 .sub-menu .sfHover > a { background-color: #f08200; color: #fff; }
.genesis-nav-menu #menu-item-60 .sub-menu a:hover, .genesis-nav-menu #menu-item-60 .sub-menu .sfHover > a { background-color: #8dc43f; color: #fff; }
.genesis-nav-menu #menu-item-102 .sub-menu a:hover, .genesis-nav-menu #menu-item-102 .sub-menu .sfHover > a { background-color: #fee804; color: #6d6e71; }
.genesis-nav-menu #menu-item-69 .sub-menu a:hover, .genesis-nav-menu #menu-item-69 .sub-menu .sfHover > a { background-color: #65a9de; color: #fff; }
.genesis-nav-menu #menu-item-261 .sub-menu a:hover, .genesis-nav-menu #menu-item-261 .sub-menu .sfHover > a { background-color: #1f286f; color: #fff; }
.genesis-nav-menu #menu-item-24 .sub-menu a:hover, .genesis-nav-menu #menu-item-204 .sub-menu .sfHover > a { background-color: #7961ab; color: #fff; }

.genesis-nav-menu #menu-item-1332 a:before, .genesis-nav-menu #menu-item-1332 .sub-menu { border-color: #e60f11; }
.genesis-nav-menu #menu-item-57 a:before, .genesis-nav-menu #menu-item-57 .sub-menu { border-color: #f08200; }
.genesis-nav-menu #menu-item-60 a:before, .genesis-nav-menu #menu-item-60 .sub-menu { border-color: #8dc43f; }
.genesis-nav-menu #menu-item-102 a:before, .genesis-nav-menu #menu-item-102 .sub-menu { border-color: #fee804; }
.genesis-nav-menu #menu-item-69 a:before, .genesis-nav-menu #menu-item-69 .sub-menu { border-color: #65a9de; }
.genesis-nav-menu #menu-item-261 a:before, .genesis-nav-menu #menu-item-261 .sub-menu { border-color: #1f286f; }
.genesis-nav-menu #menu-item-204 a:before, .genesis-nav-menu #menu-item-204 .sub-menu { border-color: #7961ab; }

.genesis-nav-menu .sub-menu a:before {
    border: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -65px 0 0 276px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu > .menu-item:hover {
	position: relative;
}

/*
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
*/

.genesis-nav-menu .menu-item:nth-child(-n+4):hover > .sub-menu {
    left: auto;
	opacity: 1;
}


.genesis-nav-menu > .menu-item:nth-child(n+4):hover > .sub-menu {
/*    right: 0;*/
    opacity: 1;
}

.genesis-nav-menu > .menu-item:nth-child(n+4) > .sub-menu .sub-menu {
    right: 280px;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.genesis-nav-menu > li:last-child {
    display: none;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #e3e3e3;
    position: relative;
    width: 100%;
    z-index: 999 !important;
    border-bottom: 1px solid #e3e3e3;
/*    overflow: hidden;*/
    opacity: 1;
    transition-delay: 2s;
}

#genesis-nav-primary-sticky-wrapper {
    height: 65px !important;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

.site-inner-content .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.site-white {
    background: #fff;
}

.site-gray {
    background: #f7f7f7 !important;
}

/* ## Featured Slider
--------------------------------------------- */
.section-slider {
    width: 100%;
    overflow: hidden;
}

.featured-slider-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 445px;
}

.featured-slider {
    width: 800px;
    height: 445px;
    float: left;
    z-index: 1;
}

.featured-slide.swiper-slide-active {
/*    margin-right: 400px !important;*/
}

.featured-slide.swiper-slide-prev, .featured-slide.swiper-slide-next {
/*    opacity: 0.10;*/
}

.content-slider-container {
    width: 400px;
    height: 445px;
    position: absolute;
    float: right;
    right: 0;
    background: #fff;
    z-index: 3;
    padding: 65px 50px 0;
    -webkit-box-shadow: -3px 0 10px 0px rgba(130,130,130,0.1);
    box-shadow: -3px 0 10px 0px rgba(130,130,130,0.1);
    border-left: 1px solid #e8e8e8;
}

.content-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.slider-content-container h2 {
    color: #7961ab;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

.slider-content-container h2 a {
    color: #7961ab;
    text-decoration: none;
}

.slider-content-container p {
    margin-top: 5px;
}

.swiper-pagination-bullet-active {
    background: #7961ab !important;
}

.swiper-pagination {
    text-align: left !important;
    bottom: 20px !important;
}

.swiper-button-next {
    right: -17px !important;
    background-image: url('images/arrow-right.png') !important;
}

.swiper-button-prev {
    left: -17px !important;
    background-image: url('images/arrow-left.png') !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 31px !important;
    height: 60px !important; 
    background-size: 31px 60px !important;
}

.slider-cover-left, .slider-cover-right {
    position: absolute;
    width: 800px;
    height: 445px;
    background: rgba(255,255,255,0.8);
    top: 0;
    z-index: 2;
}

.slider-cover-left {
    left: -800px;
    -webkit-box-shadow:inset -10px 0 20px -10px rgba(130,130,130,0.3);
    box-shadow:inset -10px 0 20px -10px rgba(130,130,130,0.3);
}

.slider-cover-right {
    right: -800px;
    -webkit-box-shadow:inset 10px 0 20px -10px rgba(130,130,130,0.3);
    box-shadow:inset 10px 0 20px -10px rgba(130,130,130,0.3);
}

.slider-content-container .read-more {
    padding: 10px 45px;
    border: 2px solid #7961ab;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    color: #7961ab;
    position: absolute;
    bottom: 70px;
}

.slider-content-container .read-more:hover, .read-more:focus {
    color: #fff;
    background: #7961ab;
    transition: all 0.3s;
}

/* ## Homepage Featured Articles
--------------------------------------------- */

.featured-articles h1, .featured-articles h2 {
    color: #7961ab;
    font-size: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-bottom: 15px;
    width: 80%;
    display: block;
    border-bottom: 1px solid #dbdcdc;
}

.featured-articles .article-details p {
    padding-left: 0 !important;
}

.article-container {
    height: 475px;
    width: 100%;
}

.featured-events-and-courses .article-container {
    margin-bottom: 50px;    
}

.article-box {
    padding-right: 20%;
    padding-top: 30px;
}

.article-container a {
    color: #6d6e71;
    text-decoration: none;
    display: block;
}

.article-details {
    display: block;
    margin-bottom: 40px;
}

.article-container p {
    font-size: 16px;
    line-height: 28px;
    color: #6d6e71;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.article-container p span {
    font-weight: 600;
}

p.event-details {
    font-weight: 400;
}

.article-meta {
    width: 275px;
    padding: 0 0 7px 0;
    border-bottom: 3px solid #7961ab;
    margin-bottom: 20px;
}

.article-meta li {
    margin-bottom: 0 !important;
}

.article-date, .article-category {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    color: #6d6e71;
}

.article-date {
    width: auto;
    clear: both;
}

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

.article-category {
    text-transform: uppercase;
}

ul.post-categories {
    margin: 0 !important;
    clear: both;
}

ul.post-categories li {
    display: inline-block;
}

.article-category li {
    list-style-type: none !important;
}

.more-link a {
    font-size: 16px;
    color: #7961ab;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 40px;
    text-decoration: underline;
}

.more-link a:hover {
    text-decoration: none;
}

/** Category Colors **/
.primary-arts-and-cultural-exchange .article-meta {
    border-color:#ce2224;
}

.primary-japanese-studies .article-meta, .primary-intellectual-exchange .article-meta {
    border-color:#8dc43f;
}

.primary-japanese-language-education .article-meta {
    border-color:#d67e17;
}

.primary-announcement .article-meta, .primary-bidding .article-meta, .primary-press-release .article-meta {
    border-color:#1f286f;
}

.mCS-scroll-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
    background-color: #aeafb1; 
    opacity: 1;
    width: 7px; 
    border-radius: 0;
    transition: opacity 0s;
}
.mCS-scroll-theme.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #7961ab; opacity: 1; }
.mCS-scroll-theme.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{ background-color: #7961ab; opacity: 1; }
.mCS-scroll-theme.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #7961ab; opacity: 1; }
.mCS-scroll-theme.mCSB_scrollTools .mCSB_draggerRail{ background-color: #dbdcdc; width: 7px; border-radius: 0;} 


.article-featured {
    overflow: hidden;
    width: 150px;
    height: 160px;
    float: left;
}

.article-featured img {
    max-width: none;
}

.article-snippet {
    width: 70%;
    float: left;
}
    
.featured-events-and-courses .article-featured {
    display: none;
}



/* ## Template Page
--------------------------------------------- */

.single .entry-content {
    padding: 0 15px;
}

.page-template .entry-content p {
    padding: 0 15px;
}

.page-featured-image {
    width: 1200px;
    margin: 0 auto;
}

.page-featured-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page-featured-container img {
    width: 100%;
}

.inner-article {
    background: #fff;
}

.inner-article2 {
    background: #f7f7f7;
}

.inner-article h2 {
    color: #6d6e71;
    font-family: 'Open Sans Condensed', sans-serif;
}

.inner-article > .wrap {
    padding-top: 40px;
}

.page-template article {
    margin-bottom: 40px;
}


/* ## Inner Page Featured Articles
--------------------------------------------- */

.article-container-2 {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-top: 40px;
}

.article-box-2 {
    padding-left: 15px;
    padding-right: 200px;
}

.article-image {
    float: left;
    width: 370px;
    height: 200px;
    margin-right: 30px;
    overflow: hidden;
    border: 1px solid #eee;
}

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

.article-preview {
    margin-bottom: 30px !important;
}

.article-container-2 .article-box-2 .article-content {
    width: 57%;
    display: inline-block;
}

.article-content .entry-date {
    font-weight: 800;
    color: #6d6e71;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
}

.article-content .entry-title a {
    font-size: 20px;
    color: #7961ab;
}

.article-content h2 {
    margin: -5px 0 7px;
    padding: 0;
    line-height: 24px;
}

.article-box-2 .article-content h2 {
    margin: -5px 0 16px;
}

.article-content p {
    margin-bottom: 5px;
/*    font-size: 14px;*/
    line-height: 28px;
    padding: 0 !important;
}

.article-content p span {
    font-weight: 600;
    color: #222;
    
}

.article-content .entry-header {
/*    margin-top: 35px;*/
}


/* ## Entries
--------------------------------------------- */

.entry {
/*	background-color: #fff;*/
	margin-bottom: 40px;
/*	padding: 70px 80px;*/
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: inherit;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul {
    text-align: right;
    width: 100%;
    border: 1px solid #dbdcdc;
    padding: 18px 35px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	color: #6d6e71;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 800;
	text-decoration: none;
    margin-left: 15px; 
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	color: #7961ab;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* ## Tabs
--------------------------------------------- */

.tab-container {
    width: 100%;
    padding-top: 40px;
}

.post-type-archive .tab-container {
    padding-top: 0;
    margin-bottom: 40px;
}

ul.tabs {
    width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    border-bottom: 1px solid #e2e3e3;
    height: 50px;
    -webkit-box-shadow: 0 2px 0 0 rgba(255,255,255,1);
    box-shadow: 0 2px 0 0 rgba(255,255,255,1);
}

ul.tabs li{
    background: #e2e3e3;
    color: #7961ab;
    display: inline-block;
    cursor: pointer;
    border-top: 2px solid #e2e3e3;
    min-width: 160px;
    text-align: center;
    height: 50px;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 46px;
    float: left;
}

ul.tabs li.current {
    background: #fff;
    color: #6d6e71;
    border-top: 2px solid #7961ab;
}

ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 0 25px;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

ul.tabs li:hover {
    border-top: 2px solid #7961ab;
}

/* ## Library and Resources
--------------------------------------------- */

.library-image {
    margin-bottom: 60px;
}

.library-content {
    padding: 0 15px 60px;;
}

.library-content p:last-child {
    margin-bottom: 0;
}

.resources-description {
    padding-bottom: 40px;
    display: inline-block;
}

.resources-image {
    float: left;
    width: 585px;
    margin-right: 30px;
}

.resources-content h2 {
    margin-bottom: 22px;
}

.resources-content p {
    margin-bottom: 20px;
}

p.newsletter-note {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 40px !important; 
}

.newsletter-box {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 60px;
}

.newsletter-cover {
    float: left;
    margin-right: 20px;
    height: 143px;
    overflow: hidden;
}

.newsletter-box a {
    text-decoration: none;
}

.newsletter-date {
    font-weight: 700;
    color: #6d6e71;
    font-size: 12px;
}

.newsletter-title {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 60px;
}

.newsletter-list .newsletter-title {
    margin-top: 5px;
    display: inline-block;
}

.newsletter-container > h3 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    color: #6d6e71 !important;
}

.newsletter-container:first-child {
    margin-bottom: 40px;
}

.newsletter-list .custom-pagination {
    margin-bottom: 40px;
}

/* ## Newsletter Specific Page
--------------------------------------------- */

.newsletter-list .newsletter-box {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 15px;
}

.newsletter-list .newsletter-cover {
    width: 100%;
    height: 143px;
    overflow: hidden;
}



/* ## Events, Courses and News
--------------------------------------------- */

.content-events {
    width: 100%;
/*    max-width: 1230px;*/
    margin: 0 auto;
    padding-top: 40px;
}

.post-preview {
    width: 31.33333333%;
    float: left;
    margin-bottom: 40px;
    margin-right: 3%;
}

.post-preview:nth-child(3n) {
    margin-right: 0;
}

.post-image-category {
    position: relative;
}

.post-type-archive .events_and_courses .post-image {
    width: 100%;
    height: 185px;
    overflow: hidden;
    margin-bottom: 1px;
}

.post-type-archive .events_and_courses .post-image img {
    width: 100%;
}

.post-type-archive .events_and_courses .entry-header {
    width: 100%;
}

.post-category {
    width: 100%;
    height: 3px;
    position: absolute;
    margin-top: 30px;
    bottom: -4px;
}

.post-category .post-categories {
    display: none;
    padding-left: 10px;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
}

.post-category .post-categories a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 0;
    display: block;
}

.post-image-category:hover .post-category {
    height: 30px;
    transition: all 0.2s linear;
    margin-top: 3px;
}

.post-image-category:hover .post-category .post-categories {
    display: block;
    transition: display 0.2s;
}

.post-category {
    background: #999;
}


.primary-arts-and-cultural-exchange .post-category {
    background: #e60f11;
}

.primary-japanese-language-education .post-category {
    background: #f08200;
}

.primary-japanese-studies .post-category, .primary-intellectual-exchange .post-category {
    background: #8dc43f;
}

.primary-announcement .post-category, .primary-bidding .post-category, .primary-press-release .post-category {
    background: #1f286f;
}

.post-preview .entry-header {
    margin-top: 18px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.post-preview h2 {
    width: 100%;
    float: left;    
}

.post-preview .entry-date {
    float: right;
}

.post-preview .entry-excerpt {
    display: block;
    clear: both;
}

.content-news {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.article-meta a {
    color: #6d6e71;
    text-decoration: none;
}

.content-news-box {
    width: 75%;
    float: left;
}

.content-news-box h3 {
    margin-bottom: 25px;
}

.content-news-box .article-details {
    padding-bottom: 30px;
    border-bottom: 2px solid #e2e3e3;
    margin-bottom: 25px;
}

.content-news-box .article-details:last-child {
    border-bottom: 0;
}

.content-news-box .article-meta {
    padding-left: 0;
/*    width: auto;*/
}

.content-news-box .article-date, .content-news-box .article-category {
    width: auto;
    text-decoration: none;
}

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

.article-meta span {
    margin: 0 10px;
    float: left;
    color: #6d6e71;
}

.custom-pagination {
    width: 100%;
    display: block;
    clear: both;
}

.pagination-container {
    border: 1px solid #dbdcdc;
    padding: 18px 35px;
    text-align: right;
}

.custom-pagination a {
    color: #6d6e71;
    text-decoration: none;
}

.custom-pagination .page-numbers {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.custom-pagination .page-numbers:first-child {
    margin-left: 0;
}

.custom-pagination .page-numbers.current {
    color: #7961ab;
}

.content-news .custom-pagination {
    padding: 0;
}

/* ## About
--------------------------------------------- */

.about-image {
    text-align: center;
}

.about-image p {
    font-weight: 400;
    color: #6d6e71;
    margin-top: 30px;
}

.about-careers {
    margin: 30px 0 60px;
    border-top: 1px solid #d8d8d8;
    padding-top: 40px;
}

.about-contact {
    width: 100%;
    display: inline-block;
}

.about-contact-form {
    margin-top: 15px;
    display: inline-block;
    width: 65%;
    float: left;
}

.about-contact-form p {
    padding: 0 !important;
}

.about-map {
    width: 35%;
    float: left;
    display: inline-block;
    margin-top: 80px;
    padding-left: 15px;
}

.about-map iframe {
    width: 100%;
}

.about-message h2 {
    margin-bottom: 30px;
}

.about-message p {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-col1, .contact-col2 {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.contact-col1 {
    padding-left: 0;
}

.contact-col3 {
    width: 100%;
    padding: 0 15px 0 0;
}

.about-contact label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.about-contact-form p {
    margin-bottom: 15px;
}

.about-contact-form input, .about-contact-form textarea {
    width: 100%;
    border-radius: 3px;
    padding: 11px 15px;
    -webkit-appearance: none;
}

.about-contact-form input[type="submit"] {
    background: #7961ab;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    margin-top: 20px;
    height: 55px;
}

.contact-col3 {
    margin-top: 26px;
}

.contact-captcha {    
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 9px 0 3px;
    border-radius: 3px;
    text-align: center;
    width: 49%;
    margin-right: 15px;
    float: left;
}

.contact-col3 p:first-child {
    font-style: italic;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.contact-col3 > p:nth-last-child(-n+2) {
    width: 49%;
    float: left;
}

.contact-col3 > p:nth-last-child(2) {
    padding: 0 15px;
    padding-right: 0;
}

.sub-nav {
    width: 52%;
    float: right;
    margin-top: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.sub-nav ul {
    text-align: right;
}

.sub-nav li {
    display: inline-block;
}

.sub-nav a {
    color: #6d6e71;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.sub-nav a:after {
    content: '|';
    margin: 0 20px;
}

.sub-nav li:last-child a:after {
    display: none;
}

.post-93 .breadcrumb {
    clear: both;
}

.post-93 .entry-header {
    width: 100%;
    clear: both;
    position: relative;
}

.post-93 .entry-header h1 {
    width: 45%;
    float: left;
}

.about-video {
    width: 550px;
    float: left;
    margin-right: 30px;
    padding-left: 15px;
}

.about-video iframe {
    width: 100% !important;    
}

.wpcf7-response-output {
    display: inline-block !important;
    margin: 0 !important;
    width: 100%;
    padding: 10px 20px !important;
}

span.wpcf7-not-valid-tip {
    font-size: 14px !important;
}

/* ## Timeline 
--------------------------------------------- */



/* Table Classes */

table td {
    padding: 20px 25px !important;
    border: 1px solid #ddd;
}

table tr td {
    background: #f7f7f7;
}

.page-template-page_marugoto .site-inner-content .wrap .table-wrap:nth-child(3) table tr:first-child td:first-child {
    background: #f0f0f0;
}

.table-wrap a {
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: underline;
    color: #6d6e71;
}

.table-wrap a:hover {
    text-decoration: none;
}

table tbody tr td:nth-child(odd) {
    background: #f0f0f0;
}

table thead tr td:nth-child(odd) {
    background: #685296;
}

table thead td {
    background: #7961ab;
    color: #fff;
    font-weight: 600;
    border:1px solid #8972b5;
}


/* ## Grants
--------------------------------------------- */

.grants-offer {
    margin-top: 40px;
    padding-bottom: 40px;
}

.grants-offer .article-image {
    width: 185px;
}

.grants-offer .article-content {
    padding: 20px 40px 0;
    width: 58.33333333%;
    float: left;
}

.grants-offer h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.grants-table {
    width: 100%;
    clear: both;
}

.grants-table table {
    line-height: 24px;
}

.t-no {
    width: 6%;
    text-align: center;
}

.t-program {
    width: 20%;
}

.t-applicant {
    width: 15%;
}

.t-overview {
    width: 45%;
}

.t-deadline {
    width: 15%;
}

.t-title {
    font-weight: 600;
    background-color: #e2dee9;
}

.grants-table tbody .t-applicant, .grants-table tbody .t-no, .grants-table tbody .t-deadline {
    background-color: #f0f0f0;
}

.grants-table table td {
    border: 1px solid #ddd;
    padding: 20px 25px;
    vertical-align: top;
}

.grants-table table td.t-no {
    padding: 0;
    vertical-align: top;
}

.grants-table table thead {
    color: #fff;
    background: #7961ab;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.grants-table table thead th.t-applicant, .grants-table table thead th.t-no, .grants-table table thead th.t-deadline {
    background: #685296;
}

.grants-table table thead th {
    font-weight: 600;
    padding: 20px 25px;
}

.grants-table table thead th.t-no {
    padding: 20px 0;
}



/* ## Article
--------------------------------------------- */

.single .inner-article {
    padding-bottom: 40px;
}

.single h2 {
    margin-bottom: 25px;
}

.single h3 {
    font-size: 20px;
    color: #7961ab;
}

.single .breadcrumb {
    margin: 5px 0 0;
}

.single .addtoany_share_save_container {
    margin: 15px 15px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 10px;
}


/* ## Entry Content Styles
--------------------------------------------- */

.entry-content li {
/*    margin-bottom: 20px;*/
}
.entry-content h3 {
    color: #7961ab;
}

.entry-content li {
    margin-bottom: 15px;
}

.entry-content ul, .entry-content ol {
    margin-top: 15px;
}

.entry-content p {
    padding: 0 15px;
}

/* ## Other Inner Pages
--------------------------------------------- */

.huge_it_video_player_player {
    margin-bottom: 40px;
}

.page-id-275 .fb-page span iframe {
    height: 500px !important;
}

#dpsp-content-bottom {
    clear: both;
}

.page-template-page_training h1, .page-template-page_jftest  h1, .page-template-page_training .breadcrumb, .page-template-page_jftest .breadcrumb, .page-template-page_marugoto h1, .page-template-page_marugoto .breadcrumb {
    width: 45%; 
    padding-right: 20px;
}

.page-template-page_jftest .breadcrumb, .page-template-page_training .breadcrumb, .page-template-page_marugoto .breadcrumb {
    clear: left;
}

.page-template-page_jftest .entry-header, .page-template-page_training .entry-header, .page-template-page_marugoto .entry-header {
    position: relative;
    margin-bottom: 30px;
}

.entry-header-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.entry-header-nav ul li {
    padding: 0;
    margin: 0;
}

.page-id-439 .table-wrap table {
    margin-bottom: 0;
    margin: 0 auto;
}

.table-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 15px;
}

.news-table table tr td:first-child {
    width: 20%;
    background-color: #f0f0f0;
}

.news-table table tr td:last-child {
    width: 80%;
    background: #f7f7f7;
}

.news-table td:last-child a {
    color: #6d6e71;
}

.error404 h1 {
    margin-bottom: 30px;
}

.cool-timeline .timeline-post .timeline-content p.content-title {
    font-size: 24px!important;
    font-family: Open Sans Condensed!important;
    font-weight: normal!important;
    text-transform: capitalize;
}

.cool-timeline .timeline-post.odd {
    margin-top: -30px;
}

#menu-jlpt-menu .current-menu-item a, #menu-training-menu .current-menu-item a {
    color: #7961ab;
}

#menu-jlpt-menu .current-menu-item a:after ,
#menu-training-menu .current-menu-item a:after {
    color: #6d6e71;
}

.page-template-page_jlpt .site-inner-content:nth-child(even) {
    background: #fff;
}

.page-template-page_jlpt .site-inner-content:nth-child(odd) {
    background: #f7f7f7;
}

.page-template-page_newsection .site-inner-content:nth-child(even) {
    background: #fff;
}

.page-template-page_newsection .site-inner-content:nth-child(odd) {
    background: #f7f7f7;
}

.single-events_and_courses .site-inner-content:nth-child(odd) {
    background: #fff;
}

.single-events_and_courses .site-inner-content:nth-child(even) {
    background: #f7f7f7;
}

.page-template-page_jftest .site-inner-content:nth-child(even) {
    background: #fff;
}

.page-template-page_jftest .site-inner-content:nth-child(odd) {
    background: #f7f7f7;
}


/* ## Advanced Excerpt Remove Tables
--------------------------------------------- */

.content-events .post-preview .entry-excerpt .table-wrap, .content-news .article-details .article-content .table-wrap, .article-box-2 .article-preview .entry-excerpt .table-wrap, .article-box .article-details .table-wrap {
    display: none;
}

/* ## Home Adjustment
--------------------------------------------- */


/* ## Language Courses
--------------------------------------------- */

.course-box {
    width: 31.33333333%;
    margin-right: 3%;
    float: left;
    margin-top: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
}

.course-box:nth-child(3n) {
    margin-right: 0;
}

.course-box a {
    text-decoration: none;
}

.course-image {
    width: 100%;
    margin-bottom: 20px;
}

.course-image img {
    width: 100%;
    border: 1px solid #efefef;
}

.course-title {
    color: #7961ab;
    margin-bottom: 0;
}

.course-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #6d6e71;
    text-decoration: underline;
}

.course-description {
    margin-top: 15px;
}

.course-description ul {
    margin-left: 17px;
}

.course-description ul li {
    list-style-type: disc;
}

.course-adddesc {
   display: inline-block;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
/*
	background-color: #fff;
	padding: 40px;
*/
}

.sidebar-ads-container {
    margin-top: 35px;
}

.sidebar-ads {
    border: 1px solid #dbdcdc;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar-ads img {

}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

/* ## Newsletter and Get Updates
--------------------------------------------- */

.footer-updates {
    background: #e9e9e9;
    padding: 45px 0;
}

.footer-updates .widget {
    margin-bottom: 0;
}

.footer-newsletter {
    width: 72%;
    float: left;
    margin-right: 3%;
}

.footer-newsletter h4, .footer-social h4 {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #6d6e71;
    display: inline-block;
    float: left;
    line-height: 60px;
    margin-bottom: 0;
}

.footer-social h4 {
    width: 100%;
}

.newsletter-form .mailchimp-form {
    width: 100%;
    float: left;
}

.footer-newsletter input[type="email"], .footer-newsletter input[type="text"] {
    border-radius: 3px;
    padding: 14px 20px;
    height: 55px;
    border: 1px solid rgba(0,0,0,0.2);
    float: left;
    -webkit-appearance: none;
    display: block;
    font-size: 16px;
    color: #6d6e71;
}

.newsletter-form input[type="email"]::-moz-placeholder, .newsletter-form input[type="text"]::-moz-placeholder {
	color: #333;
	opacity: 1;
}

.newsletter-form input[type="email"], .mailchimp-form input[type="email"]::-webkit-input-placeholder,
.newsletter-form input[type="text"], .mailchimp-form input[type="text"]::-webkit-input-placeholder,
.mailchimp-form input[type="phone"]::-webkit-input-placeholder,
.mailchimp-form select::-webkit-input-placeholder {
	font-size: 16px;
    color: #9f9f9f;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.newsletter-form label, .mailchimp-form label {
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.newsletter-form-1 {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
}

.newsletter-form-1 div {
    width: 31.33333333%;
    float: left;
    margin-right: 3%;
}

.newsletter-form-1 div:last-child {
    margin-right: 0;
}

.newsletter-form-2 {
    clear: both;
    margin-bottom: 20px;
}

.newsletter-form-2 > label {
    clear: both;
    display: inline-block;
    width: 100%;
}

.newsletter-form-3 > label {
    margin-top: 31px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.newsletter-dropdown-select {
    width: 65%;
    float: left;
}

.newsletter-select {
    float: left;
    width: 100%;
}

.newsletter-select a {
    border-radius: 3px;
    background-color: #fff;
    display: block;
    padding: 14px 55px 14px 20px;
    min-height: 55px;
    line-height: 25px;
    overflow: hidden;
    border: 0;
    width: 100%;
    color: #9f9f9f;
    border: 1px solid rgba(0,0,0,0.2);
    font-style: italic;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}

.newsletter-select a:after {
    content: '\f078';
    font-family: FontAwesome;
    font-style: normal;
    position: absolute;
    right: 20px;
    top: 30%;
}

.newsletter-select a.btn-down:after {
    content: '\f078';
}

.newsletter-select a.btn-up:after {
    content: '\f077';
}

.newsletter-select input {
    width:  100%;
    padding: 0;
    border: 0;
}

.newsletter-dropdown {
    width: 100%;
}

.newsletter-dropdown .multiSelect ul {
    border-radius: 3px;
    height: auto;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 14px 20px;
    margin-top: -1px;
    background: #fff;
    display: inline-block;
    width: 100%;
    display: none;
}

.newsletter-dropdown ul li label {
    cursor: pointer;
	position: relative;
	width: 17px;
	height: 17px;
	top: 12px;
  	left: -12px;;
	background: #d9d9d9;
    display: inline-block;
    border-radius: 3px;
}

.newsletter-dropdown input[type="checkbox"] {
    opacity: 0;
}

.newsletter-dropdown ul li label:after {
    opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 4px;
	border: 3px solid #777;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

.newsletter-dropdown input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.add-label {
    font-style: normal;
    color: #6d6e71;
}

.newsletter-org {
    width: 100%;
    float: left;
}

.footer-newsletter input[type="submit"] {
    border-radius: 3px;
    height: 55px;
    font-size: 18px;
    color: #fff;
    background: #7961ab;
    width: 31.33333333%;
    float: right;
    margin-left: -2px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.mc4wp-response {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    float: right;
}

.mc4wp-alert p {
    color: #e60f11;
}

.mc4wp-success p {
    color: #6a9e1f;
}

.footer-social {
    width: 25%;
    float: left;
}

.footer-socialbox label {
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-icons {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 15px;
    display: inline-block;
    float: right;
    border-radius: 3px;
    height: 55px;
    width: 100%;
    text-align: center;
}

.footer-icons .icon-link i {
    font-size: 32px;
    color: #7961ab;
    margin-left: 15px;
}


/* ## Mailchimp Form
--------------------------------------------- */

.mailchimp-form-1 div {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.mailchimp-form-1 div:last-child {
    margin-right: 0;
}

.mailchimp-form div {
    margin-bottom: 20px;
}

.mailchimp-form input,
.mailchimp-form select, sorting select {
    font-size: 16px;
    color: #9f9f9f;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-style: italic; 
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
}

.mailchimp-form input[type="submit"],
.entry-content input[type="submit"] {
    margin-top: 10px;
    font-style: normal;
    border-radius: 3px;
    height: 55px;
    font-size: 18px;
    color: #fff;
    background: #7961ab;
    width: 20%;
    font-family: 'Open Sans Condensed', sans-serif;
}

.page-template-page-vip .breadcrumb {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.page-template-page-vip .content {
    width: 100%;
}


/* ## dropdown select
--------------------------------------------- */

select{
  -webkit-appearance:none;
    appearance:none;
      -moz-appearance:none;
}
.sorting label {
    display: unset;
}
.sorting span {
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
.sorting{
/*  padding:5px 10px;*/
/*  border:1px solid #eee;*/
  clear:both;
  background:#FFF;
  height: 60px;
  margin-top: 60px;
}
.sorting h4{
	padding:4px 0 0;
	margin:0;
}
.sort{
	position:relative;	
    top: -38px;
/*	padding-left:10px;*/
/*    float:left;*/
}
.sort>label{
  font-weight:normal !important
}
.sort span.pointer{
	height:30px;
	width:30px;
/*	border-left:1px solid #ddd;*/
	position:absolute;
	right:20px;
	top: 50px;
	text-align:center;
	color:#9f9f9f;
	font-size:20px;
	z-index:1;
    font-size: 16px;
}
.sort span.pointer i{
	margin-top:3px;
    content: '\f078';
    font-family: FontAwesome;
    font-style: normal;
    position: absolute;
}
.sorting select{
	padding:16px;
/*	margin-left:10px;*/
/*	border:1px solid #eee;*/
	background:none;
/*	height:30px;*/
	position:relative;
	z-index:2;
}




/* ## Password Protected Page
--------------------------------------------- */

.entry-content input[type="submit"] {
    margin-top: 25px;
}

.custom-password-message {
    color: #e60f11;
}


/* ## Main Footer
--------------------------------------------- */
.footer-widgets {
	background-color: #7961ab;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0;
    color: #fff;
}

.footer-widgets ul > li {
    margin: 0;
    padding: 0;
}

.footer-widgets-1, 
.footer-widgets-3 {
    width: 62.66666667%;
}

.footer-widgets-2 {
	width: 33.33333333%;
}

.footer-widgets-1 {
	margin-right: 4%;
    border-top: 2px solid rgba(226,227,227,0.4);
    border-bottom: 2px solid rgba(226,227,227,0.4);
    padding: 40px 0;
}

.footer-widgets-1,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-1 .widget {
    margin-bottom: 0;
}

.footer-widgets-2 {
	float: right;
    border-top: 2px solid rgba(226,227,227,0.4);
    padding-top: 10px;
    padding-left: 25px;
}

.footer-widgets-3 {
    padding-top: 40px;
}

.footer-widgets-3 .widget {
    margin-bottom: 0;
}

.footer-widgets-1 a, .menu-footer-menu-2-container a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans Condensed', sans-serif;
/*    font-weight: 700;*/
}

.menu-footer-menu-container ul {
/*    column-count: 4;*/
}

.footer-widgets-1 {
    padding-right: 130px; 
    line-height: 18px;
}

.footer-widgets-1 .widget {
    width: 31.33%;
    float: left;
    padding-right: 30px;
}

.footer-widgets-1 .widget_nav_menu ul li {
    margin-bottom: 15px;
}

.menu-footer-menu-2-container ul li {
    display: inline-block;
}

.menu-footer-menu-2-container ul li a:after {
    content: '|';
    padding: 0 15px;
}

.menu-footer-menu-2-container li:last-child a {
    text-decoration: underline;
}

.menu-footer-menu-2-container li:last-child a:after {
    content: '';
}

.footer-info {
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 15px;
    line-height: 20px;
}

.footer-info .footer-label {
    margin-right: 10px; float: left;
}

.footer-info div {
    display: table;
}

.footer-logo {
}

.footer-logo img {
    width: 243px;
    height: 57px;
}

.footer-text {
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 20px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 12px;
    font-family: 'Open Sans', sans-serif;
/*	font-size: 1.6rem;*/
	line-height: 1;
	text-align: center;
    color: #545454;
    width: 100%;
    clear: both;
}

.site-footer p {
	margin-bottom: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
	padding: 30px 0;
}

/* ## Morugoto Section
--------------------------------------------- */

.morugoto-container {
    padding-bottom: 60px;
}

.morugoto-container .course-box {
    margin-bottom: 0;
    border-bottom: none;
    margin-top: 0;
}

.morugoto-container .course-adddesc li {
    list-style-type: disc;
}

.morugoto-container  .title-book {
    margin-top: 30px;
}

.morugoto-container  .morugoto-offices {
    padding: 20px;
}

.morugoto-container  .morugoto-offices .course-box {
    padding-bottom: 60px;
}

.morugoto-container  .morugoto-offices .course-image  {
    border: 1px solid #6d6e71;
    padding: 20px;
}

.morugoto-container  .morugoto-offices .course-image p {
    margin: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 280px;
	}

/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}
*/

    .genesis-nav-menu a {
        padding: 10px 20px 15px 20px;
    }
    
    .content-events {
        max-width: 1140px;
    }
    
    ul.tabs {
        width: 1110px;
    }
    
    .content-news {
        width: 1140px;
        padding: 40px 15px 0;
    }
    
    .post-image {
        height: 180px;
    }
    
    .search .has-post-thumbnail .entry-header, .search .has-post-thumbnail .entry-content, .archive .has-post-thumbnail .entry-header, .archive .has-post-thumbnail .entry-content {
        width: 61%;
        float: right;
    }
    
    .post-93 .entry-header h1 {
        width: 100%
    }
    
    .sub-nav {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    
    .sub-nav ul {
        text-align: left;
    }
    
    .contact-col3 > p:nth-last-child(2) {
        width: 48%;
        float: left;
    } 
    
    .post-type-archive .events_and_courses .entry-header {
        width: 100%;
    }
    
    .post-type-archive .events_and_courses .entry-title {
        width: 100%;
    }
    
    .entry-header-nav {
        position: relative;
        top: auto;
        right: auto;
    }
    
    .page-template-page_training h1, .page-template-page_jftest  h1, .page-template-page_training .breadcrumb, .page-template-page_jftest .breadcrumb, .page-template-page_marugoto h1, .page-template-page_marugoto .breadcrumb {
        width: 100%;
        padding-right: 0;
    }
    
    .page-template-page_training .breadcrumb, .page-template-page_marugoto .breadcrumb, .post-93 .breadcrumb {
        margin-bottom: 0;
    }
    
    .article-container-2 .article-box-2 .article-content {
        width: 53%;
    }
    
}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}
    
    .nav-primary .wrap {
        max-width: 100%;
        padding: 0;
    }
    
    .genesis-nav-menu a {
        padding: 10px 10px 15px 20px;
    }

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
*/
    
    .featured-slider-container {
        width: 100%;
        height: 360px;
    }

    .featured-slider {
        width: 65%;
    }
    
    .content-slider-container {
        width: 35%;
        height: 360px;
        padding: 30px 40px 0;
    }
    
    .featured-slider {
        height: 360px;
    }
    
    .slider-content-container .read-more {
        bottom: 50px;
        margin-left: 1px;
    }
    
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
    
    .page-featured-image {
        width: 100%;
    }
    
    .page-featured-container {
        height: auto;
    }
    
    .newsletter-form {
        width: 100%;
        float: left;
    }
    
    .footer-icons {
        width: 100%;
        float: left;
    }
    
    .footer-social {
        height: auto;
    }
    
    .footer-social .icon-link i {
        display: inline-block;
        font-size: 32px;
        text-align: center;
    }
    
    .footer-social .icon-link:first-child i {
        margin-left: 0;
    }
    
    .footer-social .icon-link:last-child i {
        margin-right: 0;
    }
    
    ul.tabs {
        width: 930px;
    }
    
    .content-news {
        max-width: 960px;
    }
    
    .content-news-box {
        width: 100%;
    }
    
    .post-preview h3 {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .post-preview .entry-date {
        float: left;
        width: 100%;
    }
    
    .content-events {
        max-width: 960px;
    }
    
    .library-image {
        margin-bottom: 30px;
    }
    
    .post-image {
        height: 150px;
    }
    
    .sub-nav {
        width: 100%;
        float: left;
        padding: 20px;
        background: #eaeaea;
    }
    
    .sub-nav ul {
        text-align: left;
    }
    
    .sub-nav ul li {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .post-93 .entry-header h1 {
        width: 100%;
    }
    
    .search .has-post-thumbnail .entry-header, .search .has-post-thumbnail .entry-content, .archive .has-post-thumbnail .entry-header, .archive .has-post-thumbnail .entry-content {
        width: 50%;
        float: right;
    }
    
    .grants-table {
        margin-bottom: 40px;
    }
    
    .grants-table table {
        width: 1200px;
        margin-bottom: 20px;
    }
    
    .post-type-archive .events_and_courses .post-image {
        height: 155px;
    }
   
     
    .post-type-archive .events_and_courses .entry-header {
        width: 100% !important;
    }
        
    .featured-events-and-courses .article-featured {
        display: block;
    }
    
    .article-featured {
        margin-right: 15px;
    }
    
    .article-snippet {
        width: 65%;
    }
    
    .featured-events-and-courses .article-featured img {
        height: 100%;
    }
    
    .article-box-2 {
        padding-right: 100px;
    }
    
    .article-container-2 .article-box-2 .article-content {
        width: 48%;
    }
    
    .page-featured-image .page-featured-container img {
        top: 0 !important;
    }
    
}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: transparent;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
        background-color: transparent !important;
        outline: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
        background: url('images/menu.png') #fff no-repeat center !important;
        background-size: 50px 20px !important;
	}
    
    .nav-primary {
        display: none;
    }
    
    .menu-toggle:hover, .menu-toggle:focus {
        
    }

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}
    
    .menu-toggle:before {
        width: auto !important;
    }
    
    .menu-toggle:before {
        content: '' !important;
    }

	.sub-menu-toggle {
		float: right;
		padding: 17px 2px 17px 15px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}
    
    .dashicons-arrow-down:before {
        content: '' !important;
        background: url('images/dropdown-arrow.png') no-repeat;
        background-size: 9px 20px !important;
    }

	.sub-menu-toggle.activated:before {
		content: '';
        background: url('images/dropdown-arrow-down.png') no-repeat !important;
        background-size: 20px 9px !important;
        margin-top: 5px;
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
/*		margin: 1px 0;*/
		position: relative;
		text-align: left;
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
	}
    
	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 18px 40px 18px 25px;
		width: 100%;
	}
    
    .js .nav-primary .genesis-nav-menu .menu-item a:before,
	.js .site-header .genesis-nav-menu .menu-item a:before {
		height: 26px;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1 !important;
/*		padding-left: 15px;*/
		position: static !important;
		width: 100% !important;
        color: #fff;
        border: 0 !important;
	}
    
    .genesis-nav-menu .menu-item:nth-child(-n+3) .sub-menu, 
    .genesis-nav-menu .menu-item:nth-child(n+4) .sub-menu {
        border-top: 0 !important;
    }
    
    .js .genesis-nav-menu .sub-menu a {
        color: #fff;
    }
    
    .js .genesis-nav-menu #menu-item-102 {
        color: #6d6e71;
    }

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
/*		background-color: #fff;*/
		color: #000;
        border-radius: 0;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: transparent;
		color: #c3251d;
	}
    
    .sub-menu button.dashicons-before:focus, .sub-menu .button.dashicons-before:hover {
        background: transparent;
    } 
    
    .genesis-nav-menu .sub-menu a {
        background: transparent;
    }
    
    .genesis-nav-menu .sub-menu {
        width: 100%;
    }
    
    .genesis-nav-menu #menu-item-1332 .sub-menu { background: #e60f11; }
    .genesis-nav-menu #menu-item-57 .sub-menu { background: #f08200; }
    .genesis-nav-menu #menu-item-60 .sub-menu { background: #8dc43f; }
    .genesis-nav-menu #menu-item-102 .sub-menu { background: #fee804; }
    .genesis-nav-menu #menu-item-69 .sub-menu { background: #65a9de; }
    .genesis-nav-menu #menu-item-261 .sub-menu { background: #1f286f; }

    
    .genesis-nav-menu #menu-item-1332 .sub-menu .sub-menu { background: #9f090b; }
    .genesis-nav-menu #menu-item-57 .sub-menu .sub-menu { background: #e36500; }
    .genesis-nav-menu #menu-item-60 .sub-menu .sub-menu { background: #61862c; }
    .genesis-nav-menu #menu-item-102 .sub-menu .sub-menu { background: #e9d507; }
    .genesis-nav-menu #menu-item-69 .sub-menu .sub-menu { background: #45769c; }
    .genesis-nav-menu #menu-item-261 .sub-menu .sub-menu { background: #0f1436; }
    
    
    .genesis-nav-menu #menu-item-1332 .sub-menu a:before { border-color: #9f090b; }
    .genesis-nav-menu #menu-item-57 .sub-menu a:before { border-color: #e36500; }
    .genesis-nav-menu #menu-item-60 .sub-menu a:before { border-color: #61862c; }
    .genesis-nav-menu #menu-item-102 .sub-menu a:before { border-color: #e9d507; }
    .genesis-nav-menu #menu-item-69 .sub-menu a:before { border-color: #45769c; }
    .genesis-nav-menu #menu-item-261 .sub-menu a:before { border-color: #0f1436; }
    
    .genesis-nav-menu #menu-item-102 .sub-menu a {
        color: #6d6e71;
    }
        
    .genesis-nav-menu .sub-menu > .menu-item {
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    }
    
    .genesis-nav-menu .sub-menu .sub-menu {
        border-top: 1px solid rgba(0,0,0,0.1) !important;
    }
    
    .genesis-nav-menu > .menu-item:nth-last-child(2) {
        border-right: 0;
    }
    
    .genesis-nav-menu > .menu-item {
        border-left: 0;
    }
        
    .sub-menu .dashicons-arrow-down:before {
        background-image: url('images/dropdown-arrow-white.png') !important;
    }
    
    .sub-menu .dashicons-arrow-down.activated:before {
        background-image: url('images/dropdown-arrow-down-white.png') !important;
        margin-top: 5px;
        transition: background-image 0.2s fade;
    }
    
    .dashicons-arrow-down.activated {
        padding-right: 8px;
    }
    
    li.dropdown-active > a:before {
        height: 100% !important;
    }
        
    .genesis-nav-menu > li:last-child {
        display: none !important;
    }
    
    .genesis-nav-menu .menu-item > .sub-menu > .menu-item > a {
        overflow: hidden;
    }
    
    .genesis-nav-menu .menu-item > .sub-menu > .menu-item > a:before {
        content: '';
        border-right: 5px solid #000;
        left: 0;
        position: absolute;
        height: 0px !important;
    }
    
    .genesis-nav-menu .menu-item > .sub-menu .menu-item:last-child {
        -webkit-box-shadow:inset 0 -3px 5px 0 rgba(117,117,117,0.3);
        box-shadow:inset 0 -3px 5px 0 rgba(117,117,117,0.3);
    }
    
    .genesis-nav-menu .menu-item > .sub-menu > .menu-item.dropdown-active > a:before {
        height: 100% !important;
        transition: all 0.2s;
    }
    
    .genesis-nav-menu > .menu-item a:hover {
        overflow: hidden;
    } 
    
    .genesis-nav-menu .menu-item a:before {
        border-right: 5px solid #000;
        height: 26px;
    }
    
    .genesis-nav-menu > .menu-item a:hover:before {
        height: 100%;
    } 
    
    .menu-toggle {
        background: #fff;
    }
    
    .menu-toggle.activated, .menu-toggle:hover {
        color: #fff !important;
        background: url('images/menu-hover.png') #7961ab no-repeat center !important;
        background-size: 50px 20px !important
    }
    
    .menu-item a, .sub-menu .menu-item a {
        font-size: 16px;
    }
        
    .site-header .header-widget-area  {
        width: 40%;
        float: right;
    }
    
    .site-header .title-area {
        width: 60%;
        float: left;
    }
    
    .site-header .wrap {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .site-title {
        line-height: 1;
    }
    
    .site-title a {
        width: 220px;
    }
    
    .title-area {
        padding-bottom: 0;
    }
    
    .search-container input[type="text"] {
        width: 0;
    }
    
    .featured-slider {
        width: 100%;
    }
    
    .featured-slider {
        height: 400px;
    }
    
    
    .featured-slider img {
        width: 100%;
    }
    
    .content-slider-container {
        width: 100%;
        position: relative;
        padding: 35px 50px 35px;
        min-height: 200px;
        height: auto;  
        
    }
    
    .slider-content-container .read-more {
        position: relative;
        bottom: auto;
        margin-top: 30px;
        display: inline-block;
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0 !important;
        position: relative !important; 
    }
    
    
    .swiper-pagination {
        position: relative;
        margin-top: 20px;
    }
    
    .slider-content-container p {
        display: none;
    }
    
    .read-more {
        margin-left: 15px;
    }
    
    .swiper-pagination {
        text-align: center !important;
    }
        
    .sidebar-primary .widget {
        padding: 0;
    }
    
    .sidebar-ads {
        width:48%;
        float: left;
        padding: 15px;
    }
    
    .sidebar-ads img {
        left: 0 !important;
    }
    
    .sidebar-ads-container a:first-child .sidebar-ads {
        margin-right: 4%;
        vertical-align: middle;
    }
    
    .article-box-2 {
        padding-right: 20px;
    }
    
    .article-content .entry-header {
        margin-top: 20px;
    }
        
    .article-box {
        padding-right: 50px;
    }
    
    .search-container:before {
        content: '';
        margin: auto;
    } 
    
    .social-container .header-socialbox .icon-link:nth-child(n+2) {
        display: none;
    }
    
    .social-container .header-icons {
        padding: 7px 0;
    }
    
    .footer-widgets {
        padding: 20px 0 10px;
    }
    
    .footer-widgets-1 {
        border: 0;
    }
    
    .footer-widgets-2 {
        border-bottom: 2px solid rgba(226,227,227,0.4);
        padding: 20px 0;
    }
    
    ul.tabs {
        width: 770px;
        padding: 0 15px;
    }
    
    .content-news {
        max-width: 800px;
    }
    
    .content-news-box {
        width: 100%;
    }
    
    .content-events {
        max-width: 800px;
    }
    
    .post-preview {
        width: 49%;
        margin-right: 2%;
    }
    
    .post-preview:nth-child(2n) {
        margin-right: 0 !important;
    }
    
    .post-preview:nth-child(3n) {
        margin-right: 2%;
    }
    
    .post-type-archive .events_and_courses .post-image {
        height: 165px;
    }
    
    .resources-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .resources-image img {
        width: 100%;
    }
    
    .post-image {
        height: 180px;
        margin-bottom: 0;
    }
    
    .post-category {
        bottom: 0;
        height: 10px;
    }
    
    .about-contact-form {
        width: 100%;
    }
    
    .about-map {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    
    .contact-col1, .contact-col2 {
        width: 50%;
    }
    
    .contact-col2 {
        padding-right: 0;
    }
    
    .contact-col3 {
        padding: 0;
        width: 100%;
    }
    
    .contact-col3 p {
        width: 100%;
        float: left;
    }
    
    .contact-captcha {
        width: 49%;
        float: left;
        margin: 0 15px 0 0;
    }
    
    .contact-col3 > p:nth-last-child(2) {
        width: 49%;
        padding: 0 10px;
    }
    
    .footer-widgets-3 .widget {
        margin-bottom: 40px;
    }
    
    .search .has-post-thumbnail .entry-header, .search .has-post-thumbnail .entry-content, .archive .has-post-thumbnail .entry-header, .archive .has-post-thumbnail .entry-content {
        width: 60%;
        float: right;
    }
    
    .about-video {
        width: 400px;
    }
    
    .course-box {
        width: 49%;
        margin-right: 2%;
    }
    
    .course-box:nth-child(2n) {
        margin-right: 0;
    }
    
    .course-box:nth-child(3n) {
        margin-right: 2%;
    }
    
    .article-featured {
        margin-right: 20px;
    }
    
    .article-snippet {
        width: 65%;
    }
    
    .cool-timeline .timeline-post.odd {
        margin-top: 0px;
    }
    
    .article-container-2 .article-box-2 .article-content {
        width: 40%;
    }
    
    .content-slider-container {
        border-top: 1px solid #e8e8e8;
        border-left: 0;
    }
   
    
}

@media only screen and (max-width: 860px) {

	body > div {
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
/*		padding: 30px;*/
		margin-bottom: 5%;
	}
    
    .sidebar-primary .widget {
        padding: 0;
    }

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
    
        
    .social-container .header-icons {
        padding: 6px 0 5px 8px;
    }
    
    ul.tabs {
        width: 100%;
        max-width: 800px;
        padding: 0 5% 0;
    }
    
    .content-news {
        width: 100%;
        max-width: 800px;
        padding: 40px 5% 0;
    }
    
    .pagination-container {
        text-align: center;
    }
    
    .search .has-post-thumbnail .entry-header, .search .has-post-thumbnail .entry-content, .archive .has-post-thumbnail .entry-header, .archive .has-post-thumbnail .entry-content {
        width: 56%;
        float: right;
    }
    
    .about-video {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
    }
    
    .contact-captcha {
        width: 48%;
    }
    
    .contact-col3 > p:nth-last-child(2) {
        width: 49%;
        padding: 0 10px;
    }
    
    .search-icon-mobile {
        margin-top: 2px;
    }
    
    .content-events .post-preview {
        margin-bottom: 10%;
    }
    
    .article-container-2 .article-box-2 .article-content {
        width: 36%;
    }
    
    .sub-nav ul li {
        display: block;
    }
    
    .sub-nav ul li a:after {
        content: '';
    }
    
        
}

@media only screen and (max-width: 767px) {
    
    .article-box-2 {
        padding-left: 0;
    }
    
    .article-image {
        width: 100%;
        height: auto;
    }
    
    .article-content {
        width: 100%;
        clear: both;
        margin-top: 5px;
        display: inline-block;
    }
    
    .article-container {
        height: auto;
    }
    
    .article-box {
        padding-right: 0px;
    }
    
    .article-box-2 {
        padding-right: 0;
    }
    
    .article-container-2 {
        height: auto;
    }  
        
    .article-content .entry-header{
        margin-top: 0;
    }
    
    .page-template .entry-content p {
        padding: 0;
    }
    
    
    .footer-newsletter {
        width: 100%;
    }
    
    .newsletter-form,
    .newsletter-org,
    .mailchimp-form {
        width: 100%;
    }
    
    .footer-newsletter input[type="email"] {
        width: 100%;
        border-radius: 3px;
        margin-bottom: 10px;
    }
    
    .newsletter-dropdown-select {
        width: 65.6666666%;
/*        margin-bottom: 30px;*/
    }
    
    .newsletter-form label {
        margin-bottom: 5px;
    }
    
    .newsletter-form-1 {
        margin-bottom: 0;
    }
    
    .footer-newsletter input[type="submit"],
    .mailchimp-form input[type="submit"],
    .entry-content input[type="submit"] {
        width: 100%;
        margin-left: 0;
    }
    
    .footer-newsletter h4 {
        line-height: 20px;
        margin-bottom: 20px;
    }
    
    
    .footer-social {
        width: 100%;
        height: auto;
        padding: 14px 0 8px;
        text-align: left;
    }
    
    .footer-social h4 {
        display: bl;
    }
    
    .footer-social .icon-link i {
        margin: 0 15px;
        float: none;
        display: inline-block;
        font-size: 42px;
    }
    
    .footer-icons {
        height: auto;
    }
    
    .footer-logo {
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin-bottom: 30px;
    }
    
    .footer-text {
        margin-bottom: 10px;
    }
    
    .footer-widgets-1 {
        padding-right: 0;
    }
    
    .footer-widgets-1 .widget {
        width: 50%;
    }
    
    .footer-widgets-3 {
        text-align: center;
        padding-top: 20px;
    }
    
    .footer-widgets-3 .widget {
        margin-bottom: 10px;
    }
    
    .featured-articles {
        padding-top: 30px;
    }
    
    .home .site-inner {
        padding: 0;
    }
    
    .article-container {
        padding: 0 5%;
    }
    
    .featured-events-and-courses {
        border-bottom: 3px solid #dbdddc;
        margin-bottom: 20px;
    }
    
    .featured-events-and-courses .more-link a {
        margin-bottom: 20px;
    }
    
    .featured-events-and-courses .article-container {
        margin-bottom: 30px;
    }
    
    .more-link a {
        font-size: 18px;
        float: left;
    }
    
    .article-box {
        padding-top: 20px;
    }
    
    .featured-articles h1.home-title, .featured-articles h2.home-title {
        width: 100%;
        padding-left: 5%;
        display: inline-block;
    }
    
    .more-link {
        text-align: right;
        display: inline-block;
    }
    
    .sidebar-ads-container {
        padding: 0 5%;
    }
    
    .featured-slider-container, .featured-slider {
        height: 265px;
    }
    
    .content-slider-container {
        padding: 20px 5% 20px;
        height: auto;
    }
    
    .swiper-pagination {
        bottom: 5px !important;
    }
    
    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px !important;
    }
    
    .read-more {
        bottom: 40px;
        right: 0;
    }
    
    .title-area {
        padding-top: 25px;
    }
    
    .tab-option {
        width: 50%;
    }
    
    ul.tabs {
        padding: 0;
    }
    
    .page-events-news ul.tabs li {
        width: 50%;
    }
    
    .page-events-news ul.tabs li a {
        padding: 0;
    }
    
    .post-preview {
        width: 100%;
    }
    
     .search .has-post-thumbnail .entry-header, .search .has-post-thumbnail .entry-content, .archive .has-post-thumbnail .entry-header, .archive .has-post-thumbnail .entry-content {
        width: 100%;
        float: right;
    }
    
    .genesis-nav-menu > li:last-child {
        display: block !important;
    }
    
    .menu-header-right-menu-container {
        display: none;
    }
    
    .newsletter-date {
        display: inline-block;
        margin-top: 5px;
    }
    
    .newsletter-note {
        display: inline-block;
    }
    
    .newsletter-list .newsletter-box {
        width: 50%;
    }
    
    .article-box-2 .newsletter-box {
        text-align: center;
    }
    
    .article-box-2 .newsletter-cover {
        float: none;
        margin-right: 0;
    }
    
    .newsletter-title {
        padding: 0 10px;
    }
    
    .article-content h2 {
        line-height: 22px;
    }

    .page-template-front-page .article-meta {
        margin-bottom: 20px;
    }
    
    .page-template-front-page .article-content {
        margin-top: 0;
    }
    
    .post-preview .entry-header h2 {
        margin-bottom: 0;
    }
    
    .content-news-box .article-content {
        margin-top: 0;
    }
    
    .content-events .article-content {
        margin-top: 10px;
    }
    
    .archive-pagination ul {
        text-align: center;
    }
    
    .article-container-2 .article-box-2 .article-content {
        width: 100%;
    }

    .grants-offer img {
        clear: both;
        float: none;
        text-align: center;
        display: block;
        margin: 0 auto 24px;
    }
    
    .single .entry-content p img {
        margin: 0 auto 24px;
        display: block;
        clear: both;
        float: none;
    }
    
}

@media only screen and (max-width: 640px) {
    
    .article-meta {
        width: 100%;
    }
    
    .article-featured {
        width: 130px;
        height: 140px;
    }
    
    .article-snippet {
        width: 55%;
        float: left;
        padding-left: 0;
    }
    
    .article-details {
        margin-bottom: 8%;
    }
    
    .contact-col1, .contact-col2 {
        width: 100%;
        padding: 0;
    }
    
    .menu-footer-menu-2-container li:nth-child(2) a:after,
    .menu-footer-menu-2-container li:nth-child(3) a:after {
        display: none;
    }
    
    .search .has-post-thumbnail .entry-header, .search .has-post-thumbnail .entry-content, .archive .has-post-thumbnail .entry-header, .archive .has-post-thumbnail .entry-content {
        width: 100
        float: right;
    }
    
    .contact-col3 p {
        width: 100%;
    }
    
    .contact-col3 > p:nth-last-child(-n+2) {
        margin-top: 15px;
    }
    
    .contact-col3 > p:nth-last-child(-n+2) {
        width: 100%;
        padding: 0;
    }
    
    .contact-captcha {
        width: 100%;
    }
    
    .course-box {
        width: 100%;
        margin-right: 0%;
    }
    
    .error404 form.search-form {
        width: 100%;
    }
    
    .error404 .search-form input[type="submit"] {
        width: 100%;
    }
    
    .entry-content p {
        padding: 0;
    }
    
    .about-message p {
        padding-left: 0;
        padding-right: 0;
    }
    
    .read-more {
        margin-left: 0;
    }
    
    .newsletter-form-1 div,
    .mailchimp-form div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
     
    .newsletter-form-1 {
        margin-bottom: -15px;
    }
}

@media only screen and (max-width: 480px) {
    
     .featured-slider-container, .featured-slider {
        height: 200px;
    }
    
    .article-featured {
        width: 100px;
        height: 110px;
    }
    
    .contact-col3 p {
        width: 100%;
    }
    
    .contact-captcha {
        width: 100%;
        margin: 0 0 10px;
    }
    
    .search .has-post-thumbnail .entry-header, .search .has-post-thumbnail .entry-content, .archive .has-post-thumbnail .entry-header, .archive .has-post-thumbnail .entry-content {
        width: 100%;
        float: left;
    }
    
    ul.tabs li {
        font-size: 18px;
        min-width: 40px;
    }
    
}

@media only screen and (max-width: 360px) {
    
    
    .site-title {
        background-size: 170px 55px;
        font-size: 2.5rem;
    }
    
    .header-image .site-title > a {
        background-size: 170px auto !important;
        min-height: 60px;
    }
    
    .title-area {
        padding-top: 15px;
    }
    
    .header-right-container {
        margin-top: 40px;
    }
    
    .menu-footer-menu-2-container li:first-child a:after {
        display: none;
    }
    
    .menu-footer-menu-2-container li {
        width: 100%;
        text-align: center;
    }
    
    .featured-slider-container, .featured-slider {
        height: 175px;
    }
    
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

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

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
