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

  FONTS
  
----------------------------------------------------------------------------- */
@font-face {
  font-family: 'Greek';
  src: local('Galatia SIL'),      
 url('https://fonts.gstatic.com/s/alegreya/v13/4UaBrEBBsBhlBjvfkSLtx6jj4JN0EwI.woff2') format('woff2');
  unicode-range: U+1F00-1FFF, U+03??;
}

@font-face {
  font-family: 'Hebrew';
  src: local('SBL Hebrew'), local('Ezra SIL'), local('Ezra SIL SR'),
       url('https://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwSMGo1uXY0328CDp-I.woff') format('woff2');
  unicode-range: U+0590-05FF, U+FB00-FB4F;
}

@font-face {
  font-family: 'BodyText';
  src: local('Roboto'),
url('https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2') format('woff2');
unicode-range: U+0000-00FF;
}

@font-face {
  font-family: 'HeadText';
src: local('Raleway'), local('Raleway-Regular'), url('https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2');
unicode-range: U+0000-00FF;
}

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

  BOX SIZING RESET
  
----------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

  ROOT ELEMENTS
  
----------------------------------------------------------------------------- */

body, p, li {
  font-family: Greek, Hebrew, BodyText, san-serif;
}

#wrapper {
    max-width: 100%;
}

.page {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

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

  HEADING ELEMENTS
  
----------------------------------------------------------------------------- */

h1, h2, h3, h4, h5 {
  font-family: Greek, Hebrew, HeadText, san-serif;
}

#dashboard_header_container > div > span > span:nth-child(1) > span {
    font-family: Greek, Hebrew, HeadText, san-serif;
    font-size: x-large;
}

#announcements_on_home_page body, #announcements_on_home_page p, #announcements_on_home_page li{
    font-family: Greek, Hebrew, BodyText, san-serif !important;
}

#announcements_on_home_page h1, #announcements_on_home_page h2, #announcements_on_home_page h3, #announcements_on_home_page h4, #announcements_on_home_page h5 {
    font-family: Greek, Hebrew, HeadText, san-serif !important;
}
/* -----------------------------------------------------------------------------

  TEXT ELEMENTS
  
----------------------------------------------------------------------------- */
a:link {
    color: #0d553f;
    text-decoration: none;
}

a:hover {
    color: #bc8d16;
    text-decoration: underline;
}

.btn-primary, .Button--primary {
    color: #fff !important;   
}

.sblbib-entry {
    text-indent: -3em;
    margin-left: 3em;
    margin-bottom: 15px;
}

.sbl-footnote {
    
}

#sblbib {
    margin-top: 2em;
    line-height: 1.5em;
}

#sbl-footnotes {
    
}

#section-tabs .section a {
    color: #0d553f;
}

#section-tabs .section a:hover {
    color: #bc8d16;
}

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

  MEDIA ELEMENTS
  
----------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

.avatar {
    height: 53px;
    width: 53px;
}
/* -----------------------------------------------------------------------------

  CONTAINER OBJECTS
  
----------------------------------------------------------------------------- */
.o-container {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1200px;
  margin-bottom: 30px;
}

#learningMap {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#lm_label {
    background-color: #bc8d16;
    color: #fff;
    border-radius: 0 30px 30px 0;
    box-shadow: 1px 1px 5px #888888;
    padding: 5px 4vw 5px 10px;
    max-width: 30vw;
}

@media all and (min-width: 480px) {
  .o-container {
    padding: 0 24px;
    margin-bottom: 30px;
  }
}

@media all and (min-width: 720px) {
  .o-container {
    padding: 0 48px;
    margin-bottom: 30px;
  }
}

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

  HEADER OBJECT
  
----------------------------------------------------------------------------- */
#announcements_on_home_page > span > h1 {
    font-size: x-large;
}

#homeHeader{
}

#hh_courseCode {
    text-transform: uppercase;
    box-shadow: -1px 4px 5px #888888;
}

#hh_courseCode > h3 {
    padding-left: 15px;
}

