@import url("fonts.css");

a > img {
  vertical-align: bottom;
}

.strong, b {
  font-weight: bold;
}

em, .italic, i {
  font-style: italic;
}

del, .del {
  text-decoration: line-through;
}

:focus {
  outline: none;
}

.signin-line {
  line-height: 1.5em;
}

.bio {
  white-space: pre-wrap;       /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.map-canvas img {
  max-width: none;
}

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix::after, .wysiwyg::after {
  clear: both;
  content: "";
  display: table;
}

.alignleft {
  float: left !important;
}

.alignright {
  float: right !important;
}

.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.content-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

html {
  font-size: 16px;
  height: 100%;
  background: #ffffff;
  min-width: 375px;
}

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.875;
}

a {
  color: #587eb3;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}

a:hover {
  text-decoration: none;
  color: #ef343b;
}

a.underline {
  text-decoration: underline;
}

.wysiwyg h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg h5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg h6 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg a {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.wysiwyg img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg img.alignleft {
  margin: 30px 30px 30px 0;
}

.wysiwyg img.alignright {
  margin: 30px 0 30px 30px;
}

.wysiwyg blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  font-style: italic;
}

.wysiwyg blockquote p {
  margin-bottom: 0;
}

.wysiwyg hr {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #f2f4f4;
}

.wysiwyg hr.transparent {
  border-bottom-color: transparent;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: inside disc;
}

.wysiwyg ul li {
  padding-left: 30px;
}

.wysiwyg ol {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: inside decimal;
}

.wysiwyg ol li {
  padding-left: 30px;
}

.wysiwyg table {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wysiwyg table th {
  padding: 15px 30px;
  background: #f2f4f4;
  border: 1px solid #f2f4f4;
}

.wysiwyg table td {
  padding: 15px 30px;
  border: 1px solid #f2f4f4;
}

/* grid */
.main-global {
  /* min-height: 100%; */
  min-height: calc(100vh);
  overflow: hidden;
  padding-bottom: 200px;
}

.container {
  max-width: 1420px !important;
  /* min-width: 1170px !important; */
  padding-right: 35px;
  padding-left: 35px;
}

.container-fluid {
  max-width: 100% !important;
}

/* forms */
.error {
  color: #ef343b !important;
  border-color: #ef343b !important;
}

.success {
  color: #00c100 !important;
  border-color: #00c100 !important;
}

.disabled {
  xcolor: #727d86 !important;
  xborder-color: #727d86 !important;
  color: #ccc !important;
  border-color: #ccc !important;
  cursor: default !important;
}

input.input-text, textarea.textarea {
  width: 100%;
  border-radius: 0;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
/*  -webkit-appearance: none;*/
}

textarea.textarea {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  overflow: auto;
  height: auto;
  padding: 5px 5px;
}

select.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

select.select::-ms-expand {
  display: none;
}

.checkbox,
.radio {
  display: block;
}

.checkbox input,
.radio input {
  display: none;
}

.checkbox label,
.radio label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.button,
input.button,
button.button {
  display: inline-block;
  padding: 15px 30px;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}

input.button,
button.button {
  line-height: normal;
}

/* header */
.header-global {
  background: #ffffff;
  /* position: fixed; */
  position: relative; 
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  min-width: 375px;
  z-index: 500;
}

.header-global .row {
  /* border: 1px solid black; */
  /* min-height: 8rem; */
  min-height: 4.5rem;
/*  min-height: 90px; */
}

.logo {
  font-size: 1.6rem;
  /* line-height: 1.2;*/
}

a.logo-link {
  color: #192632;
  display: inline-block;
}

.search {
  position: relative;
}

.search .form-group {
  margin: 0;
}

.search-toggle,
.search-button {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url("../upload/search.svg") 50% 50% no-repeat;
  background-size: 18px;
  border: 0;
  text-indent: -9999px;
}

.search-toggle {
  top: 50%;
  right: -6px;
  margin-top: -20px;
}

.button-menu {
  border-radius: 20px;
  position: relative;
  border: 0;
  background: transparent 50% 50% no-repeat;
  width: 39px;
  height: 39px;
  text-indent: -9999px;
}

/* .button-menu:hover {
  filter: hue-rotate(121deg);
} */

.button-menu .note {
  width: 11px;
  height: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #ef343b;
  position: absolute;
  right: 12px;
  top: 13px;
}

.button-menu:focus {
  outline: none;
}

.show .button-menu {
  background-color: #eee;
}

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.15);
}

.button-catalog {
  background-image: url("../upload/book.svg");
  background-size: 24px;
}

.button-notifications {
  background-image: url("../upload/notification.svg");
  background-size: 27px;
  /* background-size: 24px; */
}

