/*!
Theme Name: jung-and-sohn-v2
Theme URI: http://jpartners.co.kr/
Author: Jaeil Han, Founder & Director of Creative Band
Author URI: http://creative-band.com/
Description: WordPress Theme for Jung & Sohn
Version: 1.0.0
Text Domain: jung-and-sohn-v2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: -0.1px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	padding: 90px 0 0 0;
}
body.home {
	padding: 0;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}



.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*************************************
    Common
*************************************/
::-webkit-selection { 
	background: #FFF200 !important; 
}
::-moz-selection { 
	background: #FFF200 !important; 
}
::selection { 
	background: #FFF200 !important; 
}
.inner {
	max-width: 1300px;
	padding: 0 20px;
	margin: 0 auto;
}
.rounded-btn {
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: #808080;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
}
.gold-btn {
	background-color: #bf9f63 !important;
}
.navy-btn {
	background-color: #155783 !important;
}
.small-btn {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}
.no-uppercase {
	text-transform: inherit !important;
}
.dot-pattern {
	width: 100%;
	height: 100%;
	float: left;
	background-image: url('images/patterns/pattern-dot.png');
	background-repeat: repeat;
}
.gold-filter {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #bca477;
	opacity: 0.75;
}



/*************************************
    Breadcrumbs
*************************************/
.breadcrumbs {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: right;	
}
#breadcrumbs {
	margin: 0;
	font-size: 0.75rem;
	color: #808080;
	letter-spacing: 0.25px;
	line-height: 1.8;
	font-family: "PT Serif", serif;
}
#breadcrumbs a {
	text-decoration: none;
	color: #808080;
}
#breadcrumbs strong {
	color: #333;
}

#content, #primary, #main {
	width: 100%;
	float: left;
}
#main {
	padding-bottom: 200px;
}
.home #main {
	padding-bottom: 0;
}
.page-template-page-about #main {
	padding-bottom: 0 !important;
}

/*************************************
    Site Header
*************************************/
.nav-up {
	top: -90px !important;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.home .site-header {
	background-color: rgba(0, 0, 0, 0.15);
	border-bottom: none;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.home .site-header.nav-down {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.home .site-header.nav-down .main-navigation #primary-menu li a {
	color: #333;
}
.home .site-header .header-left-area h1 a, 
.home .site-header .header-left-area p a {
	color: #fff !important;
}
.home .site-header.nav-down .header-left-area h1 a, 
.home .site-header.nav-down .header-left-area p a {
	color: #333 !important;
}
.home .site-header .main-navigation #primary-menu li a {
	color: #fff;
}
.admin-bar .site-header {
	top: 32px;
}
.site-header {
	width: 100%;
	height: 90px;
	float: left;
	background-color: #fff;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3500;
	border-bottom: 1px solid #efefef;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.site-header h1,
.site-header p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.969em;
	letter-spacing: -0.5px;
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
	margin: 0;
	z-index: 2000;
}
.site-header .inner {
	height: 90px;
	position: relative;
}
.site-header a.custom-logo-link img.custom-logo {
	height: 26px;
	width: auto;
	position: absolute;
	top: 56%;
	left: 20px;
	transform: translateY(-50%);
	margin: 0;
	z-index: 2000;
}
.home .site-header a.custom-logo-link img.custom-logo {
	filter: invert(100%);
}
.home .site-header.nav-down a.custom-logo-link img.custom-logo {
	filter: invert(0);
}
.site-header h1 a,
.site-header p a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
}
.home .site-header h1 a,
.home .site-header p a {
	color: #fff;
}
.home .site-header.nav-down h1 a,
.home .site-header.nav-down p a {
	color: #333;
}
.site-header ul.header-right {
	position: absolute;
	height: 90px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-header ul.header-right li {
	width: 20px;
	height: 90px;
	float: left;
	display: inline-block;
	margin: 35px 0 0 30px;
	position: relative;
}
.site-header ul.header-right li.mobile-only {
	display: none !important;
}
.site-header ul.header-right li a {
	display: block;
}
.site-header ul.header-right li.search a {
	width: 20px;
	height: 20px;
	background-image: url('images/icon-search-white.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.site-header ul.header-right li.language a {
	width: 27px;
	height: 20px;
	display: block;
	background-image: url('images/icon-language-white.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.search-area {
	display: none;
	position: absolute;
	top: 90px;
	right: 20px;
	width: auto;
	padding: 0;
	height: 70px;
	margin: 0;
	text-align: left;
	background-color: #333;	
}
.search-area input[type="search"] {
	border-radius: 0;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	border-bottom: none;
	margin: 10px 0;
	padding: 0 20px;
	float: left;
	color: #fff;
	background-color: transparent;
	height: 50px;
}
.search-area input[type="submit"] {
	border-radius: 0;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	border-bottom: 2px solid #000;
	margin: 0 0 0 5px;
	padding: 0 20px;
	float: right;
	color: #fff;
	background-color: #000;
	height: 70px;
	line-height: 70px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}
.search-area input[type="search"]:focus {
	outline: none;
}
.home .site-header ul.header-right li.search a {
	background-image: url('images/icon-search-white.png');
}
.home .site-header ul.header-right li.language a {
	background-image: url('images/icon-language-kr-white.png');
}

.home .site-header.nav-down ul.header-right li.search a {
	background-image: url('images/icon-search.png');
}
.home .site-header.nav-down ul.header-right li.language a {
	background-image: url('images/icon-language-kr.png');
}

.site-header ul.header-right li.search a {
	background-image: url('images/icon-search.png');
}
.site-header ul.header-right li.language a {
	background-image: url('images/icon-language-kr.png');
}
.site-header.nav-down ul.header-right li.search a {
	background-image: url('images/icon-search.png');
}
.site-header.nav-down ul.header-right li.language a {
	background-image: url('images/icon-language-kr.png');
}

.site-header .main-navigation {
	width: 100%;
	float: left;
}
.site-header .main-navigation .inner {
	height: 90px;
	position: relative;
}
.site-header .main-navigation #primary-menu {
	position: absolute;
	height: 90px;
	text-align: left;
	top: 50%;
	right: 90px;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
}
.site-header .main-navigation #primary-menu li {
	height: 90px;
	margin: 0;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125em;
}
.site-header .main-navigation #primary-menu li:nth-child(1) {
	margin: 0;
}
.site-header .main-navigation #primary-menu li.current-menu-item a {
	background-color: #155783;
	color: #fff;
	font-weight: 400;
}
.site-header .main-navigation #primary-menu li a {
	color: #333;
	padding: 0 30px;
	text-decoration: none;
	display: block;
	height: 90px;
	line-height: 90px;
}
.site-header .main-navigation #primary-menu li a:hover {
	color: #155783;
}
.site-header .main-navigation #primary-menu li.current-menu-item a:hover {
	color: #fff;
}
.site-header .main-navigation #primary-menu li.icon-search {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('images/icon-search.png');
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.search-form {
	display: inline-block;
}






