@charset "UTF-8";
/* CSS Document */

/* ENVOY CSS Document copied 6/6/2018 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/* -- Color -------------------------------------------------- */
/* /  Color -------------------------------------------------- */






body {
  font-family: 'Open Sans', sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2em;
}
a:hover {
  text-decoration: none;
}
.logo img {
  max-height: 50px;
  height: 50px;
}
/* -- Buttons -------------------------------------------------- */
.button,
.nav-wrapper a.button {
  border: 1px solid #88b82c;
  color: #1b4161;
  font-size: 14px;
  padding: 8px 30px;
  font-weight: 700;
  border-radius: 50px;
}
.button:hover,
.nav-wrapper a.button:hover {
  background: #88b82c;
  text-decoration: none;
}
.button.btn-green,
.nav-wrapper a.button.btn-green {
  border: 1px solid #88b82c;
  background: #88b82c;
  color: #fff;
}
.button.btn-green:hover,
.nav-wrapper a.button.btn-green:hover {
  border: 1px solid #1b4161;
  background: #1b4161;
  text-decoration: none;
}
/* /  Buttons -------------------------------------------------- */
/* -- Header -------------------------------------------------- */
header.header {
  height: 80px;
}
/* /  Header -------------------------------------------------- */
/* -- Search -------------------------------------------------- */
.search {
  max-width: 548px;
  margin: 0 auto;
}
.search::before {
  color: #88b82c;
}
.search input[type="search"] {
  height: 48px;
}
/* /  Search -------------------------------------------------- */
/* -- Hero -------------------------------------------------- */
.section.hero {
  position: relative;
  color: #fff;
  height: 313px;
}
.section.hero h1 {
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 12px;
}
.section.hero::before {
  content: '';
  background: rgba(27, 65, 97, 0.8);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.section.hero #popular-tags {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.section.hero #popular-tags span {
  font-weight: 700;
  color: #88b82c;
  padding-right: 5px;
}
.section.hero #popular-tags ul li {
  display: inline;
  list-style: none;
}
.section.hero #popular-tags ul li:after {
  content: ',';
}
.section.hero #popular-tags ul li:last-of-type:after {
  display: none;
}
.section.hero #popular-tags ul li a {
  color: #fff;
}
.section.hero #popular-tags ul li a:hover {
  text-decoration: underline;
}
/* /  Hero -------------------------------------------------- */
main {
  padding-bottom: 60px;
}
#training-button {
  text-align: center;
}
#training-button .button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
/* -- HOMEPAGE -------------------------------------------------- */
/* -- HOMEPAGE MAIN -------------------------------------------------- */
/* -- HOMEPAGE MAIN -------------------------------------------------- */

.knowledge-base {
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
}
.knowledge-base .blocks-item {
  border: 1px solid #d1d3d4;
  background-color: #f1f2f2;
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.22);
  max-width: 200px;
  border-radius: 35px;
  min-height: 200px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: 42px;
  text-align: center;
}
.knowledge-base .blocks-item:hover {
  box-shadow: none;
}
.knowledge-base .blocks-item h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #1b4161;
  text-transform: uppercase;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 35%;
}

	/* -------- HOMEPAGE CATEGORY BLOCKS -------- */

	/* -------- HOMEPAGE Help Articles Category Block -------- */
.knowledge-base .blocks-item#sect-id-360000178934 {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/8a2c0c4023b124b518dfb1b91755dc176c5c0c6a.svg);
}

	/* -------- HOMEPAGE Video Tutorials Category Block -------- */
.knowledge-base .blocks-item#sect-id-360000177814 {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/a2af6428e51369e89284f9979ee4572288fdc3ed.svg);
}

/* -------- ADDING HOMEPAGE CATEGORY BLOCKS -------- 
This would be to add a new block graphic / category on home page. I.e. The ID 360000172573 is the Integrations category. Once this is added, add additional HTML to the home_page.hbs file.*/

	/* -------- HOMEPAGE Integrations Category Block -------- */
.knowledge-base .blocks-item#sect-id-360000172573 {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/e30e1786b9e8672445de871a40980f16c41c9df6.svg);
} 

