@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'NationalLight';
    src: url('../_fonts/NationalWeb-Light.eot');
    src: url('../_fonts/NationalWeb-Light.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/NationalWeb-Light.woff') format('woff'),
         url('../_fonts/NationalWeb-Light.ttf') format('truetype'),
         url('../_fonts/NationalWeb-Light.svg#NationalLight') format('svg');
    font-weight:200;
	font-style:normal;
}
@font-face {
    font-family: 'NationalRegular';
    src: url('../_fonts/aa22aa44');
    src: url('../_fonts/aa22aa44?#iefix') format('embedded-opentype'),
         url('../_fonts/NationalWeb-Regular.woff') format('woff'),
         url('../_fonts/97cfec37') format('truetype'),
         url('../_fonts/NationalWeb-Regular.svg#NationalRegular') format('svg');
    font-weight:500;
	font-style:normal;
}
@font-face {
    font-family: 'NationalSemibold';
    src: url('../_fonts/NationalWeb-Semibold.eot');
    src: url('../_fonts/NationalWeb-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/NationalWeb-Semibold.woff') format('woff'),
         url('../_fonts/NationalWeb-Semibold.ttf') format('truetype'),
         url('../_fonts/NationalWeb-Semibold.svg#Semibold') format('svg');
    font-weight:700;
	font-style:normal;
}
@font-face {
    font-family: 'NationalBold';
    src: url('../_fonts/NationalWeb-Bold.eot');
    src: url('../_fonts/NationalWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/NationalWeb-Bold.woff') format('woff'),
         url('../_fonts/NationalWeb-Bold.ttf') format('truetype'),
         url('../_fonts/NationalWeb-Bold.svg#NationalBold') format('svg');
    font-weight:800;
	font-style:normal;
}
@font-face {
    font-family: 'NationalExtrabold';
    src: url('../_fonts/2d480daa');
    src: url('../_fonts/2d480daa?#iefix') format('embedded-opentype'),
         url('../_fonts/77116d6e') format('woff'),
         url('../_fonts/NationalWeb-Extrabold.ttf') format('truetype'),
         url('../_fonts/NationalWeb-Extrabold.svg#NationalExtrabold') format('svg');
    font-weight:900;
	font-style:normal;
}
@font-face {
    font-family: 'NationalItalic';
    src: url('../_fonts/NationalWeb-Italic.eot');
    src: url('../_fonts/NationalWeb-Italic.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/NationalWeb-Italic.woff') format('woff'),
         url('../_fonts/NationalWeb-Italic.ttf') format('truetype'),
         url('../_fonts/NationalWeb-Italic.svg#NationalItalic') format('svg');
    font-weight:500;
	font-style:normal;
}

/* --------------- */
/* --- GENERAL --- */
/* --------------- */

[tabindex]:not([tabindex="-1"]), a, button, input, select, textarea {
    outline: 2px solid transparent;
    outline-offset: 5px;
    transition: outline-offset .2s linear;
}

[tabindex]:not([tabindex="-1"]):focus, a:focus, button:focus, input:focus, select:focus:focus, textarea:focus {
    outline-color: blue;
    outline-offset: 2px;
	box-shadow: 0 0 0 1px white;
}

h1,h2,h3,h4,h5,h6{
	font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

html, body {
	margin:0px;
}
body {
	font-family: sans-serif;
	background: #f0f0f0;
}
body.touch-device{
    -webkit-text-size-adjust: none;
}
body.backgraound-#ffffff{
	background: #ffffff !important;
}
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}
img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
a{
	text-decoration: none;
	color: #3d3d3d/*#2f2f2f*/;
}
.unselectable{
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}
#wrapper{
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	height: 100%;
	overflow: hidden;
}
#wrapper.hidden{
	display: none;
}
.wrapper-width{
	width: 1182px;
}
.zoom-out .wrapper-width{
	width: 1184px;
}

.main-container{
	margin: 0 auto;
	background: #ffffff;
	display: table;
}
.box-shadow{
	position: fixed;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	background: red;
}

/* -------------- */
/* --- HEADER --- */
/* -------------- */

.header{
	height: 120px;
	margin: 0 auto;
	background: #ffffff;
}
.header .top-line{
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	border-top: solid 10px #990000;
}
.header .logo-area{
	height: 73px;
	border-bottom: solid 1px #e2e2e2;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}
.header .logo-area a{
	border: none;
	text-decoration: none;
	padding-top:20px;

}
.header .logo-1{
	float: left;
	/* width: 200px; */
	padding-top:24px; padding-bottom:10px;
		font-size: 28px; color:#666;
font-family: 'NationalRegular';

}
.header .logo-2{
	float: right;
	width: 189px;
}
.header .icons-bar{
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
	padding-right: 25px;
	padding-bottom: 0px;
	text-align: right;
	position: relative;
}
.header .icons-bar li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	/* position: relative; */
	line-height: 17px;
	font-size: 14px;
	font-family: 'NationalBold';
	cursor: pointer;
}
.header .icons-bar li .tooltip{
	position: absolute;
	top: -43px;
	right: -10px;
	padding: 0px;
	background: #3d3d3d/*#2f2f2f*/;
	color: #ffffff;
	line-height: 10px;
	font-size: 12px;
	font-family: 'NationalRegular';
	letter-spacing: 1px;
	vertical-align: baseline;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	transition:         opacity 0.5s;
}
.header .icons-bar li .tooltip img{
	width: 18px !important;
	height: 16px !important;
	position: absolute !important;
	bottom: -15px !important;
	right: 31px !important;
}
.header .icons-bar li.hover .tooltip{
	height: inherit;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	padding: 8px 28px 8px 28px;
	overflow:inherit;
}
.header .icons-bar li img{
	height: 17px;
	vertical-align: bottom;
	position: relative;
	-webkit-transition: opacity 0.3s;
	-moz-transition:    opacity 0.3s;
	-o-transition:      opacity 0.3s;
	transition:         opacity 0.3s;
}
.standard-device .header .icons-bar li:hover img.off{
	display: inline;
}
.standard-device .header .icons-bar li:hover img.off,
.header .icons-bar li.selected img.off{
	display: none;
}
.header .icons-bar li img.on{
	display: none;
}
.standard-device .header .icons-bar li:hover img.on,
.header .icons-bar li.selected img.on{
	display: inline;
}
.header .icons-bar li.word{
	border-right: solid 1px #e2e2e2;
	padding-left: 8px;
	padding-right: 13px;
	vertical-align: bottom;
}
.header .icons-bar li a{
	color: #383838;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
}
.header .icons-bar li.selected a,
.standard-device .header .icons-bar li a:hover{
	color: #d03231;
}
.header .login-area{
	margin: 0px;
	position: absolute;
	top: 35px;
  left: 0;
	background: #ffffff;
	z-index: 20;
	height: 0px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition:    height 0.3s;
	-o-transition:      height 0.3s;
	transition:         height 0.3s;
}
.header .login-area.expanded{
	height: 120px;
	border-top: solid 1px #E2E2E2;
	border-bottom: solid 1px #E2E2E2;
}
.header .login-area .login-wrapper{
	padding: 28px;
	padding-bottom: 38px;
	font-family: 'NationalRegular';
	font-size: 14px;
	line-height: 18px;
}
.header .login-area .login-wrapper .left-area{
	float: left;
  text-align: left;
}
.header .login-area .login-wrapper .login-logo{
	font-size: 24px;
	color: #2f2f2f;
	font-family: 'NationalLight';
	line-height: 24px;
	margin-bottom: 3px;
}
.header .login-area .login-wrapper .login-logo span{
	color: #990000;
	font-family: 'NationalSemibold';
}
.header .login-area .login-wrapper .right-area{
	float: right;
	color: #3d3d3d;
}
.header .login-area .login-wrapper .right-area a{
	text-decoration: none;
}
.header .login-area .login-wrapper .right-area .cell{
	width: 154px;
	height: 30px;
	text-align: center;
	/* float: right; */
  display: inline-block;
  vertical-align: middle;
	font-size: 13px;
	line-height: 14px;
}
.header .login-area .login-wrapper .right-area .button{
	background: #D03231;
	line-height: 28px;
	height: 28px;
	width: 120px;
	font-size: 14px;
	margin-bottom: 10px;
	color: #ffffff;
	display: inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: background-color 0.3s;
	-moz-transition:    background-color 0.3s;
	-o-transition:      background-color 0.3s;
	transition:         background-color 0.3s;
}
.header .login-area .login-wrapper .right-area .button:hover{
	background: #990000;
}
.header .search-area{
	margin: 0px;
	position: absolute;
	top: 35px;
  left: 0;
	background: #ffffff;
	z-index: 19;
	height: 0px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition:    height 0.3s;
	-o-transition:      height 0.3s;
	transition:         height 0.3s;
}
.header .search-area.expanded{
	height: 120px;
	border-top: solid 1px #E2E2E2;
	border-bottom: solid 1px #E2E2E2;
}
.header .search-area .search-wrapper{
	padding: 28px;
	padding-bottom: 38px;
	font-family: 'NationalRegular';
	font-size: 14px;
	line-height: 0px;
}
.header .search-area form{
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
.header .search-area label{
	font-family: 'NationalLight';
	font-size: 24px;
	line-height: 24px;
	color: #3d3d3d;
	display: block;
	margin-bottom: 10px;
  text-align: left;
}
.header .search-area input{
	border: solid 1px #333;
	background: #dedede;
	font-family: 'NationalRegular';
	font-size: 18px;
	line-height: 18px;
	padding: 10px;
	color: #3d3d3d;
	float: left;
	width: 340px;
	-webkit-appearance: none;
    border-radius: 0;
}
.header .search-area input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #333;
	opacity: 1; /* Firefox */
}
.header .search-area input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #333;
}
.header .search-area input::-ms-input-placeholder { /* Microsoft Edge */
	color: #333;
}
.header .search-area .button{
	border: none;
	background: none;
	font-family: 'NationalRegular';
	font-size: 60px;
	line-height: 24px;
	color: #990000;
	cursor: pointer;
	margin-top: -6px;
	width: inherit;
}
#search-icon, #login-icon {
  position: relative;
}