.sub-navigation {
	width: 100%;
	height: 50px;
	float: left;
	background-color: #efefef;
	/* background-color: #3e4243; */
}
.sub-navigation > ul {
	text-align: center;
	margin: 0;
	padding: 0 200px 0 0;
}
.sub-navigation > ul > li {
	margin: 0;
	padding: 0 45px 0 30px;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	background-color: #efefef;
	position: relative;
	cursor: pointer;
	color: #333;
	line-height: 50px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.sub-navigation > ul > li > a {
	display: block;
	padding: 0;
	color: #333;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.sub-navigation > ul > li::before {
	content: "";
	display: block;
	float: right;
	width: 22px;
	height: 6px;
	background-image: url('images/down-arrow-navy.png');
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.single-insight .sub-navigation > ul > li,
.post-type-archive-insight .sub-navigation > ul > li,
.category-press-release .sub-navigation > ul > li {
	padding: 0 45px;	
}
.single-insight .sub-navigation > ul > li::before,
.post-type-archive-insight .sub-navigation > ul > li::before,
.category-press-release .sub-navigation > ul > li::before {
	background-image: none;	
}
.category-press-release .sub-navigation > ul > li:nth-child(2) > a {
	text-decoration: underline;
	color: #155783;
}
.post-type-archive-insight .sub-navigation > ul > li:nth-child(1) > a {
	text-decoration: underline;
	color: #155783;
}
.sub-navigation ul > li > ul.sub-menu-area {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.sub-navigation ul > li:hover {
	background-color: #e1e1e1;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.sub-navigation ul > li:hover > ul.sub-menu-area {
	display: block;
	opacity: 1;
	visibility: visible;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: #efefef;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	min-width: 300px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.sub-navigation ul > li > ul.sub-menu-area > li {
	pointer-events: auto !important;
	line-height: 1.625 !important;
	font-size: 1rem;
}
.sub-navigation ul > li > ul.sub-menu-area > li > a {
	display: block;
	padding: 10px 30px;
	color: #333;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.sub-navigation ul > li > ul.sub-menu-area > li:hover > a {
	background-color: #155783;
	color: #fff;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.h3-slogan {
	width: 100%;
	text-align: center;
	font-family: "PT Serif", serif;
	font-size: 1.5rem !important;
	font-weight: 400;
	font-style: italic;
	color: #333;
	margin: 0 0 70px 0;
}
.h3-slogan a {
	color: #155783;
	text-decoration: none;
}

/*************************************
    Page - Pratice Area
*************************************/
.page-template-page-area {
	padding: 150px 0 0 0;
}
.page-template-page-area .particles-on {
	position: relative;
	z-index: 1500;
}
.page-template-page-area #particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,f1f1f1+100&0.76+0,0+100 */
background: -moz-linear-gradient(top, rgba(245,245,245,0.76) 0%, rgba(241,241,241,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(245,245,245,0.76) 0%,rgba(241,241,241,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(245,245,245,0.76) 0%,rgba(241,241,241,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2f5f5f5', endColorstr='#00f1f1f1',GradientType=0 ); /* IE6-9 */
}
.page-template-page-area .entry-header {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0;
}
.page-template-page-area .entry-header .entry-title {
	font-size: 2.25em;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.page-template-page-area .entry-header .entry-title::after {
	content: "";
	width: 60px;
	height: 3px;
	background-color: #155783;
	display: block;
	margin: 10px 0 20px 0;
}
.page-template-page-area .entry-header .entry-description {
	font-size: 1em;
	line-height: 1.4;
	font-family: "PT Serif", serif;
	font-weight: 400;
	color: #808080;
	margin: 10px 0 30px 0;
}

.page-template-page-area ul.area-main > li {
	width: calc(33.33333% - 40px);
	margin: 0 20px;
	float: left;
}
.page-template-page-area ul.area-main > li > a {
	pointer-events: none;
	width: 100%;
	height: 74px;
	margin: 0 0 20px 0;
	display: block;
	float: left;
	font-size: 1.313em;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	color: #155783;
	border-bottom: 1px solid #efefef;
}
.page-template-page-area ul.area-main > li > ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}


.page-template-page-area ul.area-main {
	background-image: url('images/skyline-bg-very-2.jpg');
	background-size: 1260px 360px;
	background-position: 21px 96px;
	background-repeat: no-repeat;
}



.page-template-page-area ul.area-main > li#menu-item-343 > ul > li:first-child {
	margin-top: 186px !important;
}
.page-template-page-area ul.area-main > li#menu-item-339 > ul > li:first-child {
	margin-top: 186px !important;
}






.page-template-page-area ul.area-main > li > ul > li {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.page-template-page-area ul.area-main > li > ul > li > a {
	background-color: #efefef;
	width: 100%;
	float: left;
	text-decoration: none;
	color: #333;
	padding: 10px 20px;
}


.page-template-page-area ul.area-main {
	width: calc(100% + 40px);
	float: left;
	height: auto;
	margin: 30px -20px 0 -20px;
	padding: 0;
	list-style: none;
	font-family: "Roboto Condensed", sans-serif;
}



.page-template-page-area ul.area-main > li > ul > li > a:hover {
	color: #fff;
	text-shadow: 0 0 5px #ccc;
	background-repeat: no-repeat, no-repeat;
	background-image: url('images/skyline-bg-very.jpg');
	background-size: 1260px 360px;
	background-position: 0 0;
}


.page-template-page-area ul.area-main > li:nth-child(1) > ul > li:nth-child(1) > a:hover {
	background-position: 1px -10px;
}
.page-template-page-area ul.area-main > li:nth-child(1) > ul > li:nth-child(2) > a:hover {
	background-position: 1px -65px;
}
.page-template-page-area ul.area-main > li:nth-child(1) > ul > li:nth-child(3) > a:hover {
	background-position: 1px -125px;
}
.page-template-page-area ul.area-main > li:nth-child(1) > ul > li:nth-child(4) > a:hover {
	background-position: 1px -185px;
}
.page-template-page-area ul.area-main > li:nth-child(1) > ul > li:nth-child(5) > a:hover {
	background-position: 1px -245px;
}
.page-template-page-area ul.area-main > li:nth-child(1) > ul > li:nth-child(6) > a:hover {
	background-position: 1px -305px;
}

.page-template-page-area ul.area-main > li:nth-child(2) > ul > li:nth-child(1) > a:hover {
	background-position: -432px -187px;
}
.page-template-page-area ul.area-main > li:nth-child(2) > ul > li:nth-child(2) > a:hover {
	background-position: -432px -247px;
}
.page-template-page-area ul.area-main > li:nth-child(2) > ul > li:nth-child(3) > a:hover {
	background-position: -432px -307px;
}

.page-template-page-area ul.area-main > li:nth-child(3) > ul > li:nth-child(1) > a:hover {
	background-position: -865px -190px;
}
.page-template-page-area ul.area-main > li:nth-child(3) > ul > li:nth-child(2) > a:hover {
	background-position: -865px -250px;
}
.page-template-page-area ul.area-main > li:nth-child(3) > ul > li:nth-child(3) > a:hover {
	background-position: -865px -310px;
}

/*************************************
    Page - Landing Page
*************************************/
.page-template-page-about {
	padding: 150px 0 0 0;
}
.page-template-page-about .sub-navigation > ul > li {
	margin: 0;
	padding: 0 40px;
}
.page-template-page-about .sub-navigation > ul > li > a {
	text-decoration: none;
	color: #fff;
}
.page-template-page-about .sub-navigation > ul > li::before {
	content: none;
}
.page-template-page-about .entry-content {
	margin: 0;
}
.page-template-page-about .entry-content .about-section {
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
	padding: 0 0 70px 0;
	font-size: 1.313rem;
}
.page-template-page-about .entry-content .left-section {
	width: 540px;
	float: left;
}
.page-template-page-about .entry-content .right-section {
	width: 620px;
	float: right;
}
.page-template-page-about .entry-content .wide-section {
	width: 100%;
	float: left;
}
.page-template-page-about .entry-content .about-commitments {
	margin: 0;
}
.page-template-page-about .entry-content .about-commitments .left-section {
	width: 540px;
	float: left;
	margin: 0;
	position: relative;
}
.page-template-page-about .entry-content .about-commitments .left-section .vision-area {
	width: 540px;
	position: relative;
	margin: 120px 0 0 0;
}
.page-template-page-about .entry-content .about-commitments .left-section .vision-area img {
	width: 100%;
	height: auto;
}
.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-circle {
	width: 204px;
	height: 204px;
	border-radius: 50% 50%;
	background-color: #f2f6f9;
	border: 1px solid #e0eaf2;
	font-size: 0.75em;
	line-height: 1.4;
	position: absolute;
}
.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-circle span {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 20px;
}
.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-first {
	top: -80px;
	left: 168px;
}
.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-second {
	bottom: 20px;
	left: -50px;
}
.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-third {
	bottom: 20px;
	right: -50px;
}
.page-template-page-about .entry-content .about-commitments .right-section {
	width: 620px;
	float: right;
	position: relative;
	margin: 50px 0 0 0;
}
.page-template-page-about .entry-content .about-history .right-section {
	margin: 50px 0 0 0;
}
.page-template-page-about .entry-content .about-history .left-section {
	position: relative;
}
.page-template-page-about .entry-content .about-history .left-section .title-line {
	display: block;
	width: 140px;
	height: 3px;
	background-color: #155783;
	position: absolute;
	top: 115px;
	right: -70px
}
.page-template-page-about .entry-content .about-commitments .right-section .title-line {
	display: block;
	width: 140px;
	height: 3px;
	background-color: #155783;
	position: absolute;
	top: 65px;
	left: -70px
}
.page-template-page-about .entry-content .about-our-strength {
	background-color: #f2f6f9;
	min-height: 700px;
	margin: 70px 0;
}
.page-template-page-about .entry-content .about-our-strength h2 {
	margin: 150px 0 0 0 !important;
	text-align: center;
}
.page-template-page-about .entry-content .about-globalaw {
	text-align: center;
}
.page-template-page-about .entry-content .about-globalaw .divider-image {
	margin: 0 0 50px 0;
}
.page-template-page-about .entry-content .about-globalaw h3 {
	background-image: none !important;
	padding: 0 !important;
}
.page-template-page-about .about-our-strength ul.the-firm-value {
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc(100% + 80px);
	margin: 100px -40px;
}
.page-template-page-about .about-our-strength ul.the-firm-value li {
	width: calc(50% - 80px);
	height: 317px;
	margin: 0 40px 40px 40px;
	float: left;
}
.page-template-page-about .about-our-strength ul.the-firm-value li:nth-child(1)::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('images/value-01.png');
	background-size: contain;
	margin: 0 0 25px 0;
}
.page-template-page-about .about-our-strength ul.the-firm-value li:nth-child(2)::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('images/value-02.png');
	background-size: contain;
	margin: 0 0 25px 0;
}
.page-template-page-about .about-our-strength ul.the-firm-value li:nth-child(3)::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('images/value-03.png');
	background-size: contain;
	margin: 0 0 25px 0;
}
.page-template-page-about .about-our-strength ul.the-firm-value li:nth-child(4)::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('images/value-04.png');
	background-size: contain;
	margin: 0 0 25px 0;
}
.page-template-page-about .about-our-strength ul.the-firm-value li h4 {
	text-align: left;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.688rem;
	line-height: 1.3;
	margin: 0;
	width: 100%;
	color: #333;
}
.page-template-page-about .about-our-strength ul.the-firm-value li h4::after {
	content: "";
	display: block;
	width: 140px;
	height: 3px;
	background-color: #155783;
	margin:25px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.page-template-page-about .about-our-strength ul.the-firm-value li p {
	font-size: 1.125rem;
	line-height: 30px;
	text-align: left;
	color: #676767 !important;
	font-style: italic;
}   

.page-template-page-about .entry-content .about-clients .left-section {
	margin: 50px 0 0 0;
}
.page-template-page-about .entry-content .about-clients .right-section {
	position: relative;
}
.page-template-page-about .entry-content .about-clients .right-section .title-line {
	display: block;
	width: 140px;
	height: 3px;
	background-color: #155783;
	position: absolute;
	top: 115px;
	left: -70px
}
.page-template-page-about .entry-content .about-section .commitment-item {
	display: block;
	float: left;
	background-color: #f5f5f5;
	padding: 20px;
	font-size: 1.125rem;
	line-height: 1.3;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.page-template-page-about .entry-content .about-section .commitment-item span {
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
	float: left;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 400;
	color: #155783;
}
.page-template-page-about .entry-content .about-section h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 3.375rem;
	text-transform: uppercase;
	line-height: 62px;
	color: #155783;
	margin: 0 0 50px 0;
}
.page-template-page-about .entry-content .about-section h2 span {
	font-weight: 100;
	color: #cccccc;
}
.page-template-page-about .entry-content .about-section h3 {
	font-family: "PT Serif", serif;
	font-size: 1.688rem;
	font-weight: 400;
	line-height: 38px;
	font-style: italic;
	color: #676767;
	margin: 0 0 50px 0;
	padding: 30px 0 0 0;
	background-size: 30px 18px;
	background-image: url('images/quote.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.page-template-page-about .entry-content .about-our-strength h3 {
	font-family: "PT Serif", serif;
	font-size: 1.688rem;
	font-weight: 400;
	line-height: 38px;
	font-style: italic;
	color: #676767;
	margin: 0 0 50px 0;
	padding: 30px 0 0 0;
	background-size: 30px 18px;
	background-image: url('images/quote.png');
	background-repeat: no-repeat;
	background-position: center 0;
}
.page-template-page-about .entry-content .about-section p {
	font-size: 1.125rem;
}
.page-template-page-about .entry-content .about-clients table {
	height: 180px;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-collapse: separate;
    border-spacing: 0;
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}
.page-template-page-about .entry-content .about-clients table tr td {
	height: 180px;
	width: 20%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}


/*************************************
    Site Footer
*************************************/
.site-footer {
	width: 100%;
	float: left;
	background-color: #fff;
	color: #808080;
	padding: 50px 0;
	font-size: 0.875rem;
}
.site-footer a {
	color: #808080;
	text-decoration: none;
}
.site-footer a img.custom-logo {
	height: 30px;
	width: auto;
	margin: 0 0 10px 0;
}
.site-footer .inner {
	position: relative;
}
.site-footer .site-title {
	position: absolute;
	top: 0;
	right: 20px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.25em;
	line-height: 1;
	letter-spacing: -0.5px;
	margin: 0 0 20px 0;
}
.site-footer #primary-menu {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}
.site-footer #primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer #primary-menu li {
	font-weight: 700;
	float: left;
	margin: 0 30px 0 0;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	
}
.site-footer .site-info .company-info {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.site-footer .site-info a:hover {
	text-decoration: underline;
}
.site-footer .site-info strong {
	margin: 0 5px 0 10px;
	text-decoration: none;
	font-weight: 500;
}
.site-footer .inner {
	position: relative;
}
.site-footer .social-sharing {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
}
.go-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background-color: #242728;
	background-image: url('images/icon-gototop.png');
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.go-to-top.nav-down {
	bottom: 20px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.go-to-top.nav-up {
	top: inherit !important;
	bottom: -80px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.go-to-top a {
	width: 100%;
	height: 100%;
	float: left;
}
/*************************************
    Main Slider
*************************************/
#main-slider {
	max-width: 100%;
	height: 1040px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#main-slider .scroll-down {
	display: none;
	width: 50px;
	height: 87px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3400;
	-webkit-animation: scroll-down .8s ease-in-out infinite;
	-moz-animation: scroll-down .8s ease-in-out infinite;
	-o-animation: scroll-down .8s ease-in-out infinite;
	animation: scroll-down .8s ease-in-out infinite;
}
@-webkit-keyframes scroll-down {
    0%, 100% {
        -webkit-transform: translate(0, 5px);
    }

    50% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes scroll-down {
    0%, 100% {
        -moz-transform: translate(0, 5px);
    }

    50% {
        -moz-transform: translate(0, 0);
    }
}

@-o-keyframes scroll-down {
    0%, 100% {
        -o-transform: translate(0, 5px);
    }

    50% {
        -o-transform: translate(0, 0);
    }
}

@keyframes scroll-down {
    0%, 100% {
        transform: translate(0, 5px);
    }

    50% {
        transform: translate(0, 0);
    }
}
#main-slider .slide-inner {
	width: 100%;
	float: left;
	background-color: #f1f1f1;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}
#main-slider .slide-inner:focus {
	outline: none;
}
#main-slider .slide-meta {
	position: absolute;
	z-index: 1500;
	width: 1300px;
	padding: 0 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main-slider .slide-meta .slide-question {
	display: inline-block;
	font-size: 1.125em;
	color: #454545;
	border-bottom: 2px solid #454545;
	font-family: "Roboto Condensed", sans-serif;
	margin: 0 0 60px 0;
}
#main-slider .slide-meta .slide-title {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 4.43em;
	text-transform: uppercase;
	line-height: 78px;
	font-weight: 700;
	color: #155783;
	margin: 0;
}
#main-slider .slide-meta .slide-description {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.313em;
	font-weight: 400;
	line-height: 1.4;
	color: #333;
	margin: 50px 0 0 0;
}
#main-slider .slide-meta .btn-area {
	width: 100%;
	float: left;
	margin: 100px 0 0 0;
}
#main-slider .slide-meta .practice-btn-area {
	margin: 0 auto;
	clear: both;
	margin: 50px auto 0 auto;
}
#main-slider .slide-meta .practice-btn-area .slide-circle {
	display: inline-block;
	width: 210px;
	height: 210px;
	margin: 0 25px;
	border: 3px solid #155783;
	border-radius: 50% 50%;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.313em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	position: relative;
}
#main-slider .slide-meta .practice-btn-area .slide-circle .slide-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #155783;
}
.normal-btn {
	font-size: 1em !important;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #155783;
	color: #fff !important;
	text-decoration: none;
	padding: 14px 50px 14px 15px;
	background-image: url('images/icon-right-arrow.png');
	background-repeat: no-repeat;
	background-size: 8px 14px;
	background-position: 95% 50%;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.normal-btn:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}

.slider-buttons {
	position: absolute;
	bottom: 30px;
	right: calc(50% - 90px);
	z-index: 1000;
}
.slider-buttons button.pause {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: transparent;
	font-size: 0;
	background-image: url('images/icon-pause-white.png');
	background-size: cover;
	cursor: pointer;
}
.slider-buttons button.play:hover,
.slider-buttons button.pause:hover {
	opacity: 0.5;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.slider-buttons button.play {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: transparent;
	font-size: 0;
	background-image: url('images/icon-play-white.png');
	background-size: cover;
	cursor: pointer;
}

#main-slider .slides {
	width: 100%;
	height: 100%;
	position: relative;
}
#main-slider .slides .slick-prev {
	left: 20px;
	background-image: url('images/icon-left-arrow.png');
}
#main-slider .slides .slick-next {
	right: 20px;
	background-image: url('images/icon-right-arrow.png');
}
#main-slider .slides .slick-arrow {
	font-size: 0;
	position: absolute;
	z-index: 2000;
	width: 22px;
	height: 40px;
	background-color: transparent;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
	background-repeat: no-repeat;
	border-color: transparent transparent transparent !important;
}
#main-slider .slides .slick-arrow:hover {
	box-shadow: none;
	border-color: transparent transparent transparent !important;
}
#main-slider .slides .slick-new-dot {
	list-style: none;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	z-index: 3000;
	
}
#main-slider .slides .slick-new-dot li {
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
#main-slider .slides .slick-new-dot li.slick-active button {
	background: #155783;
}
#main-slider .slides .slick-new-dot li .btn-area {
	width: 100%;
	float: left;
	text-align: center;
	margin: 30px 0;
}
#main-slider .slides .slick-new-dot li button {
	width: 18px;
	height: 18px;
	font-size: 0;
	border: none;
	background: #f9f9f9;
	border-radius: 50% 50%;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
}
#main-slider .slides .slick-new-dot li button:focus {
	outline: none;
}



