* {
	font-family: 'Assistant', arial, sans-serif;
}

a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

figure {
	margin: 0;
}

@media (min-width: 992px) {
	.table-responsive {
		display: table;
	}
}

.table {
	border: 1px solid #ddd;
}

legend {
	font-size: 1rem;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1540px;
	}
}

/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 0;
	padding: 0;

	background: #f1f1f1;
}

/* Header */

.header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

}

@media(min-width:992px) {
	.header {
		/*padding-right: 160px;*/
	}
}

.header.offset {
	/* background: rgba(0, 63, 124, .95);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	padding-bottom: 15px; */
}

.header a {
	color: inherit;
}

/* Logo */

.header .logo {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 3;
	background-image: url(images/logo-shape.png);
	background-repeat: no-repeat;
	width: 385px;
	height: 176px;
	padding-right: 33px;
}

.header .logo img {
	display: block;
}

.header .hot-subjects {
	padding-right: 269px;
	padding-top: 2.1rem;
	padding-bottom: 2rem;
	background: rgba(255,255,255,0.9);
}

.hot-subjects-close {
	display: none;
}

.header .toggle-hot-subjects {
	display: none;
}

@media (max-width: 1199px) {
	.hot-subjects-close {
		display: block;
		border: 0;
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
		padding: 0 .5rem;
		border-radius: 1rem;
		margin-top: 2rem;
	}

	.header .hot-subjects-content {
		display: none;

		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		width: 100%;
		height: 100vh;
		background: rgba(0, 63, 124, .95);
		color: #fff;
		padding: 3rem 1rem;
	}

	.header .toggle-hot-subjects {
		display: block;
		border: 0;
		color: #fff;
		background: rgba(0, 0, 0, 0.2);
		padding: 0 .5rem;
		border-radius: 1rem;
	}
}

.header .hot-subjects ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header .hot-subjects ul>li {
	display: inline;
}

.header .hot-subjects a {
	color: #000;
	font-weight: bold;
	font-size: 1.2rem;
	;
}

.header .hot-subjects a:after {
	content: '';
	margin: 0 10px;

}

.header .hot-subjects li:last-child a:after {
	content: none;
}

.header .fast-navigation {
	background: rgb(215 235 255 / 0.8);
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	padding: 1.2rem;
	padding-right: 400px;
	display: inline-block;
	padding-top: 0.9rem;
	height: 70px;
}

@media(max-width:1591px) {
	.header .fast-navigation {
		float: left;
		padding: 1.2rem;
		border-radius: 0 3rem 3rem 0;
	}
}

@media(max-width: 1199px) {
	.header .fast-navigation {
		margin-top: 70px;
		padding: .95rem 1.2rem;
	}
}

@media(max-width: 991px) {
	.header .fast-navigation {
		margin-top: 0;
	}
}

.header .toggle-fast-navigation {
	display: none;
}

.header .smart-nav-close {
	display: none;
}

@media (max-width: 1199px) {
	.header .toggle-fast-navigation {
		display: block;
	}

	.header .toggle-fast-content {
		display: none;

		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		width: 100%;
		height: 100vh;
		background: rgba(0, 63, 124, .95);
		color: #fff;
		padding: 3rem 1rem;
	}
}

.header .fast-navigation select {
	background: #fff;
	border-radius: 3rem;
	padding: .5rem .75rem;
	border: 0;
	min-width: 200px;
	margin: 0 .5rem;
}

.header .fast-navigation button {
	background: rgb(0 73 135);
	border-radius: 3rem;
	padding: 0.5rem 1rem;
	border: 0;
	color: #fff;
	margin: 0rem;
}

@media(max-width:991px) {
	.header .fast-navigation .button {
		margin-left: 3rem;
	}
}


.header .icons {
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(255, 255, 255, 0.5);
	padding: 1.15rem 0.5rem;
	border-radius: 0px 3rem 3rem 0px;
	height: 70px;
	padding-right: 1.5rem;
}

.header .icons>a {
	display: block;
	float: right;
	margin-left: 15px;
}

/* @media(min-width:992px) { */
.header .icons>a:first-child {
	background: rgb(255 0 0 / 0.85);
    padding: 0.3rem 1.5rem;
    border-radius: 3rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* } */