/* ------------ */
/* --- SEARCH --- */
/* ------------ */

form.search { /*border:1px dotted green;*/}
form.search  .button{

	border: none;
	background: none;
	font-family: 'NationalRegular';
	font-size: 60px;
	line-height: 24px;
	color: #990000;
	cursor: pointer;
	margin-top: 3px; margin-left:10px;
	width: inherit;


 }
form.search .search-box
{
 border: none;
	background: #dedede;
	font-family: 'NationalRegular';
	font-size: 18px;
	line-height: 18px;
	padding: 10px;
	color: #3d3d3d;
	float: left;
	width: 640px;
	-webkit-appearance: none;
    border-radius: 0;
}




/* ------------ */
/* --- MENU --- */
/* ------------ */

.main-menu{
	height: 46px;
	margin: 0 auto;
	background: #990000;
	position: relative;
	font-family: 'NationalRegular';
  display: flex;
  align-items: center;
}
#menu{
	line-height: 12px;
	padding: 0px;
	margin: 0px;
}
#menu a{
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
}
#menu .menu-item{
	display: inline-block;
	font-size: 24px;
	background: transparent;
	list-style: none;
	margin-left: -4px;
	-webkit-transition: background-color 0.2s;
	-moz-transition:    background-color 0.2s;
	-o-transition:      background-color 0.2s;
	transition:         background-color 0.2s;
}
#menu .menu-item:first-child{
	margin-left: 0px;
}
#menu .menu-item.hover, #menu .menu-item.selected{
	background: #C6C6C6;
}
#menu .menu-item.hover a, #menu .menu-item.selected a{
	/*color: #D03231;*/
}
#menu .menu-item .li-holder{
	padding: 0px 17px 0px 17px;
	margin-left: 0px;
	line-height: 46px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	word-spacing: 2px;
	vertical-align: middle;
}
#menu li.menu-item:first-child .li-holder{
	padding: 0px 15px 0px 30px;
}
.menu-mobile-icon{
	margin-left: 16px;
	cursor: pointer;
	display: none;
  background: none;
  border: none;
}
.menu-mobile-icon img{
	height: 36px;
}
.menu-mobile,
.submenu-mobile{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #900;
	width: 100%;
	min-height: 100%;
	display: none;
	z-index: 100;
}
.submenu-mobile{
	/*background: #C6C6C6;*/
	background: #757575;
}
.menu-mobile.open,
.submenu-mobile.open{
	display: block;
	font-family: 'NationalRegular';
}
.menu-mobile .header-area,
.submenu-mobile .header-area{
	background: #ffffff;
	padding: 67px 30px 40px 30px;
	position: relative;
}
.menu-mobile .header-area .logo-3{
	width: 200px;
}
.submenu-mobile .header-area .section-name{
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 1px;
}
.menu-mobile .header-area .close{
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 20px;
  background: none;
  border: none;
}
.menu-mobile .header-area .close img{
  width: 40px;
}

.submenu-mobile .header-area .close{
	position: absolute;
	top: 15px;
	right: 20px;
}
.submenu-mobile .header-area .close img{
	width: 40px;
}
.menu-mobile .holder,
.submenu-mobile .holder{
	padding: 30px;
}
.menu-mobile .holder ul,
.submenu-mobile .holder ul{
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
}
.menu-mobile .holder ul li,
.menu-mobile .holder ul li a,
.submenu-mobile .holder ul li,
.submenu-mobile .holder ul li a{
	color: #ffffff;
	list-style: none;
	line-height: 20px;
	font-size: 19px;
	padding: 20px 0px 20px 0px;
	letter-spacing: 1px;
}
.submenu-mobile .holder ul li a{
  padding: 5px 0px 5px 0px;
  display: inline-block;
}
.menu-mobile .holder ul li,
.menu-mobile .holder ul li a{
	font-size: 18px;
	text-transform: uppercase;
}
.menu-mobile .holder ul li a{
  display: inline-block;
  padding: 5px 0px 5px 0px;
}
.menu-mobile .holder .close,
.submenu-mobile .holder .close{
	color: #ffffff;
	float: right;
	cursor: pointer;
}
.submenu li{
	list-style: none;
	background: #c6c6c6;
	border: solid #b3b3b3 1px;
	letter-spacing: 1px;
	border-top: none;
	-webkit-transition: all 0.2s;
	-moz-transition:    all 0.2s;
	-o-transition:      all 0.2s;
	transition:         all 0.2s;
}
.submenu li .li-holder{
	padding: 16px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 14px;
}
.submenu li .icon{
	float: right;
	height: 13px;
	margin-right: 20px;
	display: none;
}
/* .submenu li.has-submenu .icon{
	display: block;
} */
/* .submenu-level-1 li{
	border-left-color: #c6c6c6;
}

.submenu-level-3 li{
	border-left-color: #c6c6c6;
	border-right-color: #c6c6c6;
}
.submenu-level-1 li:hover, .submenu-level-1 li.selected{
	background: #3d3d3d
	border-left-color: #3d3d3d
}
.submenu-level-2 li:hover, .submenu-level-2 li.selected{
	background: #3d3d3d
}
.submenu-level-3 li:hover, .submenu-level-3 li.selected{
	background: #3d3d3d
	border-left-color: #3d3d3d
	border-right-color: #3d3d3d
} */
/* .submenu-wrapper{
	background: #c6c6c6;
	width: 100%;
	position: absolute;
	display: block;
	padding: 0px;
	top: 46px;
	left: 0px;
	z-index: 3;
	overflow: hidden;
	height: 0px;
	-webkit-transition: height 0.5s;
	-moz-transition:    height 0.5s;
	-o-transition:      height 0.5s;
	transition:         height 0.5s;
} */
/* .submenu-holder{
	width: 100%;
	position: absolute;
	display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
}
.submenu-level-0{
	border-left-color: #c6c6c6;
	border-right-color: #c6c6c6;
} */
/* .submenu{
	padding: 0px;
	margin: 0px;
	display: none;
	float: left;
	width: 389px;
	font-size: 12px;
	line-height: 12px;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	transition:         opacity 0.5s;
}
.submenu-level-1{
	width: 404px;
}
.submenu-level-2{
	margin-left: -1px;
}
.submenu a{
	color: #ffffff;
}
.submenu.visible{
	display: block !important;
} */

/* ----------------------- */
/* --- CONTEXT SUBMENU --- */
/* ----------------------- */