.homepage-bottom {
  margin-top: 80px;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
}
.homepage-bottom h3 {
  color: #1b4161;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
}
.homepage-bottom .articles {
  width: 43%;
}
.homepage-bottom .articles .promoted-articles-item,
.homepage-bottom .articles .promoted-articles-item a {
  width: 100%;
  border: 0px none;
  padding: 0px;
  margin: 0px;
}
.homepage-bottom .articles ul li a,
.homepage-bottom .articles ul li.promoted-articles-item a {
  color: #333333;
  font-size: 14px;
  padding-bottom: 8px;
  display: block;
}
.homepage-bottom .articles ul li a:hover,
.homepage-bottom .articles ul li.promoted-articles-item a:hover {
  color: #88b82c;
}

/* /  HOMEPAGE -------------------------------------------------- */
/* -- INTERIOR PAGES -------------------------------------------------- */
/* ---------------------------------------------------- */
.page-header {
  background: #1b4161;
  height: 80px;
  display: flex;
  width: 100%;
  align-items: center;
}
.page-header .sub-nav {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  padding: 0px;
  align-items: center;
}
.page-header .sub-nav .search {
  margin: 0;
  max-width: 548px;
  width: 100%;
}
.page-header .breadcrumbs {
  margin-bottom: 0px;
}
.page-header .breadcrumbs,
.page-header .breadcrumbs li,
.page-header .breadcrumbs a,
.page-header .breadcrumbs a:visited {
  font-size: 11px;
  color: #fff;
  font-weight: 400;
}
.page-header .breadcrumbs a:hover {
  text-decoration: underline;
}
/* -- Category & Section & article shared -------------------------------------------------- */
.category-container,
.interior-heading,
#article-container,
.section-container {
  padding-top: 30px;
}
.category-container h1,
.interior-heading h1,
#article-container h1,
.section-container h1 {
  font-size: 25px;
  font-weight: 700;
  color: #1b4161;
  margin-bottom: 30px;
}
.category-container .article-title,
.interior-heading .article-title,
#article-container .article-title,
.section-container .article-title {
  margin-bottom: 10px;
}
.category-container date,
.interior-heading date,
#article-container date,
.section-container date {
  margin-bottom: 15px;
}
.interior-heading h1 {
  margin-bottom: 10px;
}
.section-empty a,
.category-empty a {
  display: block;
  margin-top: 10px;
  padding: 5px 0px;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
}
.interior-with-sidebars {
  justify-content: space-between;
}
.interior-with-sidebars h4,
.interior-with-sidebars .recent-articles h3,
.interior-with-sidebars .related-articles h3 {
  font-weight: bold;
  color: #1b4161;
  font-size: 13px;
  margin-top: 0px;
}
.interior-with-sidebars .section-content {
  order: 2;
  max-width: 60%;
  flex: 0 0 60%;
}
.interior-with-sidebars .list-wrapper {
  border-right: 1px solid #bcbec0;
}
.interior-with-sidebars .sidebar {
  order: 1;
  max-width: 15%;
  width: 100%;
}
.interior-with-sidebars .sidebar .article-list-item {
  padding-bottom: 10px;
}
.interior-with-sidebars .sidebar .article-list-item a {
  color: #808285;
}
.interior-with-sidebars .sidebar .article-list-item a:hover {
  color: #88b82c;
}
.interior-with-sidebars .recently-viewed {
  order: 3;
  width: 20%;
  border-left: 1px solid #bcbec0;
  padding-left: 20px;
}
.article-list-item {
  border: 0px none;
}
.recent-articles a {
  font-size: 14px;
  color: #808285;
}
.recent-articles a:hover {
  color: #88b82c;
}
.article-container .sidenav-item {
  padding-bottom: 5px;
  color: #808285;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 5px 10px;
}
.article-container .sidenav-item:hover {
  color: #88b82c;
  background: none;
}
.article-container .sidenav-item.current-article {
  color: #fff !important;
  background: #88b82c;
  border-radius: 0px;
}
.collapsible-sidebar {
  margin-left: -10px;
}
.collapsible-sidebar-title {
  margin-left: 10px;
}
/* /  Category & Section & article shared -------------------------------------------------- */
/* -- CATEGORY PAGE -------------------------------------------------- */
.category-container {
  display: block;
}
.category-container .section-tree {
  justify-content: flex-start;
  margin-right: -8%;
}
.category-container .section-tree .section {
  flex: 0 0 25%;
  margin-right: 8%;
  position: relative;
}
.category-container .section-tree .section::before {
  content: '';
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display: block;
  width: 26px;
  height: 26px;
  left: -40px;
  position: absolute;
}

