/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  color: #FFF;
  font-size: 16px; }
body {
  color: #FFF;
  min-height: 100vh;
  position: relative;
	background-color: #041E42;
  background: linear-gradient(rgba(4, 30, 66, 0.95), rgba(4, 30, 66, 0.95)), url('../images/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
body.light {
  background: linear-gradient(rgba(4, 30, 66, 0.75), rgba(4, 30, 66, 0.75)), url('../images/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
body.open {
	height: 100%;
	overflow:hidden; }
.hide-overflow {
	position: relative;
	overflow: hidden; }
p {
  color: #FFF;
  line-height: 1.5; }
a {
  color: #FF5A00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: underline; }
a:hover,
a:focus {
  text-decoration: none; }
p, body, h1, h2, h3, .title, body.coursePages .contentSlider .caption p {
	font-family: "proxima-nova", sans-serif; }
button, .btn {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline: 0;
	outline-offset: 0px;
	color: #FFF;
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
	background-color: #FF5A00;
  border-radius: 0;
	border: 2px solid #FF5A00;
	text-align: center;
	text-decoration: none;
	padding: 15px 20px; }
button:hover, .btn:hover,
button:focus, .btn:focus {
  color: #FF5A00;
  border: 2px solid #FF5A00;
  background-color: transparent; }
button.wide,
.btn.wide {
  width: 100%; }
.fieldControl {
  display: none; }
.form-control,
.form-select {
  color: rgba(255, 255, 255, 0.60);
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: transparent; }
input[type="date"].form-control::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>'); }
.form-control:focus {
  color: #FFF;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: transparent; }
.form-select option {
  background-color: #041E42; }
.form-select option:checked {
  color: #FFF;
  background-color: #2c4c78; }
form label {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 900; }
form small {
  color: rgba(255, 255, 255, 0.60); }
form .form-check .form-check-label {
  color: rgba(255, 255, 255, 0.60);
  font-size: 1rem;
  font-weight: 500; }
form .form-check .form-check-input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1); }
form .form-check .form-check-input:focus {
  box-shadow: none; }
form .form-check .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FF5A00' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
form .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FF5A00'/%3e%3c/svg%3e"); }

.required-red {
  color: #FF5A00;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1; }
header {
  padding: 35px 0; }
.navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	vertical-align: middle;
	background-color: transparent; }
.navigation .nav-head {
	color: rgba(255, 255, 255, 0.60);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	margin: 70px 0 30px 0; }
.navigation .small-links {
  padding-bottom: 25px; }
.navigation .small-links a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase; }
.navigation a.logout {
  color: #FF5A00;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: capitalize; }
.navigation a.logout:hover {
  text-decoration: none; }
.navigation a {
	color: #FFF;
	font-size: 2rem;
	font-weight: 900;
	text-decoration: none;
  text-transform: uppercase;
	display: block; }
.navigation a:hover,
.navigation a:focus {
	color: #FF5A00;
	text-decoration: none; }
.navigation ul li {
	padding: 0.75rem; }
.navbar-collapse {
	position: fixed;
	right: -100%;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.70);
	padding: 50px 45px 30px 45px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease; }
.navbar-collapse.open {
	right: 0;
	max-width: 100%;
	overflow: auto; }
.navbar-collapse.open .nav-box {
	background: #041E42;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
  display: flex;
  align-items: center;
	padding: 50px;
	width: 100%; }
.right-col {
  display: flex;; }
.right-col .user {
  display: flex;
  align-items: center;
  margin-right: 25px;
  font-weight: 900;
  text-transform: uppercase; }
.right-col .user .pic {
  width: 18px;
  height: 24px;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #FFF;
  background-size: cover;
  background-position: center; }
.navbar-toggler {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	-webkit-transition: .2ss ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
	background-color: transparent;
	z-index: 2;
	border: 0;
	margin-top: 0;
	margin-right: 0;
	line-height: 0;
	padding: 0;
	color: #fff;
	letter-spacing: normal;
	font-weight: normal;
	text-transform: none; }
.navbar-toggler:focus,
.navbar-toggler:hover {
	color: #fff;
	background-color: transparent;
	border: 0;
	outline: 0;
  box-shadow: none; }
.close-btn {
	z-index: 9;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	position: absolute;
	top: 45px;
	right: 45px;
	display: inline-block; }
.close-btn strong {
	position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
	margin-left: 20px; }
.navbar-toggler span.icon-bar,
.close-btn span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #FFF;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out; }
.navbar-toggler span.icon-bar:nth-child(1) {
	top: 0px; }
.navbar-toggler span.icon-bar:nth-child(2) {
	top: 9px; }
.close-btn span:nth-child(2) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
		transform: rotate(-135deg); }
  .close-btn span:nth-child(1)  {
	top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
span.burger {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 24px;
	height: 12px; }
.navbar-toggler span.d-none-mobile {
	color:#FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin-right: 20px;
	display: none; }
.content {
  padding: 0 0 75px 0; }
.content select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); }
.content .course-exam-form ol {
  padding-left: 0; }
.content .course-exam-form ol li {
  padding-bottom: 25px; }
.content.course img {
  max-width: 100%;
  margin-bottom: 50px; }
.content.course h3 {
  margin: 0; }
.content h3 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 50px;
  text-transform: uppercase; }
h1 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase; }
ul.menu-cards {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
	padding: 0; }
ul.menu-cards li {
	-ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px; }
ul.menu-cards li a {
	position: relative;
	padding: 50px 25px;
	padding-bottom: 140px;
	text-align: center;
	text-decoration: none;
	display: block;
	background: #041E42;
	height: 100%; }
ul.menu-cards li h2 {
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 900;
	text-transform: uppercase; 
	margin-bottom: 20px; }
ul.menu-cards li p {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500; }
ul.menu-cards li a span {
	color: #FF5A00;
	font-size: 1rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	text-transform: uppercase;
	position: absolute;
	bottom: 80px;
  left: 0;
  width: 100%; }
ul.menu-cards li a:hover span {
	text-decoration: none; }
.left-side {
  background-color: #FFF; }
.left-side .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }
.right-side {
  position: relative;
  background-image: url('../images/aside-bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.right-side.no-abs {
  padding: 5% 0;
  overflow: auto; }
.right-side .bar {
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  background-image: url('../images/orange-bar.svg'); }
.right-side .box {
  padding: 25px;
  z-index: 1;
  position: absolute;
  width: 75%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF; }
.right-side.no-abs .box {
  position: relative;
  left: 50%;
  top: auto;
  transform: translateX(-50%); }
.right-side .box .logo {
  margin-bottom: 35px; }
.right-side .box h1 {
  color: #041E42;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase; }
.right-side .box h2 {
  color: #041E42;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  text-transform: uppercase; }
.right-side .box h3 {
  color: #041E42;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase; }
.right-side .box p {
  color: #041E42;
  font-size: 0.8rem;
  font-weight: 500; }
.right-side .box .form-control,
.right-side .box .form-select {
  color: #041E42;
  border-color: rgba(4, 30, 66, 0.25); }
#registerForm .form-select {
  color: #041E42;
  border-color: rgba(4, 30, 66, 0.25); }
#registerForm .form-select option {
  background-color: #FFF; }
#registerForm .form-select option:checked {
  color: #041E42;
  background-color: #FFF; }
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2.5px; }
table tr {
  background-color: rgba(255, 255, 255, 0.15); }
table th {
  color: rgba(255, 255, 255, 0.60);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 5px; }
table td {
  color: #FFF;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 5px; }
table td a {
  color: #FF5A00;
  text-align: right;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase; }
.pic-wrap {
  display: flex;
  margin-top: 100px; }
.pic-wrap .pic {
  width: 150px;
  height: 200px;
  margin-right: 25px;
  border-radius: 5px;
  position: relative;
  background-size: cover;
  background-position: center; }
.pic-wrap .pic:before {
  content: '';
  width: 105%;
  height: 104%;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  padding: 10px;
  margin: -4px;
  position: absolute; }
.pic-wrap .pic .ico {
  width: 35px;
  height: 35px;
  right: -15px;
  bottom: -15px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-image: url('/assets/images/ico-pic.svg'); }
.pic-wrap a {
  display: inline-block;
  margin-right: 10px; }
.tui-image-editor-header-logo,
.tui-image-editor-header-buttons .tui-image-editor-download-btn {
  display: none !important; }
.tui-image-editor-container .tui-image-editor-help-menu.top {
  display: flex; }
.small-stripes {
  width: 150px;
  height: 80px;
  display: inline-block;
  left: 50%;
  bottom: 0;
  position: absolute;
  transform: translateX(-50%);
  background-image: url('/assets/images/small-stripes.svg');
  background-position: center;
  background-size: cover; }

@media (min-width: 768px) {

	.navbar {
		padding: 0 30px 0 15px;
		margin: 0; }
  .navbar-collapse {
    right: -560px;
    width: 560px; }
  .navbar-collapse.open {
    max-width: 560px; }
	.navigation .nav-head {
		font-size: 1rem;
		margin: 50px 0 25px 0; }
	.navigation a {
		color: #FFF;
		font-size: 2rem;
		font-weight: 900;
		text-decoration: none;
    text-transform: uppercase; }
	.navigation a:hover,
	.navigation a:focus {
		text-decoration: none;
		color: #FF5A00; }
	.navbar-toggler span.d-none-mobile {
		display: inline-block; }
  .navbar-collapse.open .nav-box {
    padding: 75px;
    width: 560px; }
  h1 {
    font-size: 3.5rem; }
	ul.menu-cards {
		margin: 0 -15px;
		margin-top: 20px; }
	ul.menu-cards li {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
		padding: 15px; }
	ul.menu-cards li a {
		padding: 40px 30px;
		padding-bottom: 100px; }
	ul.menu-cards li a span {
		bottom: 30px; }
  .content {
    padding: 75px 0; }
  .right-side .box {
    padding: 50px;
    width: 50%; }
  .right-side.no-abs .box {
    left: auto;
    transform: translateX(50%); }
  table {
    border-spacing: 0 5px; }
  table th {
    font-size: 1rem;
    padding: 10px 15px; }
  table td {
    font-size: 1rem;
    padding: 10px 15px; }
  table td a {
    font-size: 1rem; }

}

@media (min-width: 1200px) {

	ul.menu-cards li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px; }
	ul.menu-cards li a {
		padding-bottom: 100px; }
	ul.menu-cards li a span {
		bottom: 40px; }
	ul.menu-cards {
		margin-top: 50px; }

}
