/* *******************************************************
J  a  v  a  c  a  t  z
Project:    Asia Global Fellow 2019
Filename:   style.css
Purpose:    This file is created to hold CSS styles of
            the project.
            Please do not put other styles in this file.
******************************************************* */


/********** CSS Normilazation ***********/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
/*
	font-family: 'Lato', sans-serif;
	font-family: 'Roboto', sans-serif;

*/

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0;
	padding:0;
	outline:0;
}
body * {
/*-webkit-transform: translate3d(0, 0, 0);*/
}
div:after, ul:after {
	clear:both;
	content:'';
	display:block;
}
/**
 * Remove default margin.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
 audio:not([controls]) {
 display: none;
 height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background: transparent;
	text-decoration:none;
	color:#e62531;
}
a:active, a:hover {
	outline: 0;
	text-decoration:underline;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	color:#343434;
	margin-bottom:.6em;
	font-weight:500;
	line-height: normal;
}
h1 {
	font-size: 32px;
	color:#4d4d4d;
	font-weight:400;
	line-height:normal;
}
h1 span {
	display:block;
	color:#e52c30;
}
h2 {
	color:#e52c30;
	font-size:28px;
	margin-bottom:.9em;
}
h3 {
	font-size: 20px;
	color:#343434;
	margin-bottom:1em;
}
h3 a {
	color:#343434;
}
h4 {
	font-size: 17px;
	margin-bottom:.1em;
	font-weight:400;
}
h5 {
	font-size:16px;
	font-weight:500;
	margin-bottom:.8em;
	color:#343434;
}
h6 {
	/*text-transform:uppercase;*/
	font-size:14px;
	font-weight:500;
	margin-top:1.5em;
	margin-bottom:0;
	color:#343434;
}
p, td {
	line-height:1.7em;
	margin:0 0 1em 0;
	font-size: 100%;
	font-weight: 400;
}
a:hover, a.active {
	text-decoration:underline;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
}
 svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
/*
ul li{
	list-style:none;
}
li{
	list-style:none;
}*/

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}
table[align=center] {
	text-align: center;
}
table[align=right] {
	text-align: right;
}
table[align=left] {
	text-align: left;
}
td, th {
	padding: 0;
}
/**********From KY css************/

