﻿@charset "UTF-8";

@font-face {
    font-family: 'IvyStyle Sans';
    src: url('../fonts/subset-IvyStyleSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IvyStyle Sans';
    src: url('../fonts/subset-IvyStyleSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ivy Style TW';
    src: url('../fonts/subset-IvyStyleTW-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ivy Style TW';
    src: url('../fonts/subset-IvyStyleTW-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ivy Style TW';
    src: url('../fonts/subset-IvyStyleTW-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
.c3-footnotes li{
  font-size: 13px;
  line-height: 16px;
}
html {
	font-size: 1.388888888888889vw; /* 20px */
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
	margin: 0;
	padding: 0;
}

body {
	font-family:"IvyStyle Sans", Arial, sans-serif;
	text-align: center;
	color: #153959;
	line-height: 1.35;
	background: #fff;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 6.45rem 1.75rem 0;
 	min-width: 320px;
	overflow: hidden;
	font-size: 1rem;
}

@supports (overflow:clip) {
	#mainWrapper {
		overflow: clip;
	}
}

/* Header */

#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 1.2rem 1.75rem;
	height: 6.45rem;
	background: #fff;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.2));
	z-index: 10000000;
	-webkit-transition: top 0.6s;
	-o-transition: top 0.6s;
	transition: top 0.6s;
}

#header .logo {
	width: 12.5rem;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header .options .language {
	position: relative;
	padding-left: 1.65rem;
	padding-right: 1.1rem;
	background: url(../images/down-arrow.svg) no-repeat right 0.53rem;
	background-size: 0.65rem;
}

#header .options .language img {
	position: absolute;
	left: 0;
	top: 0.35rem;
	width: 1.1rem;
	height: 0.7rem;
	margin-right: 0.5rem;
}

#header .options .quickExit {
	position: relative;
	margin-left: 2.2em;
}

#header .options .quickExit:before {
	background-color: currentColor;
	bottom: -.1em;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	-webkit-transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
	transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
	-o-transition: transform .75s cubic-bezier(.19,1,.22,1);
	transition: transform .75s cubic-bezier(.19,1,.22,1);
	transition: transform .75s cubic-bezier(.19,1,.22,1), -webkit-transform .75s cubic-bezier(.19,1,.22,1);
}

#header .options .quickExit:hover:before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}

#header .options .menuBtn {
	width: 13.9em;
	margin: 0 0 0 2.2em;
}

#header .options .menuBtn:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .options .menuBtn.active:after {
	background: url(../images/close-ico.svg) no-repeat center;
	background-size: 100%;
}

#header .dropdown {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 0.75rem 1.75rem;
	border-top: 1px solid #E1E1E1;
	background: #F1F1F1;
	-webkit-box-shadow: 0px 0.2rem 0.75rem rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0.2rem 0.75rem rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#header .dropdown ul {
	margin: 0 -0.5rem;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#header .dropdown ul li {
	margin: 0.75rem 0;
	padding: 0 0.5rem;
	list-style: none;
	width: 25%;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s; 
    -webkit-animation-fill-mode: both; 
            animation-fill-mode: both; 
    opacity: 0; 
    -webkit-transform: translateY(15rem); 
        -ms-transform: translateY(15rem); 
            transform: translateY(15rem);
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp; 
	-webkit-animation-delay: calc(0.12s * var(--i)); 
	        animation-delay: calc(0.12s * var(--i));
}


#header .dropdown ul li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	padding: 1rem 1.5rem;
	min-height: 9rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 0.5rem;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

#header .dropdown ul li a:after {
	content: "";
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	width: 2.2em;
	height: 2.2em;
	background: #CCF6FF url(../images/right-arrow.svg) 0 center no-repeat;
	border-radius: 100%;
	background-size: 0.8em;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header .dropdown ul li a:hover {
	-webkit-box-shadow: 0px 0.2em 0.75em rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0.2em 0.75em rgba(0, 0, 0, 0.2);
}

@media (hover: hover) and (pointer: fine) {
	#header .dropdown ul li a:hover:after {
		background-position: 0.8em center;
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
}

#header .dropdown ul li img {
	display: block;
	width: 3.6rem;
	margin-right: 1.2rem;
}

#header .dropdown ul li h6 {
	margin-bottom: 0;
}

/* Content */

#content {
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
}

/* Container */

.container {
	max-width: 45rem;
	margin: 0 auto;
}

.container>:last-child {
	margin-bottom: 0;
}

/* Search Bar */

.searchBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 4.5rem;
}