/*************************************
    Main Section
*************************************/
.section {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.section .section-header {
	width: 220px;
	float: left;
	margin: 0 100px 0 0;
}
.section .section-header .section-title {
	font-size: 2.25em;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.section .section-header .section-description {
	font-size: 1em;
	line-height: 1.4;
	font-family: "PT Serif", serif;
	font-weight: 400;
	color: #808080;
	margin: 10px 0 0 0;
}
.section .section-header a {
	display: block;
	width: 100%;
	float: left;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
	color: #155783;
	text-decoration: none;
	margin: 45px 0 0 0;
}
.section .section-header a:hover {
	text-decoration: underline;
}
.section .content-wrap {
	width: 940px;
	float: right;
}
.section-newsletter-subscription .content-wrap {
	width: 940px !important;
}
.section .btn-area {
	width: 100%;
	float: left;
	text-align: center;
	margin: 50px 0 0 0;
}

/* Main Publications */
.section-publication {
	background-color: #f5f5f5;
}
.section-publication ul.latest-publication {
	width: calc(100% + 20px);
	float: left;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.section-publication ul.latest-publication > li {
	width: calc(50% - 20px);
	float: left;
	background-color: #fff;
	margin: 0 10px 30px 10px;
	position: relative;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.section-publication ul.latest-publication > li:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.section-publication ul.latest-publication > li > .entry-meta {
	width: 100%;
	height: 292px;
	float: left;
	padding: 20px 30px;
}
.section-publication ul.latest-publication > li > .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 0.875em;
}
.section-publication ul.latest-publication > li > .entry-meta .entry-category a {
	color: #155783;
	text-decoration: none;
}
.section-publication ul.latest-publication > li > .entry-meta .entry-title {
	width: 100%;
	float: left;
	margin: 10px 0 15px 0;
	font-family: "PT Serif", serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.2;
}
.section-publication ul.latest-publication > li > .entry-meta .entry-title a {
	color: #333;
	text-decoration: none;
}
.section-publication ul.latest-publication > li > .entry-meta .entry-date {
	font-size: 0.875em;
	font-family: "Roboto Condensed", sans-serif;
	font-style: italic;
	float: left;
	color: #808080;
}
.section-publication ul.latest-publication > li > .entry-meta .read-more {
	display: block;
	float: left;
	width: calc(100% - 80px);
	text-align: right;
	font-size: 0.75em;
	position: absolute;
	bottom: 30px;
}
.section-publication ul.latest-publication > li > .entry-meta p {
	width: 100%;
	float: left;
	font-family: "Roboto", sans-serif;
	font-size: 0.875em;
	line-height: 20px;
	color: #808080;
}
.section-publication ul.latest-publication > li > .entry-meta .read-more a {
	color: #bf9f63;
	text-decoration: none;
}
.section-publication ul.latest-publication > li > .entry-thumbnail {
	width: 100%;
	height: 268px;
	background-size: cover;
}
.section-publication ul.latest-publication > li > .entry-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}

/* Main News */
.section-news {
	padding: 0 0 80px 0;
	background-color: #f5f5f5;
}
.section-news ul.latest-news {
	width: calc(100% + 20px);
	float: left;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.section-news ul.latest-news > li {
	width: 100%;
	float: left;
	background-color: #fff;
	margin: 0 0 30px 0;
	position: relative;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.section-news ul.latest-news > li:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.section-news ul.latest-news > li > .entry-meta {
	width: 100%;
	height: 100%;
	float: left;
	padding: 20px 30px;
}
.section-news ul.latest-news > li > .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 0.875em;
}
.section-news ul.latest-news > li > .entry-meta .entry-category a {
	color: #155783;
	text-decoration: none;
}
.section-news ul.latest-news > li > .entry-meta .entry-title {
	width: 100%;
	float: left;
	margin: 10px 0 15px 0;
	font-family: "PT Serif", serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.2;
}
.section-news ul.latest-news > li > .entry-meta .entry-title a {
	color: #333;
	text-decoration: none;
}
.section-news ul.latest-news > li > .entry-meta .entry-date {
	font-size: 0.875em;
	font-family: "Roboto Condensed", sans-serif;
	font-style: italic;
	float: left;
	color: #808080;
}

/* Main Contact */
.section-contact {
	width: 100%;
	height: 680px;
	background-image: url('images/contact-bg.jpg');
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 1000;
}
.section-contact .dot-pattern {
	width: 100%;
	height: 680px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
}
.section-contact .gold-filter {
	width: 100%;
	height: 680px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1800;
}
.section-contact .inner {
	position: relative;
	z-index: 2000;
}
.section-contact .section-title {
	text-align: center;
	margin: 0 0 50px 0;
}
.section-contact .section-contact-left {
	width: calc(50% - 80px);
	float: left;
	margin: 0 80px 0 0;
}
.section-contact .section-contact-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.section-contact .section-contact-left ul li {
	margin: 0 0 20px 0;
	line-height: 1.4;
}
.section-contact .section-contact-left ul li strong {
	font-weight: 700;
	display: inline-block;
	width: 100%;
	clear: both;
}
.section-contact .section-contact-left ul li a {
	color: #fff;
	text-decoration: none;
}
.section-contact .section-contact-right {
	width: 50%;
	float: left;
}
.section-contact .section-contact-right input {
	font-size: 0.875em;
	text-transform: uppercase;
	color: #333 !important;
	text-decoration: none;
	display: inline-block;
	border: none;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: #fff;
	height: 50px;
	padding: 0 20px;
	width: 100%;
}
.section-contact .section-contact-right textarea {
	font-size: 0.875em;
	text-transform: uppercase;
	color: #333 !important;
	text-decoration: none;
	display: inline-block;
	border: none;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: #fff;
	height: 50px;
	padding: 14px 20px;
	width: 100%;
}
.section-contact .section-contact-right input[type="submit"] {
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
	border: none;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: #333;
	height: 50px;
	padding: 0 20px;
	width: 100%;
}

/* Main Newsletter Subscription */
.section-newsletter-subscription {
	width: 100%;
	height: 212px;
	float: left;
	background-color: #3e4243;
	color: #fff;
	padding: 50px 0;
	/*margin: 400px 0 0 0; */
	position: relative;
}
/* .section-newsletter-subscription::before {
	content: "";
	display: inline-block;
	float: left;
	width: 100%;
	height: 340px;
	background-image: url('images/skyline-front.jpg');
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	left: 0;
	top: -340px;
	margin: 0;
} */
.section-newsletter-subscription .section-title {
	font-size: 1.688em;
}
.section-newsletter-subscription .section-description {
	font-size: 1rem;
	color: #fff;
}
.section-newsletter-subscription #mc_embed_signup {
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
}
.section-newsletter-subscription .mc-field-group {
	float: left;
	width: calc(100% - 186px);
}
.section-newsletter-subscription .mc-field-group label {
	display: none;
}
.section-newsletter-subscription .mc-field-group input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	color: #fff;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-bottom: 2px solid #676767;
	width: calc(100% - 20px);
	float: left;
	margin: 0 10px 0 0;
	font-size: 1em;
	line-height: 1;
	padding: 17px 10px;
}
.section-newsletter-subscription .mc-field-group input[type="email"]:focus {
	outline: none;
}
.section-newsletter-subscription .clear {
	float: left;
}
.section-newsletter-subscription input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #101010;
	color: #fff;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
	padding: 20px 0;
	text-align: center;
	line-height: 1;
	float: left;
	width: 160px;
}

/*************************************
    Archive Header
*************************************/
.page-header {
	width: 100%;
	float: left;
	text-align: left;
	margin: 30px 0 10px 0;
}
.page-header .page-title {
	font-size: 2.25em;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.page-header .page-title::after {
	content: "";
	width: 60px;
	height: 3px;
	background-color: #155783;
	display: block;
	margin: 10px 0 20px 0;
}
.page-header .archive-description p {
	font-size: 1em;
	line-height: 1.4;
	font-family: "PT Serif", serif;
	font-weight: 400;
	color: #808080;
	margin: 10px 0 30px 0;
}
.page-header form {
	max-width: 1300px;
	padding: 0 20px;
	margin: 0 auto 50px auto;
}
.page-header form ul {
	margin: 0;
	padding: 0;
}
.page-header form ul li {
	width: auto;
	display: inline-block;
	margin: 0 5px;
}
.page-header form ul li:nth-child(1) {
	margin: 0 5px 0 0;
}
.page-header form ul li h4 {
	font-size: 0.875em;
	font-weight: 500;
	text-align: left;
	padding: 0;
	margin: 0 0 2px 0;
	display: none;
}
.page-header form ul li select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 2px solid #155783;
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-size: 1em;
	font-family: "Roboto Condensed", sans-serif;
	color: #155783;
	line-height: 1.4;
	padding: 10px 36px 10px 12px;
	max-width: 220px;
	background-image: url('images/down-arrow-navy.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.page-header form ul li select:focus {
	outline: none;
}
.page-header form ul li input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 2px solid #155783;
	background-color: #155783;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-size: 1em;
	color: #fff;
	line-height: 1;
	padding: 13px 35px;
	cursor: pointer;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}
.page-header form ul li a.search-filter-reset {
	font-size: 0.875em;
	color: #bf9f63;
}



/*************************************
    Archive - Professional
*************************************/
.post-type-archive-professional {
	background-color: #f1f1f1;
}
.post-type-archive-professional .page-header-image {
	width: 100%;
	height: 300px;
	background-image: url('images/jns-professionals.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0;
}
.post-type-archive-professional .page-header-image .blue-filter {
	height: 300px;
}
.post-type-archive-professional .content-wrap {
	width: calc(100% + 20px);
	margin: 0 -10px;
}
.post-type-archive-professional .content-wrap article {
	width: calc(33.33333% - 20px);
	margin: 0 10px 40px 10px;
	float: left;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.post-type-archive-professional .content-wrap article:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.post-type-archive-professional .content-wrap article .entry-thumbnail {
	width: 100%;
	height: 407px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
	background-blend-mode: multiply;
}
.post-type-archive-professional .content-wrap article .entry-thumbnail a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.post-type-archive-professional .content-wrap article:hover .entry-thumbnail {
	background-color: #f2f6f9;
}
.korean-name {
	display: none;
}
.post-type-archive-professional .content-wrap article .entry-meta {
	text-align: center;
	padding: 20px 30px 30px 30px;
	background-color: #fff;
}
.post-type-archive-professional .content-wrap article .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.post-type-archive-professional .content-wrap article .entry-meta .entry-category a {
	text-decoration: none;
	color: #155783;
}
.post-type-archive-professional .content-wrap article .entry-meta .entry-title {
	font-family: "PT Serif", serif;
	font-size: 1.688em;
	line-height: 1.2;
	font-weight: 700;
	margin: 5px 0 0 0;
	padding: 0;
}
.post-type-archive-professional .content-wrap article .entry-meta .entry-title .korean-name {
	display: none;
}
.post-type-archive-professional .content-wrap article .entry-meta .entry-title a {
	text-decoration: none;
	color: #333;
}


.practice-area-main h2 {
	font-size: 1.688em !important;
}
.practice-area-main ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}






.insight-notification {
	width: 100%;
	float: left;
	padding: 20px;
	font-size: 0.875em;
	line-height: 1.4;
	background-color: #f5f5f5;
	border: 1px solid #efefef;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 70px 0 30px 0;
}



/*************************************
    Archive - Insight
*************************************/
.post-type-archive-insight {
	background-color: #fff;
}
body.category-press-release .breadcrumbs,
.post-type-archive-insight .breadcrumbs {
	width: 100%;
	float: left;
	margin: 40px 0 0 0 !important;
}
body.category-press-release .page-header,
.post-type-archive-insight .page-header {
	margin: 15px 0 10px 0;
}
.category-press-release .menu-item-475 a {
	background-color: #155783;
	color: #fff !important;
	font-weight: 400;
}



.post-type-archive-insight #main {
	padding-bottom: 0;
}
.post-type-archive-insight .page-header-image {
	width: 100%;
	height: 300px;
	background-image: url('images/jns-news.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0;
}
.post-type-archive-insight .page-header-image .blue-filter {
	height: 300px;
}

.post-type-archive-insight .main-content-area {
	width: 780px;
	min-height: 800px !important;
	padding-bottom: 100px !important;
	float: left;
}
.post-type-archive-insight .sidebar-content-area {
	width: 380px;
	min-height: 380px;
	float: right;
	margin: 26px 0 0 0;
}
.post-type-archive-insight .sidebar-content-area h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125em;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 2px solid #676767;
}
.post-type-archive-insight .main-content-area .contents-wrap {
	width: calc(100% + 40px);
	margin: 0 -20px;
}
.post-type-archive-insight .main-content-area article {
	width: calc(50% - 40px);
	float: left;
	background-color: #fff;
	margin: 0 20px 40px 20px;
	position: relative;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.post-type-archive-insight .main-content-area article:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.post-type-archive-insight .main-content-area article > .entry-meta {
	width: 100%;
	height: 290px;
	float: left;
	padding: 15px 20px;
	border: 1px solid #efefef;
	background-color: #f9f9f9;
}
.post-type-archive-insight .main-content-area article > .entry-meta .entry-title {
	margin: 20px 0 25px 0;
}
.post-type-archive-insight .main-content-area article > .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
	text-transform: uppercase;
}
.post-type-archive-insight .main-content-area article > .entry-meta .entry-category a {
	color: #155783;
	text-decoration: none;
}
.post-type-archive-insight .main-content-area article > .entry-meta .entry-title {
	width: 100%;
	float: left;
	margin: 10px 0 15px 0;
	padding: 0;
	font-family: "PT Serif", serif;
	font-size: 1.5em;
	font-weight: 400;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.3;
	height: 4.2em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}
.post-type-archive-insight .main-content-area article > .entry-meta .entry-title a {
	color: #333;
	text-decoration: none;
}
.post-type-archive-insight .main-content-area article > .entry-meta .entry-date {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
	font-style: italic;
	float: left;
	color: #808080;
}
.post-type-archive-insight .main-content-area article > .entry-meta p {
	width: 100%;
	float: left;
	font-family: "Roboto", sans-serif;
	font-size: 0.875em;
	line-height: 20px;
	color: #808080;
}
.post-type-archive-insight .main-content-area article > .entry-thumbnail {
	width: 100%;
	height: 208px;
	background-size: cover;
}
.post-type-archive-insight .main-content-area article > .entry-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}


.post-type-archive-insight .sidebar-content-area article {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #aaa;
}
.post-type-archive-insight .sidebar-content-area article .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
	text-transform: uppercase;
}
.post-type-archive-insight .sidebar-content-area article .entry-category a {
	text-decoration: none;
	color: #155783;
}
.post-type-archive-insight .sidebar-content-area article .entry-title {
	margin: 5px 0;
	font-size: 1.125em;
	font-family: "PT Serif", serif;
	font-weight: 400;
	line-height: 1.4;
}
.post-type-archive-insight .sidebar-content-area article .entry-title a {
	text-decoration: none;
	color: #333;
}
.post-type-archive-insight .sidebar-content-area article .entry-date {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
	font-style: italic;
	color: #808080;
}
.post-type-archive-insight .sidebar-content-area article p {
	width: 100%;
	float: left;
	font-family: "Roboto", sans-serif;
	font-size: 0.875em;
	line-height: 20px;
	color: #808080;
	margin: 10px 0 0 0;
}

/*************************************
    Category - Press Release
*************************************/
body.category-press-release {
	background-color: #fff;
}
body.category-press-release #main {
	padding-bottom: 0;
}
body.category-press-release .page-header-image {
	width: 100%;
	height: 300px;
	background-image: url('images/jns-news.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0;
}
body.category-press-release .page-header-image .blue-filter {
	height: 300px;
}

body.category-press-release .main-content-area {
	width: 780px;
	min-height: 800px;
	padding-bottom: 100px;
	float: left;
}
body.category-press-release .sidebar-content-area {
	width: 380px;
	min-height: 380px;
	float: right;
	margin: 41px 0 0 0;
}
body.category-press-release .sidebar-content-area h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125em;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 2px solid #676767;
}
body.category-press-release .main-content-area .contents-wrap {
	width: calc(100% + 40px);
	margin: 0 -20px;
}
body.category-press-release .main-content-area article {
	width: calc(50% - 40px);
	float: left;
	background-color: #fff;
	margin: 0 20px 40px 20px;
	position: relative;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
body.category-press-release .main-content-area article:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
body.category-press-release .main-content-area article > .entry-meta {
	width: 100%;
	height: 290px;
	float: left;
	padding: 15px 20px;
	border: 1px solid #efefef;
	background-color: #f9f9f9;
}
body.category-press-release .main-content-area article > .entry-meta .entry-title {
	margin: 20px 0 25px 0;
}
body.category-press-release .main-content-area article > .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
	text-transform: uppercase;
}
body.category-press-release .main-content-area article > .entry-meta .entry-category a {
	color: #155783;
	text-decoration: none;
}
body.category-press-release .main-content-area article > .entry-meta .entry-title {
	width: 100%;
	float: left;
	margin: 10px 0 15px 0;
	padding: 0;
	font-family: "PT Serif", serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.3;
}
body.category-press-release .main-content-area article > .entry-meta .entry-title a {
	color: #333;
	text-decoration: none;
}
body.category-press-release .main-content-area article > .entry-meta .entry-date {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
	font-style: italic;
	float: left;
	color: #808080;
}
body.category-press-release .main-content-area article > .entry-meta p {
	width: 100%;
	float: left;
	font-family: "Roboto", sans-serif;
	font-size: 0.875em;
	line-height: 20px;
	color: #808080;
}
body.category-press-release .main-content-area article > .entry-thumbnail {
	display: none;
}