/* *** Lists *** */
ul {
	margin: 0 0px 1.8em 2em;
	padding: 0;
	list-style-type: disc;
}
ol {
	margin: 0 0px 20px 30px;
	padding: 0;
	list-style-type: decimal;
}
dl {
	margin: 0 0 20px 0;
}
dl dt {
	font-weight: 700;
}
dd {
	margin-left: 20px;
}
li {
	line-height: 1.5em;
	margin-bottom:.8em;
}
ul.bullet, ol {
	margin: 0 0 1em 0;
	padding: 0;
}
ul.bullet li {
	background-color: transparent;
	background-image: url(../img/dash.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 10px;
	list-style-type: none;
	padding-left: 14px;
	margin-bottom: 0.4em;
}
ul ul.bullet, ul ol, ol ul.bullet, ol ol {
	margin-top: 0.4em;
	margin-bottom: 0;
}
ol li {
	list-style-type: decimal;
	margin-left: 2.5em;
	margin-bottom: 0.4em;
}
ol li ul.bullet li {
	list-style-type: none;
	margin-left: 0;
}
ol ol {
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol li ul.bullet li {
	list-style-type: none;
	margin-left: 0;
}
ol ol ol li {
	list-style-type: lower-roman;
}
ol ol ol li ul.bullet li {
	list-style-type: none;
	margin-left: 0;
}
.no-bullet {
	list-style:none;
	margin-left:0;
}
.no-bullet li {
	margin-top:5px;
}
/* *** Table *** */
table {
	border:0;
}
table.fullwidth {
	width: 100%;
}
table th {
	background-color: #ffffff;
	font-weight: 700;
}
table.normal th, table.normal td {
	padding: 2px 5px !important;
}
table.border {
	background-color: #efeadf;
	border-collapse: collapse;
	border: 1px solid #999;
}
table.border td {
	background-color: #ffffff;
}
table.border th, table.border td {
	text-align: left;
	padding: 8px !important;
	border: 1px solid #999;
}
table.border th {
	text-align: center;
}
table.tableMaxWidth {
	width: 100%;
}
table.tableAltRow {
}
table tr.tr_odd th {
	padding: 2px 5px !important;
}
table tr.tr_odd td {
	background-color: #e3dcc0;
	padding: 2px 5px !important;
}
table tr.tr_even td {
	background-color: #efeadf;
	padding: 2px 5px !important;
}
table.bigpadding tr th, table.bigpadding tr td {
	padding: 8px 12px !important;
}
table.noborder th, table.noborder td {
	border: 0 !important;
}
table.nopadding th, table.nopadding td {
	padding: 0 !important;
}
table.special {
	background-color: #FFFCF4;
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin: 0 0 0.5em 0;
	border: 1px solid #EFEADF;
}
table.special th, table.special td {
	background-color: #FFFCF4;
	padding: 5px;
	margin: 0;
	border: 1px solid #EFEADF;
}
table.special th {
	background-color: #FFFCF4;
	background-image: url(../img/bg/bg-table-special-th.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
table.special tr.details td {
	background-color: #fff;
}
table {
	width: 100%;
	background: #ececec;
}
table th, table td {
	background: #f6f6f6;
	padding: 10px 10px;
	border: 1px solid #fff;
	font-weight: 400;
	line-height: normal;
}
table th {
	color: #343434;
	background: #ece7e1;
	vertical-align: top;
	text-align:left;
}
/*Responsive Table*/

.table-responsive {
	max-width: 100%;
	overflow: auto;
	margin-bottom: 30px;
}
/*IMAGE*/
img {
	vertical-align: middle;
}
img.float_left, .float_left_txt {
	float:left;
	margin: 0 30px 20px 0
}
.float_left_img {
}
.float_left_txt {
	width:42%;/*float:left;*/
}
.float_right {
	float:right;
}
.float_left {
	float: left;
}
.float_right_img {
	width:51%;
}
.float_right_img {
	text-align: right;
}
img.float_right, .float_right_img {
	float:right;
	margin: 0 0 20px 30px;
}
.caption_image_full {
	display: block;
	clear: none;
	text-align: center;
	margin: 0 0 5px 0;
}
.caption_image_left {
	display: block;
	float: left;
	clear: none;
	margin: 0 15px 5px 0;
}
.caption_image_right {
	display: block;
	float: right;
	clear: none;
	margin: 0 0 5px 15px;
}
.caption_image_full img {
	display: block;
}
.caption_image_left img, .caption_image_right img {
	display: block;
}
.caption_image_full .caption, .caption_image_left .caption, .caption_image_right .caption {
	font-size: 92%;
	text-align: left;
	margin: 0 5px 3px 5px;
}
.highlight {
	font-size: 115%;
	font-weight: 700;
	line-height: 1.25em;
}
.highlight2 {
	font-size: 117%;
	font-weight: 400;
	line-height: 1.2em;
}
.redout {
	color: #e22;
}
.grayout {
	color: #aaa;
}
.fineprint {
	font-size: 80%;
	color:#696969;
}
.fineprint2 {
	font-size: 90%;
}
.smallfineprint {
	font-size: 79%;
}
.hline {
	display: block;
	position: relative;
	background-color: transparent;
	background-image: url(../img/bg/bg-hdot.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	padding: 1px 0 0 0;
	margin: 1.5em 0;
	height: 0;
	overflow: hidden;
}
/* *** Misc *** */
a.pointer {
	cursor: pointer !important;
}
a img {
	border: 0;
}
.linkMask {
	display: block;
	cursor: default;
}
a .linkMask {
	cursor: pointer;
}
a.more {
	color: #ed1d25 !important;
	padding: 0 5px;
	font-size: 100%;
}
a.more:hover {
	color: #fff;
}
.title, .title a {
	color:#5b5a5c !important;
}
/*JC Default FORM from CMS*/
/* Buttons */
.btn {
	display: inline-block;
	min-height: 35px;
	text-decoration: none !important;
	line-height: normal;
	padding: 7px 35px;
	color: #fff;
	margin-bottom: 24px;
	background:#cf1b1f;
	border:#cf1b1f 1px solid;
	text-align:center;
}
.formBatch .btn:hover {
	opacity: .8;
}
.buttons {
	margin: 10px 0 0 0;
}
.buttons:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.buttons {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .buttons {
	height: 1px;
}
.buttons {
	display: block;
}
/* End hide from IE-mac */


* html body.hideSelect select {
	visibility: hidden;
}
/* *** Forms *** */
* html body.hideSelect select {
	visibility: hidden;
}
input.text, textarea.text {
	font-size: 100%;
	line-height: 1.25em;
	text-align: left;
	width: 100%;
	line-height: 20px;
	height: 20px;
	padding: 5px 10px;
	margin-left:-10px;
	border:0;
	box-sizing:border-box;
	background:transparent;
	border-radius:0;/*resize: none;*/
}
input[type="file"] {
	margin:5px 0px;
}
.error input.text, .error textarea.text, .error .selectBox-dropdown {
	margin-left:0;
	border:1px solid red;
}
.longField input.text {
	width: 364px;
}
.longField textarea.text {
	width: 600px;
}
* html input.text, *+html input.text {
	vertical-align: middle;
}
input.text:focus {
/*border: 1px solid #bd000d;*/
}
textarea.text {
	height: 8em;
}
textarea.tall {
	height: 16em;
}
select.text {
	color: #2C2C2C;
}
select {
	color: #3a6174;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	font-weight: 400;
	width: 100%;
	border: 1px solid #ddd;
	padding:2px 10px;
}
select option[disabled] {
	opacity: .5;
}
select:focus {
	border: 1px solid #ca0008;
}
input.short, textarea.short, select.short {
	width: 120px;
}
input.tiny {
	text-align: center;
	width: 2em;
}
.error, .error a {
	font-size:14px;
	color: #f00;
}
.error label {
	font-size:100%;
	color:#343434;
}
.formBatch {
	position: relative;
	text-align: left;
}
.hasLegend {
	padding-top: 20px;
	margin-top: 20px;
}
.hasLegend .legend {
	display: block;
	position: absolute;
	top: -10px;
	left: 5px;
	color: #888;
	background-color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 8px;
	border: 1px solid #ddd;
	border-right-color: #bbb;
	border-bottom-color: #aaa;
	cursor: default;
}
* html .hasLegend .legend {
	left: -5px;
}
.formSet {
	position: relative;
	margin: 0 0 0px 0;
}
.formSet.formSet-description {
	border:0;
	margin-top:0;
	padding: 10px 5px 0;
}
.formSet.formSet-description label.label {
	font-size: 14px;
}
.formSet:before {
	content:'';
	clear:both;
	display:block;
}
.formSet.col-2 {
	vertical-align:top;
	margin-left:-4px;
	display:inline-block;
	width:50%;
}
.formSet.btns {
	padding-top:10px;
	padding-bottom:10px;
}
.formSet:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.formSet {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #dddddd;
	padding:5px 7px 5px 7px;
	margin-top:-1px;
	background:#fff;
}
.sideText {
	font-size:14px;
}
/* Hides from IE-mac \*/
* html .formSet {
	height: 1px;
}
.formSet {
	width: 100%;
	margin-left: -4px;
}
.formSet.formread {
	padding:0;
	padding-top:15px;
	border:0;
}
/*
.formDiv .formSet:last-child{
	border:0;
}
.formDiv .formSet:last-child label{
	display:none;
}*/
/* End hide from IE-mac */

label.label {
	display: block;
	/*float: left;*/
	font-size:12px;
	position: relative;
	clear: none;
	line-height:normal;
	padding: 0px 0px 5px 0px;
}
.longLabels label.label {
/*width: 150px;*/
}
div.field {
	display: block;
	position: relative;
	clear: none;/*padding: 5px 00px 5px 0px;*/
	/*width: 554px;*/
}
div.field:after {
	clear:none;
	content:'';
	display:block;
}
.longLabels div.field {
	width: 100%;
}
div.field .radio, div.field .checkbox {
}
div.field .radio:after, div.field .checkbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
div.field .radio, div.field .checkbox {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div.field .radio, * html div.field .checkbox {
	height: 1px;
}
div.field .radio, div.field .checkbox {
	display: block;
}
/* End hide from IE-mac */

div.field .radio input, div.field .checkbox input {
	display: none;
	float: left;
	position: relative;
	clear: none;
	margin: 2px 3px 2px 0;
	vertical-align: middle;
}
* html div.field .radio input, * html div.field .checkbox input {
	margin-top: 0;
}
.formSet .radio label, .formSet .checkbox label {
	display: block;
	float: left;
	position: relative;
	clear: none;
	padding: 2px 0;
}
.formSet span.error, span.error {
	padding:20px 0 0 5px;
	display:block;
	font-size:13px;
	line-height:normal;
	text-align:left !important;
}
.formSet span.error span, span.error span {
	display:block;
}
.formButtons {
	position: relative;
	padding: 5px 0 0 100px;
}
.formButtons2 {
	position: relative;
}
.longLabels .formButtons {
	padding-left: 150px;
}
.formButtons:after, .formButtons2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.formButtons, .formButtons2 {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .formButtons, * html .formButtons2 {
	height: 1px;
}
.formButtons, .formButtons2 {
	display: block;
}
/* End hide from IE-mac */

.formButtons .error {
	margin: 0 0 5px 0;
}
.specialBatch {
	background-color: #fffeee;
	font-size: 12px;
	font-weight: 600;
	border-color: #aaa;
}
.specialBatch .legend {
	color: #3A6174;
}
.specialBatch label.label, .specialBatch input, .specialBatch textarea, .specialBatch select, .specialSet label.label, .specialSet input, .specialSet textarea, .specialSet select {
	font-size: 12px;
	font-weight: 600;
}
.required input, .required textarea, .required select {
	background-color: #fffeee;
}
.required label.label {
	background-image: url(../img/bg/bg-required.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	margin-left: -8px;
	padding-left: 8px;
}
.searchField:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.searchField {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .searchField {
	height: 1px;
}
.searchField {
	display: block;
}
/* End hide from IE-mac */
.searchField {
}
.searchField input.searchinput {
	display: block;
	float: left;
	position: relative;
	clear: none;
	line-height: 22px;
	padding: 0 0.5em;
	margin: 0;
	width: 75%;
	height: 24px;
	border: 1px solid #C2C2C2;
	border-right: 0;
}
.searchField .searchbutton {
	display: block;
	float: left;
	position: relative;
	clear: none;
	border: 1px solid #D1C7B2;
}
.searchField .searchbutton, .searchField .searchbutton span {
	display: block;
	color: #2C2C2C;
	background-color: #D1C7B2;
	line-height: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.searchField .searchbutton:hover {
	text-decoration: none;
}
.searchField .searchbutton span {
	padding: 0 0.5em;
}
/*******Check Box*******/
.check_boxes label, .checkbox label, .radio label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.check_boxes label, .checkbox label, .radio label {
	-moz-user-select: none;
}
.check_boxes input[type="checkbox"], .checkbox input[type="checkbox"], .radio input[type="checkbox"] {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.check_boxes input[type="checkbox"] + label, .checkbox input[type="checkbox"] + label, .radio input[type="checkbox"] + label {
	background-position:-23px -24px;
	background-repeat: no-repeat;
	color: #343434;
	cursor: pointer;
	display: inline-block;
	height: auto;
	line-height: 19px;
	padding-left: 30px;
	vertical-align: middle;
	width: auto;
	margin-right:25px;
	/*margin-top:5px;*/
	margin-bottom:5px;
	font-size:15px;
}
.check_boxes input[type="checkbox"]:checked + label, .checkbox input[type="checkbox"]:checked + label, .radio input[type="checkbox"]:checked + label {
	background-position: -45px -2px;
}
.check_boxes input[type="checkbox"] + label, .checkbox input[type="checkbox"] + label, .radio input[type="checkbox"] + label {
	background-image: url("../img/check_boxes.svg");
	background-size:66px 66px;
}
.error .check_boxes input[type="checkbox"] + label {
	font-size:15px;
	background-position:-1px -46px;
}
.check_boxes input[type="checkbox"] + label:last-child {
	margin-right:0;
}
/*.checkbox label {
    background-image: url("../img/check_boxes_inner.png");
}*/

/**Radio Buttons**/
.radio_btns, .radio, .check_boxes, .checkbox {
	display: inline-block;/*margin-bottom: 6px;*/
}
.radio_btns input[type="radio"], .radio input[type="radio"] {
	display: none;
}
.radio_btns input[type="radio"] + label, .radio input[type="radio"] + label {
	background-position: -24px -23px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	min-height: 26px;
	line-height: 19px;
	padding-left: 30px;
	vertical-align: middle;
	color: #343434;
	margin-right: 25px;
}
.radio_btns:first-child input[type="radio"] + label, .radio:first-child input[type="radio"] + label {
	margin-left: 0;
}
.radio input[type="radio"] + label {
/*margin-top:8px;*/
}
.radio_btns input[type="radio"]:checked + label, .radio input[type="radio"]:checked + label {
	background-position: -47px 0px;
}
.error .radio_btns input[type="radio"] + label, .error .radio input[type="radio"] + label {
	font-size:15px;
	background-position:0px -47px;
}
.radio_btns input[type="radio"] + label, .radio input[type="radio"] + label {
	/*background-position: -48px 0px;*/
    background-image: url("../img/radio_btn.svg");
	background-size:70px 70px;
}
.radio input[type="checkbox"] + label, .radio input[type="radio"] + label {
	margin-right: 20px;
}
/*****************Select box***************/

/*Default JC Dropdown*/
select {
	color:#343434;
	background: #fff;
	font-size: 100%;
	line-height: 1.25em;
	font-weight: 400;
	width: 100%;
	padding:5px 5px;
	background: url(../img/select-arrow.png) no-repeat right 5px center;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
 select::-ms-expand {
 display:none;
}
select:focus {
	outline:0;
	border: 1px solid #ccc;
}
/*No Border*/
.no-border {
	border: 0;
}
.no-top-border {
	border-top: none !important;
}
.no-left-border {
	border-left: none !important;
}
.no-right-border {
	border-right: none !important;
}
.no-bottom-border {
	border-bottom: none !important;
}
/*Default Border*/
.top-border {
	border-top: 1px solid;
}
.left-border {
	border-left: 1px solid;
}
.right-border {
	border-right: 1px solid;
}
.bottom-border {
	border-bottom: 1px solid;
}
/*No Background*/
.no-background {
	background:none !important;
}
/*Defaul Float*/
.pull_left {
	float:left;
}
.pull_right {
	float:right;
}
.float-none {
	float:none !important;
}
img.pull_left {
	margin-bottom: 20px;
	margin-right: 20px;
}
img.pull_right {
	margin-bottom: 20px;
	margin-left: 20px;
}
/*Alignment Set*/
.align_justify {
	text-align:justify !important;
}
.align_right {
	padding-right:10px !important;
	text-align:right !important;
}
.align_left {
	padding-left:10px !important;
	text-align:left !important;
}
.align_center {
	text-align:center !important;
}
/*No Padding - No Margin*/
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
/*Fonts*/
.strong_font {
	font-weight:700;
}
.small_font {
	font-size:11px;
}
/*Vertical-align*/
.v-top {
	vertical-align:top;
}
.v-middle {
	vertical-align:middle;
}
.v-bottom {
	vertical-align:bottom;
}
.hide {
	display:none;
}
.first {
	border-left:0 !important;
}
.clear {
	clear:both;
}
.req {
	margin-right:2px;
	font-size:15px;
	vertical-align:top;
	color:#ff0000;
	top:0 !important;
	position:relative !important;
}
.png-logo {
	display: none !important;
}
/*Main Style*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height:100%;
}
body {
	font-size:15px;
	line-height:1.6em;
	color:#343434;
	position:relative;
	min-height:100%;
	background:#fff;
	font-weight:400;
	height: auto !important;
	font-family: 'Roboto', sans-serif;/*overflow-x: hidden;*/
}
body.zh-hk {
	font-family: Arial, Helvetica, 'Microsoft YaHei New', 'Microsoft Yahei', "微软雅黑", 'SimHei', "黑体", 'STXihei', "华文细黑", sans-serif;
	font-size:16px;
}
#wrapper {
	padding:0;
	display:block;
	clear:both;
	margin:0 auto;
	width: 100%;
}
.container, .container02 {
	width:1202px;
	margin:0 auto;
	position:relative;
}
.container02 {
	width:980px;
}
.container:after {
	content:'';
	clear: both;
	display: block;
	height: 0;
}
/***********Header************/
#header {
	background:#fff;
	position: relative;
	width:100%;
	/*border-bottom:#dbdbdb 1px solid;*/
	padding:25px 0;
}
#logo {
	width:215px;
	display:block;
	color: #fff;
	z-index: 100;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	float: left;
	margin-top:10px;
}
.logo02 {
	text-align:right;
	margin-top:15px;
}
.logo02 img {
	display:inline-block;
}
.logo2-01 {
	width:264px;
}
.logo2-02 {
	width:177px;
}
.top-left {
	float:right;
}
.search-section {
	margin-right:13px;
	height:26px;
	border:1px solid #b5b5b5;
	width: 225px;
	position: relative;
	padding-right: 23px;
}
.search-section .searchbutton, .searchbuttonMob, .fixed-search .searchbutton {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	text-align:center;
	background: #b5b5b5;
}
.search-section .searchbutton img, .searchbuttonMob img, .fixed-search .searchbutton img {
	vertical-align:middle;
	max-width:17px;
	margin-top:2px;
}
.search-section .searchbox, .fixed-search .searchbox {
	border: 0;
	height: 100%;
	font-size: 14px;
	vertical-align: top;
	width: 100%;
	padding-left:5px;
	padding-right:15px;
}
.search-section, .mobile-menu {
	float:right;
}
.mobile-menu .menu-tab {
	background-image: url(../img/ico-menu.svg);
	vertical-align:top;
	background-repeat: no-repeat;
	width: 30px;
	height: 26px;
	background-position: 0 0;
	background-size: 29px auto;
	display: inline-block;
	color:transparent;
}
.mobile-menu .menu-tab:hover, .mobile-menu .menu-tab.active {
	background-image:url(../img/ico-menu-active.svg);
}
.bottom-header {
	padding:20px 0 0;
	position:relative;
	overflow: hidden;
}
.mobile-menu-list, .fixed-search {
	display: none;
	width: 370px;
	position: fixed;
	right: 0;
	top:0;
	z-index:10000;
	background: #fff;
	min-height:100%;
	overflow:auto;
	padding-top:50px;
}
.mobile-menu-list.active, .fixed-search.active {
	display:block;
}
.fixed-search {
	padding:35px 20px;
}
.fixedSearch {
	border:1px solid #b5b5b5;
	height:38px;
	position:relative;
}
.fixed-search h3 {
	margin-bottom:20px;
	text-transform:uppercase;
}
.fixedSearch .searchbutton {
	padding-top: 5px;
	background-color: #cf1b1f;
	width: 67px;
	top: -1px;
	height: 38px;
	right: -1px;
}
.fixedSearch .searchbox {
	display:block;
	padding-right:70px;
}
.mobile-menu-list .logo-tab {
	padding: 0px 35px 30px;
}
.mobile-menu-list #logo {
	float:none;
	display:block;
	margin:0;
	width:175px;
}
.mobile-menu-list ul {
	padding:0;
	margin:0;
}
.mobile-menu-list ul > li {
	display:block;
	position:relative;
	font-weight:400;
	float:none;
	padding:15px 35px;
	background:#cf1b1f;
	margin-bottom:4px;
	line-height:normal;
}
.mobile-menu-list ul > li > a {
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	position:relative;
	z-index:1000;
	display:inline-block;
}
.mobile-menu-list ul + .appLink .btn {
	padding: 15px 35px;
    display: block;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    color: #cf1b1f;
    background-color: #fff;
    text-align: left;
}
.mobile-menu-list ul + .appLink .btn:hover {
	text-decoration:underline !important;
}
.appLink.hideLink {
	display: none !important;
}
.mobile-menu-list .inner-nav {
	margin-left: -35px;
	margin-right: -35px;
	top: 0px;
}
.mobile-menu-list > ul > li.subnav {
	padding-bottom:0;
}
.mobile-menu-list > ul > li.subnav > a {
	padding-right: 20px;
}
.mobile-menu-list > ul > li.subnav.active {
	margin-bottom:0;
}
.mobile-menu-list > ul > li.subnav > a {
	padding-bottom: 15px;
}
.mobile-menu-list .inner-nav ul > li {
	border-bottom: 1px solid #dbdbdb;
	background:#fff;
	padding:15px 45px;
	margin-bottom:0;
}
.mobile-menu-list .inner-nav ul > li > a {
	text-transform:none;
	color:#404040;
}
.mobile-menu-list .inner-nav ul > li:hover > a, .mobile-menu-list .inner-nav ul > li.active > a {
	color:#cf1b1f;
	text-decoration:underline;
}
.logo-tab {
	position:relative;
}
.mobile-menu-list .close-btn, .fixed-search .close-btn {
	position: absolute;
	width: 19px;
	height: 22px;
	background: url(../img/ico-close.svg) 0 0 no-repeat;
	top: 5px;
	right: 25px;
	cursor:pointer;
}
.fixed-search .close-btn {
	top:35px;
}
#main-menu.special-nav {
	position: relative;
}
#main-menu.special-nav .visible-links {
	display: inline-table;
}
#main-menu.special-nav:after {
	clear: both;
	display: block;
	content: '';
}
#main-menu.special-nav .more-button {
	text-decoration: none !important;
	/*font-weight: 400;
   padding: 12px 20px 11px;
   display:block;
   line-height: normal;
   color: #fff;
   font-size:20px;
   text-align:left;*/
   color: #404040;
}
#main-menu.special-nav .moreTab:hover .more-button {
	color: #e52c30;
}
#main-menu.special-nav .visible-links {
	display: inline-table;
	overflow:hidden;
	visibility:hidden;/*border-collapse: separate;*/
 /*float:left;*/
}
#main-menu.special-nav .visible-links > li {
	display: table-cell;
}
#main-menu.special-nav .hidden-nav {
	visibility: hidden;
}
/* More nav*/
#main-menu#main-menu.special-nav > .moreTab {
	position: absolute;
	height: 100%;
	opacity: 1 !important;
	top:0;
	width: auto;
	text-align: right;
	z-index:9990;
	margin-bottom: 0;
	/*margin-left: -4px;*/
   border-left: 1px solid #b5b5b5;
	padding: 2px 23px;
	line-height: normal;
	text-transform: uppercase;/*display: inline-block;*/
}
#main-menu.special-nav .more-nav.hidden-more-links .inner-nav {
	display:none;
}
#main-menu.special-nav .hidden-more-links .inner-nav .subnav .arrow {
	display: none;
}
#main-menu.special-nav .hidden-more-links .inner-nav .inner-nav {
	display: none;
}
#main-menu.special-nav .moreTab {
	display:inline-table;
	display:none;
}
#main-menu.special-nav .moreTab:hover .more-nav {
	visibility:visible;
	display: block;
}
.menu-section {
	max-height: 24px;
}
.nav ul {
	margin:0;
	text-align:left;
}
.nav > ul {
	display:table;
	margin:0 auto;
}
.nav ul li {
	margin-bottom:0;
	position:relative;
}
.nav > ul > li {
	display: none;
	margin-bottom:0;
	margin-left:-4px;
	border-left:1px solid #b5b5b5;
	padding:2px 23px;
	line-height:normal;
	text-transform:uppercase;/*display:inline-block;*/
}
.nav ul li a {
	color:#404040;
}
.nav ul li a:hover {
	text-decoration:none;
}
.nav > ul > li > a {
	font-size: 16px;
	display:block;
	z-index:9;/*padding:10px 45px;*/
	/*font-weight:700;*/
}
.nav > ul li:hover > a, .nav > ul li.active > a {
	color:#e52c30;
}
/*
.nav > ul > li.current, .nav  > ul > li:hover, .nav > ul > li.active , 
.nav .inner-nav> ul > li.current, .nav .inner-nav  > ul > li:hover, .nav .inner-nav > ul > li.active {
	background:#13298c !important;
}*/
/*
.nav > ul > li.current > a, .nav > ul > li.active > a{
	color:#fff;
}*/

