 
 
/**
 * Copyright Internationals Network
 */

 :root {
  --mdc-theme-primary: #3fa5d0;
  --mdc-theme-secondary: #d8a64b;
}

* {
  box-sizing: border-box;  
}

 html,
 body {
   font-family: 'Roboto Mono', sans-serif;
   margin: 0px;
   padding: 0px;
   background-color: #eee;
 }
 
 body > div > i {display: none !important;}
 
 main {
  width: 100%;
  margin: 0px auto;
  height: auto;
  min-height: 65vh;
}

.app {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 100vh;
  background-color: #f1f4f7;
  overflow-y: auto;
}

.mdc-bottom-app-bar {
  height: 190px;
  padding: 1rem 0.5rem;
}

#app-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.footer-section .mdc-layout-grid {
  --mdc-layout-grid-margin-desktop: 0px 10px 0px 10px;
  --mdc-layout-grid-margin-tablet: 0px 10px 0px 10px;
  --mdc-layout-grid-margin-phone: 0px 10px 0px 10px;

  --mdc-layout-grid-gutter-desktop: 0px;
  --mdc-layout-grid-gutter-tablet: 0px;
  --mdc-layout-grid-gutter-phone: 0px;
}

.footer-section {
  width: 100%;
  background-color: black;
  padding: 20px;
  font-family: "Roboto Mono";
  font-weight: 500;  
  line-height: 2;
}

.footer-section-top {
  padding: 0px 20px;
  background-color: black;
  height: auto;
  min-height: 160px;
  align-items: center;
  color: white;
  align-items: top;
}

.footer-section-bottom {
  width: 100%;
  padding: 10px 20px 10px 20px;
  background-color: white;
  height: auto;
  min-height: 40px;
  color: black;
  font-size: 12px;
}

.footer-section-top__title {
  font-size: 14px;
  color: #d8a64b;
}

.footer-section-top__address {
  font-size: 12px;
  color: white;
}

.footer-section-top__item a {
  font-size: 12px;
  color: #3fa5d0;
  cursor: pointer;
}

.footer-section-top__item a:hover {
  font-weight:bold;
  font-size: 14px;
  transition: font 0.2s ease-in-out;
}

.footer-link:hover {
  cursor: pointer;
}
.footer-link:hover {
  color:white;
  transition: color 0.2s ease-in-out;
}


#footer-top-row.mdc-bottom-app-bar__row {
  background-color: black;
  height: 160px;
  align-items: center;
  color: white;
}

#footer-bottom-row.mdc-bottom-app-bar__row {
  background-color: white;
  height: 30px;
  color: black;
}

.mdc-bottom-app-bar {
  height: 190px;
  padding: 1rem 0.5rem;
}

#footer-top-row.mdc-bottom-app-bar__row {
  background-color: black;
  height: 160px;
  align-items: center;
  color: white;
}

#footer-bottom-row.mdc-bottom-app-bar__row {
  background-color: white;
  height: 30px;
  color: black;
}

.mdc-toolbar {
  max-width: 600px;
  margin: 0 auto;
}

.mdc-top-app-bar {
  background-color: white;
  box-shadow: 0 2px 6px 0 rgba(57, 57, 57, 0.5);
  height: 90px;
  padding: 1rem 0.5rem;
}

.mdc-top-app-bar__row {
  align-items: center;
}

.mdc-top-app-bar__logo{
  width: 100%;
  height: auto;
  margin: 10px 0px 10px 0;
}

.mdc-top-app-bar__title {
  width: auto;
  max-width: 500px;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3fa5d0;
  cursor: pointer;
  padding-left: 0px;
  overflow-y: visible!important;
}

.app-title.mdc-top-app-bar__section {
  padding-right: 0px;
  padding-left: 0px;
}

.mk-toolbar-nav {
  display: flex;
  align-items: center;
  height: 90px;
/*  margin-left: 1rem;*/
}

.mk-toolbar-nav__tabs {
  display: flex;
  justify-content: center;
  height: 80%;
  margin: 0;
  padding: 0;
}
.mk-toolbar-nav__tabs > li {
  display: inline-block;
}
.mk-toolbar-nav__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  color: #3fa5d0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
.mk-toolbar-nav__tab:hover {
  font-weight:bold;
  font-size: 115%;
  transition: font 0.2s ease-in-out;
}
.mk-toolbar-nav__tab--active {
  color: #3fa5d0;
  font-weight: bold;
  box-shadow: 0 -2px inset;
}