/* -- Canvas Logo -- */
.category-container .section-tree .section#sect-id-360000404513::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/47c74b2f163d000c9f7ff8c671a9b50f2614d463.png);
}

/* -- Blackboard Logo -- */
.category-container .section-tree .section#sect-id-360000404573::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/dbec6f6b9a36dbaea70e53b820495c022cec559e.png);
}

/* -- Moodle Logo -- */
.category-container .section-tree .section#sect-id-360000404593::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/915bb8470c442a8f8621af30a18dcad7e273606e.png);
}

/* -- D2L Brightspace Logo -- */
.category-container .section-tree .section#sect-id-360000414274::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/4b0a09bcc466e3cce5c5b68145308718b857bccd.png);
}

/* -- Schoology Logo -- */
.category-container .section-tree .section#sect-id-360000404633::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/8f710db185ebf87b3fd56e31b3b5aaa7dc181ee8.png);
}

/* -- FTP Logo -- */
.category-container .section-tree .section#sect-id-360000404653::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/ee3bb0e70d7b80db8ed447453ff057551a5099eb.png);
}

/* -- Single Sign On Logo -- */
.category-container .section-tree .section#sect-id-360000404713::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/5c32eee948fd5d0537145d86c424dcc72e3865a3.png);
}

/* -- Sample Data File Logo -- */
.category-container .section-tree .section#sect-id-360000404733::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/36d8e15122377c356c8946a022eca0f368c0f84f.png);
}

/* -- API Logo -- */
.category-container .section-tree .section#sect-id-360000404693::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/93dc4bd906db2f7c096ab50c856bd63b7ca0bf19.png);
}


/* -- Generic LTI Logo -- */
.category-container .section-tree .section#sect-id-360001366673::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/e30e1786b9e8672445de871a40980f16c41c9df6.svg);
}

.category-container .section-tree .section#sect-id-360000400693::before,
.category-container .section-tree .section#sect-id-360000400793::before,
.category-container .section-tree .section#sect-id-360001409793::before,
.category-container .section-tree .section#sect-id-360000446073::before,
.category-container .section-tree .section#sect-id-360000454914::before,
.category-container .section-tree .section#sect-id-360000400773::before,
.category-container .section-tree .section#sect-id-360000454894::before,
.category-container .section-tree .section#sect-id-360000400773::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/dfafdc188a9ce81907166dc7a4e16908644121a1.svg);
}
.category-container .section-tree .section#sect-id-360000410214::before,
.category-container .section-tree .section#sect-id-360000454874::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/8a6b054b5baa0428cb20971f73ffaa3458386cfa.svg);
}
.category-container .section-tree .section#sect-id-360000400713::before,
.category-container .section-tree .section#sect-id-360000446093::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/d746abb10c4d09127dbd3e22bb89e4354a4335ab.svg);
}
.category-container .section-tree .section#sect-id-360000400733::before,
.category-container .section-tree .section#sect-id-360000454834::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/997e25a35801fadb1dd646414d60cb309ab6d0f7.svg);
}
.category-container .section-tree .section#sect-id-360000400753::before,
.category-container .section-tree .section#sect-id-360000454854::before {
  background-image: url(https://theme.zdassets.com/theme_assets/2249543/3c88b2d9984cdedcb654bbc5a35d0ac987712e50.svg);
}
.category-container .section-tree .section .section-tree-title {
  width: 100%;
  border-bottom: 1px solid #bcbec0;
  padding-bottom: 8px;
}
.category-container .section-tree .section .section-tree-title a {
  display: block;
  color: #1b4161;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.category-container .section-tree .section .article-list {
  padding-top: 10px;
}
.category-container .section-tree .section .article-list li {
  padding: 2px 0px 0px 0px;
}
.category-container .section-tree .section .article-list li.article-list-item {
  border: 0px none;
}
.category-container .section-tree .section .article-list li.section-quick-links {
  opacity: 0;
  transition: opacity .15s ease;
  height: 1px;
}
.category-container .section-tree .section .article-list li.section-quick-links a {
  font-size: 14px;
  color: #1b4161;
}
.category-container .section-tree .section .article-list li.section-quick-links a:hover {
  color: #88b82c;
}
.category-container .section-tree .section .article-list li a {
  color: #808285;
  font-size: 13px;
}
.category-container .section-tree .section .article-list li a:hover {
  color: #88b82c;
}
.category-container .section-tree .section .see-all-articles {
  font-size: 11px;
  padding: 2px 12px;
  min-width: 80px;
  width: auto;
  display: inline-block;
  font-weight: 600;
  color: #88b82c;
  margin-left: -4px;
  margin-top: 15px;
}
.category-container .section-tree .section .see-all-articles:hover {
  color: #fff;
}