.mobile-menu-list li.subnav.active > .inner-nav, #inner-main-menu li.subnav.active > .inner-nav {
	display: block !important;
}
.nav > ul > li.current > a{
	
}
.nav > ul > li.current > a, .mobile-menu-list .inner-nav ul > li.current > a, .nav > ul > li .inner-nav li.current > a {
	color:#e52c30;
	font-weight:500;
}
.nav > ul > li .inner-nav, #main-menu.special-nav .hidden-more-links {
	display: none;
	position: absolute;
	padding-top: 0px;
	left: 25px;
	background: #fff;
	z-index: 9999;
	width: 250px;
}
#main-menu.special-nav .hidden-more-links {
	z-index: 1;
	right: 0px;
	left:auto;
	overflow: hidden;
	text-align:left;
}
.nav > ul > li .inner-nav > ul, #main-menu.special-nav .hidden-more-links > ul {
	margin-top:15px;
	border:#cecece 1px solid;
}
#main-menu.special-nav .hidden-more-links > ul > li ul {
	border:#cecece 1px solid;
}
.nav .inner-nav > ul > li, #main-menu.special-nav .hidden-more-links > ul > li {
	border-bottom:1px solid #dbdbdb;
}
.nav .inner-nav > ul > li.last, #main-menu.special-nav .hidden-more-links > ul > li.last {
	border-bottom:0;
}
.nav .inner-nav li, #main-menu.special-nav .hidden-more-links ul li {
	padding:11px 25px 11px 18px;
}
.nav .inner-nav li.subnav > a, #main-menu.special-nav .hidden-more-links ul li.subnav > a {
	padding-right: 15px;
}
.nav .inner-nav li a, #main-menu.special-nav .hidden-more-links ul li a {
	position: relative;
	z-index: 1000;
	padding:0;
	display:inline-block;
	text-transform:none;/*font-weight:700;*/
}
.nav .inner-nav li:hover, .nav .inner-nav li.active, #main-menu.special-nav .hidden-more-links ul li:hover, #main-menu.special-nav .hidden-more-links ul li.active {
	background:#eeeeee;
}
#main-menu.special-nav .hidden-more-links > ul > li.current > a{
	color: #e52c30;
    font-weight: 500;	
}
.nav .inner-nav li:hover > a, .nav .inner-nav li.active > a, #main-menu.special-nav .hidden-more-links ul li:hover > a, #main-menu.special-nav .hidden-more-links ul li.active > a {
	color:#e62531;
	text-decoration:underline;
}
.nav .inner-nav li.active > a, #main-menu.special-nav .hidden-more-links ul li.active > a {
	font-weight:500;
}
.nav .inner-nav > ul > li .inner-nav, #main-menu.special-nav .hidden-more-links ul li .inner-nav {
	background:#eeeeee;
	left:0;
}
.nav .inner-nav > ul > li ul, #main-menu.special-nav .hidden-more-links > ul > li ul {
	margin-top:0;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.nav .inner-nav > ul > li ul li, #main-menu.special-nav .hidden-more-links > ul > li ul li {
	padding-left:0;
}
 @media only screen and (min-width: 1024px) {
 .searchbuttonMob, .fixed-search {
 display:none !important;
}
}
.nav ul li a .arrow, .mobile-menu-list ul li a + .arrow {
	cursor: pointer;
	z-index: 999;
}
.nav ul li a + .arrow, .mobile-menu-list > ul > li > a + .arrow {
	background: url(../img/ico-arrow-red-open.svg) right 17px center no-repeat;
	background-size:7px 14px;
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height: 43px;
	text-align:center;
}
.mobile-menu-list > ul > li > a + .arrow {
	background: url(../img/ico-menu-arrow-white-open.svg) right 24px center no-repeat;
	background-size:21px 21px;
	height: 53px;
}
.nav ul li.active > a + .arrow {
	background: url(../img/ico-arrow-close.svg) right 14px center no-repeat;
	background-size:15px 8px;
}
.mobile-menu-list > ul > li.active > a + .arrow {
	background: url(../img/ico-menu-arrow-white-close.svg) right 24px center no-repeat;
	background-size:21px 12px;
}
.nav > ul > li .inner-nav .inner-nav .arrow, .mobile-menu-list > ul > li .inner-nav .inner-nav .arrow {
	display: none !important;
}
.nav > ul > li .inner-nav .inner-nav .inner-nav, .mobile-menu-list > ul > li .inner-nav .inner-nav .inner-nav, .mobile-menu-list > ul > li .inner-nav .inner-nav .inner-nav, .mobile-menu-list li.subnav.active > .inner-nav .inner-nav {
	display: none !important;
}
.nav > ul > li .inner-nav .inner-nav, #main-menu.special-nav .hidden-more-links .inner-nav {
	position:relative;
	top:0;
	border:0;
	width:248px;
}
.nav > ul > li .inner-nav .inner-nav, #main-menu.special-nav .hidden-more-links .inner-nav {
	margin-left:-18px;
	margin-right:-25px;
	top:0px;
}
#main-menu.special-nav .hidden-more-links .inner-nav .inner-nav {
	margin-left:-25px;
	margin-right:-25px;
	top:0px;
}
.nav > ul > li .inner-nav li.subnav, #main-menu.special-nav .hidden-more-links li.subnav {
	padding-bottom:0;
}
.nav > ul > li .inner-nav li.subnav > a, #main-menu.special-nav .hidden-more-links li.subnav > a {
	padding-bottom:10px;
}
.nav > ul > li .inner-nav .inner-nav li, #main-menu.special-nav .hidden-more-links .inner-nav li {
	padding-left:25px;
}
.nav > ul > li .inner-nav .inner-nav li li, #main-menu.special-nav .hidden-more-links .inner-nav li li {
	padding-left:45px;
}
.nav > ul > li.subnav:hover > a + .arrow + .inner-nav {
	display:block;
}
.nav > ul > li > a + .arrow {
	display:none;
}
.nav > ul > li ul li {
	display:block;
}
.banner-content {
	bottom: 130px;
}
.banner-text a {
	color:white;
	text-decoration:underline;
}
.banner-btn {
	background:rgba(255, 255, 255, .7);
	font-size: 18px;
	color: #8f002d;
	width: auto;
	text-align: center;
	line-height: 24px;
	height: 24px;
	padding: 13px 20px;
	display: inline-block;
	border-radius:10px;
}
.banner-btn:hover {
	background: #8f002d;
	color: #Fff;
	text-decoration: none;
}
.mobile-header {
	display: none;
}
.main-container {
	min-height:400px;
	padding:25px 0 0px 0;
}
.home .main-container {
	padding-top:0;
}
.top-content {
	background:#8f002d;
	overflow:hidden;
	padding:10px 0;
}
.top-content ul, .bottom-content .bottom-img {
	margin:0;
}
.top-content ul li, .bottom-content .text-section, .bottom-img li {
	width:32.8%;
	float:left;
	list-style:none;
	margin-left:.8%;
}
.top-content ul li {
	display:none;
	position: relative;
}
.top-content ul li.desktop-post {
	display:block;
}
.top-content ul li.first {
	margin-left:0;
}
.top-content ul li p {
	color:#fff;
	font-size:18px;
	font-weight: 400;
}
.top-content ul li img {
	width: 100%;
}
.top-content ul li a.btn {
	display:inline-block;
	padding:0px 0;
	color:#fff;
	font-size:20px;
	/*border-bottom:#fff 1px solid;*/
	/*text-align:center;*/
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	padding-bottom:0;
	bottom: 0;
	left:0;
	background: url('../img/transparent-post-bg.png') no-repeat bottom right;
	background-size: 100% 100%;/*background: url('../img/ico-arrow.svg') no-repeat right;*/
}
.top-content ul li a.btn span.chi, .top-content ul li a.btn span.eng {
	display: block;
}
.top-content ul li a.btn:hover {
	text-decoration:none;
}
.post-btn {
	height: 90%;
	width: 90%;
	padding: 10px 20px 10px 30px;
	display: block;
	z-index:999;
	position: relative;
}
.post-btn-hover {
	display: block;
	height: 90%;
	top: 0px;
	width: 0;
	position: absolute;
	z-index: 99;
	background: #8f002d;
}
/*.top-content ul li a.btn .updated{
	position: absolute;
	top: -14px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
}*/
.top-content ul li a.btn .updated {
	float: right;
	font-size:12px;
	text-align:center;
	border-radius:5px;
	background-color: #1f76bb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1f76bb), to(#1f4391));
	background-image: -webkit-linear-gradient(top, #1f76bb, #1f4391);
	background-image: -moz-linear-gradient(top, #1f76bb, #1f4391);
	background-image: -ms-linear-gradient(top, #1f76bb, #1f4391);
	background-image: -o-linear-gradient(top, #1f76bb, #1f4391);
	background-image: linear-gradient(to bottom, #1f76bb, #1f4391);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1f76bb, endColorstr=#1f4391);
	position:relative;
	right: 30px;
	padding:0 10px;
	display:none;
}
.top-content ul li a.btn .updated img {
	margin: 0;
	max-width: 90px;
}
.bottom-content .text-section {
	margin-left:0;
}
.bottom-content {
	padding:34px 0;
}
/*.bottom-content .bottom-img li{
	margin-left:2.7%;
	padding:17px 0px 20px; 
	float:left;
	width:20%;
	list-style:none;
}*/
.bottom-content .bottom-img li img {
	max-width: 100%;
}
.bottom-content .bottom-img li {
	width:37%;
	margin-left:13%;
}
.bottom-content ul li a.btn {
	display:block;
	padding:5px 10px;
	color:#8f002d;
	font-size:16px;
	font-weight:400;
	text-align:center;
	border:#8f002d 1px solid;
	text-transform:uppercase;
	height:37px;
	line-height:37px;
	margin-top:17px;
}
.bottom-content .bottom-img {
	float: right;
	width:72%;
}
.bottom-content .text-section {
	float: left;
}
.bottom-content .text-section h3 {
	color: #004e85;
	margin-bottom:5px;
	font-size:26px;
}
.bottom-content .text-section {
	color:#000;
}
.bottom-content .text-section .month {
	font-size:20px;
}
.bottom-content .text-section li, .bottom-content .text-section .issue {
	font-size:18px;
}
.bottom-content .text-section li {
	list-style:disc;
}
.bottom-content .text-section ul ~ p a {
 text-decoration:underline;
 font-size:18px;
}
/** RESET AND LAYOUT
===================================*/


.agf-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
 *zoom: 1;
}
.agf-viewport {
	background-position: 0 0;
	background-size: cover;
	min-height: 502px;
	min-width: 100%;
	height:auto !important;
	width:auto !important;
}
.agfslider {
	display: none;
	height: 100%;
	position: absolute !important;
	width: 100% !important;
}
.agfslider li {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image:none !important;
	display: block;
	height: 100%;
	left: 0;
	opacity: 1;
	top: 0;
	width: 100% !important;/*
	-webkit-transform:translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 2000;*/
}
.agfslider li {
	z-index:999;
}
.agf-wrapper img {
	display: table;
	margin: 0 auto;
	height: 100%;/*width: 100% !important;*/
    /*display:none;*/
}
ul.agfslider {
	margin:0px;
	padding:0px;
}
/** THEME
===================================*/

.agf-wrapper .agf-viewport {
	left: 0px;
	/*background-color: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	-webkit-transform:translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 2000;
}
/* PAGER */
.agf-wrapper .agf-pager {
	padding:0 22px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	width:1030px;
	z-index:9999;
	margin:0 auto;
}
.agf-controls {
	display: none;
}
.agf-controls {
	position:absolute;
	/*display: table;*/
	width:100%;
	bottom:5px;
	margin: 10px auto;
}
.agf-controls-direction {
	display:none;/*width:1030px;*/
}
.agf-controls-direction > a {
	background-repeat:no-repeat;
	background-position:0;
	width:18px;
	height:35px;
	margin-bottom:-17.5px;
	text-indent:-9999px;
}
.agf-controls-direction > a.agf-prev {
	float:left;
	background-image:url('../img/prev-icon.svg');
}
.agf-controls-direction > a.agf-next {
	float:right;
	background-image:url('../img/next-icon.svg');
}
.agf-wrapper .agf-pager .agf-pager-item, .agf-wrapper .agf-controls-auto .agf-controls-auto-item {
	float:left;
 *zoom: 1;
 *display: inline;
}
.agf-wrapper .agf-pager.agf-default-pager a {
	background: transparent;
	text-indent: -9999px;
	display: block;
	width: 28px;
	height: 6px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d3d3d3;
}
.agf-wrapper .agf-pager.agf-default-pager a:hover, .agf-wrapper .agf-pager.agf-default-pager a.active {
	background: #e82c2a;
	border:1px solid #e82c2a;
}
/* DIRECTION CONTROLS (NEXT / PREV) */


/* AUTO CONTROLS (START / STOP) */

.agf-wrapper .agf-controls-auto {
	text-align: center;
}
.agf-wrapper .agf-controls-auto .agf-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.agf-wrapper .agf-controls-auto .agf-start:hover, .agf-wrapper .agf-controls-auto .agf-start.active {
	background-position: -86px 0;
}
.agf-wrapper .agf-controls-auto .agf-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.agf-wrapper .agf-controls-auto .agf-stop:hover, .agf-wrapper .agf-controls-auto .agf-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.agf-wrapper .agf-controls.agf-has-controls-auto.agf-has-pager .agf-pager {
	text-align: left;
	width: 80%;
}
.agf-wrapper .agf-controls.agf-has-controls-auto.agf-has-pager .agf-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.app-button {
	width:100%;
	top:0;
	z-index:1001;
	position:absolute;
}
.app-button .btn {
	float:right;
	border-radius:0 0 7px 7px;
	background-color:#cf1b1f;
	background-image:url(../img/ico-applicate-open-now.svg);
	background-repeat:no-repeat;
	background-size:16px 16px;
	background-position:15px center;
	color:#fff;
	padding:10px 20px 10px 40px;
	text-transform:uppercase;
}
.app-button .btn:hover {
	text-decoration:underline !important;
}
/*
.banner-text{
	text-transform:uppercase;
	color:#fff;
	position:relative;
	z-index:99;
	width:100%;
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,.26);
	padding:20px 0 40px 0;
}
.banner-text p{
	margin-bottom:0px;
	font-size:18px;
	text-transform:none;
}
.banner-text h2{
	color: #fff;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 39px;
    font-weight: 500;
    line-height: 1.0em;
}
.banner-text .applynow-btn{
	border:2px solid #fff;
	font-size:20px;
	padding:10px 30px;
	text-decoration:none;	
	border-radius:4px;
}
.transparent-bg{
	height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3);
	top:0;
	z-index:1;
    position: absolute;
}
*/
/*after-slider*/
.after-slider {
	color:#343434;
	line-height:1.5em;
	font-size:18px;
	background:#ece7e1;
}
.after-slider p {
	line-height:1.5em;
}
.after-slider .app-button {
	display:none;
}
.after-slider .container {
	background:url('../img/GA-logo-motif.svg') right 0 no-repeat;
	padding:35px 230px 15px 110px;
	background-size: 380px 100%;
}
.after-slider .applynow-btn {
	background:#e62531;
	font-size:17px;
	text-transform:uppercase;
	display:inline-block;
	color:#fff;
	padding:10px 40px;
	margin-top:20px;
}
.after-slider .applynow-btn:hover {
	text-decoration:none;
}
/*Footer*/
#footer {
	font-size:14px;
	width:100%;
	bottom:0;
	/*position:absolute;*/
	color:#404040;
	padding:18px 0px 15px 0;
	font-weight: 400;
	margin-top:0px;
	z-index: 10;
	/* border-top: #d1d1d1 1px solid; */
    background: #fff;
	position: relative;
}
#footer p {
	margin-bottom:0px;
}
#footer a {
	color:#002b65;
}
#footer-logo {
	float:left;
}
#footer-logo2 {
	float:right;
	position:relative;
	top:4px;
}
.footer-top > a {
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	display:inline-block;
}
#footer-logo2 img {
	width:280px;
}
#footer-logo2 .mobile-logo {
	display:none;
	width:280px;
}
#footer-logo img {
	width:114px;
}
.footer-top {
	padding:20px 0;
	border-bottom:1px solid #b5b5b5;
}
.footer-bottom {
	padding:10px 0 0;
}
.foot-left {
	float:left;
}
.copyright {
	display:block;
}
.copyright, .produced-by, #footer .copyright a, #footer .produced-by a {
	color:#9d9d9d;
}
#footer .copyright, #footer .produced-by {
	margin: 5px 0 0 0;
	line-height: 1.5em;
}
#footer .produced-by {
	margin: 3px 0 0 0;
}
#footer .social-media {
	float:right;/*position:absolute;
	right:0;
	top:0px;*/
}
#footer .social-media li {
	float:left;
	list-style:none;
	margin-left:5px;
	margin-top:10px;
}
#footer .social-media li img {
	width:28px;
}
/*
#footer .social-media li.last img {
    width: 31px;
    margin-top: -1px;
    margin-left: -2px;
}*/
#footer .footer-menu {
	margin:10px 0 0px 0;
	padding:0;
	list-style-type:disc;
	list-style-position:outside;
}
#footer .footer-menu li {
	width: auto;
	float:left;
	margin:0px 0 0 25px;
	color:#000;
}
#footer .footer-menu li.first {
	list-style:none;
	margin-left:0;
}
#footer .footer-menu li a {
	text-decoration:none;
	color:#000;
}
.inner-menu {
	display:none;
}
.page-menu .inner-menu .inner-nav {
	display:none;
}
 @media only screen and (min-width:1024px) {
 .page-menu {
		/*position:relative;*/
		float:left;
 margin-right:15px;
 margin-top:5px;
}
 .page-menu .menu-icon img {
 width:27px;
 height:27px;
 height:27px;
 cursor:pointer;
}
 .page-menu .inner-menu, .page-menu .inner-menu .inner-nav {
 position: absolute;
 background: #f7f7f7;
 padding: 19px 24px;
 border: 1px solid #afafaf;
 border: 1px solid #afafaf;
 display: none;
 top: 100%;
 margin-top: 5px;
 z-index:9;
}
 .page-menu > .inner-menu {
 padding-bottom:10px;
 top:30px;
 max-width:100%;
}
 .page-menu .inner-menu ul {
 margin:0;
}
 .page-menu .inner-menu ul li {
 position:relative;
 display:block;
 float:left;
 border-right:1px solid #3d3d3d;
 line-height:normal;
 padding:0 15px;
}
 .page-menu .inner-menu > ul > li {
 margin-bottom:8px;
}
 .page-menu .inner-menu ul li.last {
 border-right:0;
}
 .page-menu .inner-menu ul li.subnav {
 padding-right:32px;
}
 .page-menu .inner-menu ul li a {
 font-size:18px;
 color:#404040;
}
 .inner-img-bg {
 background-repeat:no-repeat;
 background-size:cover;
 height:404px;
 background-position:0 0;
}
 .inner-img-bg > img {
 display:none;
}
 .page-menu .inner-menu ul li a + .arrow {
 background: url(../img/ico-arrow-grey-open.svg) center center no-repeat;
 background-size:7px 14px;
 position: absolute;
 top: 0;
 right: 0;
 z-index: 999;
 width: 40px;
 height: 100%;
 text-align: center;
}
 .page-menu .inner-menu .inner-nav ul li.active > a + .arrow {
 background-position:center 18px;
}
 .page-menu .inner-menu ul li:hover > a + .arrow, .page-menu .inner-menu ul li.current > a + .arrow {
 background-image: url(../img/ico-arrow-red-open.svg);
}
 .page-menu .inner-menu ul li.active > a + .arrow {
 background: url(../img/ico-arrow-close.svg) center 9px no-repeat;
 background-size:15px 8px;
}
 .page-menu .inner-menu .inner-nav {
 position:absolute;
 width:250px;
 padding:10px 0;
}
 .page-menu .inner-menu .inner-nav .inner-nav {
 position:relative;
 border:0;
 margin:0 -20px;
 width:248px;
}
 .page-menu .inner-menu .inner-nav li {
 border:0;
 float:none;
 display:block;
 padding:10px 20px;
}
 .page-menu .inner-menu .inner-nav li.active, .page-menu .inner-menu .inner-nav {
 padding-bottom:0;
}
}
.inner-nav {
	display:none;
}
.inner-menu ul li {
	position:relative;
}
.inner-menu ul > li.current > a, .inner-menu ul > li.active > a, .inner-menu ul > li:hover > a {
	color:#e61923;
}
/*
.col-2 {
	float:left;
	padding-right:20px;
	width:578px;
	padding-bottom:30px;
}*/
.sidebar {
	padding-bottom:30px;
	border-left:1px solid #e3e3e3;
	padding-left:20px;
	width:400px;
	float:right;
}
.sidebar ul {
	margin-left:20px;
}
.content {
	padding-bottom:30px;
}
#overlayer {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .8);
	display:none;
	z-index:9999;
	top:0;
}
.error-page.container.top-padding {
	padding:110px 0px;
}
.error-page .errorlogo {
	margin-bottom:30px;
	width:200px;
}
.error-page .left-section, .error-page .right-section {
	display:inline-block;
	vertical-align:top;
}
.error-page .left-section {
	width: 300px;
}
.error-page .left-section .for-img {
	float:right;
}
.error-page .right-section {
	margin-left: 25px;
	width: 650px;
	float: right;
}
.error-page .right-section h3 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	color:#373737;
}
.error-page .right-section h3 span {
	color:#e91c2c;
}
.error-page .right-section p {
	margin-bottom:15px;
	font-size:100%;
}
.error-page a {
	color:red;
}
.error-page a:hover {
	text-decoration:underline;
}
.main-container .search-div {
	background-image:url('../img/search-btn.svg');
	background-position:15px center;
	background-repeat:no-repeat;
	position:static;
	display:block;
	width:540px;
	padding-left:40px;
}
.total-result {
/*margin-top:30px;*/
}
.search_result ul {
	padding:0;
	margin:30px 0 0 0;
}
.search_result ul li {
	list-style:none;
	margin-bottom:30px;
	padding-top: 30px;
	border-top:1px solid #cecece;
}
.search_result ul li .searched {
	font-weight:500;
}
.search_result ul li a {
	font-weight:500;
	text-decoration:none;
	color: #000 !important;
}
.search_result ul li .title {
	font-size: 16px;
	margin-bottom: 5px;
}
.search_result ul li a:hover {
	color:#e62531 !important;
	text-decoration: underline;
}
.paging {
	padding-bottom:40px;
	padding-top:20px;
}
.paging:before {
	content: '';
	clear: both;
	display: block;
}
.paging * {
/*vertical-align:top;*/
}
.paging .search-prev img, .paging .search-next img {
	width:7px;
	height:14px;
	vertical-align:middle;
}
.paging .gallery_pagi select {
	width:55px;
	padding:3px 5px 5px;
	display:inline-block;
	margin-right: 10px;
}
.paging .gallery_pagi {
	padding:0 5px;
}
.paging .gall-next img, .paging .gall-prev img {
	width: 30px;
	height: 15px;
}
 @media print {
#header, #footer, .banner, .after-slider .applynow-btn, .page-menu, .inner-banner {
	display:none;
}
.lightboxOverlay {
	opacity:1;
}
}
/* news-post */
.news-post {
	padding:46px 0 44px;
}
.news-post .container, .news-carousel .container {
	padding:0 46px;
}
.news-post ul {
	margin:0 0 30px 0;
}
.news-post li {
	float:left;
	width:355px;
	list-style:none;
	margin-bottom:10px;
	margin-left:20px;
}
.news-carousel .owl-item .item {
	padding:0 10px;
}
.news-post li.first, .news-carousel .owl-item.first-active {
	margin-left:0;
}
/*
.news-carousel .owl-item.first-active .item{
	padding-left:0;
}*/
.news-post li > a, .news-carousel .owl-item .item > a {
	line-height:normal !important;
	height:auto !important;
	display:block;
	background:#acacac;
	text-align:center;
	overflow:hidden;
	border-radius:10px;
}
.news-carousel .owl-item .item > a, .highlights li > a {
	height:213px;
	line-height:210px;
}
.news-post li h3, .news-carousel .owl-item h3 {
	margin:20px 0 10px 0;
}
.news-post li p, .news-carousel .owl-item p {
	line-height:normal;
	color:#5b5a5c;
}
.more-btn {
	display:table;
	margin:0 auto;
	padding:11px 40px;
	font-size:20px;
	color:#fff;
	/*text-transform:uppercase;*/
	background:#cf1b1f;
}
.more-btn:hover {
	text-decoration:underline !important;
}
.fellow-news {
	padding-top:50px;
	background:#efefef;
}
.owl-nav .disabled {
	display:none !important;
}
/*
.navFalse .owl-nav.disabled{
	display:none !important;	
}*/
.navFalse .news-carousel .owl-item.first-active .item {
	padding-left: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	position:absolute;
	top:50%;
	margin-top:-25px;
	background-color:transparent;
	text-indent:-9999px;
	width:30px;
	height:50px;
	background-repeat:no-repeat;
	background-position:center center;
}
.owl-nav .owl-prev {
	left:-40px;
	background-image:url(../img/prev-arrow.svg);
}
.owl-nav .owl-next {
	right:-40px;
	background-image:url(../img/next-arrow.svg);
}
.owl-carousel .owl-item img {
	display:inline-block !important;
}
.highlights {
	padding-top:50px;
}
.who-are-we {
	padding:60px 0 50px 0;
	background:url(../img/Quickfacts-motif.svg) center center no-repeat #ece7e1;
	background-size:100% auto;
}
.who-are-we ul {
	margin:0 20px;
}
.who-are-we ul li {
	list-style:none;
	float:left;
	width:31%;
	padding:0 2%;
	margin-bottom:27px;
	margin-top:27px;
	text-align:center;
}
.who-are-we ul li h4 {
	margin-bottom:15px;
	font-size:22px;
	color:#000;
	font-weight:400;
	line-height:1.3em;
}
.who-are-we ul li img {
	width:200px;
	height:95px;
}
/*
.who-are-we ul li:nth-child(4) img{
	max-height:90px;
}
.who-are-we ul li:nth-child(5) img{
	max-height:100px;
}
.who-are-we ul li.last img{
	max-height:70px;
}*/
.who-are-we h2 {
	font-size:30px;
	font-weight:400;
}
.who-are-we h2 span {
	color:#5b5a5c;
}
#sidebar {
	width:186px;
	float:left;
	margin-right:35px;
	position:relative;
	z-index:3;
}
.content {
	position:relative;
	z-index:3;
	width:970px;
	float:right;
}
body.full .content {
	float: none;
	width: auto;
}
body.full #sidebar {
	display: none;
}
#inner-main-menu {
	position:relative;
	z-index:2;
}
#inner-main-menu ul {
	padding-left: 0;
	margin: 0 0 0px 0;
}
#inner-main-menu > ul {
	border-top:4px solid #c0c0c0;
}
#inner-main-menu > ul > li {
	border-bottom:1px solid #c0c0c0;
}
#inner-main-menu ul li {
	list-style: none;
	margin:0 0 0px 0;
	position: relative;
	z-index:99;
}
#inner-main-menu ul li {
	padding: 12px 25px 12px 10px;
}
#inner-main-menu ul li.subnav > a {
	padding-right: 20px;
}
#inner-main-menu ul li a {
	color:#404040;
	font-size: 16px;
	display:inline-block;
	position:relative;
	z-index:99;
}
#inner-main-menu ul ul {
	padding-bottom:10px;
}
#inner-main-menu ul ul ul {
	padding-bottom:0px;
}
#inner-main-menu ul li li {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;/*font-size:18px;*/
}
#inner-main-menu ul li li a {
	font-size:15px;
}
#inner-main-menu ul li li li {
	padding-left:40px;
}
#inner-main-menu ul > li.active {
/*background:#faedee;*/
}
#inner-main-menu ul > li.active {
	padding-bottom:0;
}
#inner-main-menu ul > li.active > a {
	display:inline-block;
	color: #e52c30;
	padding-bottom:6px;
	font-weight:500;
}
#inner-main-menu ul > li.current > a {
	color:#e52c30;
	font-weight:500;
	text-decoration: underline;
}
#inner-main-menu ul > li > a:hover {
	color:#e52c30;
	text-decoration:underline;
}
#inner-main-menu ul li li {
/*background:#faedee;*/
}
#inner-main-menu .subnav > .inner-nav {
	display: none;
	margin-left: -10px;
	margin-right: -25px;
}
#inner-main-menu .subnav > .inner-nav .inner-nav {
	margin-left: -30px;
}
#inner-main-menu .subnav.active > .inner-nav {
	display: block !important;
}
#inner-main-menu .subnav.active > .inner-nav ul li:first-child {
	margin-top:0;
}
#inner-main-menu .inner-nav {
	position: relative;
}
#inner-main-menu .arrow {
	height: 47px;
	width: 100%;
	text-align: center;
	background-position: right 15px center;
	background-repeat:no-repeat;
	right:0;
	padding:0;
	position:absolute;
	top:0;
	display:inline-block;
	z-index:1;
	cursor: pointer;
	background-size:18px 11px;
}
#inner-main-menu .inner-nav .arrow {
	height: 36px;
}
#inner-main-menu ul li.subnav > a + .arrow {
	background-image: url(../img/ico-arrow-red-open.svg);
	background-position: center right 13px;
	background-size: 14px 14px;
}
#inner-main-menu ul li.subnav.active > a + .arrow {
	background-color:transparent;
	background-size: 18px 8px;
	background-position: center right 10px;
	background-image: url(../img/ico-arrow-close.svg);
}
#inner-main-menu > ul > li.subnav > .inner-nav > ul > li.subnav > .inner-nav > ul > li.subnav > .inner-nav .arrow {
	display: none !important;
}
#inner-main-menu > ul > li.subnav > .inner-nav > ul > li.subnav > .inner-nav > ul > li.subnav > .inner-nav > ul > li.subnav > .inner-nav {
	display: none !important;
}
.inner-banner {
	min-height:200px;
	position:relative;
}
.inner-banner:after {
	content: '';
	background: url(../img/subpage-curve.svg) center 0 no-repeat;
	width: 100%;
	z-index:1;
	height: 750px;
	top: 0;
	position: absolute;
	opacity:.8;
}
.inner-banner img {
	position:relative;
	z-index:2;
}
.page-header {
	position:relative;
	z-index:4;
}
.inner-banner .page-header .container02 {
	display: table;
	height: 200px;
}
.inner-banner .container02 h1 {
	display:table-cell;
	/*padding-right:300px;*/
	vertical-align:middle;
}
.inner-banner {
	background:#f0f0f0;
}
body.type02 .inner-banner {
	background:#ece7e1;
}
.subpage-banner img {
	display:none;
}
.subpage-banner {
	height:250px;
	position:relative;
	z-index:99;
	background-position:0 0;
	background-size:100% auto;
	background-repeat:no-repeat;
}
iframe {
	display: block;
	margin-bottom: 20px;
	width:400px;
	height: 250px;
}
.video-box {
	margin-top:30px;
	margin-bottom:30px;
}
.video-box:after {
	clear:both;
	content:'';
	display:block;
}
.video-box > div {
/*top: 50%;
    margin-top: 50;
	transform: translateY(-50%);*/
}
.video-box > div p {
	margin-bottom: 0;
}
.video-box > div iframe {
	width:100%;
	border:0;
	margin-bottom: 0;
	height:230px;
}
.video-box > div > div {
}
.video-box .youtube-embed-wrapper {
	/*margin-bottom: 20px;*/
	height: 230px !important;
	padding: 0 !important;
	width:100%;
	border:0;
	margin-bottom: 0;
}
.video-box .youtube-embed-wrapper + p {
	display: none;
}
 .video-box:nth-of-type(odd) > div:first-child {
 float:left;
 width:38.5%;
}
.video-box:nth-of-type(odd) > div:last-child {
 float:right;
 padding:0 20px;
 padding-left:0;
 width:58.5%;
}
.video-box:nth-of-type(even) > div:first-child {
 float:right;
 width:38.5%;
}
.video-box:nth-of-type(even) > div:last-child {
 float:left;
 padding:20px;
 padding-right:0;
 width:58.5%;
}
.reachout {
	margin:20px 0;
	float:right;
	border:1px solid #e52c30;
	padding:8px 15px 8px 50px;
	background:url(../img/ico-Reach-fellow.svg) 10px center no-repeat;
	background-size:31px 20px;
	font-size:16px;
	display:inline-block;
	background-color:#fff;
}
.fellow-list ul, .leader-list ul {
	margin:0;
}
.fellow-list ul:before, .leader-list ul:before {
	content:'';
	display:block;
	clear:both;
}
.fellow-list ul li, .leader-list ul li {
	list-style: none;
	width: 31.5%;
	margin-right: 2%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
	margin-top:20px;
}
.leader-list ul li {
	width: 48.5%;
}
 .fellow-list ul li:nth-child(3n+3), .leader-list ul li:nth-child(2n+2) {
 margin-right:0;
}
.fellow-list ul li .photo-id .photo-img, .leader-list ul li .photo-id .photo-img {
	display:inline-block;
	vertical-align:middle;
	width: 115px;
	margin-right: 10px;
}
.fellow-list ul li .photo-id .photo-img img, .leader-list ul li .photo-id .photo-img img {
	max-width:100%;
}
.fellow-list ul li p, .leader-list ul li p {
	margin-bottom:7px;
	line-height:normal;
}
.fellow-list ul li .photo-text {
	margin-top:20px;
}
.fellow-list ul li .photo-id .name, .leader-list ul li .photo-text {
	display:inline-block;
	vertical-align:middle;
	width:170px;
	font-weight:500;
}
.leader-list ul li .photo-text {
	width: 320px;
	vertical-align: top;
	padding-top: 10px;
}
.leader-list ul li .photo-text .name {
	color:#e52c30;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
	font-weight:500;
}
.fellow-list ul li .photo-id, .leader-list ul li .photo-id {
	color:#e52c30;
	font-size:20px;
	display:inline-block;
	vertical-align:middle;
}
.fellow-list ul li {
}
.reachout-layer {
	background:#fff;
	display:none;
	width:940px;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-470px;
	z-index:10000;
	padding:45px 45px 30px;
}
.reachout-layer h2 {
	color:#4d4d4d;
	font-weight:400;
}
.formSet {
	background: #fff;
}
.formSet.readonly {
	background:#ececec;
}
.formSet.empty {
}
.formSet.highlighted, .formSet.highlighted {
	background:rgba(255, 235, 59, 0.18)
}
.table-format {
	width:100%;
	border-spacing: 0;
	/*margin-bottom:15px;*/
	display:table;
}
.table-format > div.formSet {
	margin-left:0px;
	display:table-cell;
	float:none;
	vertical-align:top;
}
.formReach .table-format {
	margin-bottom:15px;
}
 @media only screen and (min-width: 768px) {
/*.table-format > div.formSet.col-3:nth-child(2){
		border-left-width:0;
		border-right-width:0;
	}
	.table-format > div.formSet.col-2:first-child{
		border-right:0;
	}*/
}
.table-format .formSet.btns {
	border-width: 0;
	margin-left:-5px;
	padding-top: 40px;
	/*text-align: center;*/
    display: inline-block;
	font-size: 20px;
	background: #fff;
	font-weight: 500;
	margin-top:0px;
}
.table-format .formSet.btns .btn {
	color:#fff;
	margin-bottom:0;
	padding:10px 30px;
	background:#cf1b1f;
}
.reachout-layer .close-btn {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../img/ico-close.svg) 0 0 no-repeat;
	top: 45px;
	right: 45px;
	cursor:pointer;
}
.fellow-details h3 {
	font-size:22px;
}
.fellow-details h3.location {
	margin-bottom:10px;
}
.fellow-details .fd-left, .leader-details .fd-left {
	float:left;
	width:184px;
	margin-right:20px;
}
.fellow-details .fd-left h3, .leader-details .fd-left h3 {
	display:none;
}
.fellow-details .fd-right, .leader-details .fd-right {
	float:right;
	width:744px;
}
.fellow-details .fd-image, .leader-details .fd-image {
	margin-bottom:20px;
}
.fellow-details .fd-info p, .leader-details .fd-info p {
	margin-bottom:8px;
	font-size:16px;
	line-height:normal;
}
.fellow-details .fd-left h3, .leader-details .fd-left h3 {
	display:block;
	font-size:18px;
}
.fellow-details .fd-left p, .leader-details .fd-left p {
	font-size:15px;
}
.leader-details .fd-left p {
	margin-bottom: 15px;
}
.fellow-details .fd-right h3, .leader-details .fd-right h3,  .fellow-details .fd-left h3, .leader-details .fd-left h3 {
	margin-bottom: 10px;
}
.leader-details .fd-left h3 {
	display: none;
}
.fellow-details .reachout {
	margin: 20px 0;
	border: 1px solid #e52c30;
	padding: 8px 8px 8px 35px;
	background-size: 25px 18px;
	font-size: 14px;
	background-position:8px center;
	float:none;
}
.social-info {
	margin-top:20px;
}
.backTo {
	margin-bottom:20px;
	display:inline-block;
	vertical-align:top;
	line-height:normal;
	background:url(../img/ico-back-index.svg) 0 center no-repeat;
	background-size:18px 18px;
	padding-left:25px;
	font-size:14px;
	color:#e52c30;
}
.backTo.pull_right:before {
	clear: both;
	content:'';
	display: block;
}
.social-info a {
	margin-right:5px;
	display:inline-block;
	vertical-align:top;
	max-width:31px;
}
.social-info a img {
	max-width:100%;
}
.error .formSet {
	border-color:red;
	border:solid 1px !important;
}
.no-error + .error .formSet {
	border:solid 1px !important;
}
.error + .no-error .formSet {
	border-top:0 !important;
}
.error + .error .formSet {
	border-top:0 !important;
}
/* News */
.filter {
	margin-bottom:20px;
}
.filter .year {
	width: auto;
	display: inline-block;
}
.filter .year select {
	padding-right: 30px;
}
.news-content ul li .news-img {
	height:166px;
	overflow:hidden;
	text-align:center;
	line-height:162px;
	vertical-align:middle;
}
.news-list {
	margin:0 0 20px -39px;
}
.news-list .item/*-parent*/ {
	display:inline-block;
	vertical-align:top;
	width:296px;
	margin-left:39px;
}
.news-list .item {
	margin-bottom:10px;
	list-style:none;
}
.news-list .item > a {
	text-align:center;
}
.news-list .item img {
/*width:100%;*/	
}
.news-list .item > a {
	position:relative;
	display:block;
	border:1px solid #cecece;
}
.news-list .item > a > span.tag-name {
	position:absolute;
	bottom:0;
	padding:2px 15px;
	left:20px;
	background:#e61923;
	color:#fff;
}
.news-list .item .news-info {
	padding:10px 10px;
}
.news-list .item .news-info a, .program-list .item > .program-info > a {
	font-size:18px;
	display:block;
	margin-bottom:10px;
	color:#393939;/*font-weight:500;*/
}
.news-list .item .news-info a {
	line-height:1.3em;
}
.news-list .item .news-info a:hover, .program-list .item > .program-info > a:hover {
	color:#e62531;
}
.news-list .item .news-info span {
	/*	margin-right:20px;*/
	font-size:14px;
	color:#000;
}
.news-content h3, .program-content h3 {
/*margin-bottom:25px;*/
}
.news-content p span, .program-content p span {
	margin-bottom:5px;
	display:block;
}
/* program-list */
.program-list .item {
	border-bottom:1px solid #cecece;
	padding:0 0 30px 0;
	margin-bottom:30px;
}
.program-list .item > a {
	float:left;
	display: block;
	width:31%;
	text-align: center;
}
.program-list .item > .program-info {
	float:right;
	width:65%;
	padding:5px 0 0;
}
.program-list .item > .program-info .date {
	display:block;
	margin-bottom:5px;
}
.mobile-only.produce-by {
	margin-top: -15px;
}
/* albums-list */
.albums-list .item {
	width: 22.30%;
	text-align: center;
	margin-right: 3%;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}