.mdc-toolbar__title + .mk-toolbar-nav {
  margin-left: 20px;
}

#landing-page-id {
  width: 100%;
  height: 100%;
}
.section-hero {
  background-color: white;
  width: 100%;
  height: auto;
}

.hero {
  height: auto;
  min-height: 900px;
  width: 100%;
  background-image: url('/images/StudentsGroupComputors_FIHS.jpg');
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover!important;
  position: relative;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(216, 166, 73, 0), #d8a649 55%);
}

.hero-content {
  width: auto;
  text-align: center;
  position: absolute;
}

.hero-content .mdc-layout-grid {
  --mdc-layout-grid-margin-desktop: 0px 10px 0px 10px;
  --mdc-layout-grid-margin-tablet: 0px 10px 0px 10px;
  --mdc-layout-grid-margin-phone: 0px 10px 0px 10px;

  --mdc-layout-grid-gutter-desktop: 0px;
  --mdc-layout-grid-gutter-tablet: 0px;
  --mdc-layout-grid-gutter-phone: 0px;
}

.hero-content__title {
  margin: 40px 15% 0px;
  color: white;
  font-family: "Roboto Mono";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.hero-content__subtitle {
  margin: 0 15%;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

.hero-content__paragraph {
  margin: 0 10%;
  padding-top: 20px;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: justify;
  color: #0a0a0a;
}

.section-moreinfo {
  height: 280px;
  width: 100%;
  top: 0;
  left: 0;
}

.section-moreinfo_background {
  background-image: url('/images/images/DD-Lined-Paper.png');
  /*background-position: center;*/
  object-fit: cover;
  background-repeat: no-repeat;
  /*background-size: 100% auto;*/
  position: relative;
}

.moreinfo {
  position: absolute;
  width: 100%;
  height: 100px;
  align-items: center;
  align-content: center;
}

.basic-btn {
  height:40px;
  width: 120px;
  color:#fff;
  background:#3FA5D0;
  border-radius: 10px;
  font-family: "Roboto Mono", sans-serif;
  line-height:1.5;
  font-size:18px;
  text-align:center;
  /*display:block;*/
  border: 0;
}

.basic-btn__goback .basic-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.buttons-layout__right {
  text-align: right;
  margin: 10px;
}

.basic-btn .moreinfo__btn {
  display:block;
  border: 0;
}

.section-newsletter {
  height: 280px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d8a64b;
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
}

.newsletter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  align-items: center;
  font-family: "Roboto Mono";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #323232;
}

.section-approach {
  height: auto;
  min-height: 1120px;
  width: 100%;
  position: relative;
  display: flex;
}

.approach-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  background: linear-gradient(to bottom, #40a9cb, #48bdaf);
}

.approach-content {
  /*height: 1280px;*/
  width: auto;
  text-align: center;
  position: absolute;
  border: 0;
  margin-bottom: 30px;
  background: transparent;
}

.approach-content .mdc-layout-grid {
  --mdc-layout-grid-margin-desktop: 0px 10px 0px 10px;
  --mdc-layout-grid-margin-tablet: 0px 10px 0px 10px;
  --mdc-layout-grid-margin-phone: 0px 10px 0px 10px;

  --mdc-layout-grid-gutter-desktop: 0px;
  --mdc-layout-grid-gutter-tablet: 0px;
  --mdc-layout-grid-gutter-phone: 0px;
}

.approach-core-sectiion .mdc-layout-grid {
  --mdc-layout-grid-margin-desktop: 0px 10px 0px 10px;
  --mdc-layout-grid-margin-tablet: 0px 10px 0px 10px;
  --mdc-layout-grid-margin-phone: 0px 10px 0px 10px;

  --mdc-layout-grid-gutter-desktop: 0px;
  --mdc-layout-grid-gutter-tablet: 0px;
  --mdc-layout-grid-gutter-phone: 0px;
}

.approach-content__title {
  margin: 20px 15% 0px;
/*  padding-top: 40px 30% 20px 30%;*/
  color: white;
  font-family: "Roboto Mono";
  font-size: 40px;
  font-weight: norma;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.approach-content__subtitle {
  margin: 0 15%;
/*  left: 30%;
  right: 30%;
  transform: translate(-50%);
  */
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
}

.approach-content__paragraph {
  margin: 0 10%;
/*  padding-top: 20px 30% 20px 30%;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: justify;
  color: black;
}

.approach-core-section {
  margin: 0 5%;
}
.approach-core-container {
  min-width: 300px;
  min-height: 360px;
  align-items: center;
  background-color: transparent;
}

.approach-core-container__img {
  width: 150px;
  height: 150px;
  margin: 0 75px 20px 75px;
  background-color: transparent;
}

.approach-core-container__title {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31!important;
  letter-spacing: normal;
  text-align: center;
  color: #000a12;
}

.approach-core-container__par {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #000a12;
}

/* OLD */

/* #cards .rating .material-icons {
   font-size: 20px;
}
 */

 #cards .details {
   margin-top: 10px;
   color: rgb(50, 50, 50);
   width: 100%;
   clear: both;
 }
 
 #cards .category {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(50, 50, 50);
  }
 
#cards .tags {
  margin-top: 20px;
  color: rgb(50, 50, 50);
}