body.category-press-release .sidebar-content-area article {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #aaa;
}
body.category-press-release .sidebar-content-area article .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
	text-transform: uppercase;
}
body.category-press-release .sidebar-content-area article .entry-category a {
	text-decoration: none;
	color: #155783;
}
body.category-press-release .sidebar-content-area article .entry-title {
	margin: 5px 0;
	font-size: 1.125em;
	font-family: "PT Serif", serif;
	font-weight: 400;
	line-height: 1.4;
}
body.category-press-release .sidebar-content-area article .entry-title a {
	text-decoration: none;
	color: #333;
}
body.category-press-release .sidebar-content-area article .entry-title a:hover {
	text-decoration: underline;
}
body.category-press-release .sidebar-content-area article .entry-date {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
	font-style: italic;
	color: #808080;
}
body.category-press-release .sidebar-content-area article p {
	width: 100%;
	float: left;
	font-family: "Roboto", sans-serif;
	font-size: 0.875em;
	line-height: 20px;
	color: #808080;
	margin: 10px 0 0 0;
}




.view-all {
	width: 100%;
	float: left;
	text-align: right;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
}
.view-all a {
	color: #333;
}

/*************************************
    Taxonomy
*************************************/
/* Taxonomy - Education */
.tax-education {
	background-color: #f1f1f1;
}
.tax-education .content-wrap {
	width: calc(100% + 20px);
	margin: 0 -10px;
}
.tax-education .content-wrap article {
	width: calc(33.33333% - 20px);
	margin: 0 10px 40px 10px;
	float: left;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.tax-education .content-wrap article:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.tax-education .content-wrap article .entry-thumbnail {
	width: 100%;
	height: 407px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
	background-blend-mode: multiply;
}
.tax-education .content-wrap article .entry-thumbnail a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.tax-education .content-wrap article:hover .entry-thumbnail {
	background-color: #f2f6f9;
}
.tax-education .content-wrap article .entry-meta {
	text-align: center;
	padding: 20px 30px 30px 30px;
	background-color: #fff;
}
.tax-education .content-wrap article .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.tax-education .content-wrap article .entry-meta .entry-category a {
	text-decoration: none;
	color: #155783;
}
.tax-education .content-wrap article .entry-meta .entry-title {
	font-family: "PT Serif", serif;
	font-size: 1.688em;
	line-height: 1.2;
	font-weight: 700;
	margin: 5px 0 0 0;
	padding: 0;
}
.tax-education .content-wrap article .entry-meta .entry-title .korean-name {
	display: none;
}
.tax-education .content-wrap article .entry-meta .entry-title a {
	text-decoration: none;
	color: #333;
}

/* Taxonomy - Language */
.tax-language {
	background-color: #f1f1f1;
}
.tax-language .content-wrap {
	width: calc(100% + 20px);
	margin: 0 -10px;
}
.tax-language .content-wrap article {
	width: calc(33.33333% - 20px);
	margin: 0 10px 40px 10px;
	float: left;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.tax-language .content-wrap article:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.tax-language .content-wrap article .entry-thumbnail {
	width: 100%;
	height: 407px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
	background-blend-mode: multiply;
}
.tax-language .content-wrap article .entry-thumbnail a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.tax-language .content-wrap article:hover .entry-thumbnail {
	background-color: #f2f6f9;
}
.tax-language .content-wrap article .entry-meta {
	text-align: center;
	padding: 20px 30px 30px 30px;
	background-color: #fff;
}
.tax-language .content-wrap article .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.tax-language .content-wrap article .entry-meta .entry-category a {
	text-decoration: none;
	color: #155783;
}
.tax-language .content-wrap article .entry-meta .entry-title {
	font-family: "PT Serif", serif;
	font-size: 1.688em;
	line-height: 1.2;
	font-weight: 700;
	margin: 5px 0 0 0;
	padding: 0;
}
.tax-language .content-wrap article .entry-meta .entry-title .korean-name {
	display: none;
}
.tax-language .content-wrap article .entry-meta .entry-title a {
	text-decoration: none;
	color: #333;
}

/* Taxonomy - Practice Area */
.tax-practice_area {
	background-color: #f1f1f1;
}
.tax-practice_area .content-wrap {
	width: calc(100% + 20px);
	margin: 0 -10px;
}
.tax-practice_area .content-wrap article {
	width: calc(33.33333% - 20px);
	margin: 0 10px 40px 10px;
	float: left;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.tax-practice_area .content-wrap article:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.tax-practice_area .content-wrap article .entry-thumbnail {
	width: 100%;
	height: 407px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
	background-blend-mode: multiply;
}
.tax-practice_area .content-wrap article .entry-thumbnail a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.tax-practice_area .content-wrap article:hover .entry-thumbnail {
	background-color: #f2f6f9;
}
.tax-practice_area .content-wrap article .entry-meta {
	text-align: center;
	padding: 20px 30px 30px 30px;
	background-color: #fff;
}
.tax-practice_area .content-wrap article .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.tax-practice_area .content-wrap article .entry-meta .entry-category a {
	text-decoration: none;
	color: #155783;
}
.tax-practice_area .content-wrap article .entry-meta .entry-title {
	font-family: "PT Serif", serif;
	font-size: 1.688em;
	line-height: 1.2;
	font-weight: 700;
	margin: 5px 0 0 0;
	padding: 0;
}
.tax-practice_area .content-wrap article .entry-meta .entry-title .korean-name {
	display: none;
}
.tax-practice_area .content-wrap article .entry-meta .entry-title a {
	text-decoration: none;
	color: #333;
}




/*************************************
    Single
*************************************/





/*************************************
    Single - Professional
*************************************/
.single-professional li.menu-item-171 a {
	background-color: #155783;
	color: #fff !important;
}
.single-professional .professional-header {
	width: 100%;
	background-color: #f2f6f9;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .single-professional .professional-header { 
	   background-color: #fff;
	   border-bottom: 1px solid #f5f5f5;
	}
	.post-type-archive-professional .content-wrap article .entry-thumbnail {
	   border-bottom: 1px solid #f5f5f5;
	}
}
.single-professional .professional-header .inner {
	position: relative;
	height: 470px;
}
.single-professional .professional-header .breadcrumbs {
	position: absolute;
	right: 20px;
	top: 20px;
}
.single-professional .professional-header .professional-profile-image {
	width: 470px;
	height: 470px;
	margin-left: -32px;
	margin-right: 32px;
	float: left;
	background-color: #f2f6f9;
	background-size: cover;
	background-blend-mode: multiply;
}
.single-professional .professional-header .professional-profile-meta {
	width: calc(100% - 470px);
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 500px;
}
.single-professional .professional-header .professional-profile-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125em;
}
.single-professional .professional-header .professional-profile-meta .entry-category a {
	color: #155783;
	text-decoration: none;
}
.single-professional .professional-header .professional-profile-meta .entry-title {
	font-family: "PT Serif", serif;
	font-size: 2.953em;
	margin: 0 0 15px 0;
}
.single-professional .professional-header .professional-profile-meta .entry-email {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125em;
	margin: 0 0 5px 0;
}
.single-professional .professional-header .professional-profile-meta .entry-email a {
	color: #808080;
}
.single-professional .professional-header .professional-profile-meta .entry-phone {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125em;
}
.single-professional .professional-header .professional-profile-meta .entry-phone a {
	color: #808080;
	text-decoration: none;
}
.single-professional .professional-header .professional-profile-meta .btn-area::before {
	content: "";
	width: 60px;
	height: 3px;
	display: block;
	background-color: #155782;
	margin: 45px 0 60px 0;
}
.single-professional .professional-header .professional-profile-meta .btn-area {
	width: 100%;
	float: left;
	margin: 0;
}
.single-professional .professional-header .professional-profile-meta .normal-btn {
	background-color: #3e4243;
	background-image: url('images/icon-download.jpg');
	background-size: 50px 50px;
	background-position: right center;
	padding: 14px 80px 14px 15px;
	height: 50px;
	font-family: "Roboto Condensed", sans-serif;
	cursor: pointer;
	display: inline-block;
}
.single-professional .entry-content {
	margin: 50px 0 0 0;
}
.single-professional .entry-content .sidebar-content-area {
	width: 380px;
	float: left;
}
.single-professional .entry-content .sidebar-content-area ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-professional .entry-content .sidebar-content-area > ul > li {
	width: 100%;
	float: left;
	font-size: 1rem;
	margin: 0 0 20px 0;
}
.single-professional .entry-content .sidebar-content-area ul li .entry-category a {
	color: #333;
	text-decoration: none;
}
.single-professional .entry-content .sidebar-content-area ul li .entry-category a:hover {
	text-decoration: underline;
}
.single-professional .entry-content .sidebar-content-area ul > li > ul {
	list-style: disc;
	padding: 0 0 0 20px;
}
.single-professional .entry-content .sidebar-content-area ul > li > ul > li {
	margin: 0 0 5px 0;
	line-height: 1.4;
}
.single-professional .entry-content .sidebar-content-area ul li ul.related-practice-area {
	margin: 0;
	padding: 0;
	list-style: none !important;
	width: 100%;
	float: left;
}
.single-professional .entry-content .sidebar-content-area ul li ul.related-practice-area li {
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
}
.single-professional .entry-content .sidebar-content-area ul li ul.related-practice-area li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 12px 20px;
	color: #333;
	text-decoration: none;
	background-color: #efefef;
	transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
}
.single-professional .entry-content .sidebar-content-area ul li ul.related-practice-area li a:hover {
	background-color: #155783;
	color: #fff;
	background-image: url('images/icon-right-arrow.png');
	background-size: 6px auto;
	background-position: 96% center;
	background-repeat: no-repeat;
	transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
}
.single-professional .entry-content .sidebar-content-area h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125em;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 2px solid #676767;
}
.single-professional .entry-content .main-content-area {
	width: calc(100% - 480px);
	float: right;
}
.single-professional .entry-content .main-content-area .professional-overview {
	margin: 15px 0 0 0;
}
.single-professional .entry-content .main-content-area .accordion-aera {
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
	border-top: 1px dotted #ccc;
}
.single-professional .entry-content .main-content-area .accordion-aera [data-accordion] {
	border-bottom: 1px dotted #ccc;
	padding: 25px 20px;
	cursor: pointer;
	transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
}
.single-professional .entry-content .main-content-area .accordion-aera [data-accordion]:hover {
	background-color: #f5f5f5;
	transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
}
.single-professional .entry-content .main-content-area .accordion-aera [data-accordion] h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.688em;
	text-transform: uppercase;
	color: #155783;
	margin: 0;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.single-professional .entry-content .main-content-area .accordion-aera [data-accordion] h2::after {
	content: "";
	width: 21px;
	height: 21px;
	background-image: url('images/icon-open.png');
	background-size: cover;
	float: right;
	margin-top: 15px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.single-professional .entry-content .main-content-area .accordion-aera div.open:hover {
	background-color: #fff;
}
.single-professional .entry-content .main-content-area .accordion-aera div.open h2::after {
	background-image: url('images/icon-close.png');
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.single-professional .entry-content .main-content-area .accordion-aera [data-content] ul {
	margin: 20px 0;
	padding: 0 0 0 30px;
}
.single-professional .entry-content .main-content-area .accordion-aera [data-content] ul li {
	margin: 0 0 12px 0;
}
.single-professional .entry-content .main-content-area .accordion-aera [data-content] ul li a {
	color: #101010;
}

/*************************************
	Entry Content    
*************************************/
.entry-content {
	color: #333;
	font-size: 1.125em;
	line-height: 1.8;
	font-family: "PT Serif", serif;
}
.entry-content p {
	margin: 0 0 1.625em 0;
	letter-spacing: 0;
}
.entry-content hr {
	background-color: transparent;
	border-bottom: 1px dotted #ccc;
	height: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.entry-content blockquote {
	padding: 1.5em 2em;
	margin: 1.625em 0;
	background-image: url('images/quote.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 40px 24px;
}
.entry-content blockquote p {
	font-size: 1.5em;
	font-style: italic;
	margin: 0 0 0 0;
	letter-spacing: 0;
	line-height: 1.4;
	color: #808080;
}
.entry-content h1 {}
.entry-content h2 {
	font-size: 1.5em;
	color: #155783;
}
.entry-content h3 {
	font-size: 1.313em;
	line-height: 1.4;
}
.entry-content .a-cases h3 {
	padding: 0 0 0 5px;
}
.entry-content .a-cases h3::before {
	content: "";
	background-image: url('images/bullet-arrow.png');
	width: 8px;
	height: 12px;
	display: inline-block;
	position: relative;
	top: -2px; 
	margin: 0 6px 0 0;
	
}
.entry-content h4 {
	font-size: 1em;
	line-height: 1.625;
	margin: 1.625em 0 0 0;
}

.accordion-aera ul {
	padding: 0 0 0 30px;
}
.single-area .entry-content .main-content-area .accordion-aera .a-service ul {
	list-style: none;
	padding: 0 0 0 35px !important;
}
.single-area .entry-content .main-content-area .accordion-aera .a-service ul li::before {
	content: "-";
	margin: 0 10px 0 -20px;
	padding: 0 !important;
}
.single-area .entry-content .main-content-area .accordion-aera .a-cases ul {
	list-style: none !important;
}
.postid-208 .entry-content .main-content-area .accordion-aera .a-cases ul {
	list-style: disc !important;
	padding: 0 0 0 35px !important;
}


/*************************************
    Single - area
*************************************/
.single-area {
	padding: 150px 0 0 0;
}
.single-area li.menu-item-373 a {
	background-color: #155783;
	color: #fff !important;
}
.single-area .area-header .entry-title {
	font-family: "PT Serif", serif;
	font-size: 2.25em;
	line-height: 1.2;
	font-weight: 700;
	color: #333;
	margin: 0;
	width: 100%;
	float: left;
}
.single-area .area-header .entry-title::after {
	content: "";
	width: 60px;
	height: 3px;
	display: block;
	background-color: #155782;
	margin: 30px 0 30px 0;
}
.single-area .entry-content .main-content-area {
	width: 780px;
	min-height: 380px;
	float: left;
}
.single-area .entry-content .main-content-area .accordion-aera {
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
	border-top: 1px dotted #ccc;
}
.single-area .entry-content .main-content-area .accordion-aera [data-accordion] {
	border-bottom: 1px dotted #ccc;
	padding: 25px 20px;
	cursor: pointer;
	transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
}
.single-area .entry-content .main-content-area .accordion-aera [data-accordion]:hover {
	background-color: #f5f5f5;
	transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
}
.single-area .entry-content .main-content-area .accordion-aera [data-accordion] h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.688em;
	text-transform: uppercase;
	color: #155783;
	margin: 0;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.single-area .entry-content .main-content-area .accordion-aera [data-accordion] h2::after {
	content: "";
	width: 21px;
	height: 21px;
	background-image: url('images/icon-open.png');
	background-size: cover;
	float: right;
	margin-top: 15px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.single-area .entry-content .main-content-area .accordion-aera div.open:hover {
	background-color: #fff;
}
.single-area .entry-content .main-content-area .accordion-aera div.open h2::after {
	background-image: url('images/icon-close.png');
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.single-area .entry-content .main-content-area .accordion-aera [data-content] ul {
	margin: 20px 0;
	padding: 0 0 0 20px;
}
.single-area .entry-content .main-content-area .accordion-aera [data-content] ul li {
	margin: 0 0 12px 0;
	line-height: 1.625;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li {
	width: 100%; 
	float: left;
	margin: 10px 0 0 0 !important;
	padding: 10px 0 0 0;
	border-top: 1px solid #f1f1f1;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-thumbnail {
	width: 60px;
	height: 60px;
	margin: 0 30px 0 0;
	float: left;
	background-color: #f5f5f5;
	background-size: 135% 135%;
	background-position: 50% 10%;
	background-blend-mode: multiply;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta {
	width: calc(100% - 90px);
	float: left;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .first-column {
	width: 30%;
	float: left;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .second-column {
	width: 70%;
	float: left;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .entry-category {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	font-family: "Roboto Condensed", sans-serif;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .entry-category a {
	color: #155783;
	text-decoration: none;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .entry-title {
	width: 100%;
	float: left;
	margin: 0;
	clear: none;
	font-size: 1.125rem;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .entry-title a {
	text-decoration: none;
	color: #333;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .entry-email {
	float: left;
	font-size: 1rem;
	font-family: "Roboto Condensed", sans-serif;
	margin: 26px 0 0 0;
}
.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .entry-email a {
	color: #808080;
	text-decoration: underline;
}

.single-area .entry-content .sidebar-content-area {
	width: 380px;
	float: right;
}
.single-area .entry-content .sidebar-content-area h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125em;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 2px solid #676767;
}
.single-area .entry-content .sidebar-content-area .area-professional ul {
	margin: 0 0 1.625em 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}
.single-area .entry-content .sidebar-content-area .area-professional ul li {
	width: 100%;
	float: left;
}
.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-thumbnail {
	width: 200px;
	height: 200px;
	margin: 0 20px 20px 0;
	float: left;
	background-color: #f5f5f5;
	background-size: cover;
	background-blend-mode: multiply;
}
.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-thumbnail a {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
}
.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-meta {
	width: calc(100% - 220px);
	float: left;
	margin: 5px 0 0 0;
}
.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
}
.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-meta .entry-category a {
	text-decoration: none;
	color: #155873;
}
.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-meta .entry-title {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.4;
}
.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-meta .entry-title a {
	color: #333;
	text-decoration: none;
}
.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-meta .entry-email {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875em;
}
.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-meta .entry-email a {
	color: #808080;
}

.single-area .entry-content .sidebar-content-area .related-publication {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-area .entry-content .sidebar-content-area .related-publication li {
	width: 100%;
	float: left;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.single-area .entry-content .sidebar-content-area .related-publication li:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.single-area .entry-content .sidebar-content-area .related-publication li .entry-meta {
	width: 100%;
	height: 100%;
	float: left;
	padding: 10px 20px 20px 20px;
	background-color: #f5f5f5;
}
.single-area .entry-content .sidebar-content-area .related-publication li .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875rem;
	text-transform: uppercase;
}
.single-area .entry-content .sidebar-content-area .related-publication li .entry-meta .entry-category a {
	color: #155783;
	text-decoration: none;
}
.single-area .entry-content .sidebar-content-area .related-publication li .entry-meta .entry-title {
	width: 100%;
	float: left;
	margin: 10px 0 15px 0;
	padding: 0;
	font-family: "PT Serif", serif;
	font-size: 1.313rem;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: none;
	text-transform: none;
}
.single-area .entry-content .sidebar-content-area .related-publication li .entry-meta .entry-date {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	float: left;
	color: #808080;
}
.single-area .entry-content .sidebar-content-area .related-publication li .entry-meta .entry-title a {
	color: #333;
	text-decoration: none;
}
.single-area .entry-content .sidebar-content-area .related-publication li .entry-thumbnail {
	width: 100%;
	height: 214px;
	float: left;
	background-size: cover;
}
.single-area .entry-content .sidebar-content-area .related-publication li .entry-thumbnail a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}



/*************************************
    Single - Publication
*************************************/
.single-insight .entry-content .main-content-area {
	width: 780px;
	min-height: 380px;
	float: left;
}
.single-insight .entry-content .main-content-area .area-header {
	width: 100%;
	float: left;
}
.single-insight .entry-content .main-content-area .area-header::after {
	content: "";
	width: 60px;
	height: 3px;
	background-color: #155783;
	margin: 30px 0;
	float: left;
}
.single-insight .entry-content .main-content-area .publication-body .attachment-post-thumbnail {
	margin: 0 0 1.625em 0;
}


.single-insight .entry-content .main-content-area ul.author-professionals {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	width: calc(100% + 20px);
	margin: 0 -10px !important;
}
.single-insight .entry-content .main-content-area ul.author-professionals li {
	width: calc(33.33333% - 20px);
	margin: 0 10px !important;
	float: left;
	border: 1px solid #f5f5f5;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.single-insight .entry-content .main-content-area ul.author-professionals li:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}

.single-insight .entry-content .main-content-area ul.author-professionals li .entry-thumbnail {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 20px 0 0;
	background-size: cover;
	background-color: #f5f5f5;
	background-blend-mode: multiply;
}
.single-insight .entry-content .main-content-area ul.author-professionals li .entry-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}

.single-insight .entry-content .main-content-area ul.author-professionals li .entry-meta {
	width: calc(100% - 100px);
	float: left;
}

.single-insight .entry-content .main-content-area ul.author-professionals li .entry-meta .entry-title {
	font-size: 1rem;
	line-height: 1.3;
	margin: 0;
}
.single-insight .entry-content .main-content-area ul.author-professionals li .entry-meta .entry-title a {
	color: #333;
	text-decoration: none;
}

.single-insight .entry-content .main-content-area ul.author-professionals li .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875rem;
}
.single-insight .entry-content .main-content-area ul.author-professionals li .entry-meta .entry-category a {
	color: #155783;
	text-decoration: none;
}


.single-insight .entry-content .sidebar-content-area {
	width: 380px;
	min-height: 380px;
	float: right;
}
.single-insight .area-header .entry-category {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.75em;
}
.single-insight .area-header .entry-category a {
	color: #155783;
	text-decoration: none;
}
.single-insight .area-header .newsletter-no {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.75em;
	color: #155783;
}
.single-insight .area-header .entry-title {
	font-family: "PT Serif", serif;
	font-size: 2.25rem;
	line-height: 1.3;
	font-weight: 700;
	color: #333;
	margin: 10px 0 15px 0;
	width: 100%;
	float: left;
}
.single-insight .area-header .entry-meta {
	font-size: 0.875em;
}
.single-insight .area-header .entry-meta > span {
	font-weight: 700;
}
.single-insight .area-header .entry-meta .entry-author > a {
	font-weight: 400;
	color: #155783;
	margin: 0 5px 0 0;
}
.single-insight .area-header .entry-meta .entry-author a::after {
	content: ",";
}
.single-insight .area-header .entry-meta .entry-author a:last-child::after {
	content: none;
}
.single-insight .entry-content .sidebar-content-area h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125em;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 2px solid #676767;
}
.single-insight .entry-content .sidebar-content-area .entry-category a {
	font-size: 1rem;
	font-family: "Roboto Condensed", sans-serif;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 12px 20px;
	color: #333;
	text-decoration: none;
	background-color: #efefef;
	transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
}
.single-insight .entry-content .sidebar-content-area .entry-category a:hover {
	background-color: #155783;
	color: #fff;
	background-image: url('images/icon-right-arrow.png');
	background-size: 6px auto;
	background-position: 96% center;
	background-repeat: no-repeat;
	transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
}
.single-insight .entry-content .sidebar-content-area ul.related-publication {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-insight .entry-content .sidebar-content-area ul.related-publication li {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.single-insight .entry-content .sidebar-content-area ul.related-publication li:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.single-insight .entry-content .sidebar-content-area ul.related-publication li .entry-thumbnail {
	width: 100%;
	height: 214px;
	float: left;
	background-size: cover;
}
.single-insight .entry-content .sidebar-content-area ul.related-publication li .entry-thumbnail a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.single-insight .entry-content .sidebar-content-area ul.related-publication li .entry-meta {
	width: 100%;
	height: 100%;
	float: left;
	padding: 10px 20px 20px 20px;
	background-color: #f5f5f5;
}
.single-insight .entry-content .sidebar-content-area ul.related-publication li .entry-meta .entry-category {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875rem;
	text-transform: uppercase;
}
.single-insight .entry-content .sidebar-content-area ul.related-publication li .entry-meta .entry-category a {
	color: #155783;
	text-decoration: none;
}
.single-insight .entry-content .sidebar-content-area ul.related-publication li .entry-meta .entry-title {
	width: 100%;
	float: left;
	margin: 10px 0 15px 0;
	padding: 0;
	font-family: "PT Serif", serif;
	font-size: 1.313rem;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: none;
	text-transform: none;
}
.single-insight .entry-content .sidebar-content-area ul.related-publication li .entry-meta .entry-title a {
	color: #333;
	text-decoration: none;
}
.single-insight .entry-content .sidebar-content-area ul.related-publication li .entry-meta .entry-date {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	float: left;
	color: #808080;
}
.single-insight .entry-content .newsletter-information {
	width: 100%;
	padding: 20px 30px;
	margin: 30px 0;
	background-color: #155783;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
}
.single-insight .entry-content ul,
.single-insight .entry-content ol {
	margin: 0 0 1.625em 0 !important;
	padding: 0 0 0 35px !important;
	width: 100%;
	float: left;
	border-bottom: none !important;
}
.single-insight .entry-content ul li,
.single-insight .entry-content ol li {
	margin: 0 0 12px 0;
}

/*************************************
    Search Result
*************************************/
.search-results .sub-navigation {
	display: none !important;
}
.search-results article {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ddd;
	margin: 0 0 20px 0;
	padding: 0 0 20px; 0;
}
.search-results article .entry-thumbnail {
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center center;
	margin: 0 20px 0 0;
	float: left;
	background-color: #ddd;
}
.search-results article .entry-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}
.search-results article .entry-meta {
	width: calc(100% - 100px);
	margin: 0;
	float: left;
}
.search-results article .entry-meta .entry-category {
	width: 100%; 
	float: left;
	font-size: 0.875em;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	color: #155783;
}
.search-results article .entry-meta .entry-title {
	font-family: "PT Serif", serif;
	font-size: 1.313em;
	margin: 0 0 5px 0;
}
.search-results article .entry-meta .entry-title a {
	color: #333;
	text-decoration: none;
}
.search-results article .entry-meta p {
	font-size: 0.875em;
	line-height: 1.4;
	color: #808080;
	margin: 0 0 5px 0;
}



.single-insight .inner .main-content-area .wpcf7-form p {
	float: left;
}
.single-insight .inner .main-content-area .wpcf7-form p label {
	width: 100%;
	float: left;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875rem;
	color: #808080;
	text-transform: uppercase;
}
.single-insight .inner .main-content-area .wpcf7-form p label input[type="text"],
.single-insight .inner .main-content-area .wpcf7-form p label input[type="email"] {
	width: 98%;
	margin: 0 2% 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #d6d6d6;
	background-color: #f1f1f1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1rem;
	padding: 10px 0;
}
.single-insight .inner .main-content-area .wpcf7-form p input[type="submit"] {
	width: calc(100% - 17px);
	padding: 10px 0;
	float: right;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	background-color: #155783;
	line-height: inherit;
	margin-right: 17px;
	cursor: pointer;
}
.single-insight .inner .main-content-area .wpcf7-form p label textarea {
	width: 98%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #d6d6d6;
	background-color: #f1f1f1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(1),
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(2),
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(3),
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(4),
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(5) {
	width: 50%;
}
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(6),
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(7),
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(8) {
	width: 100%;
}
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(2) label input,
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(3) label input,
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(4) label input,
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(5) label input,
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(6) label input,
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(7) label textarea,
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(8) input {
	width: 98% !important;
	margin: 0 2% 0 0 !important;
}
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(6) label,
.single-insight .inner .main-content-area .wpcf7-form p:nth-child(7) label {
	width: 100%;
	float: left;
}



/*************************************
    Pagination
*************************************/
.pagination {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	text-align: right;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}
.pagination .current {
	background-color: #fff;
	color: #155783;
}
.pagination .page-numbers {
	margin: 0;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50% 50%;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	text-align: center;
	line-height: 45px;
}
.pagination a {
	text-decoration: none;
	color: #808080;
}
.pagination a:hover {
	background-color: #f5f5f5;
}
.pagination a.next {
	margin-left: 15px;
}
.pagination a.next:hover {
	background-color: transparent;
	text-decoration: underline;
}
.pagination a.prev {
	margin-right: 15px;
}
.pagination a.prev:hover {
	background-color: transparent;
	text-decoration: underline;
}

/*************************************
    Icons
*************************************/
.icons {
	display: inline-block;
	background-image: url('images/icons.svg');
	cursor: pointer;
}
.icons a {
	display: block;
	width: 100%;
	height: 100%;
}


/* Icon Size */
.icon-40 {
	width: 40px;
	height: 40px;
	float: left;
	background-size: 560px 240px;
}
.icon-50 {
	width: 50px;
	height: 50px;
	float: left;
	background-size: 750px 300px;
}

/* Icon Hover BG Color */
.icon-circle {
	border-radius: 50% 50%;
}
.icon-circle-gray:hover {
	background-color: #efefef;
}
.icon-circle-dark:hover {
	background-color: #302639;
}

/* Icons 50X50 */
.icon-50.icon-search.icon-violet {
	background-position: 0 -150px;
}
.icon-50.icon-menu.icon-violet {
	background-position: -50px -150px;
}
.icon-50.icon-close.icon-violet {
	background-position: -100px -150px;
}
.icon-50.icon-expansion.icon-violet {
	background-position: -150px -150px;
}
.icon-50.icon-share.icon-violet {
	background-position: -200px -150px;
}
.icon-50.icon-tts.icon-violet {
	background-position: -250px -150px;
}
.icon-50.icon-touch-next.icon-violet {
	background-position: -300px -150px;
}
.icon-50.icon-touch-prev.icon-violet {
	background-position: -350px -150px;
}

.icon-50.icon-facebook.icon-violet {
	background-position: 0 -100px;
}
.icon-50.icon-twitter.icon-violet {
	background-position: -50px -100px;
}
.icon-50.icon-googleplus.icon-violet {
	background-position: -100px -100px;
}
.icon-50.icon-pinterest.icon-violet {
	background-position: -150px -100px;
}
.icon-50.icon-kakaotalk.icon-violet {
	background-position: -50px -100px;
}
.icon-50.icon-kakaostory.icon-violet {
	background-position: -250px -100px;
}
.icon-50.icon-naverband.icon-violet {
	background-position: -300px -100px;
}
.icon-50.icon-link.icon-violet {
	background-position: -350px -100px;
}
.icon-50.icon-email.icon-violet {
	background-position: -400px -100px;
}
.icon-50.icon-youtube.icon-violet {
	background-position: -450px -100px;
}
.icon-50.icon-instagram.icon-violet {
	background-position: -500px -100px;
}
.icon-50.icon-vlive.icon-violet {
	background-position: -550px -100px;
}
.icon-50.icon-naverpost.icon-violet {
	background-position: -600px -100px;
}
.icon-50.icon-1boon.icon-violet {
	background-position: -650px -100px;
}

.icon-50.icon-search.icon-black {
	background-position: 0 -200px;
}
.icon-50.icon-menu.icon-black {
	background-position: -50px -200px;
}
.icon-50.icon-close.icon-black {
	background-position: -100px -200px;
}
.icon-50.icon-expansion.icon-black {
	background-position: -150px -200px;
}
.icon-50.icon-share.icon-black {
	background-position: -200px -200px;
}
.icon-50.icon-tts.icon-black {
	background-position: -250px -200px;
}
.icon-50.icon-touch-next.icon-black {
	background-position: -300px -200px;
}
.icon-50.icon-touch-prev.icon-black {
	background-position: -350px -200px;
}

.icon-50.icon-facebook.icon-black {
	background-position: 0 -50px;
}
.icon-50.icon-twitter.icon-black {
	background-position: -50px -50px;
}
.icon-50.icon-googleplus.icon-black {
	background-position: -100px -50px;
}
.icon-50.icon-pinterest.icon-black {
	background-position: -150px -50px;
}
.icon-50.icon-kakaotalk.icon-black {
	background-position: -50px -50px;
}
.icon-50.icon-kakaostory.icon-black {
	background-position: -250px -50px;
}
.icon-50.icon-naverband.icon-black {
	background-position: -300px -50px;
}
.icon-50.icon-link.icon-black {
	background-position: -350px -50px;
}
.icon-50.icon-email.icon-black {
	background-position: -400px -50px;
}
.icon-50.icon-youtube.icon-black {
	background-position: -450px -50px;
}
.icon-50.icon-instagram.icon-black {
	background-position: -500px -50px;
}
.icon-50.icon-vlive.icon-black {
	background-position: -550px -50px;
}
.icon-50.icon-naverpost.icon-black {
	background-position: -600px -50px;
}
.icon-50.icon-1boon.icon-black {
	background-position: -650px -50px;
}

.icon-50.icon-search.icon-white {
	background-position: 0 -250px;
}
.icon-50.icon-menu.icon-white {
	background-position: -50px -250px;
}
.icon-50.icon-close.icon-white {
	background-position: -100px -250px;
}
.icon-50.icon-expansion.icon-white {
	background-position: -150px -250px;
}
.icon-50.icon-share.icon-white {
	background-position: -200px -250px;
}
.icon-50.icon-tts.icon-white {
	background-position: -250px -250px;
}
.icon-50.icon-touch-next.icon-white {
	background-position: -300px -250px;
}
.icon-50.icon-touch-prev.icon-white {
	background-position: -350px -250px;
}

.icon-50.icon-facebook.icon-white {
	background-position: 0 -100px;
}
.icon-50.icon-twitter.icon-white {
	background-position: -50px -100px;
}
.icon-50.icon-googleplus.icon-white {
	background-position: -100px -100px;
}
.icon-50.icon-pinterest.icon-white {
	background-position: -150px -100px;
}
.icon-50.icon-kakaotalk.icon-white {
	background-position: -50px -100px;
}
.icon-50.icon-kakaostory.icon-white {
	background-position: -250px -100px;
}
.icon-50.icon-naverband.icon-white {
	background-position: -300px -100px;
}
.icon-50.icon-link.icon-white {
	background-position: -350px -100px;
}
.icon-50.icon-email.icon-white {
	background-position: -400px -100px;
}
.icon-50.icon-youtube.icon-white {
	background-position: -450px -100px;
}
.icon-50.icon-instagram.icon-white {
	background-position: -500px -100px;
}
.icon-50.icon-vlive.icon-white {
	background-position: -550px -100px;
}
.icon-50.icon-naverpost.icon-white {
	background-position: -600px -100px;
}
.icon-50.icon-1boon.icon-white {
	background-position: -650px -100px;
}

/* Icons 40X40 */
.icon-40.icon-search.icon-violet {
	background-position: 0 -120px;
}
.icon-40.icon-menu.icon-violet {
	background-position: -40px -120px;
}
.icon-40.icon-close.icon-violet {
	background-position: -80px -120px;
}
.icon-40.icon-expansion.icon-violet {
	background-position: -120px -120px;
}
.icon-40.icon-share.icon-violet {
	background-position: -160px -120px;
}
.icon-40.icon-tts.icon-violet {
	background-position: -200px -120px;
}

.icon-40.icon-facebook.icon-violet {
	background-position: 0 -40px;
}
.icon-40.icon-twitter.icon-violet {
	background-position: -40px -40px;
}
.icon-40.icon-googleplus.icon-violet {
	background-position: -80px -40px;
}
.icon-40.icon-pinterest.icon-violet {
	background-position: -120px -40px;
}
.icon-40.icon-kakaotalk.icon-violet {
	background-position: -160px -40px;
}
.icon-40.icon-kakaostory.icon-violet {
	background-position: -200px -40px;
}
.icon-40.icon-naverband.icon-violet {
	background-position: -240px -40px;
}
.icon-40.icon-link.icon-violet {
	background-position: -280px -40px;
}
.icon-40.icon-email.icon-violet {
	background-position: -320px -40px;
}
.icon-40.icon-youtube.icon-violet {
	background-position: -360px -40px;
}
.icon-40.icon-instagram.icon-violet {
	background-position: -400px -40px;
}
.icon-40.icon-vlive.icon-violet {
	background-position: -440px -40px;
}
.icon-40.icon-naverpost.icon-violet {
	background-position: -480px -40px;
}
.icon-40.icon-1boon.icon-violet {
	background-position: -520px -40px;
}



.icon-40.icon-search.icon-black {
	background-position: 0 -160px;
}
.icon-40.icon-menu.icon-black {
	background-position: -40px -160px;
}
.icon-40.icon-close.icon-black {
	background-position: -80px -160px;
}
.icon-40.icon-expansion.icon-black {
	background-position: -120px -160px;
}
.icon-40.icon-share.icon-black {
	background-position: -160px -160px;
}
.icon-40.icon-tts.icon-black {
	background-position: -200px -160px;
}

.icon-40.icon-facebook.icon-black {
	background-position: 0 -40px;
}
.icon-40.icon-twitter.icon-black {
	background-position: -40px -40px;
}
.icon-40.icon-googleplus.icon-black {
	background-position: -80px -40px;
}
.icon-40.icon-pinterest.icon-black {
	background-position: -120px -40px;
}
.icon-40.icon-kakaotalk.icon-black {
	background-position: -160px -40px;
}
.icon-40.icon-kakaostory.icon-black {
	background-position: -200px -40px;
}
.icon-40.icon-naverband.icon-black {
	background-position: -240px -40px;
}
.icon-40.icon-link.icon-black {
	background-position: -280px -40px;
}
.icon-40.icon-email.icon-black {
	background-position: -320px -40px;
}
.icon-40.icon-youtube.icon-black {
	background-position: -360px -40px;
}
.icon-40.icon-instagram.icon-black {
	background-position: -400px -40px;
}
.icon-40.icon-vlive.icon-black {
	background-position: -440px -40px;
}
.icon-40.icon-naverpost.icon-black {
	background-position: -480px -40px;
}
.icon-40.icon-1boon.icon-black {
	background-position: -520px -40px;
}



.icon-40.icon-search.icon-white {
	background-position: 0 -200px;
}
.icon-40.icon-menu.icon-white {
	background-position: -40px -200px;
}
.icon-40.icon-close.icon-white {
	background-position: -80px -200px;
}
.icon-40.icon-expansion.icon-white {
	background-position: -120px -200px;
}
.icon-40.icon-share.icon-white {
	background-position: -160px -200px;
}
.icon-40.icon-tts.icon-white {
	background-position: -200px -200px;
}

.icon-40.icon-facebook.icon-white {
	background-position: 0 -40px;
}
.icon-40.icon-twitter.icon-white {
	background-position: -40px -40px;
}
.icon-40.icon-googleplus.icon-white {
	background-position: -80px -40px;
}
.icon-40.icon-pinterest.icon-white {
	background-position: -120px -40px;
}
.icon-40.icon-kakaotalk.icon-white {
	background-position: -160px -40px;
}
.icon-40.icon-kakaostory.icon-white {
	background-position: -200px -40px;
}
.icon-40.icon-naverband.icon-white {
	background-position: -240px -40px;
}
.icon-40.icon-link.icon-white {
	background-position: -280px -40px;
}
.icon-40.icon-email.icon-white {
	background-position: -320px -40px;
}
.icon-40.icon-youtube.icon-white {
	background-position: -360px -40px;
}
.icon-40.icon-instagram.icon-white {
	background-position: -400px -40px;
}
.icon-40.icon-vlive.icon-white {
	background-position: -440px -40px;
}
.icon-40.icon-naverpost.icon-white {
	background-position: -480px -40px;
}
.icon-40.icon-1boon.icon-white {
	background-position: -520px -40px;
}




/*************************************
    Search Area
*************************************/




/*************************************
    Page - Default
*************************************/
.page-template-default .page-header-image {
	width: 100%;
	height: 300px;
	background-image: url('images/jns-contact.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0;
}
.page-template-default .page-header-image .blue-filter {
	height: 300px;
}
.page-template-default .entry-header {
	text-align: left;
}
.page-template-default .entry-header .entry-title {
	font-size: 2.25em;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 30px 0 0 0;
}
.page-template-default .entry-header .entry-title::after {
	content: "";
	width: 60px;
	height: 3px;
	background-color: #155783;
	display: block;
	margin: 10px 0 20px 0;
}
.page-template-default .entry-content .inner .main-content-area {
	width: 780px;
	min-height: 380px;
	float: left;
}
.page-template-default .entry-content .inner .sidebar-content-area {
	width: 380px;
	min-height: 380px;
	float: right;
}

/*************************************
    Page - Contact
*************************************/
.page-template-page-contact .page-header-image {
	width: 100%;
	height: 300px;
	background-image: url('images/jns-contact.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0;
}
.page-template-page-contact .page-header-image .blue-filter {
	height: 300px;
}
.page-template-page-contact .entry-header {
	text-align: left;
}
.page-template-page-contact .entry-header .entry-title {
	font-size: 2.25em;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 30px 0 0 0;
}
.page-template-page-contact .entry-header .entry-title::after {
	content: "";
	width: 60px;
	height: 3px;
	background-color: #155783;
	display: block;
	margin: 10px 0 20px 0;
}
.page-template-page-contact .entry-content .inner .main-content-area {
	width: 780px;
	min-height: 380px;
	float: left;
}
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form {
	
}
.page-template-page-contact .entry-content .inner .main-content-area p {
	font-family: "PT Serif", serif;
}
.wpcf7-response-output {
	margin: 30px 0 0 0;
	width: 96%;
	float: left;
	text-align: center;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875rem;
	color: #808080;
	text-transform: uppercase;
	border:none !important;
}
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p {
	float: left;
}
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p label {
	float: left;
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.875rem;
	color: #808080;
	text-transform: uppercase;
}
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p label input[type="text"],
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p label input[type="email"] {
	width: 98%;
	margin: 0 2% 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #d6d6d6;
	background-color: #f1f1f1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1rem;
	padding: 10px 0;
}
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p input[type="submit"] {
	width: calc(100% - 17px);
	padding: 10px 0;
	float: right;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	background-color: #155783;
	line-height: inherit;
	margin-right: 17px;
	cursor: pointer;
}
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p label textarea {
	width: 98%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #d6d6d6;
	background-color: #f1f1f1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(1),
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(2),
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(3),
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(4),
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(5) {
	width: 50%;
}
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(6),
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(7),
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(8) {
	width: 100%;
}
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(6) label input,
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(7) label textarea,
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(8) input {
	width: 99%;
	margin: 0 1% 0 0;
}
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(6) label,
.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p:nth-child(7) label {
	width: 100%;
	float: left;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	width: 100%;
	float: left;
	font-size: 0.875rem;
	margin: 0;
}

.page-template-page-contact .entry-content .inner .sidebar-content-area {
	width: 380px;
	min-height: 380px;
	float: right;
}
.page-template-page-contact .entry-content .inner .sidebar-content-area .get-direction {
	background-color: #155783;
	text-align: center;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 10px 0 30px 0;
}
.page-template-page-contact .entry-content .inner .sidebar-content-area .get-direction a {
	font-size: 1.125rem;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.page-template-page-contact .entry-content .inner .sidebar-content-area .get-direction a::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url('images/icon-direction-white.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0 8px -3px 0;
}
.page-template-page-contact .entry-content .inner .sidebar-content-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "PT Serif", serif;
	font-size: 1.125rem;
	line-height: 34px;
}
.page-template-page-contact .entry-content .inner .sidebar-content-area ul li {
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	position: relative;
}
.page-template-page-contact .entry-content .inner .sidebar-content-area ul li:nth-child(1)::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url('images/icon-marker.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 8px;
}
.page-template-page-contact .entry-content .inner .sidebar-content-area ul li:nth-child(2)::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url('images/icon-email.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 8px;
}
.page-template-page-contact .entry-content .inner .sidebar-content-area ul li:nth-child(3)::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url('images/icon-phone.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 8px;
}
.page-template-page-contact .entry-content .inner .sidebar-content-area ul li:nth-child(4)::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url('images/icon-fax.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 8px;
}

.page-template-page-contact .entry-content .inner .sidebar-content-area ul li a {
	text-decoration: none;
	color: #333;
}
.page-template-page-contact .entry-content .inner .sidebar-content-area ul li a:hover {
	text-decoration: underline;
}

/*************************************
    Live Search
*************************************/

ul.dwls_search_results li.post_with_thumb a {
	width: 80% !important;
	float: left;
	margin-bottom: 0 !important;
}
ul.dwls_search_results .daves-wordpress-live-search_result .clearfix {
	clear: none !important;
}
ul.dwls_search_results li {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ccc !important;
}
ul.dwls_search_results .excerpt, 
ul.dwls_search_results .meta {
	float: left;
	width: 80% !important;
	font-size: 0.75em !important;
	line-height: 1.2 !important;
}
ul.dwls_search_results .search_footer a {
	color: #bf9f63 !important;
}


.practice-area-main {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}
.practice-area-main > ul {
	width: calc(100% + 30px);
	margin: 0 -15px;
	padding: 0;
}
.practice-area-main > ul > li {
	width: calc(33.33333% - 30px);
	margin: 0 15px;
	padding: 20px 15px;
	background-color: #fff;
	float: left;
}
.practice-area-main > ul > li::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('images/value-02.png');
	background-size: contain;
	margin: 0 0 25px 0;
}
.practice-area-main > ul > li > h2 {
	display: block;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-size: 1.313em !important;
	line-height: 1.2;
	color: #155783;
}
.practice-area-main > ul > li > p::before {
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	background-color: #155783;
	margin: 25px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.practice-area-main > ul > li > p {
	font-size: 0.875em;
	line-height: 1.4;
}
.practice-area-main > ul > li > select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 0.875em;
	border: 2px solid #155783;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 100%;
	padding: 7px 30px 7px 10px;
	color: #155783;
	background-image: url('images/down-arrow-navy.png');
	background-repeat: no-repeat;
	background-position: right center;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.practice-area-main > ul > li > select:hover {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	color: #fff;
	background-color: #155783;
	background-image: url('images/down-arrow-white.png');
}
.practice-area-main > ul > li > ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
.practice-area-main > ul > li > ul > li {
	width: 100%;
}
.practice-area-main > ul > li > ul > li > a {
	width: 100%;
	float: left;
	text-decoration: none;
	color: #333;
	font-weight: 700;
	padding: 10px 5px;
	border-top: 1px dotted #ccc;
}
.practice-area-main > ul > li > ul > li > a:hover {
	background-color: #f5f5f5;
}
.practice-area-main > ul > li > .latest-publication {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}
.practice-area-main > ul > li > .latest-publication h3 {
	font-size: 0.75em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.practice-area-main > ul > li > .latest-publication article {
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px dotted #ccc;
}
.practice-area-main > ul > li > .latest-publication article .entry-thumbnail {
	width: 100%;
	height: 170px;
	float: left;
}
.practice-area-main > ul > li > .latest-publication article .entry-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}
.practice-area-main > ul > li > .latest-publication article .entry-meta {
	width: 100%;
	float: left;
	padding: 15px 5px 0 5px;
}
.practice-area-main > ul > li > .latest-publication article .entry-meta .entry-title {
	margin: 0 0 5px 0;
	font-size: 1.125em;
	line-height: 1.2;
}
.practice-area-main > ul > li > .latest-publication article .entry-meta .entry-title a {
	text-decoration: none;
	color: #333;
}
.practice-area-main > ul > li > .latest-publication article .entry-meta p {
	display: none;
	font-size: 0.875em;
	line-height: 1.2;
}
.practice-area-main > ul > li > .latest-publication article .entry-meta span {
	font-size: 0.875em;
	color: #808080;
}


ul.contact-info {
	width: calc(100% + 20px);
	float: left;
	margin: 50px -10px;
	list-style: none;
	padding: 0;
}
ul.contact-info li {
	width: calc(25% - 20px);
	height: 109px;
	margin: 0 10px;
	float: left;
	background-color: #fff;
	padding: 20px;
}
ul.contact-info li a {
	color: #333;
}
ul.contact-info li strong {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	font-size: 1em;
}
ul.contact-info li {
	font-size: 0.875em;
	line-height: 1.3;
}

.mobile-only {
	display: none;
}
.desktop-only {
	display: block;
}




/*************************************
    Media Query
*************************************/
@media all and (max-width: 1680px) {
	.site-header .main-navigation #primary-menu {
		text-align: center;
	}
}
@media all and (max-width: 1366px) {
	#main-slider .slide-inner {
		background-attachment: inherit;
	}
}
@media all and (max-width: 1280px) {
	
}
@media all and (max-width: 1112px) {
	.site-header .main-navigation #primary-menu li a {
		padding: 0 20px;
	}
	.site-header h1, .site-header p {
		left: 20px;
	}
	.site-header ul.header-right {
		right: 20px;
	}
	#main-slider .slide-inner {
		padding: 0 20px;
	}
	#main-slider .slide-meta {
		width: 100%;
	}
	.section .section-header {
		margin: 0 50px 0 0;
	}
	.section .content-wrap {
		width: 760px;
	}
	.post-type-archive-professional .content-wrap article .entry-thumbnail {
		height: 339px;
	}
}
@media all and (max-width: 1024px) {}
@media all and (max-width: 768px) {
	/* Site Header */
	.admin-bar .site-header {
		top: 46px;
	}
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}
	.inner {
		width: 100%;
		max-width: 100%;
	}
	.site-header h1, .site-header p {
		left: 20px;
	}
	.site-header .main-navigation #primary-menu {
		display: none;
	}
	.site-header a.custom-logo-link img.custom-logo {
		left: 20px !important;
	}
	
	/* Site Footer */
	.site-footer {
		padding: 30px 0;
		font-size: 0.75em;
	}
	.site-footer .site-title {
		position: inherit;
		top: inherit;
		right: inherit;
		float: left;
		margin: 0 0 15px 0;
	}
	.site-footer .site-info {
		width: 100%;
		float: left;
	}
	
	
	/* Search */
	.search-area {
		right: 0;
		width: 100%;
		height: 70px;
	}
	.search-area form {
		width: 100%;
		float: left;
	}
	.search-area input[type="search"] {
		padding: 0 20px;
		margin: 0;
		width: calc(100% - 80px);
		height: 70px;
	}
	.search-area input[type="submit"] {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 0.667em;
		padding: 0;
	}
	
	ul.dwls_search_results {
		width: 100% !important;
	}
	ul.dwls_search_results li {
		padding: 5px 20px !important;
	}
	ul.dwls_search_results li.post_with_thumb .post_thumb {
		margin: 0 20px 0 0 !important;
		width: 60px !important;
		height: 60px !important;
	}
	ul.dwls_search_results li.post_with_thumb a {
		width: 70% !important;
		font-size: 1em !important;
		line-height: 1.5 !important;
	}
	
	/* Main Slider */
	#main-slider .slide-inner {
		background-attachment: inherit;
	}
	#main-slider .slide-inner:nth-child(1) {
		background-position: 15% center;
	}
	#main-slider .slide-inner:nth-child(3) {
		background-position: 75% center;
	}
	#main-slider .slide-meta .slide-question {
		font-size: 0.875em;
		margin: 0 0 30px 0;
	}
	#main-slider .slide-meta .slide-title {
		font-size: 2.25em;
		line-height: 1.3;
	}
	#main-slider .slide-meta .slide-title br {
		display: none;
	}
	#main-slider .slide-meta .slide-description {
		font-size: 1em;
		margin: 30px 0 0 0;
	}
	#main-slider .slide-meta .slide-description br {
		display: none;
	}
	#main-slider .slide-meta .btn-area {
		margin: 70px 0 0 0;
	}
	.normal-btn {
		font-size: 0.75em !important;
		padding: 10px 40px 10px 10px;
	}
	.slider-buttons {
		display: none;
	}
	#main-slider .slides .slick-new-dot li button {
		width: 12px;
		height: 12px;
	}
	
	/* Main Section */
	.section {
		padding: 30px 0;
	}
	.section .section-header {
		width: 100%;
		margin: 0;
	}
	.section .section-header .section-title {
		font-size: 1.688em;
	}
	.section .section-header .section-description {
		font-size: 0.875em;
		line-height: 1.3;
		margin: 0;
	}
	.section .section-header .section-description br {
		display: none;
	}
	.section .section-header a {
		margin: 10px 0 20px 0;
	}
	.section .content-wrap {
		width: 100%;
		float: left;
	}
	.section-newsletter-subscription .content-wrap {
		width: 100% !important;
		margin: 0 !important;
	}
	.section-publication ul.latest-publication,
	.section-news ul.latest-news {
		width: 100%;
		margin: 0;
	}
	.section-publication ul.latest-publication > li,
	.section-news ul.latest-news > li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.section-publication ul.latest-publication > li > .entry-thumbnail {
		height: 203px;
	}
	.section-publication ul.latest-publication > li > .entry-meta,
	.section-news ul.latest-news > li > .entry-meta {
		padding: 10px 20px;
		height: auto;
	}
	.section-publication ul.latest-publication > li > .entry-meta .entry-category,
	.section-news ul.latest-news > li > .entry-meta .entry-category {
		font-size: 0.75rem;
	}
	.section-publication ul.latest-publication > li > .entry-meta .entry-title,
	.section-news ul.latest-news > li > .entry-meta .entry-title {
		font-size: 1.313rem;
		margin: 5px 0 8px 0;
	}
	.section-publication ul.latest-publication > li > .entry-meta .entry-date,
	.section-news ul.latest-news > li > .entry-meta .entry-date {
		font-size: 0.75rem;
	}
	.section-publication ul.latest-publication > li > .entry-meta p {
		font-size: 0.75rem;
		line-height: 1.4;
	}
	
	
	/* Professional Archive */
	.post-type-archive-professional .page-header-image,
	.post-type-archive-professional .page-header-image .blue-filter {
		height: 150px;
	}
	.page-header {
		margin: 20px 0 0 0;
	}
	.page-header .page-title {
		font-size: 1.688em;
	}
	.page-header .page-title::after {
		margin: 5px 0 8px 0;
	}
	.page-header .archive-description {
		font-size: 0.875em;
	}
	.page-header form ul li {
		width: 100%;
		padding: 0 !important;
		margin: 0 0 8px 0 !important;
	}
	.page-header form ul li label {
		width: 100%;
	}
	.page-header form ul li select {
		max-width: 100%;
		min-width: 100% !important;
		width: 100%;
	}
	.page-header form ul li input[type="submit"] {
		width: 100%;
	}
	
	.post-type-archive-professional .content-wrap article {
		width: calc(50% - 20px);
		margin: 0 10px 20px 10px;
	}
	.post-type-archive-professional .content-wrap article .entry-thumbnail {
		height: 354px;
	}
	
	
	/* Professional Single */
	.single-professional .professional-header {
		height: 330px;
	}
	.single-professional .professional-header .professional-profile-image {
		width: 330px;
		height: 330px;
		margin-left: 0;
		margin-right: 0;
	}
	.single-professional .professional-header .professional-profile-meta {
		width: calc(100% - 330px);
		left: 350px;
		padding-right: 20px;
	}
	.single-professional .professional-header .professional-profile-meta .entry-category {
		font-size: 0.75em;
	}
	.single-professional .professional-header .professional-profile-meta .entry-title {
		font-size: 1.969em;
	}
	.single-professional .entry-content .sidebar-content-area {
		width: 300px;
		margin: 0 30px 0 0;
	}
	.single-professional .entry-content .main-content-area {
		width: calc(100% - 330px);
		margin: 0;
	}
	
	.post-type-archive-insight .page-header-image, 
	.post-type-archive-insight .page-header-image .blue-filter {
		height: 150px;
	}
	.site-header .inner {
		height: 60px;
	}
	.site-header ul.header-right {
		height: 50px;
		right: 8px;
		margin-top: 2px;
	}
	.site-header ul.header-right li {
		width: 50px;
	    height: 50px;
	    float: left;
	    display: inline-block;
	    margin: 0;
	    position: relative;
	}
	.site-header ul.header-right li.search a {
		width: 50px;
	    height: 50px;
	    background-position: center center;
	    background-size: 20px 20px;
	}
	.site-header ul.header-right li.language a {
		width: 50px;
	    height: 50px;
	    background-position: center center;
	    background-size: 27px 20px;
	}
	
	.site-header ul.header-right li.mobile-only {
		display: block !important;
	}
	
}
@media all and (max-width: 600px) {}
@media all and (max-width: 414px) {
	.site-footer .social-sharing {
		top: -14px;
	}
	.section-newsletter-subscription {
		height: auto;
	}
	.section-newsletter-subscription #mc_embed_signup {
		margin: 10px 0 0 0;
	}
	.section-newsletter-subscription .mc-field-group {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.section-newsletter-subscription .mc-field-group input[type="email"] {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.section-newsletter-subscription .clear {
		width: 100%;
	}
	.section-newsletter-subscription input[type="submit"] {
		width: 100%;
		
	}
	.single-area .entry-content .sidebar-content-area .related-publication li:hover {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.single-area .entry-content .sidebar-content-area .related-publication li .entry-thumbnail {
		width: 125px;
		height: 125px;
		margin: 0 10px 0 0;
	}
	.single-area .entry-content .sidebar-content-area .related-publication li .entry-meta {
		width: calc(100% - 135px);
		float: left;
		margin: 0;
		padding: 0;
		background-color: transparent;
	}
	.single-area .entry-content .sidebar-content-area .related-publication li .entry-meta .entry-title {
		margin: 0 0 5px 0;
		font-size: 1em;
		line-height: 1.3;
		font-weight: 400;
	}
	.single-area .entry-content .main-content-area .accordion-aera {
		margin: 20px 0 0 0;
	}
	.single-professional .entry-content .main-content-area .accordion-aera {
		margin: 20px 0 0 0;
	}
	
	/* Common */
	
	.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .first-column {
		width: 100%;
		float: left;
	}
	.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .second-column {
		width: 100%;
		float: left;
	}
	.single-area .entry-content .main-content-area .accordion-aera .related-professionals li .entry-meta .second-column .entry-email {
		margin: 5px 0 0 0;
	}
	
	body {
		padding: 60px 0 0 0;
	}
	#main {
		padding-bottom: 100px;
	}
	.mobile-only {
		display: block;
	}
	.inner {
		margin: 0;
		float: left;
	}
	.go-to-top {
		width: 40px;
		height: 40px;
		opacity: .75;
		right: 5px;
		bottom: 5px;
	}
	.entry-content {
		font-size: 16px;
	}
	
	/* Site Header */
	.nav-up {
		top: -60px !important;
	}
	.site-header {
		height: 60px;
	}
	.site-header .main-navigation .inner {
		height: 60px;
	}
	.site-header ul.header-right {
		display: block;
	}
	
	.site-header .icon-search {
		position: absolute;
		top: 5px;
		right: 45px;
	}
	.home .site-header .icon-menu {
		background-position: -50px -250px !important;
	}
	.home .site-header .icon-search {
		background-position: 0px -250px !important;
	}
	.home .site-header.nav-down .icon-menu {
		background-position: -50px -200px !important;
	}
	.home .site-header.nav-down .icon-search {
		background-position: 0px -200px !important;
	}
	.site-header .icon-menu {
		background-position: -50px -200px !important;
	}
	.site-header .icon-search {
		background-position: 0px -200px !important;
	}
	/* Mobile Search Area */
	.search-area {
		top: 60px;
	}
	
	/* Mobile Menu Area */
	.mobile-menu-area {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5000;
		background-color: #155783;
		opacity: 0.9;
	}
	.mobile-menu-area .icon-close {
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.mobile-menu-area #primary-menu {
		width: 100%;
		float: left;
		margin: 0;
		padding: 80px 0 0 0;
		list-style: none;
	}
	.mobile-menu-area #primary-menu li {
		text-align: right;
		width: 100%;
		float: left;
		font-size: 1.5em;
		font-family: "Roboto Condensed", sans-serif;
		padding: 10px 2px;
	}
	.mobile-menu-area #primary-menu li a {
		text-decoration: none;
		color: #fff;
	}
	.mobile-menu-area #primary-menu li:hover {
		background-color: #11507a;
	}
	
	/* Professional Archive */
	.post-type-archive-professional {
		width: 100%;
		float: left;
	}
	.post-type-archive-professional .content-wrap article {
		width: calc(50% - 10px);
		margin: 0 5px 20px 5px;
	}
	.post-type-archive-professional .content-wrap article .entry-thumbnail {
		height: 177px;
	}
	.post-type-archive-professional .content-wrap article .entry-meta {
		padding: 5px 5px 15px 5px;
	}
	.post-type-archive-professional .content-wrap article .entry-meta .entry-category {
		font-size: 0.75em;
	}
	.post-type-archive-professional .content-wrap article .entry-meta .entry-title {
		font-size: 1.125em;
		margin: 0;
	}
	
	
	/* Professional Single */
	.single-professional article {
		float: left;
		width: 100%;
	}
	.single-professional .professional-header {
		height: auto !important;
		float: left !important;
	}
	.single-professional .professional-header .breadcrumbs {
		position: inherit;
		right: inherit;
		top: inherit;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.single-professional .professional-header .inner {
		height: auto;
	}
	.single-professional .professional-header .professional-profile-image {
		width: 414px;
		height: 414px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.single-professional .professional-header .professional-profile-meta {
		width: calc(100% + 40px);
		position: inherit;
		left: inherit;
		top: inherit;
		float: left;
		margin: 0 -20px;
		background-color: #fff;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
		transform: inherit;
	}
	.single-professional .professional-header .professional-profile-meta .normal-btn {
		width: 100%;
		font-size: 1rem !important;
	}
	.single-professional .professional-header .professional-profile-meta .entry-title {
		font-size: 1.688em;
		margin: 0 0 8px 0;
	}
	.single-professional .professional-header .professional-profile-meta .entry-email,
	.single-professional .professional-header .professional-profile-meta .entry-phone {
		font-size: 1em;
	}
	.single-professional .professional-header .professional-profile-meta .btn-area {
		width: 100%;
		float: left;
	}
	.single-professional .professional-header .professional-profile-meta .btn-area::before {
		width: 42px;
		margin: 20px 0 30px 0;
	}
	.single-professional .entry-content .sidebar-content-area {
		width: 100%;
		float: left;
	}
	.single-professional .entry-content .sidebar-content-area ul li p {
		margin: 0;
	}
	.single-professional .entry-content .main-content-area {
		width: 100%;
		float: left;
	}
	.single-professional .entry-content .main-content-area .accordion-aera [data-accordion] {
		padding: 15px 5px;
	}
	.single-professional .entry-content .main-content-area .accordion-aera [data-accordion] h2 {
		font-size: 1.125em;
	}
	.single-professional .entry-content .main-content-area .accordion-aera [data-accordion] h2::after {
		margin-top: 10px;
	}
	.single-professional .professional-header .professional-profile-meta {
		padding-bottom: 0;
	}
	
	/* Insights & News */
	.sub-navigation > ul {
		padding: 0;
	}
	body.category-press-release .breadcrumbs, .post-type-archive-insight .breadcrumbs {
		margin: 20px 0 0 0 !important;
	}
	body.category-press-release .main-content-area,
	.post-type-archive-insight .main-content-area {
		width: 100%;
	}
	body.category-press-release .main-content-area .contents-wrap,
	.post-type-archive-insight .main-content-area .contents-wrap {
		width: 100%;
		margin: 0;
		padding-bottom: 0;
	}
	body.category-press-release .main-content-area article,
	.post-type-archive-insight .main-content-area article {
		width: 100%;
		margin: 0 0 20px 0;
		height: auto;
	}
	body.category-press-release .main-content-area article > .entry-meta,
	.post-type-archive-insight .main-content-area article > .entry-meta {
		padding: 20px;
		height: auto;
	}
	.post-type-archive-insight .main-content-area article > .entry-meta .entry-title,
	body.category-press-release .main-content-area article > .entry-meta .entry-title {
		font-size: 1.313rem;
		margin: 5px 0 8px 0;
	}
	.post-type-archive-insight .main-content-area article > .entry-meta .entry-category, 
	body.category-press-release .main-content-area article > .entry-meta .entry-category,
	.post-type-archive-insight .main-content-area article > .entry-meta .entry-date, 
	body.category-press-release .main-content-area article > .entry-meta .entry-date {
		font-size: 0.75rem;
	}
	.post-type-archive-insight .main-content-area article > .entry-meta p,
	body.category-press-release .main-content-area article > .entry-meta p {
		font-size: 0.75rem;
		line-height: 1.4;
	}
	body.category-press-release .sidebar-content-area,
	.post-type-archive-insight .sidebar-content-area {
		width: 100%;
		margin: 0;
		padding-bottom: 100px;
	}
	
	/* Contact */
	.page-template-page-contact .page-header-image,
	.page-template-page-contact .page-header-image .blue-filter {
		height: 150px;
	}
	.page-template-page-contact .entry-content .inner .main-content-area {
		width: 100%;
	}
	.page-template-page-contact .entry-content .inner .sidebar-content-area {
		width: 100%;
	}
	.page-template-page-contact .entry-content .inner .main-content-area .wpcf7-form p input[type="submit"] {
		width: 100%;
		margin-right: 0;
	}
	
	/* The Firm */
	.page-template-page-about {
		padding: 90px 0 0 0;
	}
	.page-template-page-about .entry-content .left-section {
		width: 100%;
	}
	.page-template-page-about .entry-content .right-section {
		width: 100%;
	}
	.page-template-page-about .entry-content .about-section {
		margin: 0;
	}
	.page-template-page-about .entry-content .about-section h2 {
		font-size: 1.688em;
		line-height: 1.2;
		margin: 15px 0 30px 0;
	}
	.page-template-page-about .entry-content .about-section h3 {
		font-size: 1.313rem;
		line-height: 1.4;
		margin: 0 0 30px 0;
	}
	.page-template-page-about .entry-content .about-section p {
		font-size: 1rem;
	}
	
	.page-template-page-about .entry-content .about-history .right-section {
		margin: 0;
	}
	.page-template-page-about .entry-content .about-history .left-section .title-line,
	.page-template-page-about .entry-content .about-commitments .right-section .title-line,
	.page-template-page-about .entry-content .about-clients .right-section .title-line {
		display: none;
	}
	
	.page-template-page-about .entry-content .about-commitments .left-section {
		width: 100%;
	}
	.page-template-page-about .entry-content .about-commitments .left-section .vision-area img {
		margin: 30px 0 0 0;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-circle {
		width: 140px;
		height: 140px;
		font-size: 0.6em;
	}
	.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-first {
		top: -80px;
		left: 120px;
		transform: translateX(-50%);
	}
	.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-second {
		left: -25px;
	}
	.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-third {
		right: -25px;
	}
	.page-template-page-about .entry-content .about-commitments .left-section .vision-area {
		width: 100%;
		height: 335px;
		margin: 100px 0 50px 0;
	}
	.page-template-page-about .entry-content .about-commitments .right-section {
		width: 100%;
		margin: 0;
	}
	
	.page-template-page-about .entry-content .about-our-strength h2 {
		margin: 50px 0 0 0 !important;
	}
	.page-template-page-about .about-our-strength ul.the-firm-value {
		width: 100%;
		float: left;
		margin: 30px 0 0 0 !important;
	}
	.page-template-page-about .about-our-strength ul.the-firm-value li {
		text-align: center;
		margin: 20px 0;
		width: 100%;
		height: auto;
	}
	.page-template-page-about .about-our-strength ul.the-firm-value li:nth-child(1)::before,
	.page-template-page-about .about-our-strength ul.the-firm-value li:nth-child(2)::before,
	.page-template-page-about .about-our-strength ul.the-firm-value li:nth-child(3)::before,
	.page-template-page-about .about-our-strength ul.the-firm-value li:nth-child(4)::before {
		margin: 0 auto 20px auto !important;
	}
	.page-template-page-about .about-our-strength ul.the-firm-value li h4 {
		font-size: 1.125em;
		text-align: center;
	}
	.page-template-page-about .about-our-strength ul.the-firm-value li h4::after {
		margin: 15px auto;
		width: 77px;
		height: 2px;
	}
	.page-template-page-about .about-our-strength ul.the-firm-value li p {
		text-align: center;
		font-size: 1rem;
		line-height: 1.5;
	}
	.page-template-page-about .about-our-strength ul.the-firm-value {
		width: 100%;
		margin: 0 !important;
	}
	.page-template-page-about .entry-content .about-clients table tr td {
		height: 80px;
		padding: 5px;
	}
	.page-template-page-about .entry-content .about-globalaw .divider-image {
		width: 100px;
		height: auto;
		margin: 0 0 25px 0;
	}
	.page-template-page-about .entry-content .about-globalaw a img {
		width: 150px;
	}
	.page-template-page-about .entry-content .about-globalaw .h3-slogan {
		font-size: 1.125rem !important;
	}
	.page-template-page-about .entry-content .about-globalaw .h3-slogan br {
		display: none;
	}
	
	
	.single-professional .entry-content .main-content-area .accordion-aera [data-accordion] h2::after {
		margin-top: 4px;
	}
	
	
	.single-insight .entry-content .main-content-area {
		width: 100%;
	}
	.single-insight .entry-content .sidebar-content-area {
		width: 100%;
	}
	.single-insight .entry-content .main-content-area ul.author-professionals {
		width: 100%;
		margin: 0!important;
	}
	.single-insight .entry-content .main-content-area ul.author-professionals li {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
	.single-insight .area-header .entry-title {
		font-size: 1.688em;
	}
	.entry-content h2 {
		font-size: 1.313em;
		line-height: 1.4;
	}
	
	
	
	.single-area .entry-content .main-content-area {
		width: 100%;
	}
	.single-area .area-header .entry-title {
		font-size: 1.688em;
	}
	.single-area .entry-content .sidebar-content-area {
		width: 100%;
		margin: 30px 0 0 0;
	}
	.single-area .entry-content .main-content-area .accordion-aera [data-accordion] {
		padding: 15px 5px;
	}
	.single-area .entry-content .main-content-area .accordion-aera [data-accordion] h2 {
		font-size: 1.125em;
	}
	.single-area .entry-content .main-content-area .accordion-aera [data-accordion] h2::after {
		margin-top: 4px;
	}
	
	.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-thumbnail {
		width: 125px;
		height: 125px;
		margin: 0 10px 20px 0;
	}
	.single-area .entry-content .sidebar-content-area .area-professional ul li .entry-meta {
		width: calc(100% - 135px);
	}
	.single-area,
	.page-template-page-area {
		padding: 46px 0 0 0;
	}
	.sub-navigation {
		display: none;
	}
	
	
	.page-template-page-area ul.area-main {
		width: 100%;
		margin: 30px 0 0 0;
		background-image: none;
	}
	.page-template-page-area ul.area-main > li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.page-template-page-area ul.area-main > li > a {
		height: auto;
		line-height: 1.3;
		padding: 0 0 10px 0;
	}
	.page-template-page-area ul.area-main > li#menu-item-343 > ul > li:first-child,
	.page-template-page-area ul.area-main > li#menu-item-339 > ul > li:first-child {
		margin-top: 0 !important;
	}
	.page-template-page-area ul.area-main > li > ul > li > a:hover {
		background-image: none;
	}
	
}
@media all and (max-width: 375px) {
	.post-type-archive-professional .content-wrap article .entry-thumbnail {
		height: 158px;
	}
	.single-professional .professional-header .professional-profile-image {
		width: 375px;
		height: 375px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-first {
		left: 100px;
	}
}
@media all and (max-width: 360px) {
	.post-type-archive-professional .content-wrap article .entry-thumbnail {
		height: 150px;
	}
	.single-professional .professional-header .professional-profile-image {
		width: 360px;
		height: 360px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-first {
		top: -30px;
		left: 90px;
	}
}
@media all and (max-width: 320px) {
	.post-type-archive-professional .content-wrap article .entry-thumbnail {
		height: 130px;
	}
	.single-professional .professional-header .professional-profile-image {
		width: 320px;
		height: 320px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.page-template-page-about .entry-content .about-commitments .left-section .vision-area .vision-first {
		top: -30px;
		left: 70px;
	}
}