/* -- CATEGORY PAGE -------------------------------------------------- */
/* -- SECTION PAGE -------------------------------------------------- */
.section-container h3 a {
  color: #333333;
  font-size: 21px;
  font-weight: 700;
}
.section-container h3 a:hover {
  color: #88b82c;
}
.section-container .article-list-item {
  padding-top: 0px;
  color: #58595b;
  font-size: 14px;
  padding-bottom: 40px;
}
.section-container .read-more-link {
  color: #88b82c;
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
.section-container .section-content .article-list-item h3 {
  margin-bottom: 10px;
}


/* /  SECTION PAGE -------------------------------------------------- */
/* --  -------------------------------------------------- */
#article-container h1 {
  margin-bottom: 10px;
}
#article-container .article-sidebar .sidenav-item {
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#article-container .article-sidebar .sidenav-item.current-article,
#article-container .article-sidebar .sidenav-item:hover {
  border-radius: 0px;
  background-color: #88b82c;
}
.article-header {
  margin-bottom: 0px;
}
.article-content {
  margin-top: 0px;
}
.article-content h2 {
  font-weight: 700;
  color: #88b82c;
  font-size: 18px;
  text-transform: uppercase;
}
.article-content .note {
  background: rgba(27, 65, 97, 0.15);
  padding: 20px;
  line-height: 1.3em;
  font-size: 13px;
  color: #1b4161;
}
.article-content .tip {
  background: rgba(136, 184, 44, 0.15);
  padding: 20px;
  line-height: 1.3em;
  font-size: 13px;
  color: #88b82c;
}
.article-content ol ol li {
  list-style: lower-alpha;
}
.article-content ol ol li ol li {
  list-style: lower-roman;
}
.article-content iframe {
  max-width: 100%;
}
.article-votes {
  border: 0px none;
  padding-top: 0px;
  font-size: 13px;
}
.article-votes .button {
  border: 1px solid #1b4161;
  border-radius: 4px;
  color: #1b4161;
  padding: 4px 30px;
}
.article-votes .button:hover {
  border-color: #88b82c;
}
.article-votes .button:hover:after {
  color: #fff;
}
.article-votes .button:before {
  display: none;
}
.article-votes .button:after {
  color: #1b4161;
  font-weight: 400;
}
.article-votes .button.article-vote-up:after {
  content: 'Yes, thanks!';
}
.article-votes .button.article-vote-down:after {
  content: 'Not really';
}
.article-votes .button[aria-selected="true"] {
  color: #fff;
  background: #88b82c;
  border-color: #88b82c;
}
.article-votes .button[aria-selected="true"]:after {
  color: #fff;
}
.article-votes .article-vote-label {
  font-size: 12px;
}
/* -- Articles -------------------------------------------------- */
/* /  Articles -------------------------------------------------- */
/* /  Interior Pages -------------------------------------------------- */
/* -- Article Feedback ----------------------------------------------------------------- */
.article-feedback {
  display: none;
  text-align: center;
  margin-top: -15px;
}



/* / Article Feedback ----------------------------------------------------------------- */
/* -- Mobile -------------------------------------------------- */
@media screen and (max-width: 1280px) {
  .page-header .sub-nav {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
  }
  .page-header {
    flex-direction: row;
  }
  .page-header .sub-nav {
    flex-direction: row;
  }
  .page-header .sub-nav .search {
    max-width: 48%;
  }
  .knowledge-base {
    margin-top: -75px;
  }
  .knowledge-base .categories {
    padding-bottom: 30px;
  }
  .knowledge-base .blocks-item {
    min-height: 180px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
  }
  .knowledge-base .blocks-item h4 {
    margin-top: 15%;
  }
  .category-content#cat-id-360000177814 {
    padding-left: 30px;
  }
}
/* /  Mobile -------------------------------------------------- */