.searchBar h4 {
	margin: 0 1.6rem 0.5rem 0;
}

.searchBar .searchBox {
	margin: 0;
}

/* Two Cols */

.twoCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -1.25rem;
}

.twoCols .col {
	width: 50%;
	padding: 0 1.25rem;
}

.twoCols .col>:last-child {
	margin-bottom: 0;
}

/* Intro */

#intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 5rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#intro .text {
	width: 35.1rem;
}

#intro .text h2 {
	font-size: 3.6rem; /* 72px */
	letter-spacing: -0.0277777777777778em;
}

#intro .text .linkBtn {
	width: 17.45rem;
	margin: 1.5em 0 0;
}

#intro .image {
	width: 28rem;
	margin-left: auto;
}

#intro .image img {
	display: block;
	width: 100%;
}

/* Banner */

#banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 5rem;
}

#banner .text {
	width: 34.5rem;
}

#banner .text>:last-child {
	margin-bottom: 0;
}

#banner .image {
	width: 30rem;
	margin-left: auto;
} 

#banner .image img {
	display: block;
	width: 100%;
}

/* With Sidebar */

#withSidebar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#withSidebar .leftCol {
	width: 21.5rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#withSidebar .rightCol {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: auto;
	padding-left: 2rem;
}

#withSidebar .leftCol .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 1.75rem;
}

#withSidebar .leftCol .title h4 {
	margin-bottom: 0;
}

#withSidebar .leftCol .title .clearBtn {
	margin-left: auto;
	font-size: 0.7rem; /* 14px */
	font-weight: 600;
	letter-spacing: 0.0071428571428571em;
	text-decoration: underline;
}

/* Full Width */

.fullWidth {
	margin-bottom: 4.5rem;
}

.fullWidth>:last-child {
	margin-bottom: 0;
}

/* Two Columns */

.twoColumns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -1.25rem 4.5rem;
}

.twoColumns .col {
	width: 50%;
	padding: 0 1.25rem;
}

.twoColumns .col>:last-child {
	margin-bottom: 0;
}

/* Image Text */

.imageText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -1.25rem 4.5rem;
}

.imageText .image {
	width: 50%;
	padding: 0 1.25rem;
}

.imageText .image img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0px 0.2rem 0.75rem rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0.2rem 0.75rem rgba(0, 0, 0, 0.2);
	border-radius: 0.5rem;
}

.imageText .text {
	width: 50%;
	padding: 0 1.25rem;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.imageText .text>:last-child {
	margin-bottom: 0;
}

.imageText.alt .text {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

/* Not Found */

#notFound {
	text-align: center;
}

#notFound .title {
	margin-bottom: 4.5rem;
}

#notFound .title .bigText {
	font-family:"Ivy Style TW", Times, serif;
	font-size: 19rem; /* 380px */
	font-weight: 300;
	line-height: 0.9;
	letter-spacing: -0.030em;
	margin-bottom: 0;
}

/* Ico List */

.icoList {
	margin: 0 0 5rem;
	padding: 0;
	border-top: 1px solid #E1E1E1;
}

.icoList li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #E1E1E1;
}

.icoList li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 1.5rem 2.3rem 1.5rem 0;
	z-index: 1;
}

.icoList li a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #CCF6FF;
	height: 0;
	z-index: -1;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

@media (hover: hover) and (pointer: fine) {
	.icoList li a:hover:before {
		height: 100%;
	}
	
	.icoList li a:hover img {
		left: 1rem;
	}
}

.icoList li a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 2.9rem;
	width: 1.45rem;
	height: 1.55rem;
	background: url(../images/right-arrow.svg) repeat-x;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: background-position 0.6s;
	-o-transition: background-position 0.6s;
	transition: background-position 0.6s;
	background-size: 2rem;
}

.icoList li a:hover:after {
	background-position: 2rem top;
}

.icoList li img {
	position: relative;
	width: 4rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	left: 0;
	margin-right: 5rem;
	-webkit-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
}