@media(max-width:991px) {
	.header .icons>a:first-child {
		margin-top: unset;
		margin-left: unset;
		position: unset;
		right: 0;
		background: rgb(255 0 0 / 0.85);
		border-radius: 25px;
		text-decoration: none;
		color: #fff;
		height: 36px;
		padding: 0.2rem;
	}

}


@media (max-width: 1199px) {
	.header .fast-navigation select {
		width: 100%;
		display: block;
		margin: 0;
	}

	.smart-nav-submit {
		margin: 1rem auto !important;

	}
}

/**/

a.can-we-help-u {
	position: absolute;
	top: 193px;
	left: 0;
	background: rgb(41 178 229 / 0.8);
	border-top-right-radius: 5rem;
	border-bottom-right-radius: 5rem;
	padding: .9rem 2rem .95rem 2rem;
	font-size: 2rem;
	color: #fff;
	height: 77px;

}

a.can-we-help-u:hover {
	padding-left: 3rem;
	text-decoration: none;
}

/* Navigation */

.header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header nav a {
	color: inherit;
}

.header nav a.on,
.header nav li.on>span>a {
	font-weight: bold;
}

.header nav button {
	display: none;
}

@media (min-width: 992px) {
	.header .navigation {}

	.header nav>ul {
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

	.header nav li:hover>ul {
		display: block;
	}

	.header nav>ul>li {
		display: inline-block;
		position: relative;
	}

	.header nav>ul>li>span>a {
		display: block;
		padding: 2.35rem 0;
		font-size: 1.2em;
	}

	.header nav>ul>li>span>a:after {
		content: '|';
		color: rgba(255, 255, 255, 0.2);
		padding: 15px 15px;
	}

	.header nav>ul>li:last-child>span>a:after {
		content: none;
	}

	.header nav>ul>li>span>a:hover,
	.header nav>ul>li:hover>span>a {
		text-decoration: none;
		color: #1e99d9;
	}

	.header nav>ul>li.on>span>a,
	.header nav>ul>li>span>a.on {
		color: #1e99d9;
	}

	.header nav>ul>li>ul {
		display: none;

		text-align: right;
		position: absolute;
		top: 100%;
		right: 50%;
		z-index: 9999;
		width: 300px;
		margin-right: -150px;
		background: rgba(3, 25, 48, .9);
		color: #fff;
		padding: 1rem;

		backface-visibility: hidden;
		transform: translateZ(0);
		-webkit-font-smoothing: subpixel-antialiased;
	}

	.header nav>ul>li>ul>li>span>a {
		font-size: 1.1rem;
	}

	.header nav>ul>li>ul>li>span>a>em.arrow {
		content: '';
		font-family: 'FontAwesome';
		font-style: normal;
	}

	.header nav>ul>li>ul>li>span>a>em.arrow:before {
		content: '\f104';
	}
}

@media (max-width: 1199px) {
	.header .navigation {
		display: none;
	}
}

/* SUB MENU ICONS */
.sub-pages-nav.with-icons ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
}
.sub-pages-nav.with-icons a {
  border: 1px solid #1d5293;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--text);
  background: transparent;
  padding: 1rem;
  line-height: 1.1rem;
  font-size: 1.2rem;
  border-radius: 25px;
  text-align: center;
  min-height: 170px;
}
.sub-pages-nav.with-icons ul > li {
  width: 25%;
  float: right;
  position: relative;
  padding: 1rem;
  max-width: 330px;

  @media (max-width: 767px) {
    width: 100%;
    max-width: 100%;
  }
}
.sub-pages-nav.with-icons a .icon {
  margin-bottom: 5px;
  height: 55px;
  width: auto;
}
.sub-pages-nav.with-icons a .icon img {
  height: 100%;
}
.sub-pages-nav.with-icons a span:last-child {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.sub-pages-nav.with-icons .fa-external-link {
  font-size: 0.75rem;
}


/*SUB MENU PIC*/


.sub-pages-nav.with-pic.outside {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.sub-pages-nav.with-pic ul {
	list-style: none;
	padding: 0;
	margin: 0 -1rem;
	display: flex;
    justify-content: center; 
    align-items: center; 
    flex-wrap: wrap
}

.sub-pages-nav.with-pic ul ul {
	display: none;
}

.sub-pages-nav.with-pic ul > li {
	width: 50%;
	float: right;
	position: relative;
	padding: 1rem;
}

@media (max-width: 768px) {
	..sub-pages-nav.with-pic ul > li {
		width: 100%;
	}
}

.sub-pages-nav.with-pic ul>li {
	width: 33%;
}

@media (max-width: 768px) {
	.sub-pages-nav.with-pic ul>li {
		width: 100%;
	}
}

.sub-pages-nav.with-pic a {
	display: block;
	color: inherit;
}

.sub-pages-nav.with-pic a {
	display: block;
	color: #333;
	background: #fff;
	color: #0056b3;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.1rem;
	position: relative;
	box-shadow: 0 0 26px rgb(0 0 0 / 13%);
	border-radius: 15px;
	overflow: hidden;
	border-right: 0px solid #e8511e;
	 padding: 0;
}


.sub-pages-nav.with-pic a:hover {
	transform: scale(1.05);
	border-right: 0px solid #e8511e;
}

.sub-pages-nav.with-pic.outside a {
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.sub-pages-nav.with-pic .arrow {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #657177;
}

.sub-pages-nav .arrow:before {
	content: '\f104';
}

.sub-pages-nav.with-pic a .icon {
	padding-bottom: 56.25%;
	margin-bottom: .5rem;
	display: block;
	position: relative;
	overflow: hidden;
}

.sub-pages-nav.with-pic a .icon img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.sub-pages-nav.with-pic a .icon img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.sub-pages-nav.with-pic a:hover {
	text-decoration: none;
	background: #ffffff;
}

.sub-pages-nav.with-pic a .info {
	min-height: 100px;
	display: block;
	padding: 1rem;
}
.sub-pages-nav.with-pic a .name {
	display: block;
	font-weight: bold;
	color: #34465f;
}
.sub-pages-nav.with-pic a .description {
	display: block;
	color: #777;
	margin: 10px 0;
}
.sub-pages-nav.with-pic a .read-more {
	display: block;
	text-align: center;
}

.sub-pages-nav.with-pic a .read-more > span {
	display: inline-block;
	background: #34465f;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	margin-top: 15px;
}
.sub-pages-nav.with-pic a img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

span.grade {
    padding-bottom: 56.25%;
    margin-bottom: .5rem;
    display: block;
    position: relative;
    overflow: hidden;
}

/**/

.lang-link {
	position: absolute;
	top: 40px;
	left: 160px;
}

/* Search */

.search {
	position: absolute;
	top: 27px;
	left: 90px;
	width: 48px;
	height: 48px;
	background: #1e99d9;
}

.search>span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.search em {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #000;
}

@media (max-width: 1199px) {
	.search {
		font-size: 30px;
	}
}

.search:hover {
	background: #e0dd00;
}

/* Header Search */

.header-search {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0px;
	z-index: 999999;
	width: 100%;
	background: rgb(179 185 255 / 69%);
	background: rgb(0 6 75 / 81%);
	/* height: 100px; */
	border-bottom: 2px solid #8eb20f;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	display: none;
}

/* .header-search {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	width: 100%;
	background: #fff;
	height: 100px;
	border-bottom: 2px solid #8eb20f;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	
	display: none;
} */

.header-search .content {
	position: relative;
	/* height: 100%; */
	width: 50%;
	margin: auto auto;
	top: 34%;
	border: 1px solid;
	border-radius: 50px;
}

/* .header-search .content {
	position: relative;
	height: 100%;
} */

.header-search input {
	border: 0;
	background: #fff;
	width: 100%;
	font-size: 1.5em;
	padding: 30px;
	height: 100%;
	outline: none;
	border-radius: 50px;
}

.header-search button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100px;
	background: none;
	border: 0;
	cursor: pointer;
}

.header-search button.submit {
	left: 101px;
	font-size: 30px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.header-search button.submit:hover {
	color: #754c29;
}

/* Toggle Navigation Button */

.toggle-nav {
	display: none;
}

/* Footer */

.footer {
	padding: 1.5rem 0;
	background: #fff;
	color: #000;
}

.footer a {
	color: #1e99d9;
}

.footer p {
	margin: 0;
}

@media (max-width: 1199px) {
	.footer {
		text-align: center;
	}
}

/* Breadcrumbs */

.breadcrumbs {}

.breadcrumbs a {}

.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs ul>li {
	display: inline-block;
}

.breadcrumbs ul>li:after {
	font-family: 'FontAwesome';
	content: '\f104';
	padding: 0 5px;
	display: inline-block;
}

.breadcrumbs ul>li:last-child:after {
	content: '';
	padding: 0;
}

/* bNagish */

.bNagish {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.bNagish-toggle {
	bottom: auto;
	top: 18px;
	left: 20px;
	width: 22px;
	height: 29px;
	background: url(images/wheelchair.png);
	display: none;
}

.bNagish-toggle em {
	color: transparent;
}

.bNagish-toggle:hover,
.bNagish-toggle:focus {
	background-image: url(images/wheelchair.png);
	background-color: #000;
}

.bNagish-toggle:focus {
	outline: 1px solid yellow;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
	display: fixed;
	top: -99px;
}

/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.skip-ad {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;

}

.skip-ad .skip-ad-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
}

.skip-ad .skip-ad-content {
	margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
	background: #fff;
	padding: 30px;
}

.skip-ad img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.skip-ad .skip-ad-close {
	position: fixed;
	top: 30px;
	width: 100%;
	text-align: left;
}

.skip-ad #close-skip-ad {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
	background: red;
	color: #000;
}

/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.mobile-navigation {
	position: fixed;
	top: 0;
	left: -300px;
	width: 400px;
	height: 100%;
	background: #00aeef;
	color: #fff;
	z-index: 99999999;

	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;

	visibility: hidden;
}

@media (max-width: 1199px) {
	.mobile-navigation {
		width: 300px;
	}
}

.mobile-navigation.open {
	left: 0;
	visibility: visible;
}

.mobile-navigation .content {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
}

.mobile-navigation .content .head {
	width: 100%;
	text-align: left;
	margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
	padding: 10px 15px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff;
	border: 0;
	font-size: 20px;
	margin: 1rem;
}

.mobile-navigation nav {
	margin: 1rem;
	
	visibility: hidden;
}
.opened-navigation .mobile-navigation nav {
	visibility: visible;
}

@media (min-width: 992px) {
	.mobile-navigation nav.mobile-only {
		display: none;
	}
}

.mobile-navigation nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-navigation nav a {
	color: inherit;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on>span>a {
	font-weight: bold;
}

.mobile-navigation nav button {
	display: none;
}

.mobile-navigation nav ul ul {
	display: none;
}

.mobile-navigation nav li {
	margin-bottom: .5rem;
}

.mobile-navigation nav li>span {
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.11);
	border-radius: 2rem;
	overflow: hidden;
}

.mobile-navigation nav ul ul {
	padding-top: .5rem;
	padding-right: 1rem;
}

.mobile-navigation nav button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.mobile-navigation nav a {
	display: block;
	padding: 10px;
	margin-right: 48px;
	color: inherit;
}

.mobile-navigation nav .toggle-sub-menu {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	overflow: hidden;

	padding: 0 15px;
	background: none;
	border: 0;
	background: rgba(255, 255, 255, 0.09);
	color: inherit;

	font-family: 'FontAwesome';
	font-style: normal;
}

.mobile-navigation nav .toggle-sub-menu:after {
	content: '\f053';
}

.mobile-navigation nav .toggle-sub-menu:after {
	content: '\f053';
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
	content: '\f078';
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
	content: '\f111';
	font-size: 80%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
	content: '\f08e';
}

.mobile-navigation-search {
	position: relative;
	margin: 1rem;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation-search input {
	display: block;
	width: 100%;
	padding: 1rem;
	background: #fff;
	border-radius: 2rem;
	border: 0;
}

.mobile-navigation-search button {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: none;
	border: 0;
	padding: 0 1rem;
}

/**/

.mobile-navigation nav.with-icons > ul > li > span {
	background-color: rgba(255,255,255,0.7);
}
.mobile-navigation nav.with-icons > ul > li > span > a {
	margin-right: 125px;
	color: #000;
}
.mobile-navigation nav.with-icons > ul > li > span .toggle-sub-menu {
	width: 125px;
	background-color: rgba(255,255,255,0.9);
	background-position: center;
	background-repeat: no-repeat;
}
.mobile-navigation nav.with-icons > ul > li > span .toggle-sub-menu:after {
	content: none !important;
}

/**/

.how-can-we-help-u-form {
	margin: 1rem;
	padding: 1rem;
	border-radius: 2rem;
	background: rgba(255, 255, 255, 0.1);
}

.how-can-we-help-u-form form>div:last-child {
	text-align: left;
}

.how-can-we-help-u-form form input,
.how-can-we-help-u-form form textarea {
	border-radius: 2rem;
}

.how-can-we-help-u-form form .btn-primary {
	background: #8eba2a;
	border: 1px solid #8eba2a;
	color: #000;
	border-radius: 2rem;
}

/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Page Header */

.page-header {
	height: 480px;

	background-repeat: no-repeat;
	background-position: center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	position: relative;

	z-index: -1;
}

/* Page Content */

.page-content {
	margin-bottom: 3rem;
}

@media (min-width: 992px) {
	.page-content {
		margin-top: -7.6rem;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	}
}

@media (max-width: 1199px) {
	.page-content {
		margin: 0 -15px;
	}
}

.page-content-head {
	background: rgba(0, 63, 124, .9);
	color: #fff;
	padding: 1.5rem;
	position: relative;
	border-top-right-radius: 3rem;
	border-top-left-radius: 3rem;
}

@media (max-width: 1199px) {
	.page-content-head {
		padding: 1rem;
	}
}

.page-content-head h1 {
	margin: 0;
}

.page-content-head a {
	color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
	display: none;
}

@media (max-width: 1199px) {
	.page-content-head button {
		display: block;
		background: none;
		border: 0;
		padding: 0;
		position: absolute;
		left: 15px;
		bottom: 1rem;
		color: #fff;
		font-size: 2rem;
	}

	.page-content-head button em:before {
		content: "\f13a";
	}

	.page-content-head button.opened em:before {
		content: "\f139";
	}
}

.page-content-body {
	padding: 1.5rem;
	min-height: 20rem;
	background: #fff;
}

@media (max-width: 1199px) {
	.page-content-body {
		padding: 1rem;
	}
}

.page-content-nav {
	display: none;
}

.page-content-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-content-nav ul>li {
	border-bottom: 1px solid #ddd;
}

.page-content-nav ul>li a {
	padding: 1rem;
	display: block;
}

/* Social Sharing Buttons */

.social-share {
	font-size: 16px;
	text-align: center;
	margin: 1.5rem;
}

.social-share a {
	min-width: 40px;
	text-align: center;
	display: inline-block;
}

/* InPage Navigation */

.sub-pages-nav.outside {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.sub-pages-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 -1rem;
}

.sub-pages-nav ul ul {
	display: none;
}

.sub-pages-nav ul>li {
	width: 50%;
	float: right;
	position: relative;
	padding: 1rem;
}

@media (max-width: 768px) {
	.sub-pages-nav ul>li {
		width: 100%;
	}
}

.sub-pages-nav a {
	display: block;
	color: inherit;
	border-right: 3px solid #e8511e;
	background: #f1f1f1;
	padding: .75rem;
	font-size: 1.2rem;
	border-radius: 2rem;
}

.sub-pages-nav a:hover {
	color: #fff;
	background: #97bf0d;
	border-right: 6px solid #003f7c;
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav.outside a {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #657177;
}

.sub-pages-nav .arrow:before {
	content: '\f104';
}

/* Mode Table Of Contents */

.toc-container {
	border: 1px solid #ddd;
	background: #f1f1f1;
	display: inline-block;
	padding: .5rem;
}

.toc-toggle a span {
	display: none;
}

.toc-toggle a:before {
	content: 'הצג';
}

.toc-container.active .toc-toggle a:before {
	content: 'הסתר';
}

.toc-expendable {
	display: none;
}

.toc-expendable ol {
	margin: 0;
	margin-top: 1rem;
}

/* InPage Style - Rich Content */

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
	margin-bottom: 1rem;
}

.rich-content h2 {
	color: #1e99d9;
}

.rich-content h3 {
	color: #1e99d9;
	font-size: 1.2rem;
}


.rich-content .contact-man {
	display: block;
	color: inherit;
	border-right: 3px solid #8eb20f;
	background: #f3f9f7;
	padding: 1.5rem;
}

.rich-content .contact-man .contact-name {
	font-size: 1.5rem;
}


/* Media Prints * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Media Print */

@media print {
	.page-content {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.header,
	.blocks-skip,
	#bNagish,
	.mobile-navigation-container,
	.page-header,
	.social-share,
	.footer,
	.skip {
		display: none;
	}
}

/* Card * */

.card {
	margin-top: 2rem;
}

.card-header {
	background: #8eb20f;
	color: #fff;
}

.card-body {
	background: #f1f1f1;
}


@media (max-width: 991px) {
	.header .toggle-hot-subjects {
		position: absolute;
		bottom: 17px;
		left: 216px;
	}

	a.can-we-help-u {
		font-size: 1.2rem;
		padding: .75rem 1rem;
	}

}


@media (max-width: 1199px) {
	.page-header {
		height: 180px;
	}

	.page-content-head {
		border-radius: 0;
		background: #97bf0d;
	}
}

/* ui-autocomplete */

.ui-autocomplete {
	z-index: 999999 !important;
}


/**/

.blocks-skip a {
	z-index: 9999999999;
}



/**/

.extra-accessibility-mode :focus {
	outline: 2px solid yellow;
}

.extra-accessibility-mode .header .hot-subjects a {
	background: #000;
}

.extra-accessibility-mode #bgvid {
	display: none;
}

.extra-accessibility-mode .services>div>a>span {
	background: #000;
}

.extra-accessibility-mode .services>div>a:hover:before {
	animation: none;
}

.extra-accessibility-mode a.can-we-help-u {
	background: rgba(193, 49, 0, 0.9);
}

.extra-accessibility-mode .news h2 {
	background: rgba(0, 0, 0, 0.9);
}

.extra-accessibility-mode .events h2 {
	background: rgba(0, 0, 0, 0.9);
}

.extra-accessibility-mode .news .content {
	background: rgba(0, 138, 46, 1);
}

.extra-accessibility-mode .events .content {
	background: rgba(0, 62, 125, 1);
}

.extra-accessibility-mode .mobile-navigation {
	background: #003f7c;
}


label.connect-word,
label.i-would-like {
	color: #004987;
	font-weight: bold;
}

@media(max-width:1591px) {
	.header .icons {
		top: 70px;
	}
}

@media(max-width:1199px) {
	.header .icons {
		top: 0;
	}
}

@media(max-width:991px) {
	.icons {
		background: rgb(255 255 255) !important;
		position: fixed !important;
		top: 92% !important;
		right: 0px;
		left: 0px;
		bottom: 0px;
		display: inline-flex;
		justify-content: space-around;
		border-radius: unset !important;
		width: 100%;
		padding-right: 4px !important;
	}

	.header .logo {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		z-index: 3;
		background-image: url(images/logo-shape.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: 170px;
		height: 81px;
		padding-right: 33px;
	}
	.header .logo img {
		height: 77px;
		margin-right: -30px;
	}
}


a.lang-btn {
    display: inline-block;
    padding: .3rem .5rem;
    /* border: 1px solid #ddd; */
    border-radius: 3rem;
    background: #fff;
}




/**/

.side-nav {
	margin-left: -30px;
}

.pages-nav li > span {
	background: rgba(255,255,255,0.4);
	border-radius: 0 2rem 2rem 0;
	margin-bottom: 5px;
}

.pages-nav li > span:hover {
	background: rgba(255,255,255,.8);
}
.pages-nav li > span:hover a {
	text-decoration: underline;
}

.pages-nav li.on > span {
	background: rgba(255,255,255,1);
}

/**/


.root-page-587 {
	direction: ltr;
	text-align: left;
}
.root-page-587 .sub-pages-nav ul>li {
	float: left;
}
.root-page-587 .sub-pages-nav .arrow:before {
    content: '\f105';
}
.root-page-587 .sub-pages-nav a {
    border-right: 0;
    border-left: 3px solid #e8511e;
}
.root-page-587 .pages-nav li > span {
    padding-right: 0;
    padding-left: 30px;
}
.root-page-587 .pages-nav button {
    right: auto;
    left: 0;
}
.root-page-587 .pages-nav button:before {
    content: '\f054';
}
.root-page-587 .pages-nav li > ul {
    margin-right: 0;
    margin-left: 25px;
}
.root-page-587 .side-nav {
	margin-left: 0;
	margin-right: -30px;
}
.root-page-587 .pages-nav li > span {
	border-radius: 2rem 0 0 2rem;
}
.root-page-587 .feedback {
	display: none;
}
@media (min-width: 576px) {
	.root-page-587 .offset-sm-3 {
		margin-right: 0;
		margin-left: 25%;
	}
}
@media (min-width: 576px) {
	.root-page-587 .smart-form button[type='submit'] {
		font-size: 0;
	}
	.root-page-587 .smart-form button[type='submit']:before {
		content: 'Submit';
		font-size: 1rem;
	}
}

/**/


.root-page-599 {
	direction: ltr;
	text-align: left;
}
.root-page-599 .sub-pages-nav ul>li {
	float: left;
}
.root-page-599 .sub-pages-nav .arrow:before {
    content: '\f105';
}
.root-page-599 .sub-pages-nav a {
    border-right: 0;
    border-left: 3px solid #e8511e;
}
.root-page-599 .pages-nav li > span {
    padding-right: 0;
    padding-left: 30px;
}
.root-page-599 .pages-nav button {
    right: auto;
    left: 0;
}
.root-page-599 .pages-nav button:before {
    content: '\f054';
}
.root-page-599 .pages-nav li > ul {
    margin-right: 0;
    margin-left: 25px;
}
.root-page-599 .side-nav {
	margin-left: 0;
	margin-right: -30px;
}
.root-page-599 .pages-nav li > span {
	border-radius: 2rem 0 0 2rem;
}
.root-page-599 .feedback {
	display: none;
}
@media (min-width: 576px) {
	.root-page-599 .offset-sm-3 {
		margin-right: 0;
		margin-left: 25%;
	}
}
@media (min-width: 576px) {
	.root-page-599 .smart-form button[type='submit'] {
		font-size: 0;
	}
	.root-page-599 .smart-form button[type='submit']:before {
		content: 'Submit';
		font-size: 1rem;
	}
}



.root-page-588 {
	direction: ltr;
	text-align: left;
}
.root-page-588 .sub-pages-nav ul>li {
	float: left;
}
.root-page-588 .sub-pages-nav .arrow:before {
    content: '\f105';
}
.root-page-588 .sub-pages-nav a {
    border-right: 0;
    border-left: 3px solid #e8511e;
}
.root-page-588 .pages-nav li > span {
    padding-right: 0;
    padding-left: 30px;
}
.root-page-588 .pages-nav button {
    right: auto;
    left: 0;
}
.root-page-588 .pages-nav button:before {
    content: '\f054';
}
.root-page-588 .pages-nav li > ul {
    margin-right: 0;
    margin-left: 25px;
}
.root-page-588 .side-nav {
	margin-left: 0;
	margin-right: -30px;
}
.root-page-588 .pages-nav li > span {
	border-radius: 2rem 0 0 2rem;
}
.root-page-588 .feedback {
	display: none;
}
@media (min-width: 576px) {
	.root-page-588 .offset-sm-3 {
		margin-right: 0;
		margin-left: 25%;
	}
}
@media (min-width: 576px) {
	.root-page-588 .smart-form button[type='submit'] {
		font-size: 0;
	}
	.root-page-588 .smart-form button[type='submit']:before {
		content: 'Submit';
		font-size: 1rem;
	}
}
@media (max-width:991px){
    .header-search .content {
        width:90%;
    }
    .header-search button{
        width:50px;
    }
    .header-search button.submit{
        font-size:1.2rem;
        left:50px;
    }
    .header .fast-navigation button{
        position:relative;
		z-index:9999;
		border:1px solid;
    }
    .header .icons>a{
        margin-left:5px;
    }

}