#cards .docs {
  margin: 0px;
  color: rgb(50, 50, 50);
}

 .mdc-dialog__body {padding-bottom: 7px;}
 
 .back {float: left;}
 
 
 #generic-header button {color: black;}

 /*
 .resource-card {
   cursor: pointer;
 }
 */

 .notification-message .resource-card {
   margin-bottom: 20px;
 }

 .resource-card .mdc-card {
   width: 100%;
   /*margin-bottom: 5px;*/
 }
 
 .resource-card .mdc-card__title {
   color: #fff;
   height: 176px;
   background-size: cover;
   background-position: center;
   padding: 0px;
 }
 /*
 .notification-message .resource-card .mdc-card__title{
  text-align: centerl-bottom: 20px;
}
*/
 #resource-title-id {
  cursor: pointer;
}

 .resource-card .mdc-card__actions {text-align: right;}
 
 .resource-card .mdc-card__menu {color: #fff;}
 
 .resource-card h2 {
   float: left;
   font-weight:bold;
   margin-top: 10px;
   margin-bottom: 0px;
 }
 
 .resource-card .description {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.resource-card .share {
   float: right;
   position: relative;
   top: 0px;
   color: #3FA5D0;
   cursor: pointer;
 }
 
 .resource-card .mdc-card__supporting-text {
   padding: 7px 7px 14px 7px;
  }
  
.resource-card .docs {
    background-color: white;
    /*padding: 10px 10px 10px 10px;*/
}

.docs-list.mdc-layout-grid {
  margin: 5px;
  padding: 0px;
}

.docs-list .mdc-layout-grid {
  --mdc-layout-grid-margin-desktop: 0px 5px 0px 5px;
  --mdc-layout-grid-margin-tablet: 0px 5px 0px 5px;
  --mdc-layout-grid-margin-phone: 0px 5px 0px 5px;

  --mdc-layout-grid-gutter-desktop: 0px;
  --mdc-layout-grid-gutter-tablet: 0px;
  --mdc-layout-grid-gutter-phone: 0px;
}
.doc-card {
  background-color: white!important;
  margin: 10px 0px;
}
.doc-card .mdc-card {
  width: 100%;
  margin: 10px 5px;
  background-color: white;
}

.doc-card .title {
  cursor: pointer;
  float: left;
  font-weight:bold;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-right: 10px; 
  background-color: white;
}

.doc-card .mdc-card__primary-action {
  /* Make the layout horizontal */
  display: flex;
  flex-direction: row;
}

.doc-card .mdc-card__media--square {
  /* Define the size and background-image of the media */
  cursor: pointer;
  max-height: 60px;
  max-width: 40px;
  margin: 10px;
}

.doc-title {
  /* Set up a text section next to the media */
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 30px 20px 10px 70px;
}

.doc-icon {
    max-height: 60px;
    max-width: 40px;
    position: relative;
}

/*.doc-icon .type-docs ( */ 
#type-docs{
  content: url('/images/icons/google-docs-small.png');
}
#type-sheets{
  content: url('/images/icons/google-sheets-small.png');
}
#type-slides{
  content: url('/images/icons/google-slides-small.png');
}
#type-pdf{
  content: url('/images/icons/pdf-small.png');
}
#type-video{
  content: url('/images/icons/video-small.png');
}
    