.icoList li h3 {
	margin: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

/* Bubbles */

.bubbles {
	margin: 0 0 5rem;
	padding: 0;
}

.bubbles li {
	margin: 0 0 0.75rem;
	padding: 0;
	list-style: none;
}

.bubbles li a {
	position: relative;
	display: inline-block;
	border: 1px solid #153959;
	padding: 0.775rem 1.5rem 0.775rem;
	border-radius: 5rem;
	z-index: 1;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.bubbles li a:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	background: #CCF6FF;
	border-radius: 5rem;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.bubbles li a:hover,
.bubbles li.active a {
	border-color: transparent;
}

.bubbles li a:hover:before,
.bubbles li.active a:before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
}

.bubbles.horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.bubbles.horizontal li {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}

/* Search Box */

.searchBox {
	position: relative;
	width: 22.85em;
	margin-bottom: 2.5em;
	z-index: 1;
}

.searchBox .query {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 4rem 0 1.8rem;
	width: 100%;
	height: 4rem;
	outline: none;
	font-family:"IvyStyle Sans", Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	border: 1px solid #153959;
	border-radius: 5em;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	z-index: 1;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.searchBox .query::-webkit-input-placeholder {
	opacity: 0.5;
	font-style: italic;
}

.searchBox .query::-moz-placeholder {
	opacity: 0.5;
	font-style: italic;
}

.searchBox .query:-ms-input-placeholder {
	opacity: 0.5;
	font-style: italic;
}

.searchBox .query::-ms-input-placeholder {
	opacity: 0.5;
	font-style: italic;
}

.searchBox .query::placeholder {
	opacity: 0.5;
	font-style: italic;
}

.searchBox .submitBtn {
	position: absolute;
	width: 2.6em;
	height: 2.6em;
	right: 0.6em;
	bottom: 0.6em;
	top: 0.65em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	z-index: 1;
}

.searchBox:before {
	content: "";
	position: absolute;
	width: 2.6em;
	height: 2.6em;
	right: 0.6em;
	bottom: 0.6em;
	top: 0.65em;
	border-radius: 100px;
	background: #CCF6FF;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.searchBox:after {
	content: "";
	position: absolute;
	right: 1.4em;
	top: 1.55em;
	width: 0.9em;
	height: 1em;
	background: url(../images/search-ico.svg) repeat-x;
	background-size: 1.1em;
	-webkit-transition: background-position 0.6s;
	-o-transition: background-position 0.6s;
	transition: background-position 0.6s;
}

.searchBox:hover:after {
	background-position: 1.1em top;
}

.searchBox:hover:before {
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 100%;
}

.searchBox:hover .query {
	border-color: #CCF6FF;
}

/* Block Quote */

blockquote {
	margin: 0 0 4.5em;
	padding: 0 0 0 4.5em;
	font-style: normal;
	background: url(../images/quote-ico.svg) no-repeat 0 0.1em;
	background-size: 3.6em;
}

blockquote cite {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* Info Block */

.infoBlock {
	position: relative;
	padding: 1.65em 1.5em 1.25em;
	margin-bottom: 4.5em;
	--bg-color: #CCF6FF;
	background: var(--bg-color);
	border-radius: 1.5em;
}

.infoBlock:after {
	content: "";
	position: absolute;
	left: 1.45em;
	top: -1.8em;
	width: 2.5em;
	height: 2.5em;
	background: var(--bg-color) url(../images/important-ico.svg) no-repeat center;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0.2em 0.75em rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0.2em 0.75em rgba(0, 0, 0, 0.2);
	background-size: 1.2em;
	border-radius: 100%;
}

.infoBlock>:last-child {
	margin-bottom: 0;
}

.infoBlock.infoBlockWarning {
	--bg-color: #FFD3D3;
}

.infoBlock.infoBlockWarning:after {
	background-image: url(../images/warning-ico.svg);
}

.infoBlock.infoBlockTip {
	--bg-color: #DEFDB6;
}

.infoBlock.infoBlockTip:after {
	background-image: url(../images/tip-ico.svg);
}

.infoBlock.infoBlockStory {
	--bg-color: #FFEFBB;
}

.infoBlock.infoBlockStory:after {
	background-image: url(../images/story-ico.svg);
}

/* Accordion */

.accordion {
	margin-bottom: 4.5em;
	text-align: left;
	border-top: 1px solid #E1E1E1;
	font-size: 1em;
}

.accordion .title {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none; 
}

.accordion .item {
	border-bottom: 1px solid #E1E1E1;
}

.accordion .item .title {
	position: relative;
	cursor: pointer;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	padding-right: 3.5em;
}

.accordion .item .title:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.55em;
	width: 2.6em;
	height: 2.6em;
	border-radius: 100%;
	background: #CCF6FF url(../images/plus-ico.svg) no-repeat center;
	background-size: 0.7em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion .item.opened .title:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.accordion .item .title h6 {
	position: relative;
	margin: 0;
}

.accordion .item .desc {
	display: none;
	padding-bottom: 1em;
	padding-right: 2.5em;
}

.accordion .item .desc>:last-child {
	margin-bottom: 0;
}

.accordion .item.opened .desc {
	display: block;
}

/* Articles */

.articles {
	margin: 0 -0.5em 2.2em;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.articles li {
	margin: 0 0 1em;
	padding: 0 0.5em;
	list-style: none;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.articles li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #E1E1E1;
	padding: 2em;
	-webkit-box-shadow: 0px 0.2em 0.75em rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0.2em 0.75em rgba(0, 0, 0, 0.2);
	border-radius: 1.5em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.articles li a:hover {
	-webkit-box-shadow: 0px 0.2em 0.75em rgba(0, 0, 0, 0.4);
	        box-shadow: 0px 0.2em 0.75em rgba(0, 0, 0, 0.4);
}

.articles li a>:last-child {
	margin-bottom: 0;
}

.articles li .desc {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.articles li .readmore {
	margin-top: 0.5em;
}

.articles.related li {
	width: 100%;
}

.articles.related li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.articles.related li .readmore {
	margin-top: 0;
	margin-left: 2rem;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

/* Read More */

.readmore {
	position: relative;
	display: table;
	width: 2.6em;
	height: 2.6em;
	background: #CCF6FF;
	text-indent: -9999em;
	border-radius: 100%;
	cursor: pointer;
}

.readmore:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.8em;
	height: 0.8em;
	margin-left: -0.4em;
	margin-top: -0.4em;
	background: url(../images/right-arrow.svg) repeat-x;
	background-size: 1.1em;
	-webkit-transition: background-position 0.6s;
	-o-transition: background-position 0.6s;
	transition: background-position 0.6s;
}

.readmore:hover:after,
.articles li a:hover .readmore:after {
	background-position: 1.1em top;
}

/* Pagi */

.pagi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 2.2em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.pagi ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pagi ul li {
	margin: 0.375em;
	padding: 0;
	list-style: none;
}

.pagi ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 2.6em;
	height: 2.6em;
	padding: 0 0.25em 0 0.25em;
	border: 1px solid #E1E1E1;
	border-radius: 100%;
}

.pagi ul li.active a {
	background-color: #F1F1F1;
	border-color: #F1F1F1;
}

.pagi .prevBtn,
.pagi .nextBtn {
	width: 0.45em;
	height: 0.85em;
	margin: 0 1.3em;
	background: url(../images/left-arrow.svg) no-repeat;
	background-size: 100%;
	text-indent: -9999em;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.pagi .nextBtn {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/* You Searched */

.youSearched {
	background: #CCF6FF;
	margin-bottom: 4.5em;
	padding: 2.75em 2.5em;
	border-radius: 1.5em;
}

.youSearched>:last-child {
	margin-bottom: 0;
}

/* Breadcrumb */

.breadcrumb {
	margin: 0 -0.6153846153846154em 6.923076923076923em;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 0.65rem;
	letter-spacing: 0.0153846153846154em;
}

.breadcrumb li {
	position: relative;
	margin: 0;
	padding: 0 0.6153846153846154em;
	list-style: none;
}

.breadcrumb li:after {
	content: ">";
	position: absolute;
	right: -0.3846153846153846em;
	top: 0.0769230769230769em;
}

.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb li a {
	display: inline-block;
}

/* Published */

.published {
	font-size: 0.65rem;
	margin-bottom: 5em;
	letter-spacing: 0.0153846153846154em;
}

/* Footer */

#footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #F1F1F1;
	padding: 4.5rem 1.75rem;
	margin-left: -1.75rem;
	margin-right: -1.75rem;
}

#footer .right {
	width: 50%;
	margin-left: auto;
	padding-left: 1.25rem;
}

#footer .logo {
	display: block;
	width: 13.3rem;
	margin-bottom: 2.5rem;
}

#footer .logo img {
	display: block;
	width: 100%;
}

#footer .copyright {
	margin: 0;
}

#footer .copyright a {
	text-decoration: underline;
}

#footer .disclaimer {
	font-size: 0.65rem; /* 13px */
	letter-spacing: 0.0153846153846154em;
	margin-bottom: 3.846153846153846em;
}