#hh_courseCode2 {
    box-shadow: -1px 1px 5px #888888;
}

#hh_courseCode h3 {
    transform: rotate(-90deg);
    font-size: 2.8vmax;
    letter-spacing: .25em;
    margin: 2vmax -80px -10px -80px;
}

#hh_courseTitle {
    text-transform: uppercase;
    border-radius: 0 0 30px 0;
    box-shadow: 1px 1px 5px #888888;
}

#hh_courseTitle > h3 {
    padding-left: 1vw;
    padding-top: 10px;
}

#hh_container{
    box-shadow: 1px 1px 5px #888888;
}

#hh_graphic{
    object-fit: cover;
    object-position: 0 -5vmax;
}

#homeNav {
    border-radius: 30px;
}

#course_home_content > div.ic-Action-header {
    display: none !important;
}

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

  MAIN OBJECT
  
----------------------------------------------------------------------------- */
.o-main {
  /**/
}

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

  SECTION OBJECT
  
----------------------------------------------------------------------------- */
.o-section {
  margin-bottom: 24px;
}

.o-section:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 720px) {
  .o-section {
    margin-bottom: 48px;
  }
}

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

  SUB-NAVIGATION OBJECT
  
----------------------------------------------------------------------------- */
.o-sub-nav {
  margin: 0;
  padding: 0;
}

.o-sub-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-sub-nav__item {
  margin: 0;
  padding: 4px;
}

.o-sub-nav__link {
  display: block;
  margin: 0;
  padding: 4px 24px;
  border: solid 2px #dc446e;
}

.o-sub-nav__link:hover,
.o-sub-nav__item.active .o-sub-nav__link {
  color: #fff;
  background-color: #dc446e;
}


/* Global Nav - Custom Tray */
/* #main > span */
/* #main > span > span */
.global-nav-custom-tray {
	width: 448px !important;
    top: 0px;
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 7px 0px, rgba(0, 0, 0, 0.25) 0px 10px 28px 0px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    z-index: 9999;
    max-width: 100vw;
    max-height: 100vh;
}
.gnct-easing {
    left: -200px;
    opacity: .8;
}

/* #main > span > span > span (Global navigation tray) */
.Global-navigation-tray {
	max-width: 480px;
}

/* #main > span > span > span > span */
.gcnt-tray-close-wrapper {
	right: 8px;
    position: absolute;
	left: auto;
	top: 8px;
	z-index: 1;
	display: inline-block;
}

/* #main > span > span > span > span > button */
.gcnt-tray-close-btn {
    font-size: 1rem;
    height: 28px;
    all: initial;
    animation: initial;
    background: initial;
    border-collapse: separate;
    border-color: initial;
    border-image: initial;
    border-spacing: initial;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: rgb(0, 0, 0);
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: initial;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: pointer;
    direction: inherit;
    display: inline-block;
    empty-cells: show;
    float: none;
    font-size: medium;
    font-stretch: normal;
    font-style: normal;
    font-variant: initial;
    font-weight: 400;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: initial;
    margin: 0px;
    max-height: none;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
    opacity: 1;
    orphans: 2;
    overflow: visible;
    padding: initial;
    page-break-after: initial;
    page-break-before: initial;
    page-break-inside: initial;
    perspective-origin: 50% 50%;
    perspective: none;
    position: relative;
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align-last: auto;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    top: auto;
    touch-action: manipulation;
    transform-origin: 50% 50% 0px;
    transform-style: flat;
    transform: none;
    transition: background 0.2s ease 0s, transform 0.2s ease 0s;
    unicode-bidi: normal;
    user-select: none;
    vertical-align: middle;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
  	backface-visibility: visible;
}
.gcnt-tray-close-btn[type="button"] {
    -webkit-appearance: none;
}
.gcnt-tray-close-btn:focus, .gcnt-tray-close-btn:hover, .gcnt-tray-close-btn:active {
    color: rgb(0, 142, 226);
    outline: rgb(0, 142, 226);
}
.gcnt-tray-close-btn:focus, .gcnt-tray-close-btn:hover, .gcnt-tray-close-btn:active {
    text-decoration: none;
}