/*header {display: flex !important;}*/

 
 .mdc-layout__header--transparent {background: url('../assets/demos/transparent.jpg') center / cover;}
 
 header .details {
   width: 100%;
   clear: both;
 }
 
 .content {padding: 10px;}
  
 #filter {
   border-top-color: white;
   padding-top: 0px;
   padding-bottom: 10px;
   max-width: 1024px;
   margin: 0px auto;
 }
 
 .mdc-layout__header-row span {
   margin-left: 15px;
   margin-top: 17px;
 }
 
 .mdc-grid {
   max-width: 1024px;
   margin: auto;
 }
 
 .material-icons {
   font-size: 24px;
   /* Commented bc of popup  issue *
   top: 8px;
   */
   position: relative;
 }
 
 .mdc-layout__header-row {
   padding: 0;
   margin: 0 auto;
 }
 
 .mdc-card__supporting-text {
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

 #messages {
   overflow-y: auto;
   margin-bottom: 10px;
   height: calc(100% - 80px);
 }
 
 #message-filler {flex-grow: 1;}
 
 .message-container:first-of-type {border-top-width: 0;}
 
 .message-container {
   display: block;
   margin-top: 10px;
   border-top: 1px solid #f3f3f3;
   padding-top: 10px;
   opacity: 0;
   transition: opacity 1s ease-in-out;
 }
 
   .message-container.visible {opacity: 1;}
 
   .message-container .pic {
     background-image: url('/images/profile_placeholder.png');
     background-repeat: no-repeat;
     width: 30px;
     height: 30px;
     background-size: 30px;
     border-radius: 20px;
   }
 
   .message-container .spacing {
     display: table-cell;
     vertical-align: top;
   }
 
   .message-container .message {
     display: table-cell;
     width: calc(100% - 40px);
     padding: 5px 0 5px 10px;
   }
 
   .message-container .name {
     display: inline-block;
     width: 100%;
     padding-left: 40px;
     color: #bbb;
     font-style: italic;
     font-size: 12px;
     box-sizing: border-box;
   }
 
 #message-form {
   display: flex;
   flex-direction: row;
   width: calc(100% - 48px);
   float: left;
 }
 
 #image-form {
   display: flex;
   flex-direction: row;
   width: 48px;
   float: right;
 }
 
 #message-form button,
 #image-form button {
   width: 100px;
   margin: 15px 0 0 10px;
 }
 
 .mdc-card {min-height: 0;}
 
 .mdc-card {
  /* background: linear-gradient(white, #f5f5f5);*/
  background-color: #f5f5f5;
  justify-content: space-between;
 }
 
 h3 {
   padding: 0px;
   margin: 0px;
 }
 
 #info {border-top-color: white;}
 
 header .mdc-button {
   float: right;
   background-color: white !important;
 }
 
   header .mdc-button .material-icons {font-size: 22px;}
 
 #show-filters {
   background-color: white;
   padding: 10px;
   border-radius: 3px;
   box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
   cursor: pointer;
 }
 
   #show-filters:hover {box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 2px;}
 
 #active-filters {
   color: #777;
   position: relative;
   top: -3px;
   left: 10px;
 }
 
  #active-filters .material-icons {
     font-size: 24px;
     position: relative;
     top: 5px;
     left: -4px;
   }

main.mdc-top-app-bar--fixed-adjust, .main-content.mdc-top-app-bar--fixed-adjust{
  padding-top: 0px;
}

.main-content {
   max-width: 1024px;
   margin: 0px auto;
 }

.background__search {
  background: linear-gradient(to bottom, #3fa5d0, rgba(63, 165, 208, 0) 137%);
  height: auto;
  min-height: 65vh;
}

.background__approach {
  background: linear-gradient(to bottom, #40a9cb, #48bdaf);
  height: auto;
  min-height: 75vh;
}

.background__linedpaper {
  background-image: url('/images/StudentsGroupComputors_FIHS.jpg');
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#resource-doc-frame {
  width: 100%;
  height: 1500px;
}

#resource-doc-frame-gdocs-id {
  width: 100%;
  height: 1200px;
}

#resource-doc-frame-gslides-id {
  width: 100%;
  height: 800px;
}

#resource-doc-frame-pdf-id {
  width: 100%;
  height: 1200px;
}