#footer .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#footer .links ul {
	margin: 0;
	padding: 0;
}

#footer .links ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Animations */

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(15rem); 
                transform: translateY(15rem); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
                transform: translateY(0); 
    } 
}

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(15rem); 
                transform: translateY(15rem); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
                transform: translateY(0); 
    } 
} 

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-400px); 
                transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
                transform: translateX(0); 
    } 
} 

@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-400px); 
                transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
                transform: translateX(0); 
    } 
} 

/* Miscelleneous */

p {
	margin: 0 0 0.8rem;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Ivy Style TW", Times, serif;
	margin: 0;
	line-height: 1.2;
}
h1{
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.12;
	margin-bottom: 0.625em;
	letter-spacing: -0.03125em;
}
h2 {
	font-size: 3.2rem; /* 64px */
	font-weight: 300;
	line-height: 1.12;
	margin-bottom: 0.625em;
	letter-spacing: -0.03125em;
}

h2 img {
	position: relative;
	display: inline-block;
	width: 1.125em;
	vertical-align: middle;
	top: -0.1em;
}

h3 {
	font-size: 2.2rem; /* 44px */
	font-weight: normal;
	line-height: 1.22;
	margin-bottom: 0.4772727272727273em;
}

h4 {
	font-size: 1.6rem; /* 32px */
	font-weight: normal;
	line-height: 1.31;
	margin-bottom: 0.65625em;
}