.button-profile {
  background-image: url("../upload/user.svg");
  background-size: 24px;
}

.notifications-date {
  display: inline-block;
  min-width: 80px;
}

.notifications-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f5f6;
}

.notifications-controls a {
  display: inline-block;
  padding: .25rem 1.5rem;
}

.notifications-controls a span {
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px solid rgba(134, 145, 160, 0.3);
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.notifications-controls a:hover span {
  border-bottom-color: #ef343b;
}

.notifications-control {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.notifications-control + .notifications-control {
  text-align: right;
}

.notifications-control-all a {
  display: block;
  text-align: center;
}

.dropdown-item-unread {
  background-color: #ffeaa6;
  font-weight: bold;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu > li {
  margin: 0 0 0 20px;
}

.menu > li:hover > ul {
  display: block;
}

.menu > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}

.navigation-toggle {
  position: absolute;
  left: -7px;
  top: 54%;
  width: 47px;
  height: 48px;
  z-index: 5050;
  margin-top: -24px;
}

.navigation-toggle-icon {
  position: absolute;
  top: 50%;
  left: 11px;
  right: 11px;
  height: 2px;
  background: #777777;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation-toggle-icon:before, .navigation-toggle-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #777777;
  -webkit-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation-toggle-icon:after {
  -webkit-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0);
}

.navigation-open .navigation-toggle-icon {
  background-color: transparent;
}

.navigation-open .navigation-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-open .navigation-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-push {
  /* height: 5.4rem; */
  /* margin-bottom: 1rem; */
  margin-bottom: 1rem;
}

.navigation-mobile {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  max-height: 100%;
  overflow: auto;
  background: #f5f5f5;
  -webkit-box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.menu-mobile {
  list-style: none;
  margin: 0;
  /* padding: 30px 0; */
}

.menu-mobile > li > a {
  font-size: 16px;
  color: #192632;
  text-transform: uppercase;
  display: block;
  padding: 5px 20px;
}

/* footer */
.footer-global {
  font-size: 1rem;
  margin-top: -150px;
  /* height: 150px; */
  background: #283b90;
  color: rgba(255, 255, 255, 0.9);
}

.footer-global a {
  color: #ffffff;
  opacity: 0.4;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.footer-global a:hover {
  opacity: 0.7;
}

.footer-global .row {
  min-height: 200px;
}

.footer-global p {
  margin: 10px 0;
}

.copyright {
/*  padding: 10px 0;*/
  text-align: center;
}

.copyright p {
  color: #ccc;
  opacity: 0.4;
}

.footer-info {
  padding: 10px 0;
}

.footer-info h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
/*
.footer-nav {
  padding: 10px 0;
}*/

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.footer-nav ul li {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}

.footer-nav ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 8px;
  top: 50%;
  margin-top: -3px;
  background: #ffffff;
  opacity: 0.2;
}

.footer-nav ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.footer-nav ul li:first-child:before {
  display: none;
}

/* content */
.main-global-signup {
  padding-bottom: 0 !important;
  position: relative;
}

.signup-content {
  max-width: 88%;
  min-height: 100vh;
  background: #ffffff;
  position: relative;
}

.signup-content2 {
  width: 65%;
  max-width: 100%;
  min-height: 100vh;
  /* background: #ffffff; */
  position: relative;
  padding: 0 100px;
  font-size: 1.2rem;
}

.signup-background2 {
  opacity: 0.7;
  /* background: url("https://d1rqoby5hjyd39.cloudfront.net/signup.png") no-repeat center; */
  background: url("https://d20ly8q1mcdznp.cloudfront.net/images/la1.jpg") no-repeat center;
  background-size: cover;
  flex: 1;
}

.welcome-background {
  opacity: 0.7;
  /* background: url("https://d3kdbh1wduemv1.cloudfront.net/abstract-bg.png") no-repeat center; */
  background: url("https://d20ly8q1mcdznp.cloudfront.net/images/la1.jpg") no-repeat center;
  background-size: cover;
  flex: 1;
}

.sprout-background {
  opacity: 0.7;
  /* background: url("https://d1rqoby5hjyd39.cloudfront.net/signup.png") no-repeat center; */
  background: url("https://d20ly8q1mcdznp.cloudfront.net/images/la1.jpg") no-repeat center;
  background-size: cover;
  flex: 1;
}

.unexpected-background {
  opacity: 0.7;
  /* background: url("https://d3kdbh1wduemv1.cloudfront.net/abstract-bg.png") no-repeat center; */
  background: url("https://d20ly8q1mcdznp.cloudfront.net/images/la1.jpg") no-repeat center;
  background-size: cover;
  flex: 1;
}

.bg-la1 {
  opacity: 0.7;
  /* background: url("https://d3kdbh1wduemv1.cloudfront.net/abstract-bg.png") no-repeat center; */
  background: url("https://d20ly8q1mcdznp.cloudfront.net/images/la1.jpg") no-repeat center;
  background-size: cover;
  flex: 1;
}


.contactus-background {
  opacity: 1;
  left: 200;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: transparent url("https://d3kdbh1wduemv1.cloudfront.net/abstract-bg.png") 50% 50% no-repeat;
}

.signup-content-in {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.2rem;
  padding-left: 1vw;
}

/*
.signup-content-in {
  max-width: 900px;
  font-size: 22px;
  padding-left: 5em;
} */


.signup-header .row {
  min-height: 100px;
}

.signup-form {
  padding-bottom: 60px;
}

.google-capcha {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sidebar {
  padding-left: 5%;
  min-height: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar h2 {
  margin-bottom: 20px;
}

.sidebar h5 {
  color: #999;
  margin-bottom: 20px;
}

.sidebar .view-all {
  margin-top: 20px;
}

.sidebar-list {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.5em;
}
.sidebar-list li {
  padding-bottom: 15px;
}

.sidebar-list a {
  color: #192632;
}

.sidebar-list a:hover {
  color: #ef343b;
}

.sidebar-col {
  padding: 20px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.sidebar-item {
  margin: 15px 0;
  padding-bottom: 5px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #192632;
}

.sidebar-item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  max-width: 32px;
}

.sidebar-item-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 15px;
}

/* home */
.color-gray {
  color: #999;
  padding-bottom: 0.85em;
}

.slider-main {
  margin-bottom: 2rem;
}

.no-js .slider-item {
  display: none;
}

.no-js .slider-item:first-child {
  display: block;
}

a.slider-link {
  position: relative;
  display: block;
  height: 0;
  padding-top: 55.25%;
  background: #f5f5f5 no-repeat 50% 50%;
  background-size: cover;
  color: #ffffff;
}

.slider-link-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 50px 30px 30px;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-link-title {
  display: block;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.slider-link-description {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.items-list {
  padding-bottom: 1.4rem;
  /*padding-bottom: 30px;*/
}
/*
.items-list h3 {
  margin-bottom: 20px;
}*/
/*
.page-header {
  margin-top: 30px;
  margin-bottom: 30px;
}*/
/*
.page-header h1 {
  margin-bottom: 20px;
}*/

.taglist,
.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.taglist a span,
.toolbar a span {
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px solid rgba(134, 145, 160, 0.3);
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.taglist a:hover span,
.toolbar a:hover span {
  border-bottom-color: #ef343b;
}

.taglist li,
.toolbar li {
  margin-right: 15px;
  padding-right: 16px;
  position: relative;
}

.taglist li.active a,
.toolbar li.active a {
  color: #999;
}

.taglist li.active a span,
.toolbar li.active a span {
  border-bottom-color: transparent;
}

.taglist li:before,
.toolbar li:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 8px;
  top: 50%;
  margin-top: -3px;
  background: #000000;
  opacity: 0.2;
}

.taglist li:last-child,
.toolbar li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.taglist li:last-child:before,
.toolbar li:last-child:before {
  display: none;
}

.taglist {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single2 {
  margin-bottom: 1.2rem;
}

.single {
  margin-bottom: 40px;
}

.single h3 {
  margin-bottom: 20px;
}

.single-content {
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
  font-size: 1.24rem;
  padding-left: 10%;
}

.single-content h4 {
  font-size: 1.6rem;
/* font-size: 150%;
  margin-bottom: 20px; */
}

.single-content table td {
  padding-right: 15px;
  color: #999;
}

.single-content table td:first-child {
  color: #192632;
}

.thumb-item {
  display: block;
  margin: 0 auto 30px;
  -webkit-box-shadow: 0 4px 10px -0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 10px -0px rgba(0, 0, 0, 0.5);
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

/* .thumb-item:hover .thumb-item-backgorund {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
} */
/* .thumb-item-img:hover .thumb-item-backgorund { */
/* .thumb-item-img:hover  {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.15);
} */
.thumb-item-backgorund:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  /* border: 1px solid #eee; */
}

.img-simple,
.thumb-item-img {
  position: relative;
  display: block;
  height: 0;
  padding-top: 66.67%;
  background: #f5f5f5 no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  border-radius: 12px;
  /* border: 1px solid #eee; */
}

a.img-simple:hover .thumb-item-backgorund {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.thumb-item-backgorund, .lg-img-backgorund {
  border: 1px solid #eee;
  border-radius: 12px;
  background: #f5f5f5 no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

span.wistia-embed-popover-thumb-resp {
  display:inline-block;
  width:100%;
  max-width: 300px;
  height: 11vw;
  max-height: 169px;
}

@media (max-width: 991px) { 
  span.wistia-embed-popover-thumb-resp {
    width: 300px;
    height: 169px;
  }
}

.thumb-item-title {
  line-height: 1.2em;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 18px;
  /* font-weight: bold; */
  padding: 35px 15px 10px;
  /* text-shadow: 1px 1px rgba(0,0,0,0.5); */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}

.img-leftbtm-label {
  position: absolute;
  left: 18px;
  bottom: 17px;
  font-size: 0.9rem;
}

.thumb-item-label {
  position: absolute;
  left: 7px;
  top: 10px;
  font-size: 0.9rem;
}

.thumb-item-label2 {
  position: absolute;
  left: 24px;
  top: 10px;
  font-size: 0.9rem;
}

.text-gray {
  color: #777;
}

.text-lightgray {
  color: #aaa;
}

.thumb-item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  background: rgb(66,143,154, 0.6);
  background: #428f9a;
  Xbackground: #326198;
  padding: 10px 15px;
}

.thumb-item-descr-icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
}

.thumb-item-descr-icon img {
  display: block;
  font-size: 16px;
}

.thumb-item-descr-title {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
  color: #192632;
  color: #FFF;
  font-size: 16px;
}

.thumb-item-descr-duration {
  display: block;
  padding-left: 10px;
  white-space: nowrap;
  font-size: 16px;
  color: #999;
  color: #FFF;
}

.entity-img {
  position: relative;
  display: block;
  height: 0;
  padding-top: 110%;
  background: #f5f5f5 no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.entity-background {
  border: 0;
  background: #fff no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.btn-enroll, .btn-wide {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.btn-other {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.btn-notify {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.btn-enroll.btn-success {
  padding-left: 55px;
  padding-right: 25px;
}

.btn-notify.btn-success {
  padding-left: 55px;
  padding-right: 25px;
}

.btn-notify.btn-success .check-icon {
  opacity: 1;
}

.btn-enroll.btn-success .check-icon, .btn-enroll.btn-secondary .check-icon {
  opacity: 1;
}

/* .btn-sub.btn-success .check-icon {
  opacity: 1;
} */
.check-icon {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  background: transparent url("../upload/tick.svg") 50% 50% no-repeat;
  background-size: 100%;
  margin-top: -10px;
}

.overview {
  padding-top: 40px;
  padding-bottom: 10px;
}

#enrollModal .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#enrollModalSub .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#saveModal .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-dialog {
  -webkit-transform: translate3d(0, -50%, 0) !important;
  transform: translate3d(0, -50%, 0) !important;
  top: 50% !important;
}

.list-results {
  padding-bottom: 30px;
}

.list-result {
  margin-bottom: 50px;
}

.list-result h4 a {
  color: #192632;
}

.list-result h4 a:hover {
  color: #ef343b;
}

.list-result-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-result-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
/*  flex: 0 0 85px;*/
  flex: 0 0 4.7rem;
  max-width: 85px;
  padding-right: 1.2rem;
/*  padding-right: 30px; */
}

.list-result-icon img {
  display: block;
}

.list-result-date {
  font-size: 20px;
}

.list-result-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 5px;
}

.list-notification .list-result-columns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile {
  margin: 0 auto 60px;
  max-width: 600px;
}

.profile .col-form-label {
  text-align: right;
}

.view-all {
  text-align: right;
  margin-bottom: 15px;
}

.view-all a span {
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px solid rgba(134, 145, 160, 0.3);
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.view-all a:hover span {
  border-bottom-color: #ef343b;
}

.recommended-list-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.recommended-list-wrap .slick-prev,
.recommended-list-wrap .slick-next {
  margin-top: -70px;
}

.recommended-carousel-item {
  padding: 5px 15px 25px;
}

.recommended-carousel-item-noslick .thumb-item {
  margin-bottom: 0;
  width: 375px;
}

.recommended-carousel-item-noslick {
  padding: 5px 15px 25px;
  display: inline-block;
}

.recommended-carousel-item .thumb-item {
  margin-bottom: 0;
}

.no-js .recommended-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-js .recommended-carousel-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 2;
  position: absolute;
  height: 60px;
  width: 40px;
  background: rgba(0, 0, 0, 0.1) url("../upload/next.svg") no-repeat 50% 50%;
  background-size: 25px;
  border: 0;
  border-radius: 5px;
  top: 50%;
  left: 10px;
  margin-top: -30px;
  text-indent: -9999px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-next {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
  cursor: default;
}

.slick-dots {
  position: absolute;
  top: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  right: 20px;
}

.slick-dots li {
  display: inline-block;
  height: 4px;
  width: 24px;
  margin-left: 8px;
}

.slick-dots li button {
  border: 0;
  background: #ffffff;
  opacity: 0.3;
  display: block;
  height: 4px;
  width: 24px;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.slick-dots li.slick-active button {
  opacity: 0.7;
}

.slick-prev2,
.slick-next2 {
  /* z-index: 2; */
  z-index: 1;
  position: absolute;
  height: 60px;
  width: 40px;
  background: rgba(0, 0, 0, 0.3) url("../upload/next.svg") no-repeat 50% 50%;
  background-size: 25px;
  border: 0;
  border-radius: 5px;
  top: 50%;
  left: 25px;
  margin-top: -60px;
  text-indent: -9999px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-next2 {
  left: auto;
  right: 25px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* === CUSTOM ============== */

.fixed-width {
  font-family: monospace;
}

.pad-above {
  padding-top: 1em;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.lh1 {
  line-height: 1em;
}

.lhx {
  line-height: 1.1em;
}

.bold {
  font-weight: bold;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.article-byline {
  background-color: #EFEFF0;
  padding: 0.5em;
  line-height: 1.3em;
}

.article-body {
  line-height: 1.3em;
}

.page-header {
  /* margin-top: 0.9rem; */
  padding-top: 0.5rem;
  margin-bottom: 1.1rem;
}

.notifications-text {
  line-height: 1.1em !important;
  font-size: 15px;
}

.notifications-date {
  font-size: 0.8em;
  font-weight: bold;
  color: #bbb;
}

.notifications-control {
   background-color: rgba(200,200,200, 0.4);
   xxxlks: #d7dee8;
   font-size: 0.9em;
}

.notification-new {
  padding: 10px 10px 10px 10px;
  width: 375px;
  line-height: 1em;
  background-color: #fff;
  font-weight: bold;
}

.notification-old {
  padding: 10px 10px 10px 10px;
  width: 375px;
  line-height: 1em;
  background-color: #f7f7f7;
  font-weight: normal;
}

.single-content tr {
  vertical-align: top;
}

.single-content tr>td {
  padding-bottom: 1.1em;
}

.sidebar-col {
  padding-top: 0.4em;
  /* font-size: 1.2vw; */
}

.sidebar h2 {
  /* font-size: 2vw; */
}

.full-width-image3 {
  background-image: url('../images/A.png');
  background-repeat: no-repeat;
  background-size: 90%;
  width: 300px;
  /* margin: 15px 10px 10px 0px; */
    margin-top: -20px;
    /* border: 1px solid black; */
    min-height: 90px;
}

.full-width-image3 {
  background-image: url('../images/E.png');
  background-repeat: no-repeat;
  background-size: 75%;
  width: 300px;
  margin: 2px 10px 9px 0px;
}

.full-width-imageOLD {
  background-image: url('../images/logo.svg');
  background-repeat: no-repeat;
  width: 300px;
  margin: 17px 10px 9px 0px;
}

.full-width-image {
  background-image: url('../images/logo3.svg');
  background-repeat: no-repeat;
  background-size: 250% auto;
  /* width: 400px; */
  width: 100%;
  margin: 17px 10px 9px 0px;

}

.logo-img {
  background-image: url('../images/logo3.svg');
  background-repeat: no-repeat;
  background-size: 240% auto;
  width: 290px;
  height: auto;
  /* object-fit: contain; */
  /* margin: 17px 10px 9px 0px; */
}
.navbar {
  padding: .9rem 0rem .5rem 0rem;
}
.nav-item {
  font-size: 18px;
  font-weight: bold;
  color: #777;
  line-height: 43px;
}

.nav-item_nobold{
  font-size: 18px;
  /* font-weight: bold; */
  color: #777;
  line-height: 43px;
}

.coe-icon-gray {
  color: #888;
  opacity: 0.7;
  font-size: 1.2em;
}


.coe-icon {
  color: #888;
  opacity: 0.7;
  font-size: 1.2em;
  color:white;
}

#signup-button {
  margin-top: 15px;
}

.icon-book {
  color: #373;
  opacity: 0.6;
  font-size: 1.8em;
}
.icon-file-alt {
  color: rgb(44,52,146);
  opacity: 0.6;
  font-size: 1.8em;
}

.icon-completion {
  color: white;
  font-size: 1.1em;
}

.icon-citation {
  color: white;
  font-size: 1.1em;
}


.other-field {
  margin-bottom: 20px;
}

.the-text {
  margin-top: 5px;
}

/** Learning Learning **/
.heading-hr-divider {
  border-bottom-style: solid;
  border-width:2px;
  color: #888;
  margin-bottom: 1.5rem;
}

/** pagination **/
ul.simple-pagination {
  display: flex;
  justify-content: center;
}
.pagination a, .pagination span {
  font-size: 18px;
}
.pagination li a, .pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination li:first-child span, .pagination li:first-child a{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination li:last-child span, .pagination li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.lh-std {
  line-height: 1.6rem;
}

/** For Menu buttons on home page **/
.buttons-list {
  overflow: auto;
  display: flex;
  text-align: center;
  flex-wrap: nowrap;
}
.menu-button {
  padding: 10px 20px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  border: 0;
  border-radius: 0.3rem;
  background: #283a90;
  background: #314f71;
  background: #1d2b6c;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
  flex: 1 1 auto;
  line-height: 1.25;
  align-content: center;
}
.menu-button:hover {
  color:black;
  background-color: #a7bed9;
}
.button-text {
  white-space: nowrap;
}

.icon-title {
  font-size: 1.1rem;
  line-height: 1.3rem;
  max-height: 2.6rem;
  /* max-height: 3.2rem; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight:600;
}
.sm-item-info {
  flex-wrap: wrap;
  margin-top: 0.3em;
  font-size: 0.9rem;
  line-height: 1.8rem;
  color: #777;
}
.badge-light-gray {
    color: #212529;
    background-color: #eee;
}
/* .txt-underline {
  text-shadow: 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white;
  box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 transparent inset;
  transition: all 0.3s ease-in;
}
.txt-underline:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 #777 inset;
} */
.menu-txt {
  color: #777;
}
.menu-txt:hover {
  /* color: #293b90; */
  color: #333;
}
.menu-txt:focus {
  outline: none;
}
.avatar_btn_all_nolink {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  line-height: 34.5px;
  /* margin-right: 5px; */
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 17.44px;
  border: none;
}
.avatar_btn_all_nolink:hover {
  font-weight: none;
}
.avatar_btn_all {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  line-height: 32.7px;
  /* 34.5px; */
  /* margin-right: 5px; */
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 14.44px;
  border: none;
  padding: 0px 3.0px;
}
.avatar_btn_all:hover {
  font-weight: bold;
}
.avatar_btn_all:focus {
  outline: none;
}
.avatar_btn1 {
  color: white;
  background: #666;
}
.avatar_btn2 {
  color: black;
  background: #dadada;
}
.avatar_btn3 {
  color: white;
  background: #BE2633;
}
.avatar_btn4 {
  color: black;
  background: #FFCDD2;
}
.avatar_btn5 {
  color: white;
  background: #770000;
}
.avatar_btn6 {
  color: white;
  background: #A46422;
}
.avatar_btn7 {
  color: black;
  background: orange;
}
.avatar_btn8 {
  color: black;
  background: #F7E26B;
}
.avatar_btn9 {
  color: white;
  background: green;
}
.avatar_btn10 {
  color: black;
  background: #C8E6C9;
}
.avatar_btn11 {
  color: black;
  background: #D1C4E9;
}
.avatar_btn12 {
  color: white;
  background: #005784;
}
.avatar_btn13 {
  color: white;
  background: #4444cc;
}
.avatar_btn14 {
  color: white;
  background: #31A2F2;
}
.avatar_btn15 {
  color: black;
  background: #ADD8E6;
}
.detail-img-lg {
  border:solid 1px #ccc;
}
.roundedBorder {
  border-radius: 12px;
}
.prim-nav {
  display: contents;
}
.d-search {
  display: flex;
  position: static;
  float: none;
  flex: 1 1 auto;
}
.ml-btn {
  margin-bottom: 0.38rem;
}
.share_link:hover {
    color: #212529;
    font-weight: bold;
    cursor: pointer;
    /* background-color: #0069d9; */
    /* border-color: #0062cc; */
}
a.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

a.btn-save .fa-bookmark:hover {
  font-weight: bold;
  color: #5a6268;
  /* background-color: #5a6268; */
}

/** For extra wide screen **/
@media (min-width: 1850px) {
  .container,
  .container-fluid {
    max-width: 1600px !important;
  }
}
@media (min-width: 1026px) {
  .navigation-toggle {
    display: none!important;
  }
  .search-toggle {
    display: none!important;
  }
}
/** For IPAD horizotal screen**/
@media (max-width: 1025px) {
  .container {
    min-width: auto !important;
  }
  .prim-nav {
    display: none;
  }
  /* .d-search {
    display: none!important;
  } */
  .d-signup-login {
    display: none!important;
  }
  .navigation-open .navigation-mobile {
    display: block;
  }
  .logo-img {
    width:272px;
    margin-left: 36px;
    background-size: 250%;
  }
  .header-push {
    margin-bottom: 1rem;
    /* margin-bottom: 0rem; */
    /* height: 5.2rem; */
  }
  .header-push2 {
    margin-bottom: 0rem;
    height: 5.2rem;
  }
  .d-search {
    display: none!important;
    padding-top: 19px;
    padding-bottom: 6px;
    z-index: 8080;
    top: 0;
    background: #ffffff;
    left: 0;
    right: 0;
    position: absolute;
  }
  .search-open .d-search {
    display: block !important;
    position: absolute;
  }
}
/* modal */
/** For medium (MD) screen **/
@media (max-width: 991px) {
  /* .logo-img {
    width:272px;
    margin-left: 36px;
    background-size: 250%;
  } */
  .container {
    min-width: 10px !important;
  }
  .entity-img {
    padding-top: 120%;
  }
  .sidebar {
  /*  margin-bottom: 50px;*/
    margin-bottom: 2rem;
    height: auto;
    min-height: 0;
    padding-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sidebar .view-all {
    text-align: left;
  }
  .sidebar-col {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-global {
    padding-bottom: 200px;
  }
  .footer-global {
    /*padding-top: 35px;*/
    margin-top: -150px;
    /* height: 180px; */
    /* height: 150px; */
  }
  .footer-global .row {
    min-height: 0;
  }
  .footer-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .toolbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .copyright {
    text-align: left;
  }
  .logo {
    text-align: center;
    margin: 0 auto;
  }
  .signup-header .logo {
    text-align: left;
    margin: 0;
  }

  /* .navigation-open .navigation-mobile {
    display: block;
  } */
  /* .search-open .d-search {
    display: block !important;
    position: absolute;
  }
  .d-search {
    padding-top: 19px;
    padding-bottom: 6px;
    z-index: 8080;
    top: 0;
    background: #ffffff;
    left: 0;
    right: 0;
    position: absolute;
  } */
  .full-width-imageOLD {
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
  /*  background-size: 35vw;*/
    margin-left: 35px;
    margin-right: 50px;
    margin-top: 10px;
    width: 280px;
  /*  height: 5vw;*/
  }

  .full-width-image{
    background-image: url('../images/logo3.svg');
    background-repeat: no-repeat;
    width: 375px;
    /* width: 100%; */
    margin-left: 45px;
    margin-top: 5px;
  }
}

.subh {
  font-size: 1.25em;
  line-height: 1.7rem;
  margin-top: 0.25rem;
  margin-bottom: 2.5rem;
}

/** For small (SM) screen **/
@media (max-width: 767px) {
  html{
    font-size: 15px;
  }
  body {
    font-size: 1rem;
  }
  .entity-img {
    padding-top: 130%;
  }
  .slider-link-title {
    font-size: 22px;
  }
  .slider-link-content {
    padding: 30px 20px 10px;
  }
  .slider-link-description {
    display: none;
  }
  .list-notification .list-result-date {
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    padding-right: 10px;
  }
  .list-notification .list-result-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    padding-right: 20px;
  }
  .list-notification .list-result h4 {
    font-size: 18px;
  }
  .signup-content {
    max-width: 100%;
  }
  .signup-background {
    display: none;
  }
  .single-content {
    padding-left: 0;
  }

  .full-width-imageOLD {
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    /*background-size: 37vw;*/
    margin-left: 35px;
    margin-right: 50px;
  /*  margin-top: 0px;*/
  }

  .full-width-image{
    background-image: url('../images/logo3.svg');
    background-repeat: no-repeat;
    width: 300px;
    /* width: 100%; */
    margin-left: 40px;
  }

  .subh {
    padding-bottom: 0em;
  }
}

/** For extra small (XS) screen **/
@media (max-width: 575px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .entity-img {
    padding-top: 90%;
  }
  .icon-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-height: 3.4rem;
  }
  .sm-item-info {
    margin-top: 0.4em;
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .profile .col-form-label {
    text-align: left;
  }
  .view-all {
    margin-top: -10px;
    text-align: left;
  }
  .sidebar-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-col + .sidebar-col {
    padding-top: 35px;
  }

  .full-width-imageOLD {
    /* background-image: url('../images/new-logo-blk.svg'); */
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
  /*  background-size: 9em;*/
    margin-left: 35px;
    margin-right: 50px;
    margin-top: 10px;
  /*  width: 280px;*/
  /*  padding-bottom: 30px;*/
    }


    .full-width-image{
      background-image: url('../images/logo3.svg');
      background-repeat: no-repeat;
      background-size: 190%;
      margin-left: 45px;
      margin-bottom: -9px;
    }

    .subh {
      padding-bottom: 0em;
    }
}

h1 {
  color:#000;
}

p {
  color:#000;
}

/*
.subh {
  font-size: 1.25em;
  padding-bottom: 0.75em;
  line-height: 1.3em;
} */

h3 {
  color: #000;
}

.subsection {
  padding-top: 2em;
  color: #777;
  margin-bottom: 1.5vw;
}

.xborder {
  border: 2px solid #bbb;
}

.bottom-margin {
  margin-bottom: 5vw;
}

.rounded-pic {
  border-radius: 50%;
  border: 1px solid #222;
  display: inline;
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  transform: scale(1);
  transition: transform .5s;
  opacity:1;
}

.rounded-pic:hover {
  transform: scale(3);
  position: relative;
  z-index: 1000;
  opacity:1;
}

.lms-badge {
  border-radius: 11px;
  background-color: rgba(40, 59, 144, 0.8);
  border: 1px solid rgba(40, 59, 144, 0.5);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  color: #222;
  color: white;
  font-size: 0.7em;
  font-weight: normal;
  margin-right: 0.2em;
  word-break: normal;
}

.lms-badge:hover {
  color: white;
  background-color: black;
}


.no-js .banner-slide {
  display: none;
}

.no-js .banner-slide:first-child {
  display: block;
}


.banner {
  margin-top: 0;
  padding-top:0;
  /* width: 1580px;
  margin: auto; */
  width: 100%;
  margin-bottom: 2em;
}

.banner-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.banner-img {
  display: block;
}

.banner-img img {
  width: 100%;
  /* width: 1580px;
  margin: auto; */
}

.banner-wrapper {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner-wrapper .container {
  display: block;
  height: 100%;
}

.banner-wrapper .row {
  padding: 30px 0;
  height: 100%;
}

.banner-content {
  display: block;
  color: #ffffff;
}

.banner-title {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.banner-text {
  display: block;
}

</style>

<style>
.no-js .banner-slide {
  display: none;
}

.no-js .banner-slide:first-child {
  display: block;
}


.banner {
  margin-bottom: 2em;
  margin-top: 0;
  padding-top:0;
}

.banner-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.banner-img {
  display: block;
}

.banner-img img {
  text-align: center;
}

.banner-wrapper {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner-wrapper .container {
  display: block;
  height: 100%;
}

.banner-wrapper .row {
  padding: 30px 0;
  height: 100%;
}

.banner-content {
  display: block;
  color: #ffffff;
}

.banner-title {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.banner-text {
  display: block;
}

.banner-slide {
}

.buttons-list {
  font-size: 1rem;
}

@media (min-width: 1600px) {
  .buttons-list {
    font-size: 1.15rem;
  }
}

.lmesg {
  line-height: 1.4em;
  font-size: 1rem;
  color:black;
  margin-bottom: 1.4rem;
}

.lmesg-heading {
  font-weight: bold;
  font-size: 1.1rem;
}

.asset-title {
  /* font-weight: 700;
  font-size: 2.2rem; */
}

.lh14 {
  line-height: 1.4rem;
}

.lh15 {
  line-height: 1.5rem;
}

.lh16 {
  line-height: 1.6rem;
}

.lh17 {
  line-height: 1.7rem;
}

.navheader {
  height: 5.6em;
}

@media print {
  .noprint { display: none; }
  /* .onlyprint {
    display: block;
  } */
  #rsc-title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}​

.lms_wistia {
}

.the-list {
  line-height: 1.4em;
}

.lobj-check {
  color:green; 
  font-size: 1.3rem;
}

.the-item {
  line-height: 2rem;
}

hr {
  border-width: 0.85px;
  border-color: #000;
}

.ems {
  font-weight: 700;
}

.search-input {
  font-size: 1rem;
}

h3 {
  font-size: 1.45rem;
  font-weight: 600;
}

.modal p {
  font-size: 18px;
  line-height: 1.4rem;
}

.system-message {
  display:block;
  padding: .5rem 35px;
  background-color: #283b90;
  color: #fff;
  font-size: .9rem;
  line-height: 1.3rem;
  text-align: center;
}

.system-message-link {
  color: #fff;
  font-size: .9rem;
  line-height: 1rem;
  text-decoration: underline;
}

.system-message-link:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.wistia_embed .w-video-wrapper {
  background-color: #fff !important;
}

.entity-frame {
  max-width: 215px;
  border: 0.75px solid #ccc;
  /* box-shadow: 0 5px 20px rgba(0,0,0,0.5); */
}
.pr-1p5 {
  padding-right: 0.28rem!important;
}
.pr-1p6 {
  padding-right: 0.34rem!important;
}

.save-icon-size {
  font-size: 1.8rem;
}