#resource-doc-frame-gvideos-id {
  width: 100%;
  height: 768px;
/*  Doesn't work with google iframe video
  height: auto; */
}

#resource-doc-frame-utube-id {
  width: 100%;
  height: 768px;
/*  Doesn't work with google iframe video
  height: auto; */
}

#doc-title-id {
  position: relative;
  margin-left: 20px;
  color: #0a0a0a;
}

 .mdc-textfield__label:after {background-color: #0288d1;}
 
 .mdc-textfield--floating-label.is-focused .mdc-textfield__label {color: #0288d1;}
 
 .mdc-button .material-icons {
   top: -1px;
   margin-right: 5px;
 }
 
 b.light {
   font-weight: normal;
   opacity: 0.5;
 }
 
/* Popup */

.popup{
  position: relative;
  left: 0%;
}


.popup{
  color: black;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  top: -150%;
  max-width: 170px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(0%, 0%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}

.popup.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(0%, 0%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popup :is(.popup-header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup .popup-header{
  padding-bottom: 10px;
  border-bottom: 1px solid #ebedf9;
}
.popup-header span{
  font-size: 18px;
  font-weight: 600;
}
.popup-header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.popup-header .close{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.popup-header .close:hover{
  background: #3FA5D0;
}
.popup .popup-content{
  margin: 10px 0;
}
.popup .icons{
  margin: 10px 0 0px 0;
}
.popup-content p{
  font-size: 16px;
  margin-top: 10px;
}
.popup-content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}

#resource-card-share-section-id .popup{
  top: 0px;
  right: 0px;
  z-index: 1!important;
  float: right;
}
#resource-card-share-section-id .popup.show{
  top: -30px;
  right: 0px;
}

#share-popup-anchor-id {
  position: absolute;
  top:0px;
  right:0px;
  float: right;
}

#resource-doc-back-id {
  color: #3FA5D0;
  font-family: "Roboto Mono",sans-serif;
  font-size: 18px;
  cursor: pointer;
}

.icons a i{
  transition: transform 0.3s ease-in-out;
}

.icons a {
  color: #0a0a0a;
  border-color: #0a0a0a;
}

.icons a:hover{
  border-width: 2px;
  border-color: #3fa5d0;
}

.popup-content .field {
  margin: 12px 0 0px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.field.active {
  border-color: #7d2ae8;
}

.field i{
  width: 10px;
  font-size: 18px;
  text-align: center;
}
.field.active i{
  color: #7d2ae8;
}

.field .material-icons {
  margin-right: 10px;
}

.field:hover{
  border-width: 2px;
  border-color: #3fa5d0;
    cursor: pointer;

}

/* END OF Popup */

 .star-input {
   text-align: center;
   margin-top: 16px;
   margin-bottom: 10px;
   user-select: none;
   cursor: pointer;
 }
 
 #placeholder-config {
   padding: 20px;
   opacity: 0.8;
   font-size: 16px;
 }
 
 #placeholder-config .text {
   width: 100%;
   padding-bottom: 20px;
 }
 
 #placeholder-config .mdc-button__ripple-container {float: right;}
 
 #notfound-container {padding-top: 100px; text-align: center;}
 
 #notfound-container .mdc-button {background-color: #ccc;}
 
 .notfound {
   max-width: 200px;
   margin-bottom: 20px;
 }
 
#back-icon-id {
  position: absolute;
  left: 0;
  padding-top: 6px;
  color: #3FA5D0;
  cursor: pointer;
}

.clickableIcon:hover {
  transform: translate(0%, 0%) scale(1.4);
  transition: transform 0.2s 0s ease-in-out;
}

.clickableIcon__disabled {
  opacity: 0.5;
}

.clickableIcon__disabled:hover {
  cursor: default;
}