h5 {
	font-family:"IvyStyle Sans", Arial, sans-serif;
	font-size: 1rem; /* 20px */
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 0.9rem; /* 18px */
	font-weight: 600;
	line-height: 1.33;
	letter-spacing: 0.0055555555555556em;
	margin-bottom: 0.7777777777777778em;
}

hr {
	margin: 0 0 4.5rem;
	padding: 0;
	border: 0;
	height: 1px;
	background: #E1E1E1;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
}

img.fitImage {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

ul,
ol {
	padding: 0 0 0 20px;
	margin-bottom: 25px;
}

.linkBtn {
	position: relative;
	display: table;
	line-height: 1.2;
	font-family:"IvyStyle Sans", Arial, sans-serif;
	font-size: 1rem; /* 20px */
	font-weight: normal;
	margin: 0 0 2.5em;
	color: currentColor;
	background: #fff;
	padding: 1.35em 4.8em 1.35em 1.9em;
	border: 1px solid currentColor;
	letter-spacing: 0;
	border-radius: 5em;
	cursor: pointer;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	z-index: 1;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.linkBtn.linkBtnCentered {
	margin-left: auto;
	margin-right: auto;
}

@media (hover: hover) and (pointer: fine) {
	.linkBtn:hover {
		border-color: #CCF6FF;
	}
}

.linkBtn:before {
	content: "";
	position: absolute;
	width: 2.6em;
	height: 2.6em;
	right: 0.6em;
	bottom: 0.6em;
	top: 0.65em;
	border-radius: 100px;
	background: #CCF6FF;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -1;
}

@media (hover: hover) and (pointer: fine) {
	.linkBtn:hover:before {
		left: auto;
		right: 0;
		top: 0;
		bottom: auto;
		width: 100%;
		height: 100%;
	}
}

.linkBtn:after {
	content: "";
	position: absolute;
	right: 1.5em;
	top: 1.55em;
	width: 0.8em;
	height: 0.8em;
	background: url(../images/right-arrow.svg) repeat-x;
	background-size: 1.1em;
	-webkit-transition: background-position 0.6s;
	-o-transition: background-position 0.6s;
	transition: background-position 0.6s;
}

@media (hover: hover) and (pointer: fine) {
	.linkBtn:hover:after {
		background-position: 1.1em top;
	}
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

strong {
	font-weight: 700;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

/* Media Queries */

@media only screen and (max-width : 1260px) {

}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {

}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	html {
		font-size: 18px;
	}

	#mainWrapper {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0;
	}

	#header {
		position: static;
		display: block;
		padding: 20px 15px 1px;
		height: auto;
		margin-left: -15px;
		margin-right: -15px;
	}

	#header .dropdown {
		position: static;
		margin-left: -15px;
		margin-right: -15px;
	}

	#header .logo {
		display: block;
		width: 320px;
		max-width: 100%;
		margin: 0 auto 10px;
	}

	#header .options {
		display: block;
		text-align: center;
	}

	#header .options .language {
		display: inline-block;
		margin-bottom: 15px;
	}

	#header .options .menuBtn {
		margin: 0 auto 18px;
		width: 185px;
	}

	#header .options .quickExit {
		display: none;
	}

	#header .dropdown {
		padding: 5px 15px;
	}

	#header .dropdown ul {
		display: block;
	}

	#header .dropdown ul li {
		width: 100%;
		-webkit-animation-name: fadeInLeft;
		        animation-name: fadeInLeft;
	}

	#header .dropdown ul li a {
		min-height: 1px;
		padding: 20px 22px;
	}

	#header .dropdown ul li img {
		margin-right: 15px;
	}

	#intro {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 50px;
	}

	#intro .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 300px;
		margin: 0 auto 30px;
		max-width: 100%;
	}	

	#intro .text {
		width: 100%;
	}

	#intro .text h2 {
		font-size: 45px;
	}

	#banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 50px;
	}

	#banner .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 300px;
		max-width: 100%;
		margin: 0 auto 30px;
	}

	#banner .text {
		width: 100%;
	}

	#content {
		text-align: center;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	#withSidebar {
		display: block;
	}

	#withSidebar .leftCol {
		width: 100%;
	}

	#withSidebar .leftCol .title {
		display: block;
	}

	#withSidebar .leftCol .title .clearBtn {
		display: inline-block;
		margin-top: 15px;
	}

	#withSidebar .rightCol {
		padding-left: 0;
	}
	
	#notFound .title {
		margin-bottom: 50px;
	}

	#notFound .title .bigText {
		font-size: 160px;
	}

	.breadcrumb {
		margin-bottom: 40px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.articles {
		display: block;
	}

	.articles li {
		width: 100%;
	}

	.articles li a {
		padding: 30px 20px;
	}

	.youSearched {
		padding: 30px 20px;
		margin-bottom: 40px;
	}

	.twoColumns {
		display: block;
	}

	.twoColumns .col {
		width: auto;
	}

	blockquote {
		padding-left: 0;
		background-position: center top;
		padding-top: 70px;
		margin-bottom: 50px;
	}

	.infoBlock {
		margin-bottom: 50px;
		margin-top: 70px;
	}

	.infoBlock:after {
		left: 50%;
		margin-left: -1.25em;
	}

	.searchBox {
		width: 285px;
		margin-left: auto;
		margin-right: auto;
	}

	.readmore {
		margin-left: auto;
		margin-right: auto;
	}

	.icoList {
		margin-bottom: 50px;
	}

	.icoList li a {
		display: block;
		padding: 30px 0;
	}

	.icoList li a:after {
		position: static;
		display: block;
		margin: 30px auto 0;
	}

	.icoList li a:hover img {
		left: 0;
	}

	.icoList li img {
		margin: 0 auto 20px;
	}

	.accordion {
		margin-bottom: 50px;
	}

	.accordion .item .desc {
		padding-right: 0;
	}
	
	.bubbles {
		margin-bottom: 50px;
	}

	.bubbles li {
		margin-bottom: 0;
		margin-top: 15px;
	}

	.bubbles li a {
		padding: 15px 20px;
	}

	.pagi .prevBtn, .pagi .nextBtn {
		margin: 0 10px;
	}

	.pagi ul li {
		margin: 0 4px 8px;
	}

	.searchBar {
		display: block;
		margin-bottom: 50px;
	}

	.searchBar h4 {
		margin-right: 0;
	}

	.searchBar .searchBox {
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.5em;
	}

	.searchBox .query {
		padding-left: 20px;
		font-size: 13px;
	}

	.twoCols {
		display: block;
	}

	.twoCols .col {
		width: 100%;
	}

	.twoColumns .col>:last-child {
		margin-bottom: 16px;
	}

	.imageText {
		display: block;
		margin-bottom: 50px;
	}

	.imageText .image {
		width: 100%;
		margin-bottom: 30px;
	}

	.imageText .text {
		width: 100%;
	}

	.articles.related li a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.articles.related li .readmore {
		margin-top: 0.5em;
		margin-left: auto;
	}

	.published {
		margin-bottom: 50px;
	}

	.fullWidth,
	.twoColumns {
		margin-bottom: 50px;
	}

	.linkBtn {
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 70px;
		max-width: 290px;
	}

	#intro .text .linkBtn {
		margin-left: auto;
		margin-right: auto;
		width: 240px;
	}

	#footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#footer .right {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	#footer .links {
		display: block;
		margin-bottom: 40px;
	}

	#footer .links ul li {
		margin-bottom: 20px;
	}

	#footer .disclaimer {
		font-size: 13px;
		margin-bottom: 40px;
	}

	#footer .logo {
		margin: 0 auto 40px;
	}

	p {
		margin-bottom: 16px;
	}

	hr {
		margin-bottom: 50px;
	}

	h2 {
		font-size: 45px;
	}

	h3 {
		font-size: 30px;
	}
	
}

@media only screen and (max-width : 479px) {

}