.albums-list .item:nth-child(4n) {
 margin-right: 0;
}
.albums-list .item h4 {
	text-align: left;
	font-size: 16px;
	/*font-weight: 500;*/
	margin-top: 5px;
	/* font-weight: 500; */
	padding: 10px 5px 10px 10px;
}
.albums-list .item h4 a {
	color: #393939;
}
.albums-list .item h4 a:hover {
	color: #e62531;
}
.albums-list .item > a {
	display: block;
	vertical-align: middle;
	overflow: hidden;/*
	height: 165px;
	line-height: 165px;*/
	height: auto !important;
	line-height: normal !important;
}
.thumbnail-img {
	margin: 0 auto;
	width: 100%;
	display: table;
}
.album-items {
	margin:0;
}
.album-item {
	overflow:hidden;
	display:inline-block;
	/*float:left;*/
    width: 168px;
	margin-right: 27px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
	list-style-type: none;
	vertical-align:top;
}
.album-item:nth-child(5n) {
 margin-right: 0;
}
.album-item > a {
	overflow:hidden;
}
.lightbox1 > .thumb-img {
	/*display: table-cell;*/
    height: auto !important;
	overflow: hidden;
	vertical-align: middle;
	background: #ececec;
	width: auto !important;
	text-align: center;
}
.lightbox1 > .thumb-img img {
	max-height:127px;
}
.lightbox {
	display:block;
}
#slideshow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background:url(../img/color-overlay.png);*/
	z-index:9999;
}
#slideshow p#lightboxClose {
	font-size:20px;
	position:absolute;
	z-index:999;
	cursor:pointer;
	padding:0px 0px;
	right:4px;
	top:-22px;
	text-align: right;
	background:url(../img/ico-white-Close.svg) no-repeat;
	width:16px;
	height:16px;
	text-indent:9999px;
}
/*#slideshow img { 
	position: absolute; 
	top: 5%; 
	left: 0px; 
	right: 0px; 
	bottom:5%; 
	align:center; 
	max-width:90%; 
	max-height:90%; 
	margin:auto;
}*/
.prev, .next {
	z-index:999;
	background: rgba(100, 100, 100, .5);
	cursor:pointer;
	position: absolute;
	top: 45%;
	border:1px solid #999;
	padding: 6px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	font-size:30px;
	text-shadow:1px 1px 0px #444;
}
.next {
	right: 7px;
	border-radius:2px 10px 10px 2px;
}
.prev {
	left: 7px;
	border-radius:10px 2px 2px 10px;
}
.thumb {
	width: auto;
	height: 100px;
	margin:5px;
}
#image-container {
	display:table;
	margin:0 auto;
	position:relative;
	width:auto;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