#resource-header {
   padding-bottom: 30px;
 }
 
 #resource-header .content {
   padding-top: 246px;
 }
 
 #resource-header header {
   box-shadow: rgba(0, 0, 0, .2) 0px 2px 2px;
 }
 
 .material-icons#close {
   color: white;
   text-shadow: #000 1px 1px 2px;
   cursor: pointer;
   text-decoration: none;
   display: block;
   height: 50px;
   width: 100%;
 }
 
 #resource-header > header > .content {
   width: 100%;
   clear: both;
 }
 
 .fab-container {
   height: 0px;
 }
 
 .max_width_600 {
   max-width: 600px;
   margin: 0 auto;
   text-align: left;
 }
 
 #resource-header .info {
   height: 76px;
 }
 
 #resource-header .mdc-layout-grid {
   --mdc-layout-grid-margin-desktop: 0px 10px 0px 10px;
   --mdc-layout-grid-margin-tablet: 0px 10px 0px 10px;
   --mdc-layout-grid-margin-phone: 0px 10px 0px 10px;
 
   --mdc-layout-grid-gutter-desktop: 0px;
   --mdc-layout-grid-gutter-tablet: 0px;
   --mdc-layout-grid-gutter-phone: 0px;
 
   background: -moz-linear-gradient(
     top,
     rgba(255, 255, 255, 0) 50%,
     rgba(0, 0, 0, 0.98) 99%,
     rgba(0, 0, 0, 1) 100%
   );
   /* FF3.6-15 */
   background: -webkit-linear-gradient(
     top,
     rgba(255, 255, 255, 0) 50%,
     rgba(0, 0, 0, 0.98) 99%,
     rgba(0, 0, 0, 1) 100%
   );
   /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(
     to bottom,
     rgba(255, 255, 255, 0) 50%,
     rgba(0, 0, 0, 0.98) 99%,
     rgba(0, 0, 0, 1) 100%
   );
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
   /* IE6-9 */
 }
 
 #resource-header .details {
   color: white;
   font-size: 14px;
 }
 
 #resource-header h2 {
   font-size: 22px;
   color: white;
   margin: 0px;
   display: inline;
 }
 
 #resource-header .share {
   color: white;
   position: relative;
   left: 5px;
   top: -1px;
 }
 /*
 #resource-header #rating {
   padding-top: 4px;
 }
 
 #resource-header #rating .material-icons {
   color: white;
   font-size: 20px;
   position: relative;
   top: 0px;
   font-size: 18px;
 }
 */
 
 #resource-header .fab {
   min-width: 0px;
   box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 2px;
   border-radius: 100%;
   margin-top: 4px;
   display: block;
   width: 0px;
   height: 0px;
   padding: 25px;
   position: relative;
   top: -20px;
   background-color: #F4B400 !important;
   color: white;
 }
 
 .fab .material-icons {
   position: relative;
   top: -11px;
   left: -11px;
 }

.section-faqs {
  height: 800px;
  margin-top: 30px;
}

.faqs-box {
  padding-top: 20px;
}

.section-search-box {
  /*width: 100%;
    margin-top: 100px;
*/
  max-width: 1024px;
  margin: 0px auto 0px;

  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

/* landing page version */
.section-search-box-hero {
  max-width: 1024px;
  /*min-width: 800px;*/
  margin: 0px auto 0px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

form.search-box {
    border: 2px solid #3FA5D0;
    /*width: 80%;*/
    max-width: 1024px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 50px;
    font-family: "Roboto Mono",sans-serif;
    line-height:1.5;
    font-size:18px;
    background: rgb(255, 255, 255);
    z-index: -1;
}

form.search-box .input-form {
    width: 45%;
    position: relative;
    border-top-left-radius: 50px;
    overflow: hidden;
    border-bottom-left-radius: 50px;
  }        

form.search-box .input-form input{
  height: 60px;
  width: 100%;
  position: relative;
  color: #3FA5D0;
  font-family: "Roboto Mono",sans-serif;
  font-size: 18px;
  padding: 9px 33px 9px 32px;
  border: none;
  border-radius: 0px;
}

form.search-box .input-form input:focus {
  outline: none;
}

form.search-box .input-form input::placeholder {
  color:#3FA5D0;
}
/*
form.search-box .input-form::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 60px;
  background:#b473c7;
  right: 22px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
*/
form.search-box .select-form {
    width: 34%;
    position: relative;
}

form.search-box .select-form .normal-select {
  height: 60px;
  width: 100%;
  position: relative;
  color: #3FA5D0;
  font-family: "Roboto Mono",sans-serif;
  font-size: 18px;
  padding: 9px 10px 9px 10px;
  border: none;
  border-radius: 0px;
  border-left: 1px solid #3FA5D0;
  background: rgb(255, 255, 255);
  cursor: pointer;
}

form.search-box .select-form .normal-select:hover {
  font-weight:normal;
  font-size:18px;
}

form.search-box .select-form .normal-select:focus {
  outline: none;
}


form.search-box .select-form .nice-select {
  width: 100%;
  height: 42px;
  background: #fff;
  border-radius: 0px;
  padding: 9px 19px 9px 10px;
  color: #3FA5D0;
  line-height: 1.5;
  border: 0;
}

form.search-box .select-form .nice-select .list {
  width: 100%;
}
form.search-box .select-form .nice-select.open .list {
  width: 100%;
  border-radius: 0;
  border: 0;
}

form.search-box .select-form .nice-select::after {
  border-bottom: 1px solid #a9b6cd;
  border-right: 1px solid #a9b6cd;
  height: 12px;
  width: 12px;
  margin-top: -7px;
  right: 29px;
}

form.search-box .search-form {
  width: 21%;
  position: relative;
/*
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;   
  height:78px;
  background:#3FA5D0;
  display:block;
*/
}

#search-results-id {
  /*width: 21%;*/
  position: relative;
  color: #505050;
  font-weight: bold;
  margin: 10px 0px 0px 24px;
}

#notfound-id {
  padding: 20px 0px;
}