.context-submenu{
	width: 394px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.submenu-box .context-submenu,
.submenu-box-2 .context-submenu{
	width: auto;
}
.content-area-right .submenu-box{
	background: gray;
	min-height: 200px;
}
.content-area-right .submenu-box.transparent{
	background: none;
}
.content-area-right .context-submenu{
	position: relative;
	bottom: auto;
	right: auto;
	padding-bottom: 60px;
	background: url('../_assets/line-border-right.png') repeat-y scroll 0% 0% transparent;
}
.context-submenu ul{
	font-size: 12px;
	line-height: 12px;
	background: #ffffff;
	margin: 0px;
	margin-left: 1px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 60px;
	background: rgba(255,255,255,0.8);
	color: #3d3d3d/*#2f2f2f*/;
	font-family: 'NationalRegular';
}
.context-submenu li{
	list-style: none;
	background: transparent;
	border-bottom: solid #a9a9a9 1px;
	border-bottom: solid rgba(47,47,47,0.3) 1px;
	letter-spacing: 1px;
	border-top: none;
	-webkit-transition: all 0.2s;
	-moz-transition:    all 0.2s;
	-o-transition:      all 0.2s;
	transition:         all 0.2s;
}
.context-submenu li:last-child{
	border: none;
}
.content-area-right .context-submenu li{
	border-bottom: solid #e2e2e2 1px;
}
.content-area-right .context-submenu li:last-child{
	border-bottom: solid #e2e2e2 1px;
}
.context-submenu li a{
	color: #3d3d3d/*#2f2f2f*/;
	-webkit-transition: color 0.2s;
	-moz-transition:    color 0.2s;
	-o-transition:      color 0.2s;
	transition:         color 0.2s;
  display: inline-block;
}
.context-submenu li .li-holder{
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 14px;
}
.content-area-right .submenu-box li .li-holder,
.content-area-right .submenu-box-2 li .li-holder{
	padding-left: 0px;
}
.context-submenu li .icon{
	float: right;
	height: 13px;
	margin-right: 20px;
	display: none;
  padding-left: 8px;
}
.context-submenu li.has-submenu .icon,
.context-submenu li.show-arrow .icon{
	display: block;
}
.context-submenu li.has-submenu .icon-on,
.context-submenu li.show-arrow .icon-on{
	display: none;
}
.standard-device .context-submenu li a:hover,
.context-submenu li a.selected{
	color: #d03232;
}
.context-submenu li a.selected{
	/*cursor: text;*/
}
.standard-device .context-submenu li.has-submenu:hover .icon-off,
.standard-device .context-submenu li.show-arrow:hover .icon-off,
.context-submenu li.has-submenu.selected .icon-off,
.context-submenu li.show-arrow.selected .icon-off{
	display: none;
}
.standard-device .context-submenu li.has-submenu:hover .icon-on,
.standard-device .context-submenu li.show-arrow:hover .icon-on,
.context-submenu li.has-submenu.selected .icon-on,
.context-submenu li.show-arrow.selected .icon-on{
	display: block;
}


.sidebar-box .box-wrapper .submenu-item{
	background: transparent;
	border-bottom: solid #E2E2E2 1px !important;
	letter-spacing: 1px;
	border-top: none;
	font-size: 15px;
	line-height: 14px;
	-webkit-transition: all 0.2s;
	-moz-transition:    all 0.2s;
	-o-transition:      all 0.2s;
	transition:         all 0.2s;
}
.sidebar-box .box-wrapper .submenu-item:first-child{
	padding-top: 10px;
}
.sidebar-box .box-wrapper .submenu-item:last-child{
	margin-bottom: 50px;
}
.sidebar-box .box-wrapper .submenu-item a{
	color: #3d3d3d;
}
.sidebar-box .box-wrapper .submenu-item a:hover{
	color: #d03232;
}

/* --------------- */
/* --- TOOLBOX --- */
/* --------------- */

.toolbox{
	position: absolute;
	background: #d03231;
	top: 9px;
	right: 30px;
	width: 182px;
	padding: 0px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	overflow: hidden;
	z-index: 5;
}
.toolbox.open{
	cursor: auto;
}
.toolbox.animate{
	-webkit-transition: height 0.3s;
	-moz-transition:    height 0.3s;
	-o-transition:      height 0.3s;
	transition:         height 0.3s;
}
.toolbox .title{
	padding: 9px 20px 9px 21px;
	font-size: 13px;
	line-height: 10px;
	color: #ffffff;
	vertical-align: middle;
}
.toolbox .title .icon{
	float: right;
	height: 10px;
}
.toolbox ul{
	display: none;
	clear: both;
}
.toolbox ul.visible{
	display: inline !important;
}
.toolbox.open ul{
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
.toolbox ul li{
	padding: 0px;
	margin: 0px;
	line-height: 28px;
	list-style: none;
	border-bottom: solid 1px #de7071;
}
.toolbox ul li .text-wrapper{
	padding: 0px 21px 0px 21px;
	cursor: pointer;
}
.toolbox ul li:first-child{
	border-top: solid 1px #de7071;
	margin-top: 10px;
}
.toolbox ul li:last-child{
	margin-bottom: 27px;
}
.toolbox ul li a{
	color: #ffffff;
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
}
.toolbox ul li a:hover{
	color: black;
}
/*--- TOOLBOX COPY ---*/
.toolbox-copy{
	background: #c6c6c6;
	height: 343px;
	width: 364px;
}
.toolbox-copy .tb-wrapper{
	padding: 37px 30px 30px 41px;
}
.toolbox-copy .tb-title{
	font-size: 18px; font-weight:bold;
	line-height: 16px;
	letter-spacing: 1px;
	float: left;
	color: #3d3d3d/*#2f2f2f*/;
}
.toolbox-copy .tb-icon{
	width: 25px;
	height: 25px;
	margin-bottom: 18px;
	margin-top: -6px;
	float: right;
}
.toolbox-copy .line{
	border-top: solid 7px #ffffff;
	clear:both;
	line-height: 0px;
}
.toolbox-copy ul{
	padding: 0px;
	margin: 0px;
}
.toolbox-copy ul li{
	padding: 0px; font-size:larger;
	margin: 0px;
	line-height: 30px;
	list-style: none;
	border-bottom: solid 1px #ffffff;
	border-bottom: solid 1px rgba(255,255,255,0.4);
}
.toolbox-copy ul li .text-wrapper{
	padding: 0px;
	cursor: pointer;
}
.toolbox-copy ul li:first-child{
	margin-top: 10px;
}
.toolbox-copy ul li:last-child{
	margin-bottom: 27px;
}
.toolbox-copy ul li a{
	color: #ffffff;
	color: #3d3d3d;
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
}
.toolbox-copy ul li a:hover{
	color: #3d3d3d/*#2f2f2f*/;
}


/* --------------- */
/* --- CONTENT --- */
/* --------------- */

.content{

}

/* --- BAR ---*/

.content-top-bar{
	/*background: #c6c6c6;*/
	background: #757575;
	padding: 0px;
	line-height: 65px;
	font-family: 'NationalRegular';
	font-family: 'NationalLight';
	font-size: 30px;
	letter-spacing: 1px;
	vertical-align: middle;
	color: #ffffff;
	height: 65px;
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px;
}
.content-top-bar.dark{
	background: #2f2f2f;
}
.content-top-bar.dark .orange{
	color: #D03231;
}
.content-top-bar.glossary-search{
	position: relative;
}
.content-top-bar.glossary-search input{
	padding: 0px;
	-webkit-appearance: none;
	line-height: 30px;
	font-family: 'NationalRegular';
	font-family: 'NationalLight';
	font-size: 30px;
	letter-spacing: 1px;
	vertical-align: middle;
	color: #ffffff;
	height: 30px;
	border: none;
	background: none;
	width: 100%;
}
.content-top-bar.glossary-search input::-webkit-input-placeholder{
	color: #ffffff;
}
.content-top-bar.glossary-search input:-ms-placeholder{
	color: #ffffff;
}
.content-top-bar.glossary-search input:-moz-placeholder,
.content-top-bar.glossary-search input::-moz-placeholder{
	color: #ffffff;
	opacity: 1;
}
.content-top-bar.glossary-search .close{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 13px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.content-top-bar.glossary-search .close.visible{
	display: block;
}
.content-top-bar.glossary-buttons-wrapper{
	background: #D03231;
	font-family: 'NationalSemibold';
	font-size: 46px;
	line-height: 51px;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
}
.content-top-bar.glossary-buttons-wrapper .glossary-button{
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	border-bottom: solid 3px transparent;
	-webkit-transition: border-color 0.3s;
	-moz-transition:    border-color 0.3s;
	-o-transition:      border-color 0.3s;
	transition:         border-color 0.3s;
	font-family: 'NationalSemibold';
	font-size: 46px;
	line-height: 51px;
	height: auto;
	color: white;
}
.content-top-bar.glossary-buttons-wrapper .glossary-button.selected,
.content-top-bar.glossary-buttons-wrapper .glossary-button:hover{
	border-bottom: solid 3px
}
.content-top-bar.bar-fixed{
	position: fixed;
	z-index: 10;
	top: 0px;
	margin: 0 auto;
	width: 1062px; /*1182px - padding*/
}
.content-top-bar .menu-icon{
	display: none;
  float: right;
  margin-top: 14px;
  vertical-align: middle;
}

.content-top-bar .menu-icon img{
	height: 36px;
}

/* --- AREAS ---*/

/* content-area-top */

.content-area-top{
	background: #ffffff;
	overflow: hidden;
	clear: both;
	padding: 0px;
	position: relative;
}
.content-area-top .img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.content-area-top .text-area{
	position: absolute;
	bottom: 60px;
	left: 60px;
	border: solid 4px #ffffff;
	padding: 20px 100px 20px 20px;
	font-size: 50px;
	line-height: 43px;
	color: #ffffff;
	font-family: 'NationalLight';
	background: transparent;
	background: rgba(0,0,0,0.4);
}
.content-area-top .text-area span,
.content-area-top .text-area b,
.content-area-top .text-area strong{
	font-family: 'NationalBold';
}
.content-area-top.height-1{
	height: 483px;
}
.content-area-top.height-2{
	height: 392px;
}
.content-area-top.height-3{
	height: 258px;
}
.content-area-top.height-4{
	height: 0px;
}
.content-area-top.bar-fixed{
	padding-top: 65px;
}

/* content-area-left -> content*/

.content-area-left{
	background: #ffffff;
	width: 788px;
	vertical-align: top;
	height: inherit;
	float: left;
	display: table-cell;
	margin-top: 40px;
	min-height: 800px;
}
.content-area-left.glossary,
.content-area-left.search-results{
	width: 90%;
}
#glossary-search-not-found{
	font-size: 20px;
}
#glossary-search-not-found.hidden{
	display: none;
}
.content-area-left .area-holder{
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 0px;
}
.content-area-left .area-holder img{
	max-width: 100%;
}
.content-area-left .area-holder a{
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
	color: #1B808D;
	display: inline-block;
}
.content-area-left .area-holder a:hover{
	color: #3d3d3d;
}

/* recipient-boxes */

.content-area-left ._recipient-box-light-blue,
.content-area-left ._recipient-box-yellow,
.content-area-left ._recipient-box-orange,
.content-area-left ._recipient-box-gray,
.content-area-left ._recipient-box-dark-gray,
.content-area-left ._recipient-box-red{
	margin-top: 10px;
	margin-bottom: 46px;
	padding: 0px;
	position: relative;
	/*background: url(../_assets/content-box-corner.png) no-repeat right bottom;
	background-size: 57px 57px;*/
	color: #3d3d3d/*#2f2f2f*/;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.content-area-left ._recipient-box-yellow .box-wrapper,
.content-area-left ._recipient-box-light-blue .box-wrapper,
.content-area-left ._recipient-box-orange .box-wrapper,
.content-area-left ._recipient-box-gray .box-wrapper,
.content-area-left ._recipient-box-dark-gray .box-wrapper,
.content-area-left ._recipient-box-red .box-wrapper{
	padding: 30px 30px 50px 30px;
}
.content-area-left ._recipient-box-yellow .recipient-box-text,
.content-area-left ._recipient-box-light-blue .recipient-box-text,
.content-area-left ._recipient-box-orange .recipient-box-text,
.content-area-left ._recipient-box-gray .recipient-box-text,
.content-area-left ._recipient-box-dark-gray .recipient-box-text,
.content-area-left ._recipient-box-red .recipient-box-text{
	float: left;
	margin-top: -8px;
	width: 73%;
}
.content-area-left ._recipient-box-yellow .img,
.content-area-left ._recipient-box-light-blue .img,
.content-area-left ._recipient-box-orange .img,
.content-area-left ._recipient-box-gray .img,
.content-area-left ._recipient-box-dark-gray .img,
.content-area-left ._recipient-box-red .img{
	float: left;
	margin-right: 30px;
	width: 134px;
}
.content-area-left .box-corner-yellow,
.content-area-left .box-corner-light-blue,
.content-area-left .box-corner-orange,
.content-area-left .box-corner-gray,
.content-area-left .box-corner-dark-gray,
.content-area-left .box-corner-red{
	background: url(../_assets/content-box-corner.png) no-repeat right bottom;
	background-size: 57px 57px;
	width: 57px;
	height: 57px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.content-area-left ._recipient-box-light-blue,
.content-area-left .box-corner-light-blue{
	background-color: #1B808D;
}
.content-area-left ._recipient-box-yellow,
.content-area-left .box-corner-yellow{
	background-color: #f4c145;
}
.content-area-left ._recipient-box-orange,
.content-area-left .box-corner-orange{
	background-color: #D03231;
}
.content-area-left ._recipient-box-gray,
.content-area-left .box-corner-gray{
	/*background-color: #c6c6c6;*/
	background-color: #757575;
}
.content-area-left ._recipient-box-dark-gray,
.content-area-left .box-corner-dark-gray{
	background-color: #454645;
}
.content-area-left ._recipient-box-red,
.content-area-left .box-corner-red{
	background-color: #d03232;
}


/*--- box-with-line ---*/

.content-area-left ._box-with-line{
	padding: 8px 0px 13px 0px;
	border-top: solid 1px #e2e2e2;
}
.content-area-left ._box-with-line:last-child{
	border-bottom: solid 1px #e2e2e2;
}
.content-area-left ._box-with-line br{
	margin-bottom: 8px;
}


/* content-area-right -> sidebar */

.content-area-right{
	background-color: #ffffff;
	width: 394px;
	vertical-align: top;
	height: inherit;
	float: right;
	display: table;
	margin-top: 40px;
}
.content-area-right .area-holder{
	padding: 30px;
	padding-top: 0px;
}
.content-area-right .sidebar-box{
	min-height: 200px;
}
.content-area-right .sidebar-box .box-wrapper{
	padding: 10px;
	padding-left: 30px;
	padding-right: 60px;
}
.content-area-right .sidebar-box .box-wrapper p{
	border-bottom: solid 1px #e2e2e2;
	margin-bottom: 3px;
	padding-bottom: 19px;
}
.content-area-right .sidebar-box .box-wrapper p:last-child{
	border: none;
}
.content-area-right .sidebar-box:last-child{
	/*height: auto !important;*/
}
.content-area-right .sidebar-box-empty{
	background: transparent;
	background-image: url(../_assets/line-border-right.png);
	background-repeat: repeat-y;
}
.content-area-right .sidebar-box-0,
.content-area-right .sidebar-box-1{
	/*width: 394px;*/
	border-top: solid 7px #3d3d3d;
	background: transparent;
	background-image: url(../_assets/line-border-right.png);
	background-repeat: repeat-y;
}
.content-area-right .sidebar-box-0{
	border: none;
	margin-top: 18px;
}
.content-area-right .sidebar-box-0 .box-wrapper{
	padding-top: 0px;
}
.side-menu.bar-fixed{
	position: fixed;
	padding-top: 0px;
	z-index: 1;
	top: 0px;
	margin-left: 788px;
}

/* --- CONTENT FONT STYLES ---*/

.main-container{
	font-family: 'NationalRegular';
	font-size: 14px;
	line-height: 18px;
}
.main-container p{
	padding: 0px;
	vertical-align: text-top;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #3d3d3d;
}
.main-container a{
	text-decoration: underline;
	text-underline-offset: 2px;
}
.main-container .toolbox-copy ul li a,
.main-container .context-submenu li a{
	text-decoration: none;
}
.main-container .glossary p,
.main-container .search-results p{
	font-size: 16px;
	line-height: 21px;
}
.main-container .glossary p.hidden,
.main-container .search-results p.hidden{
	display: none;
}
.main-container p strong,
.main-container p b{
	font-family: 'NationalBold';
}
.main-container ._breadcrumbs,
.main-container ._breadcrumbs a{
	font-size: 14px;
	line-height: 14px;
	font-family: 'NationalRegular';
	color: #1B808D;
	padding-right: 0px;
	letter-spacing: 1px;
	text-decoration: none;
	/*
	background-image: url(../_assets/icon-arrow-breadcrumbs.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	background-size: 4px 7px;
	*/
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
}
.main-container ._breadcrumbs a span,
.main-container ._breadcrumbs a .black{
	color: #3d3d3d;
	padding-left: 2px;
	padding-right: 2px;
}

.main-container ._breadcrumbs a:hover{
	color: #3d3d3d;
}
.main-container ._page-title{
	color: #3d3d3d;
	font-size: 40px;
	line-height: 34px;
	margin: 0px;
	margin-top: 12px;
	padding-bottom: 11px;
	font-family: 'NationalLight';
	letter-spacing: 0px;
}
.main-container ._large-numbers{
	color: #118C4F;
	font-size: 40px;
	line-height: 34px;
	margin: 0px;
	margin-top: 12px;
	padding-bottom: 11px;
	font-family: 'NationalSemibold';
	letter-spacing: 0px;
}
.main-container ._intro{
	color: #1B808D;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
}
.main-container .topical-menu{
	color: #1B808D;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
}
.main-container ._title{
	color: #3d3d3d/*#2f2f2f*/;
	font-size: 26px;
	line-height: 28px;
	font-family: 'NationalLight';
	letter-spacing: 0px;
}
.main-container ._subtitle-1{
	color: #1B808D;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
}
.main-container ._subtitle-1-orange{
	color: #D03231;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
}
.main-container ._subtitle-2{
	color: #3d3d3d/*#2f2f2f*/;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	font-family: 'NationalBold';
	font-weight: bold;
}
.main-container ._list-item{
	display: list-item;
	margin-left: 35px;
	margin-top: 0; 
	margin-bottom: 0;
}
.main-container ._list-tab{
	display: list-item;
	list-style: none;
	margin-left: 35px;
}
.main-container ._sublist-item{
	display: list-item;
	list-style-type:none;
	margin-left : 70px;
    padding-left: 15px;
}
.main-container ._sublist-item::before{
	content:"- ";
}
.main-container ._page-title._orange{
	color: #D03231;
}
.main-container ._sublist-tab{
	display: list-item;
	list-style: none;
	margin-left: 70px;
}
.content-area-right ._title{
	padding: 30px;
	padding-top: 0px;
	border-left: solid 1px #e2e2e2;
}
.content-area-right p._title{
	margin: 0px;
	padding-top: 3px;
}
.content-area-right .sidebar-box ._title,
.content-area-right .sidebar-box p._title{
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border: none;
	border-bottom: solid 1px #e2e2e2;
}
.content-area-right .sidebar-box a._subtitle-1{
	color: #1B808D;
}
.content-area-right .sidebar-box a{
	color: #1B808D;
	text-decoration: none;
}
.content-area-right a._orange,
.content-area-right ._orange ._subtitle-1{
	color: #D03231;
}
.content-area-right .sidebar-box .image-and-text{
	padding: 0px;
	margin-bottom: 20px;
	border-bottom: solid 1px #e2e2e2;
	min-height: 118px;
	-webkit-transition: background 0.3s;
	-moz-transition:    background 0.3s;
	-o-transition:      background 0.3s;
	transition:         background 0.3s;
}
.content-area-right .sidebar-box .image-and-text:last-child{/* test this property */
	border-bottom: none;
}
.content-area-right .sidebar-box.text-bottom-space .image-and-text{
	padding-bottom: 20px;
}
.content-area-right .sidebar-box.text-bottom-space .image-and-text:last-child{/* test this property */
	border-bottom: solid 1px #e2e2e2;
}
.content-area-right .sidebar-box .image-and-text.selected{
	padding: 15px;
	/*background: #e3e3e3;*/
	background: #fefff7;
	border-bottom: none;
	border: solid 1px #e3e3e3;
}
.content-area-right .sidebar-box .image-and-text img{
	/*width: 38%;*/
	width: 120px;
	max-width: 120px;
	float: left;
}
.content-area-right .sidebar-box .image-and-text.selected img{
	width: 38%;
}
.content-area-right .sidebar-box .image-and-text p{
	width: 55%;
	margin: 0px;
	/*margin-left: 6%;*/
	margin-left: 16px;
	margin-top: -3px;
	float: left;
	border: none;
	color: #3d3d3d/*#2f2f2f*/;
}
.content-area-right .sidebar-box .image-and-text p ._subtitle-1{
	/*color: #1B808D;*/
	color: #D03231;
}

/*   rollover links    */
.content-area-right .sidebar-box a:hover,
.content-area-right .sidebar-box a:hover *,
.content-area-right .sidebar-box .image-and-text a:hover *{
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
}
.content-area-right .sidebar-box a:hover,
.content-area-right .sidebar-box a:hover *,
.content-area-right .sidebar-box .image-and-text a:hover *{
	color: #3d3d3d/*#2f2f2f*/ ;
}

.content-area-left .content-box-1 .text,
.content-area-left .content-box-1 .text p{
	font-size: 16px;
}
.content-area-left .recipient-box-text .box-title{
	color: #ffffff;
	font-size: 30px;
	line-height: 33px;
}
.content-area-left ._recipient-box-yellow .recipient-box-text,
.content-area-left ._recipient-box-yellow  .recipient-box-text .white-italic,
.content-area-left ._recipient-box-yellow .recipient-box-text .box-title{
	color: #333333 !important;
}
.content-area-left .recipient-box-text .white-italic{
	font-family: 'NationalItalic';
	color: #ffffff;
	line-height: 22px; font-size:20px;
}
.content-area-left .recipient-box-text a{
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
	text-decoration: none;
}
.content-area-left .recipient-box-text a:hover{
	color: #ffffff;
}

.content-area-left .recipient-home{
	height: 400px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.content-area-left .glossary-letter{
	font-family: 'NationalSemibold';
	font-size: 120px;
	line-height: 89px;
	margin-bottom: 13px;
	margin-top: 30px;
	margin-left: -9px;
}
.content-area-left .glossary-letter.margin-offset-1{
	margin-left: -1px;
}
.content-area-left .glossary-letter.margin-offset-2{
	margin-left: -5px;
}
.content-area-left .glossary-letter.first,
.content-area-left .glossary-letter:first-child{
	margin-top: -25px;
}
.content-area-left .glossary-letter.hidden{
	display: none;
}
._line-strong{
	border-top: solid #3d3d3d 5px;
	overflow: hidden;
	height: 0px;
	width: inherit;
	margin: 0px;
	margin-bottom: 0px;
	line-height: 0px;
	padding: 0px;
}
/*--- vertical center ---*/

._vertical-center{
	font-family: 'NationalSemibold';
	font-size: 16px;
	letter-spacing: 1px;
}
._vertical-center a{
	color: #3d3d3d !important;
}
._vertical-center,
._vertical-center *{
	vertical-align: middle;

}

/*--- simple table ---*/

._simple-table{
	max-width: 100%;
	border: none;
}
._simple-table *{
	border: none;
	vertical-align: text-top;
}
._simple-table td{
	line-height: 14px;
	padding-bottom: 7px;
	padding-right: 50px;
}
._simple-table td:last-child{
	padding-right: 0px;
}
._simple-table a{
	word-break: break-all;
	word-wrap: break-word;
}


._external-link{
	font-style: italic;
}
._linktologin,
._linktosearch{
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
	color: #1B808D;
	cursor: pointer;;
}
._linktologin.hover,
._linktosearch.hover{
	color: #3D3D3D;
}

._glossary-item-title,
.search-results-item-title{
	font-family: 'NationalBold';
	display: block;
}
.img-with-zoom,
._img-with-zoom{
	cursor: url(../_assets/icon-cursor-zoom.png), pointer;
	cursor: -webkit-zoom-in;
}
._video{
	margin-top: 10px;
}
.video-iframe{
	width: 100%;
	margin-top: 10px;
	height: 379px;
}
.video-poster{
	margin-top: 10px;
	cursor: pointer;
}
.twitter-area{
	/*border: solid 1px #E2E2E2;
	border-radius: 5px;*/
	height: 532px;
	margin-bottom: 40px;
}
.twitter-timeline{
	width: 100% !important;
}

/* -------------------- */
/* --- TOPICAL MENU --- */
/* -------------------- */

._topic{
	border: none;
	border-top: dotted 4px red;
	height: 0px;
	overflow: hidden;
}
._sub-topic{
	border: none;
	border-top: dotted 2px red;
	height: 0px;
	overflow: hidden;
}
._read-more{
	background: yellow;
}
.topical-menu{
	padding-bottom: 20px;
}
.topical-menu,
.topical-submenu{
	margin: 0px;
	padding-left: 0px;
}
.topical-menu button,
.topical-submenu button{
	margin: 0px;
	list-style: none;
	/*padding-left: 15px;*/
	font-size: 16px;
	line-height: 28px;
	cursor: pointer;
	color: #1B808D;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	/*
	background-image: url(../_assets/icon-arrow-breadcrumbs.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	background-size: 4px 7px;
	*/
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
}
.topical-menu button,
.topical-submenu button{
  background-color: transparent;
  border: none;
  display: block;
}
.topical-menu button .black,
.topical-submenu button .black{
	color: #3d3d3d;
	margin-right: 10px;
	text-decoration: none !important;
}
.topical-menu button:hover,
.topical-submenu button:hover{
	color: #3d3d3d;
}
.topical-menu button.selected span,
.topical-submenu button.selected span{
	text-decoration: underline;
	color: #3d3d3d;
}
.topical-menu button.selected .black,
.topical-submenu button.selected .black{
	text-decoration: none;
}
.read-more-button{
	color: #1B808D;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
}
.read-more-button:hover{
	color: black;
}
.holder-img-zoom{
	position: relative;
}
.icon-zoom{
	text-align: left;
	padding-top: 0px;
	margin-top: -3%;
	padding-bottom: 20px;
	color: #1B808D;
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
	cursor: pointer;
}
.standard-device .icon-zoom:hover{
	color: #3d3d3d;
}

/* ----------------- */
/* --- LIGHTBOX  --- */
/* ----------------- */

.lightbox-images{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	width: 100%;
	min-height: 100%;
	display: none;
	z-index: 100;
}
.lightbox-images.open{
	display: block;
	font-family: 'NationalRegular';
}
.lightbox-images .header-area{
	background: #ffffff;
	padding: 30px 30px 30px 30px;
	position: fixed;
	background: #ffffff;
	width: 100%;
}
.lightbox-images .header-area .logo-3{
	width: 200px;
}
.lightbox-images .header-area .section-name{
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 1px;
}
.lightbox-images .header-area .close{
	cursor: pointer;
	width: 40px;
	position: fixed;
	top: 20px;
	right: 20px;
}
.lightbox-images .holder{
	padding-top: 80px;
}
.lightbox-images .holder img{
	min-width: 100%;
}
.lightbox-images .holder .close-bottom{
	text-align: center;
	width: 100%;
	margin-top: 30px;
}
.lightbox-images .holder .close-bottom div{
	cursor: pointer;
	color: #1B808D;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	display: inline;
}

/* -------------- */
/* --- FOOTER --- */
/* -------------- */

footer .offset-height{
	width: 100%;
	height: 0px;
	background: #ffffff;
	margin: 0 auto;
}
.footer{
	background: #111;
	margin: 0 auto;
	height: 40px;
	clear: both;
	display: table;
	font-family: 'NationalLight';
	line-height: 0px;
	vertical-align: text-top;
}
.footer .left{
	padding: 30px;
	color: #ffffff;
	line-height: 15px;
	font-size: 12px;
	float: left;
}
.footer .left p, .footer .left h3{
	margin: 0px;
	padding: 0px;
}
.footer .left p span, .footer .left span{
	color: #777777;
	color: white;
}
.footer .left h3{
	font-family: 'NationalLight';
	font-weight: 200;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 10px;
}
.footer .left h3 span{
	font-family: 'NationalRegular';
	color: #d03232;
}
.footer .left .br-1{
	display: none;
}
.footer .right{
	float: right;
	padding: 30px;
}
.footer .right ul{
	padding: 0px;
	margin: 0px;
}
.footer .right li{
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 10px;
	list-style: none;
	font-size: 15px;
	line-height: 15px;
	display: inline;
	border-right: solid #6e6e6e 1px;
}
.footer .left a,
.footer .right li a{
	color: #ffffff;
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	-o-transition:      color 0.3s;
	transition:         color 0.3s;
}
.footer a{
	text-decoration: underline !important;
	text-underline-offset: 2px;
}
.footer a:hover,
.footer .footerlink:hover{
	color: #facc45 !important;
}
.footer icon.instagram a,
.footer icon.twitter a,
.footer icon.youtube a{
	text-decoration: none !important;
}

.footer .right li.icon{
	border-right: none;
	margin: 0px;
	padding: 0px;
}
.footer .right li.icon.youtube{
	margin-left: -8px;
}
.footer .right li img{
	height: 17px;
	vertical-align: bottom;
	position: relative;
	-webkit-transition: opacity 0.3s;
	-moz-transition:    opacity 0.3s;
	-o-transition:      opacity 0.3s;
	transition:         opacity 0.3s;
}
.footer .right li:hover img.off{
	display: inline;
}
.footer .right li:hover img.off{
	display: none;
}
.footer .right li img.on{
	display: none;
}
.footer .right li:hover img.on{
	display: inline;
}


/* --------------- */
/* --- PRESETS --- */
/* --------------- */

.opacity-1{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.opacity-0{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#helper{
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 10px;
	background: black;
	color: #ffffff;
}

/* ---------------------- */
/* --- MEDIA QUIERIES --- */
/* ---------------------- */


@media only screen and (max-width: 1181px) {
	.wrapper-width{
		width: 1024px !important;
	}
	.content-top-bar.bar-fixed{
		width: 904px; /*1024px - padding*/
	}
	.content-area-top.height-1{
		height: 418px;
	}
	.content-area-top.height-2{
		height: 314px;
	}
	.content-area-left{
		width: 66%;
	}
	.content-area-right{
		width: 34%;
	}
	.content-area-right .sidebar-box .box-wrapper{
		padding-right: 35px;
	}
	.content-area-right .sidebar-box .image-and-text img{
		width: 38%;
	}
	.content-area-right .sidebar-box .image-and-text p{
		margin-left: 6%;
	}
	.header{
		height: 135px;
	}
	.header .icons-bar{
		padding-right: 230px;
		padding-top: 5px;
		padding-bottom: 4px;position: relative;
	}
	.header .login-area{
		top: 50px;
	}
	.header .login-area .left-area{
		width: 200px;
	}
	.header .search-area{
		top: 50px;
	}
form.search .search-box { width:90%;}

	.toolbox{
		top: -37px;
		z-index: 30;
	}
	.toolbox-copy{
		width: 92%;
	}
	.submenu{
		width: 33.33% !important;
	}
	.context-submenu{
		width: 34%;
	}
	.submenu-box .context-submenu,
	.submenu-box-2 .context-submenu{
		width: auto;
	}
	.context-submenu ul{
		padding-right: 30px;
	}
	.content-area-top .context-submenu ul li .li-holder{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.content-area-left ._recipient-box-yellow .recipient-box-text,
	.content-area-left ._recipient-box-light-blue .recipient-box-text,
	.content-area-left ._recipient-box-orange .recipient-box-text,
	.content-area-left ._recipient-box-gray .recipient-box-text,
	.content-area-left ._recipient-box-dark-gray .recipient-box-text,
	.content-area-left ._recipient-box-red .recipient-box-text{
		width: 65%;
	}
	.video-iframe{
		height: 324px;
	}
  .header .login-area.expanded {
    height: 150px;
  }
}
@media only screen and (max-width: 1023px) {
	.wrapper-width{
		width: 980px !important;
	}
	.content-top-bar{
		padding-left: 40px;
	}
	.content-top-bar.bar-fixed{
		width: 860px; /*980px - padding*/
	}
	.content-area-top.height-1{
		height: 400px;
	}
	.content-area-top .text-area{
		left: 40px;
	}
	.content-area-left .area-holder{
		padding-left: 40px;
	}
	.submenu li{
		letter-spacing: 0px;
	}
	.context-submenu ul li{
		letter-spacing: 0px;
	}
	.content-area-left ._recipient-box-yellow .recipient-box-text,
	.content-area-left ._recipient-box-light-blue .recipient-box-text,
	.content-area-left ._recipient-box-orange .recipient-box-text,
	.content-area-left ._recipient-box-gray .recipient-box-text,
	.content-area-left ._recipient-box-dark-gray .recipient-box-text,
	.content-area-left ._recipient-box-red .recipient-box-text{
		width: 55%;
	}
	.video-iframe{
		height: 319px;
	}
}
@media only screen and (max-width: 979px) {
	.wrapper-width{
		width: 800px !important;
	}
	.content-top-bar.bar-fixed{
		width: 780px; /*800px - padding*/
	}
	.content-area-top.height-1{
		height: 327px;
	}
	.content-area-top .text-area{
		font-size: 40px;
		line-height: 35px;
	}
	.content-area-right .sidebar-box .image-and-text img,
	.content-area-right .sidebar-box .image-and-text p{
		float: none;
		width: inherit;
	}
	.content-area-right .sidebar-box .image-and-text img{
		width: 120px;
		margin-bottom: 20px;
	}
	.content-area-right .sidebar-box .image-and-text p{
		float: none;
		width: inherit;
		margin-left: 0px;
	}
	.main-container ._page-title{
		font-size: 33px;
		line-height: 29px;
	}
	#menu .menu-item .li-holder{
		font-size: 14px !important;
		padding: 0px 12px 0px 12px;
		letter-spacing: 0px;
	}
	#menu li.menu-item:first-child .li-holder{
		padding: 0px 15px 0px 30px;
	}
	.submenu li.has-submenu .icon{
		display: none;
	}
	.context-submenu ul li.show-arrow .icon{
		display: none !important;
	}
	.content-area-left ._recipient-box-yellow .recipient-box-text,
	.content-area-left ._recipient-box-light-blue .recipient-box-text,
	.content-area-left ._recipient-box-orange .recipient-box-text,
	.content-area-left ._recipient-box-gray .recipient-box-text,
	.content-area-left ._recipient-box-dark-gray .recipient-box-text,
	.content-area-left ._recipient-box-red .recipient-box-text{
		margin-top: 0px;
		width: inherit;
	}
	.video-iframe{
		height: 252px;
	}
}
@media only screen and (max-width: 799px) {
	.wrapper-width{
		width: 768px !important;
	}
	.content-top-bar.bar-fixed{
		width: 648px; /*768px - padding*/
	}
	.content-area-top.height-1{
		height: 314px;
	}
	.content-area-top .text-area{
		font-size: 30px;
		line-height: 28px;
	}
	.footer .left,
	.footer .right{
		float: none;
	}
	.footer .right{
		padding-top: 0px;
	}
    .footer .right ul{
        margin-left: 38px;
    }
	.video-iframe{
		height: 240px;
	}
}

.submenu-wrapper{
  display: none;
}
@media only screen and (max-width: 979px) {
	.wrapper-width{
		width: 100% !important;
	}
	.content-top-bar{
		padding: 15px 25px;
		font-size: 24px;
		height: inherit;
		line-height: 30px;
	}
	.content-area-right,
	.content-area-left{
		width: 100% !important;
	}
	.content-area-left{
		margin-top: 10px;
	}
	.content-area-left .area-holder{
		padding: 25px;
	}

	.content-area-left .area-holder ._large-numbers{
		font-size: 30px;
	}
	.content-area-right{
		margin-top: 0px;
	}
	.header .logo-area{
		padding-left: 21px;
		padding-right: 21px;
	}
	.header .icons-bar{
		padding-left: 23px;
		padding-right: 0px;
		text-align: left;
	}
	.header .icons-bar li.icon{
		margin-left: -1px;
		margin-right: 0px
	}
	.header .icons-bar li.word{
		padding-right: 11px;
	}
	.header .icons-bar li.word:first-child{
		padding-left: 0px;
	}
	.header .login-area .login-wrapper .left-area{
		float: none;
		margin-bottom: 20px;
	}
	.header .login-area .login-wrapper .right-area{
		float: none;
	}
	.header .login-area .login-wrapper .right-area .cell{
		/* float: none; */
    display: block;
		height: auto;
		margin-bottom: 20px;
	}
	.header .login-area.expanded{
		height: 390px;
	}
	#menu{
		display: none;
	}
	.menu-mobile-icon{
		display: inline;
	}
	.submenu-wrapper{
		display: none;
	}
	.topical-menu{
		padding-top: 16px;
		padding-bottom: 10px;
	}
	.topical-menu button, .topical-submenu button {
		width: inherit;
		padding-left: 15px;
		background-image: url(../_assets/icon-arrow-breadcrumbs.png);
		background-repeat: no-repeat;
		background-position: left 7px;
		background-size: 4px 7px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.topical-menu button .black, .topical-submenu button .black{
		display: none;
	}
	.toolbox{
		right: 25px;
	}
	.toolbox-copy{
		width: auto;
		width: -webkit-calc(100% - 60px) !important;
		width: -moz-calc(100% - 60px) !important;
		width: calc(100% - 60px) !important;
		margin-left: 30px;
	}
	.hidden-on-phone{
		display: none;
	}
	.main-container .breadcrumbs{
		margin-bottom: 20px;
	}
	.main-container .breadcrumbs a{
		/*display: block;*/
		display: inline-block;
		margin-bottom: 5px;
	}
	.content-area-top.height-2{
		height: auto;
	}
	.content-area-top.height-2 img{
		display: none;
	}
	.content-area-top.height-2 .text-area{
		display: none;
	}
	.content-area-top.height-2 .context-submenu{
		position: inherit;
		width: inherit;
	}
	.content-area-top.height-2 .context-submenu ul{
		padding-left: 25px;
		padding-right: 25px;
	}
	.content-area-top.height-2 .context-submenu ul li .li-holder{
		padding-left: 0px;
	}
	.content-area-right .sidebar-box:last-child{
		height: auto !important;
	}
	.content-area-top.height-3 .text-area{
		padding-right: 20px;
		min-width: 222px;
		left: 25px;
	}
	.content-area-top.height-3 img{
		margin-left: -50%;
	}
	.content-top-bar{
		position: relative;
		padding-right: 65px;
	}
	.content-top-bar .menu-icon{
		margin: 0px;
		position: absolute;
		right: 17px;
		float: none;
		top: 13px;
	}
	.content-top-bar .menu-icon.visible{
		display: inherit;
	}
	.submenu-box,
	.submenu-box-2{
		display: none;
	}
	.header .login-area .login-wrapper .right-area .cell{
		text-align: left;
	}
	.header .login-area .login-wrapper .right-area .cell div{
		margin-left: 1px;
	}
	.header .login-area .login-wrapper .right-area .cell .button{
		margin-left: -1px;
		text-align: center;
	}
	.header .search-area input{
		width: 200px;
	}
form.search .search-box { width:200px;}
	.header .search-area .button{
		width: inherit;
	}
	.footer .left{
		font-size: 15px;
		line-height: 17px;
	}
	.footer .right li:first-child{
		padding-left: 0px;
	}
	.video-iframe{
		height: 332px;
	}
	._simple-table td{
		padding-right: 30px;
	}
}
@media only screen and (max-width: 540px) {
	.content-area-left.glossary{
		width: 100%;
	}
	.content-top-bar.glossary-buttons-wrapper{
		padding-right: 25px;
	}
}
@media only screen and (max-width: 560px) {
	.toolbox{
		top: 9px;
		z-index: 5;
	}
	.header .search-area input{
		width: 250px;
	}
	.video-iframe{
		height: 242px;
	}
	.content-top-bar.glossary-buttons-wrapper{
		font-size: 30px;
		line-height: 40px;
		height: auto;
		padding-top: 7px;
		padding-bottom: 7px;
	}
}
@media only screen and (max-width: 479px) {
	.content-area-left .recipient-home{
		height: 550px;
	}
	.footer .left .br-1{
		display: inherit;
	}
	.footer .right li{
		padding: 0px 8px 0px 4px;
	}
	.footer .right .last-text{
		border: none !important;
		padding-right: 0px !important;
	}
	.footer .right .icon{
		line-height: 24px !important;
	}
	.footer .right .icon.twitter{
		margin-left: -10px;
	}
	.video-iframe{
		height: 174px;
	}
	._simple-table.cols-2 td{
		display: -moz-inline-grid;
		width: 40%;
		width: -webkit-calc(50% - 25px);
		width: -moz-calc(50% - 25px);
		width: calc(50% - 25px);
	}
	._simple-table.cols-3 td{
		display: -moz-inline-grid;
		width: 20%;
		width: -webkit-calc(33% - 25px);
		width: -moz-calc(33% - 25px);
		width: calc(33% - 25px);
	}
form.search .search-box { width:290px;}
}
@media only screen and (max-width: 359px) {
	.content-area-left .recipient-home{
		height: 600px;
	}
	.footer .right .privacy{
		display: none;
	}
	.video-iframe{
		height: 152px;
	}
form.search .search-box { width:200px;}
}
@media only screen and (max-width: 320px) {
	.toolbox-copy{
		width: 260px;
	}
	form.search .search-box { width:250px;}

}



/* ANNOUNCE */

.clear-both{
    clear: both;
}
body.has-announcement {
    overflow: hidden;
}

.module-home-announce {
    width: 100%;
    height: 100vh;
    background: black;
    background: rgba(32, 32, 33, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    font-family: 'NationalRegular';
    color: #ffffff;
    display: flex;
}

.module-home-announce .content {
    max-height: 100vh;
    max-height: calc(100vh - 290px);
    width: calc(100% - 200px);
    max-width: 1300px;
    margin: 0 auto;
    align-self: center;
    background: #9a0000;
    opacity: 0;
    transition: opacity 0.3s 0.1s;
}

.module-home-announce .content.loaded {
    opacity: 1;
}

@media screen and (max-width: 1440px) {
    .module-home-announce .content {
        max-height: calc(100vh - 190px);
    }
}

@media screen and (max-width: 1155px) {
    .module-home-announce .content {
        width: calc(100% - 150px);
    }
}

@media screen and (max-width: 1023px) {
    .module-home-announce .content {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 639px) {
    .module-home-announce .content {
        max-height: 100vh;
        width: 100%;
    }
}

@media screen and (max-height: 900px) {
    .module-home-announce .content {
        max-height: calc(100vh - 190px);
    }
}

@media screen and (max-height: 800px) {
    .module-home-announce .content {
        max-height: calc(100vh - 100px);
    }
}

@media screen and (max-height: 700px) {
    .module-home-announce .content {
        max-height: calc(100vh - 50px);
    }
}

@media screen and (max-height: 700px) and (orientation: portrait) {
    .module-home-announce .content {
        max-height: 100vh;
    }
}

@media screen and (max-height: 414px) {
    .module-home-announce .content {
        height: 100vh;
        max-height: 100vh;
    }
}

@media screen and (max-width: 767px) {
    .module-home-announce .content {
        max-height: 100vh;
        height: 100vh;
        width: 100%;
    }
}

.module-home-announce .content .inner {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    flex-direction: row;
    max-height: calc(100vh - 290px);
    height: 1000px;
    position: relative;
}
.module-home-announce.image-right .content .inner {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1440px) {
    .module-home-announce .content .inner {
        max-height: calc(100vh - 190px);
    }
}

@media screen and (max-width: 639px) {
    .module-home-announce .content .inner {
        max-height: 100vh;
    }
}

@media screen and (max-height: 900px) {
    .module-home-announce .content .inner {
        max-height: calc(100vh - 190px);
    }
}

@media screen and (max-height: 800px) {
    .module-home-announce .content .inner {
        max-height: calc(100vh - 100px);
    }
}

@media screen and (max-height: 700px) {
    .module-home-announce .content .inner {
        max-height: calc(100vh - 50px);
    }
}

@media screen and (max-height: 700px) and (orientation: portrait) {
    .module-home-announce .content .inner {
        max-height: 100vh;
    }
}

@media screen and (max-height: 414px) {
    .module-home-announce .content .inner {
        height: 100vh;
        max-height: 100vh;
    }
}

@media screen and (max-width: 767px) {
    .module-home-announce .content .inner {
        max-height: 100vh;
        height: 100vh;
        width: 100%;
    }
}

.module-home-announce .content .inner .image {
    width: 36%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1023px) {
    .module-home-announce .content .inner .image {
        width: 0%;
    }
}

.module-home-announce .content .inner .holder {
    width: 64%;
    padding: 80px 70px;
    color: #ffffff;
    overflow: auto;
    font-family: 'NationalLight';
}

@media screen and (max-width: 1440px) {
    .module-home-announce .content .inner .holder {
        padding: 70px;
    }
}

@media screen and (max-width: 1155px) {
    .module-home-announce .content .inner .holder {
        padding: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .module-home-announce .content .inner .holder {
        padding: 45px 40px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .module-home-announce .content .inner .holder {
        padding: 30px 20px;
    }
}

@media screen and (max-height: 700px) and (orientation: portrait) {
    .module-home-announce .content .inner .holder {
        padding-bottom: 50px;
    }
}

@media screen and (max-height: 414px) {
    .module-home-announce .content .inner .holder {
        height: 100vh;
        max-height: 100vh;
    }
}

.module-home-announce .content .inner .holder b,
.module-home-announce .content .inner .holder strong {
    font-weight: normal;
    font-family: 'NationalSemibold';
}

.module-home-announce .content .inner .holder .top {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 30px;
}

.module-home-announce .content .inner .holder .top .logo {
    float: left;
    height: 29px;
    background: url(../_assets/logo-announcement.png);
    background-repeat: no-repeat;
    background-size: 72px 29px;
    padding-left: 82px;

}
.module-home-announce .content .inner .holder .top .logo span{
    display: block;
    color: #fec325;
    font-size: 28px;
    transform: translateY(5px);
}

.module-home-announce .content .inner .holder .top .close-button {
    float: right;
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.module-home-announce .content .inner .holder .top .close-button svg * {
    fill: #ffffff;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.module-home-announce .content .inner .holder .top .close-button:hover svg * {
    fill: #fec325;
}

.module-home-announce .content .inner .holder .text {
    padding: 30px 0px;
    font-size: 20px;
    line-height: 28px;
    min-height: calc(100% - 140px);
    max-width: 840px;
}

.module-home-announce .content .inner .holder .text p {
    margin-bottom: 25px;
}

.module-home-announce .content .inner .holder .text p:last-child {
    margin-bottom: 0px;
}

.module-home-announce.text-large .content .inner .holder .text {
    padding: 40px 0px;
    font-size: 28px;
    line-height: 36px;
    min-height: calc(100% - 140px);
}

.module-home-announce.text-large .content .inner .holder .text p {
    margin-bottom: 30px;
}

.module-home-announce.text-large .content .inner .holder .text p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .module-home-announce.text-large .content .inner .holder .text {
        font-size: 25px;
        line-height: 32px;
    }
    .module-home-announce.text-large .content .inner .holder .text p {
        margin-bottom: 28px;
    }
    .module-home-announce.text-large .content .inner .holder .text p:last-child {
        margin-bottom: 0px;
    }
}

.module-home-announce .content .inner .holder .text .title {
    font-family: ''NationalLight'';
    font-size: 24px;
    font-weight: normal;
    line-height: 125%;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .module-home-announce .content .inner .holder .text .title {
        font-size: 25px;
    }
}

.module-home-announce .content .inner .holder .text span.color {
    color: #fec325;
}

.module-home-announce .content .inner .holder .text span.large {
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .module-home-announce .content .inner .holder .text span.large {
        font-size: 25px;
    }
}

.module-home-announce .content .inner .holder .text b,
.module-home-announce .content .inner .holder .text strong{
    font-family: 'NationalSemibold';
    font-weight: normal;
}

.module-home-announce .content .inner .holder .text a {
    color: #fec325;
    border-bottom: solid 1px #fec325;
    transition: color 0.3s, border 0.3s;
}

.module-home-announce .content .inner .holder .text a:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.module-home-announce .content .inner .holder .bottom {
    padding-top: 30px;
    border-top: solid 1px #ffffff;
    font-family: 'NationalSemibold';
    font-size: 20px;
    color: #fec325;
}

.module-home-announce .content .inner .holder .bottom.large {
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .module-home-announce .content .inner .holder .bottom.large {
        font-size: 25px;
    }
}

.module-home-announce .content .inner .holder .bottom a {
    color: #fec325;
    border-bottom: solid 1px #fec325;
    transition: color 0.3s, border 0.3s;
}

.module-home-announce .content .inner .holder .bottom a:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.module-home-announce .content .inner .holder .bottom b,
.module-home-announce .content .inner .holder .bottom strong {
    font-family: 'NationalSemibold';
    font-weight: normal;
}

.module-home-announce.text-only .content .inner .image {
    width: 0% !important;
}

.module-home-announce.text-only .content .inner .holder {
    width: 100% !important;
}

.module-home-announce.image-only .content {
    overflow: auto;
    height: auto;
}

@media screen and (max-height: 414px) {
    .module-home-announce.image-only .content {
        height: 100vh;
        max-height: 100vh;
    }
}

.module-home-announce.image-only .content .inner {
    display: block;
    height: auto;
}

@media screen and (max-height: 414px) {
    .module-home-announce.image-only .content .inner {
        height: 100vh;
        max-height: 100vh;
    }
}

.module-home-announce.image-only .content .inner .image {
    display: block;
    width: 100% !important;
    font-size: 0;
}

.module-home-announce.image-only .content .inner .image img {
    width: 100%;
    height: auto;
}

.module-home-announce.image-only .content .inner .image img.mobile {
    display: none;
}

@media screen and (orientation: portrait) and (max-width: 639px) {
    .module-home-announce.image-only .content .inner .image img.mobile {
        display: block;
    }
}

.module-home-announce.image-only .content .inner .image img.desktop {
    display: block;
}

@media screen and (orientation: portrait) and (max-width: 639px) {
    .module-home-announce.image-only .content .inner .image img.desktop {
        display: none;
    }
}

.module-home-announce.image-only .content .inner .holder {
    display: block;
    width: calc(100% - 140px) !important;
    overflow: inherit;
    padding-top: 40px;
    padding-bottom: 35px;
    border-bottom: none;
    height: auto;
}


@media screen and (max-width: 1155px) {
    .module-home-announce.image-only .content .inner .holder {
        width: calc(100% - 100px) !important;
    }
}

@media screen and (max-width: 1023px) {
    .module-home-announce.image-only .content .inner .holder {
        width: calc(100% - 80px) !important;
    }
}

@media screen and (max-width: 767px) {
    .module-home-announce.image-only .content .inner .holder {
        padding-top: 30px;
        padding-bottom: 25px;
        width: calc(100% - 40px) !important;
    }
}

.module-home-announce.image-only .content .inner .holder .top {
    padding-bottom: 0px;
    border-bottom: none;
}

/*_______________________________________________________*/
/***************** NEW MENU 2021 *************************/
/*_______________________________________________________*/

/* .main-nav *:focus {
  outline: 2px solid #ffffff  ;
} */



@media screen and (max-width: 979px) {
  .main-nav {
    display: none;
  }
}

@media screen and (min-width: 780px) {
  #menu {
    display: none;
  }
}

ul, li {
  list-style: none;
  padding-left: 0;
}

ul.top-level-list {
  display: flex;
}

.menuwrapper {
  padding: 0px 15px 0px 30px;
}

.btn-dropdown {
  background-image: url(../_assets/icon-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px 7px;
  border: none;
  padding: 0 6px;
  font: inherit;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  word-spacing: 2px;
  vertical-align: middle;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  padding-right: 20px;

}
.second-level-wrapper {
  position: absolute;
  left: 0;
  top: 98%;
  background-color: #E5E5E5;
  z-index: 1;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.second-level-wrapper a {
  transition: 0.1s;
}

.second-level-wrapper a:hover {
  color: #990000;
}

.second-level-list-wrapper {
  display: flex;
  padding-left: 15px;
}

.second-level-list-wrapper h2 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 16px;
  color: #990000;
}

.wrap-col {
  padding-right: 15px;
}

.item-overview {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 10px;
  margin-left: 11px;
  color: #434644;
  padding: 5px;
  display: inline-block;
}

.second-level-list-wrapper ul {
  padding-right: 15px;
}

.second-level-list-wrapper ul > li {
  margin-bottom: 10px;
  font-size: 16px;
}

.second-level-list-wrapper ul > li > a {
  color: #434644;
  padding: 5px 0;
  display: inline-block;
}

.item-overview > li:first-child {
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.btn-dropdown[aria-expanded="false"] ~ .second-level-wrapper {
  display: none;
}

.btn-dropdown[aria-expanded="true"] ~ .second-level-wrapper {
  display: block;
}

.close-submenu {
  opacity: 0;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  word-spacing: 2px;
  color: #434644;
}

.close-submenu:focus {
  opacity: 1;
}

@media screen and (max-width: 450px) {
  .header .logo-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .logo-area a {
    padding-top: 0
  }
  .header .logo-1 {
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
  }
  .header .logo-2 {
    float: none;
    width: 150px;
  }
}

.unstyled-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
  text-decoration: underline;
  transition: color 0.251s;
}
.unstyled-button:hover {
	color: #3d3d3d;
}
.menuwrapper .unstyled-button{
	text-decoration: none;
}

.skip > a {
  border: 5px solid pink;
  position: absolute;
  top: auto;
  left: -10px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: block;
}

.skip > a:focus {
  position: static;
  width: auto;
  height: auto;
}

._linktologin-submenu {
  color: #434644;
  text-align: left;
  padding-left: 0;
}

._linktologin-submenu:hover {
  color: #990000;
}

.delete-button-style{
	background: none;
	border: none;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	padding: 0;
	border:none;
	background-image:none;
	background-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
}



/*------------*/


html.lat-light.lat-highlight-links a{
	color: black !important;
}

html.lat-bigger-text-1 .font-small{
	font-size: 20px !important;
	line-height: 1.2em !important;
}
html.lat-bigger-text-1 .font-medium{
	font-size: 24px !important;
	line-height: 1.2em !important;
}
html.lat-bigger-text-1 .font-large{
	font-size: 32px !important;
	line-height: 1.2em !important;
}
html.lat-bigger-text-1 .header{
	height: 125px;
}
html.lat-bigger-text-1 .btn-dropdown{
	font-size: 20px !important;
}
html.lat-bigger-text-1 .menuwrapper {
    padding: 0px 15px 0px 10px;
}
html.lat-bigger-text-1 .toolbox-copy ul li{
	line-height: 1.5em !important;
}
html.lat-bigger-text-1 .context-submenu li .li-holder{
	font-size: 24px !important;
	line-height: 1.2em !important;
}
html.lat-bigger-text-1 .content-top-bar{
	padding-top: 24px;
}
html.lat-bigger-text-1 .main-container ._breadcrumbs, html.lat-bigger-text-1 .main-container ._breadcrumbs a{
	font-size: 20px !important;
	line-height: 1.2em !important;
}
html.lat-bigger-text-2 .font-small{
	font-size: 24px !important;
	line-height: 1.2em !important;
}
html.lat-bigger-text-2 .font-medium{
	font-size: 28px !important;
	line-height: 1.2em !important;
}
html.lat-bigger-text-2 .font-large{
	font-size: 34px !important;
	line-height: 1.2em !important;
}
html.lat-bigger-text-2 .btn-dropdown{
	font-size: 24px !important;
}
html.lat-bigger-text-2 .header{
	height: 130px;
}
html.lat-bigger-text-2 .menuwrapper {
    padding: 0px 15px 0px 0px;
}
html.lat-bigger-text-2 .toolbox-copy ul li{
	line-height: 1.5em !important;
}
html.lat-bigger-text-2 .context-submenu li .li-holder{
	font-size: 24px !important;
	line-height: 1.2em !important;
}
html.lat-bigger-text-2 .content-top-bar{
	padding-top: 20px;
}
html.lat-bigger-text-2 .main-container ._breadcrumbs, html.lat-bigger-text-2 .main-container ._breadcrumbs a{
	font-size: 24px !important;
	line-height: 1.2em !important;
}
html.lat-bigger-text-2 .toolbox-copy{
	height: 385px;
}

html.lat-highlight-links a div,
html.lat-highlight-links a span{
	background-color: yellow !important;
}

html.lat-highlight-links .header .logo-2,
html.lat-highlight-links .header .icons-bar li a img{
	border: solid 2px yellow;
}
html.lat-highlight-links .header .logo-1{
	background-color: yellow;
}
html.lat-highlight-links .footer .right a img{
	background-color: blue !important;
}

html.lat-dark.lat-highlight-links a div,
html.lat-dark.lat-highlight-links a span{
	background-color: blue !important;
}

html.lat-dark.lat-highlight-links .header .logo-2,
html.lat-dark.lat-highlight-links .header .icons-bar li a img{
	border: solid 2px blue !important;
}
html.lat-dark.lat-highlight-links .header .logo-1{
	background-color: blue !important;
}

html.lat-light.lat-highlight-links .header .logo-2,
html.lat-light.lat-highlight-links .header .icons-bar li a img{
	border: solid 2px yellow !important;
}
html.lat-light.lat-highlight-links .header .logo-1{
	background-color: yellow !important;
}


html.lat-light .main-menu nav,
html.lat-dark .main-menu nav{
    background: none !important
}
html.lat-light .footer .left img,
html.lat-light .footer .right img{
    background-color: black !important;
}
html.lat-dark.lat-highlight-links .footer .right a{
	background-color: blue !important;
	display: inline-block;
}
html.lat-dark.lat-highlight-links .footer .right a img{
	background-color: blue !important;
}
html.lat-light.lat-highlight-links .footer .right a img{
    background-color: blue !important;
    border: solid 2px yellow !important;
}
html.lat-light.lat-highlight-links .footer .right a:hover img{
	background-color: yellow !important;
}

nav .main-nav a.selected{
	color: blue !important;
}
html.lat-dark .main-nav a.selected{
	background-color: white !important;
}

html.lat-light .footer a:hover,
html.lat-light .footer .footerlink:hover{
	color: blue !important;
}


.content-top-bar.glossary-search .close{
	background-color: transparent;
	width: 40px;
	height: 40px;
	border: none;
	-webkit-appearance: none;
	padding: 0;
}

html.lat-bigger-text-1 .content-area-left .recipient-home{
	height: 500px !important;
}
html.lat-bigger-text-2 .content-area-left .recipient-home{
	height: 530px !important;
}

@media screen and (max-width: 414px) {
	html.lat-bigger-text-1 .content-area-left .recipient-home{
		height: 600px !important;
	}
	html.lat-bigger-text-2 .content-area-left .recipient-home{
		height: 630px !important;
	}
}

.glossary-buttons-wrapper .glossary-button.last-child{
	margin-right: 30px;
}
.glossary-buttons-wrapper .clear-button{
	font-size: 20px;
    line-height: 1em;
    transform: translateY(-6px);
    color: white;
    background: transparent;
    border: solid 2px white;
    border-radius: 6px;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
	font-weight: bold;
	display: none;
}
.glossary-buttons-wrapper .clear-button.show{
	display: inline-block;
}
.content-top-bar.glossary-search label{
	display: none;
}
.content-top-bar.glossary-search .close img{
	filter: invert(1) contrast(100);
}

.no-focus-style a:focus,
.no-focus-style input:focus,
.no-focus-style button:focus{
	outline: none !important;
	box-shadow: none !important;
}

html.lat-highlight-links .unstyled-button,
html.lat-light.lat-highlight-links .unstyled-button{
	color: blue !important;
	background-color: yellow !important;
}
html.lat-dark.lat-highlight-links .unstyled-button{
	color: yellow !important;
	background-color: blue !important;
}