/*.nav{
	display:none;
}*/


.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	display: none;
	opacity:.65;
	position: fixed !important;
	height: 100% !important;
	width: 100% !important;
}
.lightbox {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	font-size:14px;
	position: absolute !important;
	/*top: 50% !important; 
  transform: translateY(-50%);*/
  
  padding-left: 80px;
	padding-right: 80px;
}/*
#lightbox > div{
	background:#fff;
	padding:60px 53px 20px;
}*/
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: 100%;
	height:auto !important;
	margin:0 auto;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
 *zoom: 1;
	margin: 0 auto;
	height:auto !important;
	width: auto !important;
}
.lb-outerContainer .lb-nav {
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
/*.lb-container {
  padding: 4px;
}*/

.lb-loader {
	position: fixed;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/loader.gif) no-repeat;
}
.lb-nav {
	border-radius:20px;
	position: absolute;
	top:50%;
	margin-top: -36px;
	left: 0;
	padding:0px;
	height: 70px;
	width: 100%;
	z-index: 10;/*background: #fff;*/
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-color:#8b8b8b;
	padding:5px;
	border-radius:0px;
	width:78px;
	height:70px;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
	position:relative;
	opacity:1;
	background-size: 15px 28px;
}
.lb-nav a.lb-prev {
	left: 0px;
	float: left;
	background-image: url(../img/gall-prev.png);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
	background-color: #8b8b8b;
}
.lb-nav a.lb-next {
	float: right;
	right:0px;
	background-image: url(../img/gall-next.png);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-dataContainer {
	margin: 0 auto;
	padding: 18px 0px;
 *zoom: 1;
	/*width: auto !important;*/
  background: #fff;
	border-radius:0px;
	margin-top:0px;
	position:relative;
	overflow: hidden;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-dataContainer.hideAlbumContent {
	padding-top:0;
	padding-bottom:0;
}
.lb-data {
/*padding: 0 4px;*/
  /*color: #ccc;*/
}
.lb-data .lb-details {
	width: 80%;
	float: left;
	text-align: left;
	line-height:1.6em;
	position: relative;
}
.lb-number {
	/*position: absolute;*/
	/*width: 18%;*/
    right: 10px;
	top: 0;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 10px 10px 0 !important;
	float: right;/*display: inline-block !important;*/
}
.lb-data .lb-title {
	font-size: 16px;
	font-weight: bold;
	/*display: none !important;*/
  line-height: 1em;
	color:#000;
	margin-bottom:10px;
	/*width: 85%;*/
  padding-left: 15px;
	line-height: normal;
}
.lb-data .lb-description {
	display:block;
	margin-top: 0px;
	line-height: 1.5em;
	/*float: left;*/
	/*width: 85%;*/
	padding-left: 15px
}
.lb-number {
	padding:15px 0;
	display:inline-block;
	display: none;
}
.lb-closeContainer {
	position: absolute;
	right: -30px;
	top: -10px;
}
.lb-close {
	display: block;
	float: right;
	background: url(../img/ico-white-Close.svg) top right no-repeat;
	text-align: right;
	outline: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	font-size:20px;
	width:29px;
	height:29px;
	cursor:pointer;
	background-size:20px 20px;
}
.lightbox1 {
	display:block;
}
.lightbox1 span {
	display:block;
	line-height:normal;
	color:#6c6c6c;
	font-size:14px;
	text-align:left;
	margin-top:10px;
}
.lightbox1:hover {
	color:#6c6c6c;
}
.albums-list + .more-btn {
	display: none;
}
.download-btn img {
	width: 20px;
	height: 20px;
	margin-right: 2px;
}
/*.float_left_txt span, */.download-btn + span {
	display: inline-block !important;
	margin-right: 5px;
}
/*Sitemap*/
.sitemap {
	display:table;
	margin:0 auto;
	/*padding-top:25px;*/
	width:100%;
}
.special-search + .container .sitemap {
	width:auto;
}
.column-sitemap ul {
	margin-bottom: 0;
}
.column-sitemap > li> ul {
	margin-left:12px;
}
.column-sitemap > li> ul ul {
	margin-left:15px;
}
.sitemap ul, .sitemap li {
	list-style-type:none;
}
.sitemap li {
	line-height:1.2em;
	list-style-type:none;
	margin-bottom: 5px;
}
.sitemap li a {
	padding-bottom:7px;
	display:block;/*font-size:16px;*/
}
.sitemap .column-sitemap {
	display:block;
	position: relative;
	margin: 0;/*margin-bottom: 30px;*/
}
.sitemap .column-sitemap > li > ul > li > a {
	margin-bottom: 7px;
}
.sitemap .column-sitemap a {
	color: #000000;
}
.sitemap .column-sitemap a:hover {
	color: #e62531;
}
.sitemap .column-sitemap, .sitemap .column-sitemap > li {
	list-style-type: none;
}
.sitemap .column-sitemap:nth-child(3n+3) {
 padding-right:0;
}
.sitemap .column-sitemap > li > a {
	/*font-size: 16px;*/
	font-weight: 700;
	margin-bottom: 10px;/*text-transform:uppercase;*/
}
.sitemap-template #inner-main-menu {
	display: none !important;
}
.sitemap .column-sitemap > li {
	margin-bottom: 15px;
}
.sitemap .col-main {
	width:30%;
	/*max-width: 200px;*/
	margin-right:3%;
	float:left;
}
.search-res {
	display: table-cell;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}
.search-res h1 {
	display: block !important;
	text-align: center;
	width: 100%;
}
.search-div2 {
	width: 60%;
	margin: 0 auto;
	position: relative;
	padding-right: 133px;
}
.search-div2 .text {
	border: 1px solid #cecece;
	background: #fff;
	float: left;
	width: 100%;
	height: 38px;
	margin-left: 0;
	padding-right: 10px;
}
.search-div2 .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #cf1b1f;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 22px;
	color: #fff;
}


/* special-announcement */
.special-announcement{
	width: 575px;
    top: 50%;
    left: 50%;
    margin-left:  0 !important;
	margin-top:0 !important;
    padding: 20px 20px 5px;
    z-index: 10000;
    position: fixed;
    background: #fff;
    border: 4px solid #ece7e1;	
    transform: translate(-50%, -50%);
}
#special-announcement a {
	color: inherit;
	text-decoration: none;
}
#special-announcement a.no-link {
	cursor: default;
}
.special-announcement h3{
	margin-bottom:15px;
	color:#e52c30;
}
.special-announcement h5{
	margin-bottom:5px;
}
#special-announcement #overlayer2{	
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, .65);
	display:block;
	z-index:9999;
	top:0;
}

#special-announcement .close-btn {
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../img/ico-pop-up-close.svg) 0 0 no-repeat;
	top: 15px;
	right:15px;
	cursor:pointer;
	z-index:999;
}
#special-announcement .sc-scroller{
	overflow:auto;
}