#notfound-id {
  line-height: 1.5;
}

.btn {
  background:#3FA5D0;
  cursor: pointer;
}
  
form.search-box .search-form .btn {
  height:60px;
  width:100%;
  color:#fff;
  /*
  background:#3FA5D0;
  */
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;   
  font-family: "Roboto Mono", sans-serif;
  line-height:1.5;
  font-size:18px;
  text-align:center;
  text-transform: capitalize;
  display:block;
  border: 0;
}


form.search-box .search-form .btn:hover {
  font-weight:bold;
  font-size:20px;
}

form.search-box .search-form .btn:focus {
    outline: none;
}

/**
 * Display lists on a single line.
 * @bugfix Prevent webkit from removing list semantics
 * 1. Add a non-breaking space
 * 2. Make sure it doesn't mess up the DOM flow
 */
 .list-inline {
	list-style: none;
	margin-left: -0.5em;
	margin-right: -0.5em;
	padding: 0;
}

.list-inline > li {
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.list-inline > li:before {
	content: "\200B"; /* 1 */
	position: absolute; /* 2 */
}

.nav__item a {
  display: block;
  padding: 1.5rem 1rem; }

.nav__toggle {
  display: none; 
}
 

#mail_outline-icon {
  font-size: 30px;
  width: auto;
  height: 25px;
  color: #3fa5d0;
}

#mail_outline-icon:hover {
  opacity: 0.7;
}