/* #main > span > span > span > span > button > span */
.gcnt-tray-close-btn .gcnt-tray-close-svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: block;
}

/* #main > span > span > span > span > button > span > span */
.gcnt-tray-close-txt {
    width: 1px;
    height: 1px;
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

/* #main > span > span > span > div */
.tray-with-space-for-global-nav {
	margin-left: 54px;
}

/* #help_tray */
.gnct-content-wrap {
    box-sizing: border-box;
    padding: 1.5rem;
}

/* #help_tray > h1 */
.gcnt-tray-h1 {
	color: inherit;
	font-size: 22px;
	font-weight: 400;
	line-height: 24.75px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin: 0px;
}

/* #help_tray > ul */
.gcnt-list {
	list-style-type: none;
	-webkit-padding-start: 0px;
    padding-left: 0px;
    margin:0.75rem 0;
	font-weight: 16px;
	font-family: 400;
	padding: 0px;
}

/* #help_tray > ul > li */
.gcnt-list-item {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	padding: 0px;
}

/* #help_tray > ul > li:nth-child(1) > span */
/*.gcnt-list-link-wrapper {}*/
/* #help_tray > ul > li:nth-child(1) > span > a */
.gcnt-list-link-wrapper a.gcnt-list-link:link, .gcnt-list-link-wrapper a.gcnt-list-link:visited, .gcnt-list-link-wrapper button.gcnt-list-link {
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	color: rgb(0, 142, 226);
	transition: color 0.2s;
}

/* #help_tray > ul > li:nth-child(1) > div (link desc) */
.gcnt-link-desc {
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 300;
}


/* New Lecturer Profile */
#lect_tab {
    display:flex;
}
 
.lect_profile{
    position: relative;
    display: inline-block;
    float: none;
    overflow: hidden;
    margin: 0px 40px 0px 10px;
}

.lect_pic {
    position: relative;
    display: inline-flex;
    float: left;
    margin: 0px 15px 5px 0px;
}

.lect_pic img {
    max-width: 100px !important;
    height: auto;
    box-shadow: 1px 1px 5px #888;
    border-radius: 5px;
}

.lect_profile p {
    text-align: justify;
}
/********************************/


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

  TABS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Tabs component
 *
 * A responsive tabs component that falls back to a linear conent display when
 * JavaScript is disabled. The following is the default suggested markup to play
 * nicely with the JavaScript. If you change it up, just make sure you pass in
 * the correct parameters to the tabs instance.
 *
 * <div id="tabs" class="c-tabs no-js">
 *   <div class="c-tabs-nav">
 *     <a href="#" class="c-tabs-nav__link is-active"></a>
 *     <a href="#" class="c-tabs-nav__link"></a>
 *     ...
 *   </div>
 *   <div class="c-tab is-active">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   <div class="c-tab">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   ...
 * </div>
 */
.c-tabs {
  /**/
}

/**
 * Tabs navigation
 */
.c-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tabs-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4px;
  padding: 6px;
  color: #0d553f;
  background-color: rgba(0,0,0,.02);
  text-align: center;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
  text-decoration: none !important;
  border: solid 1px #888;
  border-radius: 10px 10px 0px 0px;
}

.c-tabs-nav__link:last-child {
  margin-right: 0;
}

.c-tabs-nav__link:hover {
  color: #6d6d6d;
}

.c-tabs-nav__link:nth-child(1) {
    border-top: 6px solid #0d553f;
}

.c-tabs-nav__link:nth-child(2) {
    border-top: 6px solid #bc8d16;
}

.c-tabs-nav__link:nth-child(3) {
    border-top: 6px solid #7f58a5;
}

.c-tabs-nav__link:nth-child(4) {
    border-top: 6px solid #97d2b5;
}

.c-tabs-nav__link:nth-child(5) {
    border-top: 6px solid #ae132a;
}