/* Style all font awesome icons */
.footer-section-bottom-social {
  padding-right: 20px;
  font-size: 20px;
  width: auto;
  height: 20px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.footer-section-bottom-social:hover {
/*  opacity: 0.7; */
  color: #3fa5d0;

}

.fa-facebook, .fa-twitter, .fa-instagram {
  background: white;
  color: black;
}


/* Modal dialog */

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#admin-login-form {
  font-family: "Roboto Mono",sans-serif;
border: 3px solid #f1f1f1;}

/*input[type=text], input[type=password] {*/
.admin-login-input{
  font-family: "Roboto Mono",sans-serif;
  width: 100%;
  padding: 12px 10px;
  margin: 8px 0;
  display: inline-block;
  outline: 0;
  border-width: 0 0 2px;
  border-color: #ccc;
  box-sizing: border-box;
}

.admin-login-button {
  background-color: #3FA5D0;
  font-family: "Roboto Mono",sans-serif;
  color: white;
  padding: 10px 18px;
  margin: 8px 0;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: 100px;
}

.admin-login-button:hover {
  opacity: 0.8;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  cursor: pointer;
}

/* New Document icon */
.newresource {
  float: right;
  position: relative;
  top: -10px;
  padding-right: 30px;
  padding-bottom: 10px;
  color: #3FA5D0;
  font-size: 48px;
  cursor: pointer;
  margin-bottom: 20px;
}

.newresource-main {
  top: 0px;
  color: white;
}

/* The Modal (background) */
.modal {
  font-family: "Roboto Mono",sans-serif;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 100px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #3FA5D0; /* Fallback color */
  background-color: rgba(63, 165, 208,0.4); 
  /*padding-top: 60px;*/
}

.modal-resedit {
  padding: 30px;
}

.modal-login {
  font-family: "Roboto Mono",sans-serif;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 100px;
  overflow: auto; /* Enable scroll if needed */
  background-color: #3FA5D0; /* Fallback color */
  background-color: rgba(63, 165, 208,1.0); 
  /*padding-top: 60px;*/
  transform: translate(50%);
  height: auto;
  width: 480px;
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; 
  border: 1px solid #888;
  width: 80%;
}

.modal-content-login {
  background-color: #fefefe;
  margin: 5% auto 15% auto; 
  border: 1px solid #888;
  width: 96%;
  margin: 10px;
}
/* The Close Button (x) */
.modal-close {
  position: relative;
  float: right;
  right: 25px;
  top: 0;
  color: #3FA5D0;
  font-size: 25px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color:black;
  cursor: pointer;
}
.modal-close2 {
/*  position: relative;
  float: right;
  right: 25px;
  top: 0;
*/  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.modal-close2:hover{
  background: #3FA5D0;
}


/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/*  
@media (max-width: 839px){

.section-search-box {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  form.search-box {
    width: 100%;
    align-items: center;
    border: 0px;   
    justify-content: center;
  }
  form.search-box .search-form .btn {
    height:50px;
    width:100%;
    border-radius: 40px;
    border: 2px solid #3FA5D0;

  }
  form.search-box .select-form {
    width:100%;
    position: relative;
    border: 2px solid #3FA5D0;
    border-radius: 40px;
    padding: 0 20px;
  }

  form.search-box .select-form .normal-select {
    height: 50px;
    width: 100%;
    border-left: 0;
  }
  form.search-box .input-form {
    width:100%;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    border: 2px solid #3FA5D0;

  }        

  form.search-box .input-form input{
    height: 50px;
    width: 100%;
    padding: 9px 33px 9px 32px;
    border: none;
    border-radius: 0px;
  }
} */


@media (min-width: 600px) {
  .nav__wrapper {
    float: right;
    display: flex;
  } }

@media (max-width: 599px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } 
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem; } 
  }


@media (max-width: 1440px){
  .hero {
    min-height: 1000px;
  }
}

@media (max-width: 1060px){
  .hero {
    min-height: 1200px;
  }
  .mdc-top-app-bar__title {
    font-size: 28px;
  } 
/*  .hero-content__title {
    font-size: 36px;
  }
  .hero-content__subtitle {
    font-size: 28px;
  }
  .hhero-content__paragraph {
    font-size: 18px;
  }*/
}
@media (max-width: 980px){
  .hero {
    min-height: 1300px;
  }
  .background__approach {
    min-height: 1200px;
  }
  .mdc-top-app-bar__title {
    font-size: 24px;
  } 
/*  .hero-content__title {
    font-size: 32px;
  }
  .hero-content__subtitle {
    font-size: 24px;
  }
  .hero-content__paragraph {
    font-size: 16px;
  }*/
}
@media (max-width: 940px){
  .mdc-top-app-bar__title {
    font-size: 22px;
  } 
}
@media (max-width: 840px){
  .hero {
    min-height: 1600px;
  }
  .background__approach {
    min-height: 2300px;
  }
  .mdc-top-app-bar__title {
    font-size: 20px;
  } 
/*  .hero-content__title {
    font-size: 28px;
  }
  .hero-content__subtitle {
    font-size: 20px;
  }
  .hero-content__paragraph {
    font-size: 14px;
  }*/
}
@media (max-width: 599px){
  .hero {
    min-height: 1600px;
  }
  .background__approach {
    min-height: 2500px;
  }
  .mdc-top-app-bar__title {
    font-size: 18px;
  } 
  .hero-content__title {
    font-size: 24px;
  }
  .hero-content__subtitle {
    font-size: 18px;
  }
}
/*
@media (max-width: 992px) {
  .mdc-top-app-bar__logo{
    width: 250px;
    height: auto;
  }
  .mdc-top-app-bar__title {
    max-width: 350px;
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .mdc-top-app-bar__logo{
    width: 200px;
    height: auto;
  }
  .mdc-top-app-bar__title {
    max-width: 200px;
    font-size: 20px;
  }
}
*/
@media (min-width: 600px) {
  .mk-toolbar-nav {
    height: 60px;
    margin-left: 1.5rem;
  }
}