.c-tabs-nav__link.is-active {
  color: #ae132a;
  background-color: #fff;
  border-bottom: none;
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-tabs-nav__link i {
  font-size: 14px;
}

.c-tabs-nav__link span {
  display: initial;
  font-size: 14px;
}

/**
 * Tab
 */
.c-tab {
  display: none;
  background-color: #fff;
}

.c-tab.is-active {
  display: block;
  box-shadow: 1px 2px 5px #888;
  border-radius: 0px 0px 10px 10px;
}

.c-tab__content {
  padding: 1.5rem;
}

/**
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}

.syllabus_icon img {
    width: 45px;
}

/**
* Legacy Syllabus Tabs
*/
/* Syllabus page tabs customisation */

.ui-tabs .ui-tabs-panel {
    font-family: BodyText;
    font-size: 1rem;
}

.ui-tabs .ui-tabs-nav li a:focus {
    text-decoration: none;
    outline: none;
}

.ui-tabs-nav li[aria-selected="false"] {
    background: #f1f1f1;
}

.ui-tabs-nav li[aria-selected="false"] .ui-tabs-anchor {

}

.ui-tabs-anchor {
    font-size: 1.3em;
    text-decoration: none !important;
    font-variant-caps: all-petite-caps;
}

.ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
}

.ui-tabs-nav li:nth-child(1) {
    border-top: 5px solid #0d553f !important;
}

.ui-tabs-nav li:nth-child(2) {
    border-top: 5px solid #bc8d16 !important;
}

.ui-tabs-nav li:nth-child(3) {
    border-top: 5px solid #7f58a5 !important;
}

.ui-tabs-nav li:nth-child(4) {
    border-top: 5px solid #97d2b5 !important;
}

.ui-tabs-nav li:nth-child(5) {
    border-top: 5px solid #ae132a !important;
}

.ui-tabs-nav li:nth-child(6) {
    border-top: 5px solid #f36c52 !important;
}

.ui-tabs-nav li:nth-child(7) {
    border-top: 5px solid #888888 !important;
}

.ui-tabs-nav li:nth-child(8) {
    border-top: 5px solid #000000 !important;
}


/* lecturer profile tab */


.lectProf_container {
  width: 300px;
  position: relative;
  margin: 120px 50px 120px 50px;
  background-color: #fff;
  padding: 0 20px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.075);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
  text-align: center;
}
.lectProf_container .lectProf_flip:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.lectProf_container .lectProf_flip:hover img:first-child {
  opacity: 0;
}
.lectProf_container .lectProf_flip:hover img:last-child {
  opacity: 1;
}
.lectProf_flip {
  border-radius: 100px;
  overflow: hidden;
  height: 150px;
  width: 150px;
  position: relative;
  margin: auto;
  top: -60px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 13px #f0f0f0;
  -webkit-box-shadow: 0 0 0 13px #f0f0f0;
  -moz-box-shadow: 0 0 0 13px #f0f0f0;
}
.lectProf_flip img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.lectProf_flip img:first-child {
  z-index: 1;
}
.lectProf_flip img:last-child {
  z-index: 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  opacity: 0;
}

.lverb_icon {
    border-radius: 60px;
}

iframe.tool_launch {
    min-height: 50vw;
}

/*********************************************/

/* Fixes */
.tool_content_wrapper {
    min-height: 600px;
    padding-bottom: 100px;
}

#content-wrapper > #content > #sequence_footer {
    display: none !important;
}

/**********************************************/

/* Responsive Design */
@media all and (min-width: 900px) {
  .c-tabs-nav__link span img {
    margin-bottom: 2px;
  }

  .c-tabs-nav__link span {
    font-size: 14px;
  }
}

@media all and (max-width: 1200px) {

  .c-tabs-nav__link span img {
    display: none;
    }
    
  #lect_tab {
    display:block;
  }
    
    
}

@media all and (max-width: 800px) {
    .truncate_label {
        width: 55px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    #homeHeader {
        display: none;
    }
    
}

@media all and (max-width: 584px) {
    .c-tabs-nav__link span {
        display: none;
    }
    
}


