/*
    Description: Add all your custom css to change default css
    Author: mfs
    Version: 1.0
    package: Moderndev Genesis
*/

@font-face {
    font-family: 'Hack';
    src: url('fonts/hack-regular-webfont.eot');
    /* IE9 Compat Modes */
    src: url('fonts/hack-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/hack-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/hack-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/hack-regular-webfont.svg') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
   
}

@font-face {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/glyphicons-halflings-regular.woff'),
    url('fonts/hack-regular-webfont.woff') format('woff');
}






.page .entry-content {
    clear: both;
    display: block;
    margin: 0;
    padding: 50px 100px;
    position: relative;
    padding-top: 10px;
}
.top-content h1 {
  padding-left: 0px;
}
.entry-content #toc_container{
  display:none;
}

/*.tab-menu .tabel-of-content li a::before {
    color: #45c2d5;
    content: "#";
}*/
.tab-menu .tabel-of-content > li {
    display: block;
    font-size: 20px;
    list-style: outside none none;
    margin-right: 20px;
  margin-bottom: 8px;
}
.tab-menu .tabel-of-content li a {
    text-transform: capitalize;
}
.tab-menu .tabel-of-content li a:hover,
.tab-menu .tabel-of-content li a:active,
.tab-menu .tabel-of-content li a:focus{
  color:#d81952;
  text-decoration:none;
}

.crayon-table .crayon-nums-content{
  padding: 10px 0px;
  opacity: 0.6;
}
.crayon-code .crayon-pre{
  padding: 10px 0px;
  font-family: 'Hack', sans-serif !important;
}
/*code {
    font-family: 'Hack', sans-serif !important;
}*/

.archive-pagination.pagination {
    display: inline;
    text-align: center;
}

.archive-pagination ul li {
    display: inline-block;
    list-style: outside none none;
}
.archive-pagination li.pagination-previous a{
  border-radius: 2px !important;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 20px;
    padding: 14px 30px 14px 45px;
    position: relative;
  margin-right: 30px;
    width: auto;
}
.archive-pagination li.pagination-next a {
    border-radius: 2px !important;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 20px;
    padding: 14px 45px 14px 30px;
    position: relative;
  margin-left: 9px;
    width: auto;
}
code, table code, ul li code, ol code, dd code, .tip code {
  background: #e9eaf1;
  padding: 0 5px;
  font-family: Monaco,"Lucida Console",monospace;
  border-radius: 2px;
}

.top-content.archive-description {
    margin-bottom: 30px;
    padding: 2px 100px;
}
.archive-description .archive-title {
    line-height: 30px;
    margin-bottom: 25px;
}

/* comment icons style */

.incom-bubble-link-has-comment  {
   color: #919191 !important;
   font-size: 14px !important;
   padding-top: 32px !important;
   position: absolute;
   text-align: center;
   top: 0;
   width: 50px;
}
.incom-bubble-style {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.incom-bubble-style::after {
    border-style: none !important;
}

.incom-bubble-link::after {
    background: rgba(0, 0, 0, 0) url("../images/site-sprite.png") no-repeat scroll -38px -448px;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: -22px;;
    width: 30px;
}

.incom-bubble-link.incom-bubble-link-has-comment::after {
    background: rgba(0, 0, 0, 0) url("../images/site-sprite.png") no-repeat scroll -38px -482px;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}


.incom-comments-wrapper {
  background: #e9eff2 none repeat scroll 0 0 !important;
  border: 1px solid #d9e2e6 !important;
  border-radius: 2px;
  padding: 5px 7px 5px 5px !important;
  font-size: 13px;
}




/*.comment-form-comment > label:first-child{*/  /*Removed by Imanuel June 9th 2018 because it conflicts with Blog Comments*/
/*  display:none;*/
/*}*/  


.comments-and-form .incom-info-icon{
  display:none !important;
}
/*.comment-form-comment textarea#comment{*/ /*Removed by Imanuel June 9th 2018 because it conflicts with Blog Comments*/
/*    border: medium none;*/
/*    height: 100px;*/
/*    padding: 10px;*/
/*    resize: none;*/
/*    width: 100%;*/
/*  font-size: 16px;*/
/*}*/
/*.comment-form .form-submit .submit{ 
   background: #45c2d5 none repeat scroll 0 0;
   border: medium none;
   color: #fff;
   float: right;
   height: 35px;
   margin-bottom: 3px;
   padding: 5px 10px;
   right: 7px;
   top: 112px;
   width: 85px;
}*/



/*Richard added*/
span.highlighter {
  /*background: #D7F6FD;*/
background: #d6f6fd;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 4px;
        font-size: 17px;
/*font-size: 1.3rem;
    line-height: 2.0rem;
    background: #d6f6fd;
    padding: 10px;*/
}

span.highlighter strong {
    color: #0c95b3;
    font-weight: 500;
}


/* ALL TRAPPING - Expandable Block

*/
.expandable-block {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  /*border: 1px solid transparent;*/
}

.expandable-block h2 {
font-size: 30px;
margin-top: 0 !important; 
margin-bottom: 0 !important;
padding: 15px 20px !important;

    color: #FFFFFF;
    background: #00C5E3;
    font-size: 22px;
    border-radius: 3px;
}

.expandable-block h2:hover {
background: #07D0EF;
/*border-left: solid 1px #E3F5F0;
border-right: solid 1px #E3F5F0;*/
}


.expandable-block > h1,
.expandable-block > h2,
.expandable-block > h3,
.expandable-block > h4,
.expandable-block > h5,
.expandable-block > h6 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0;
  padding: 0.8rem 0.8rem;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 300;
}

.expandable-block > h1,
.expandable-block > h2,
.expandable-block > h3,
.expandable-block > h4,
.expandable-block > h5,
.expandable-block > h6 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0;
  padding: 0.8rem 0.8rem;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 300;
}

.expandable-block > h1,
.expandable-block > h2,
.expandable-block > h3,
.expandable-block > h4,
.expandable-block > h5,
.expandable-block > h6 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0;
  padding: 0.8rem 0.8rem;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 400;
  

}

.expandable-block table {
    background-color: #fff;
    width: inherit;
}

.expandable-block table td {
    padding: 5px 15px;
}

.expandable-block table thead th {
    font-size: 18px;
    padding: 5px 15px;
    font-weight: 400;
    text-align: left;
}

.expandable-block .content > h3 {
          font-weight: 400;
    color: #2E6373 !important;
    color: #1595A2;
    font-size: 28px;
}

.expandable-block .content > h4 {
          /*font-weight: 400;*/
    font-size: 22px;
}

.expandable-block .content ol li > ul li {
    margin-bottom: 10px;
}

/*.expandable-block > h1:hover,
.expandable-block > h2:hover,
.expandable-block > h3:hover,
.expandable-block > h4:hover,
.expandable-block > h5:hover,
.expandable-block > h6:hover {
  color: #1ea7b5;
}*/
.expandable-block > h1 strong,
.expandable-block > h2 strong,
.expandable-block > h3 strong,
.expandable-block > h4 strong,
.expandable-block > h5 strong,
.expandable-block > h6 strong {
  font-weight: 700;
}
.expandable-block > h1:after,
.expandable-block > h2:after,
.expandable-block > h3:after,
.expandable-block > h4:after,
.expandable-block > h5:after,
.expandable-block > h6:after {
  display: block;
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "\e313";
  color: #fff;
  border: 1px solid #ABEEF9;
  border-radius: 50%;
  float: right;
  text-align: center;
  font-size: 24px;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.1em;
  padding: 1px;
  vertical-align: middle;
  /*opacity: 0.5;*/
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.16s all ease-in;
  transition: 0.16s all ease-in;
}
.expandable-block > h1:hover,
.expandable-block > h2:hover,
.expandable-block > h3:hover,
.expandable-block > h4:hover,
.expandable-block > h5:hover,
.expandable-block > h6:hover {
  cursor: pointer;
}
.expandable-block > h1:hover > h1,
.expandable-block > h2:hover > h1,
.expandable-block > h3:hover > h1,
.expandable-block > h4:hover > h1,
.expandable-block > h5:hover > h1,
.expandable-block > h6:hover > h1,
.expandable-block > h1:hover > h2,
.expandable-block > h2:hover > h2,
.expandable-block > h3:hover > h2,
.expandable-block > h4:hover > h2,
.expandable-block > h5:hover > h2,
.expandable-block > h6:hover > h2,
.expandable-block > h1:hover > h3,
.expandable-block > h2:hover > h3,
.expandable-block > h3:hover > h3,
.expandable-block > h4:hover > h3,
.expandable-block > h5:hover > h3,
.expandable-block > h6:hover > h3,
.expandable-block > h1:hover > h4,
.expandable-block > h2:hover > h4,
.expandable-block > h3:hover > h4,
.expandable-block > h4:hover > h4,
.expandable-block > h5:hover > h4,
.expandable-block > h6:hover > h4,
.expandable-block > h1:hover > h5,
.expandable-block > h2:hover > h5,
.expandable-block > h3:hover > h5,
.expandable-block > h4:hover > h5,
.expandable-block > h5:hover > h5,
.expandable-block > h6:hover > h5,
.expandable-block > h1:hover > h6,
.expandable-block > h2:hover > h6,
.expandable-block > h3:hover > h6,
.expandable-block > h4:hover > h6,
.expandable-block > h5:hover > h6,
.expandable-block > h6:hover > h6 {
  color: #1ea7b5;
}
.expandable-block > h1:hover:after,
.expandable-block > h2:hover:after,
.expandable-block > h3:hover:after,
.expandable-block > h4:hover:after,
.expandable-block > h5:hover:after,
.expandable-block > h6:hover:after {
  opacity: 1;
  background-color: #1ea7b5;
  border: 1px solid #1ea7b5;
  color: #fff;
}
.expandable-block .content {
  height: 0px;
  overflow: hidden;
  /*margin: 2px;*/
  /*margin-left: 1rem;*/
  border-bottom: 1px solid #DAEEF1;
  border-radius: 3px;
  padding: 0 20px;
}
.expandable-block[data-collapsed] {
  background-color: #F7FBFA;
  border-left: solid 1px #E3F5F0;
  border-right: solid 1px #E3F5F0;
}
.expandable-block .content > p:first-child {
  margin-top: 20px;
}

.expandable-block[data-collapsed] > h1,
.expandable-block[data-collapsed] > h2,
.expandable-block[data-collapsed] > h3,
.expandable-block[data-collapsed] > h4,
.expandable-block[data-collapsed] > h5,
.expandable-block[data-collapsed] > h6 {
  /*color: #1ea7b5;*/
  /*color: #404748;
    font-weight: 400;*/
    
    color: #EEEEEF;
    font-weight: 400;
    background: #838F90;
}
.expandable-block[data-collapsed] > h1:after,
.expandable-block[data-collapsed] > h2:after,
.expandable-block[data-collapsed] > h3:after,
.expandable-block[data-collapsed] > h4:after,
.expandable-block[data-collapsed] > h5:after,
.expandable-block[data-collapsed] > h6:after {
  display: block;
  line-height: 1.1em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.16s all cubic-bezier(1, 0, 0, 1);
  transition: 0.16s all cubic-bezier(1, 0, 0, 1);
  
  border: solid 1px #EEEEEF;
    color: #EBEBEC;
}



.imageCaption {
    font-size: 80%;
    margin-bottom: 30px;
    margin-top: -10px;
    color: #758588;
}
.imageCaption.video {
  margin-top: 10px;
}
.video-js{
  width: 100%;
  height: 600px;
}

.borderBox {
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 2px;
}

.borderBox h4 {
  /*color: #E27294;*/
    font-weight: 100;
    font-size: 28px;
    margin-bottom: 20px;
}

.exercises-div {
    padding: 20px;
    border: solid 1px #e594ac;
    border-radius: 2px;
}
.exercises-div h4 {
    color: #E27294;
}


/*comment icons style ends */

aside.tip, .extraTipFullWidth {
    background: #F1FAFB none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #626c7a;
    margin: 0 20px 20px;
    max-width: 240px;
    padding: 30px;
    position: relative;
    z-index: 3;
    border: solid 1px #6cc8db;
}

aside.tip h5 {
    font-weight: 500;
    font-size: 19px !important;
}

.extraTipFullWidth.tip {
    margin: 0 0 20px;
    max-width: 100%;
    padding: 30px;
   clear: both;
}


aside.right {
    margin-right: 0;
}
.right {
    float: right;
}
/*code {
    color: inherit !important;
}*/
.content-wrapper a:hover {
    color: #d81952 !important;
}
.entry-content > p:first-child {
    margin-top: 30px;
}

.post p {
    margin-bottom: 26px !important;
}
h2 {
    margin: 60px 0 15px !important;
}
.top-content {
    padding: 40px 100px 50px 95px;
}

aside.tip h5 {
    color: #626c7a;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: none;
}
aside.tip p {
  font-size: 14px;
   line-height: 24px;
   padding-right: 0;
}

.archive-pagination li.pagination-previous:hover > a,
.archive-pagination li.pagination-next:hover > a {
  background:#45c2d5;
  border-color:#45c2d5;
  color:#fff;
}

.search-submit.btn.btn-default {
  height:48px;
  border-left:0px none;
}
.search-field.form-control{
  /*border-right:0px none;*/
}
.content-col .entry-comments, .content-col .comment-respond {
  /*display:none;*/
}
.form-allowed-tags{
  display:none;
}
.menu-primary.mtree li.current-menu-item a{
    background-color: #45c2d5 !important;
    color: #FFF;
  pointer-events: none;
}
.pagination li.current-menu-item a {
    background: #fff none repeat scroll 0 0;
    border-color: #4ac3d6;
    color: #4ac3d6;
    margin-top: -1px;
  pointer-events: none;
}
.search-in-place {
  background-color:#fff;
  font-size: 18px;
  padding:  20px 100px 90px 95px;
  overflow-y:scroll;
  z-index:99;
}
.search-in-place .item {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #fff;
    padding: 15px 0 15px 20px;
}

.search-in-place .label{
    color: #ed2561;
   font-family: "Roboto",sans-serif;
   font-size: 38px;
   font-weight: 400;
   background:none;
   display: block;
   text-align:left;
   text-transform: capitalize;
}
.search-in-place .more {
    display: block;
    font-size: 19px !important;
    padding-top: 40px !important;
    text-align: left;
    text-transform: none;
}
.search-in-place .title {
  color: #00c5e3;
    font-family: "Roboto",sans-serif;
    font-size: 27px;
    font-weight: 400;
    margin: 0 0 15px;
}
.search-in-place .resume {
    font-size: 18px;
}
.wrapper.st-menu-open .content-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
    -webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
  transition-timing-function: ease-in-out;
    -o-transform: translate3d(250px, 0, 0); /* Opera */
    -ms-transform: translate3d(250px, 0, 0); /* Internet Explorer */
}
.wrapper .main-sidebar {
  z-index: 999;
  -webkit-transform: translate3d(-73%, 0, 0);
  transform: translate3d(-73%, 0, 0);
    -o-transform: translate3d(-73%, 0, 0); /* Opera */
    -ms-transform: translate3d(-73%, 0, 0); /* Internet Explorer */
    -webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
  transition-timing-function: ease-in-out;
}
.wrapper.st-menu-open .main-sidebar {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0); /* Opera */
    -ms-transform: translate3d(0, 0, 0); /* Internet Explorer */

    -webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
  transition-timing-function: ease-in-out;
}
/*.wrapper .main-sidebar::after {
  display: none;
}*/
.wrapper {
    overflow: hidden;
    width: 100%;
  position:relative;
}
.content-wrapper {
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
    -webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
  transition-timing-function: ease-in-out;
}

.main-sidebar {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*search result animation*/
.search-in-place {
  -webkit-animation: moveFromBottomFade .7s ease both;
  animation: moveFromBottomFade .7s ease both;
}
@-webkit-keyframes moveFromBottomFade {
  from { opacity: 0.3; -webkit-transform: translateY(100%); }
}
@keyframes moveFromBottomFade {
  from { opacity: 0.3; -webkit-transform: translateY(100%); transform: translateY(100%); }
}
.moveToBottomFade {
  -webkit-animation: moveToBottomFade .7s ease both;
  animation: moveToBottomFade .7s ease both;
}
@-webkit-keyframes moveToBottomFade {
  from { }
  to { opacity: 0; -webkit-transform: translateY(100%); }
}
@keyframes moveToBottomFade {
  from { }
  to { opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100%); }
}

/* table CSS */
table {
    border-radius: 2px;
    margin: 20px 0px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table th:first-child {
    border-radius: 2px 0 0;
}
table thead th {
    font-size: 15px;
    padding: 10px;
    text-align: left;
}
table th {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff, #f2f3f7) repeat scroll 0 0;
    color: #6f737a;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    padding: 10px 20px;
}
table th, table td {
    border: 1px solid #dedfe9;
    line-height: 28px;
}
table td {
    color: #63676c;
    font-size: 15px;
    padding: 15px;
}

/* Fixing horizontal overflow for 'td' elements */
table td {
    max-width: 200px;
}
@media (min-width: 600px) {
  table td {
      max-width: 300px;
  }
}
@media (min-width: 800px) {
  table td {
      max-width: 400px;
  }
}
@media (min-width: 1200px) {
  table td:nth-child(2) {
      max-width: 700px;
  }
}

/* End: Fixing horizontal overflow for 'td' elements */



table.st-inner-table tr:nth-child(2n) td {
    background: #fbfcfd none repeat scroll 0 0;
}

.tooltip-element ,
.popover-element {
  color: inherit;
    border-bottom: 2px solid #45e2d5;
  cursor: pointer;
}
.tab-list .tab-content {
  /*background-color: #f5f5f5;
  border: 1px solid #ccc;*/
    border-radius: 2px;
  display: block;
  line-height: 1.42857;
    margin: 15px 0;
    padding: 10px;
  min-height: 200px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav.nav-tabs {
    border-bottom: 0 none;
}
.nav.nav-tabs a {
  background-image: linear-gradient(#ffffff, #f2f2f2);
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #428bca;
  display: inline-block;
  height: auto;
  margin: 0 10px 2px 0px;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  line-height: 1.42857;
  font-size:14px;
}

.nav.nav-tabs li.active > a {
  background-image: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  outline: 0 none;
  border: 1px solid #e5e5e5;
  color: #d81952;
}

.wp_syntax {
    border-radius: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px;
    width: 99%;
    background-color: #f5fbfc;
   border: 1px solid #AEE5EF;
   color: #100;
}
.exercises-div .wp_syntax {
    margin-top: 15px;
}
.wp_syntax td.line_numbers pre {
  background-color: #f5fbfc !important;
  opacity: 0.4;
  margin-right: 15px !important;
  width: auto !important;
}

.wp_syntax pre {
    background-color: #f5fbfc !important;
    font-family: "Hack" !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.top-content h1 {
  margin-bottom: 25px;
    width:85%;
    display: inline-block;
    margin-right: 26px;

}
.tab-content-header {
    color: #c6c6c6;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}
.exclamatory-col {
  margin-top: 6px;
  background: #34A0F9;
    border: solid 2px #1284E2;
    color: #E8F8FB;
    padding: 30px 40px 30px 90px;
    border-radius: 2px;
    position: relative;
    font-size: 18px;
    margin-top: 30px;
    min-height: 90px;
    margin-bottom: 30px;
}

.exclamatory-col h4, .exclamatory-col h2 {
    color: #1DFBFF;
}



.exclamatory-col h4 {
    margin-top: 5px;
    font-size: 22px;
    font-weight: 400;
}

.exclamatory-col::after {
    font-family: 'Glyphicons Halflings';
    content: "\e101";
    color: #1DFBFF;
    font-size: 30px;
    position: absolute;
    left: 40px;
    top: 28px;
}


.gitgub-link {
    float: right !important;
}
.tab-menu {
  padding-left: 10px;
}
.page-comment-bubble > span {
    display: block;
    text-align: center;
}

.tab-list.with-background {
    background-color: #f8f8f8;
    border: 1px solid #dadada;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 20px 25px;
}
h3 {
    font-size: 25px;
    margin-top: 30px;
}
.content-col {
  overflow:hidden;
  padding-bottom: 130px;
  overflow-y:visible;
}
.action-link.post{
  padding:0px;
}
.page-comment-bubble.full-comment-layout-button, .container-fluid .qa {
}
#comments {
  right:-90%;
}
.comment-wrapper {
   /*overflow-y: scroll;*/
}
.comment-respond{
}
#comments ul li {
    clear: both;
}
.side-comments-open {
    transform: translate(-400px, 0px);
  transition: transform 0.4s;
    -webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
  transition-timing-function: ease-in-out;
}
.entry-content, .questions-div{
  transition: transform 0.4s;
    -webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
  transition-timing-function: ease-in-out;
  margin-top:25px;
}
.side-comment .comments-wrapper {
  width: 450px !important;
}
.side-comment.active .comments-wrapper {
    height: 400px;
    overflow-y: scroll;
}
.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.list-group-item:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
#login-wrapper {
  border-radius: 2px;
  box-shadow: none;
}
#login-wrapper form  {
  font-size: 16px;
}
#login-wrapper form {
  border: solid 1px #B91F4D;
}
.side-comment .comment-box {
    height: 120px;
}

#jcorgtoc, #jcorgtocminimize {
    color: #333 !important;
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto",sans-serif !important;
}
.ui-autocomplete {
    z-index: 9999;
}
.ui-widget-content {
    background: #fefefe;
    border: 1px solid #45c2d5;
    color: #919191;
}
h3#post-title-subheading {
    margin-top: 0;
  font-weight: 200;
  size: 22px;
  color: #27aabd;
    display: inline-block;
    width: 85%;
}

#jcorgtoc{
  padding: 10px 25px 10px 0px !important;
  background: none !important;
}
/*
ul#tabel-of-content-list {
    margin: 0px 4px;
    padding: 0px 0 0 26px;
}

#tabel-of-content-list li {
    list-style-type: decimal;
    cursor: pointer;
}*/
#tabel-of-content-list li.h2, #tabel-of-content-list li.h3, #tabel-of-content-list li.h4 {
    /*border-bottom: 1px solid #e5e7ea;*/
    color: #95999e;
    font-size: 13px;
    margin: 0;
    padding: 13px 0 13px 13px;
}
.sidebar-mini #jcorgtoc h1.tochead {
    font-family: "Roboto",sans-serif;
   /* margin: 8px 0 0 45px !important;*/
   display: inline-block;
}
.toc-toggle{
    color: #45c2d6;
    padding: 0px 5px;
    cursor: pointer;
}

/*.sidebar-mini #jcorgtoc .hoveractive::after {
    background: #4bc2d3 none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    height: 20px;
    margin-top: -5px;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 20px;
  color:#fff;
}

.sidebar-mini #jcorgtoc .hoveractive {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    position: relative;
}*/
.ac_results {
    background-color: #fff;
    border: 1px solid #45c2d5;
    z-index: 10000;
  width:320px;
}
.search-side a.show-search {
    cursor: auto;
}

#course-details {
  /*Richard added display none*/
  display: none;
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid rgba(210, 208, 208, 0.5);
    bottom: 0;
    height: 500px;
    position: fixed;
    right: -370px;
    top: 102px;
    width: 300px;
    z-index: 99999;
}
#course-details .course-col {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #4bc2d3;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 2px medium 2px 2px;
    padding: 20px;
  height:500px;
  overflow-y:scroll;
}
#course-details .course-col a.course-details-btn {
    left: -67px;
    top: 20px;
}
a.course-details-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #4bc2d3;
    border-radius: 2px 0 0 2px;
    color: #919191;
    height: 88px;
    position: absolute;
    right: 0;
    width: 69px;
    border-width: 2px medium 2px 2px;
    color: #4BC2D3;

}
a.course-details-btn span {
    color: #45c2d5;
    display: block;
    font-size: 20px;
    left: -5px;
    position: relative;
    top: 21px;
    transform: rotate(-90deg);
    white-space: nowrap;
}
#course-details .course-col h4 {
    color: #4cc2d4;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
  margin-bottom: 5px;
}
#course-details .course-col p {
    margin-bottom: 20px;
}
.chide{
  display:block !important;
}

.article-complete{
  border-radius: 2px !important;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 30px 14px 45px;
  margin-left: 50%;
  width: auto;
  height: auto;
    color: #fff;
    border: solid 2px #c6c6c6;
  text-align: center;
  display: inline-block;
  background-color:#45c2d5;
}
b, strong {
    font-weight: 600;
}
h3 {
    color: #4A4949;
}
.logout-button{
  font-family: 'Roboto Slab', serif;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    color: #919191;
    float: right;
    margin-right: 65px;
    text-decoration: underline;
}
ul.mtree li li a {
    font-weight: 400;
}
.mannage-student-course {
    border: 1px solid #a4f3ff;
    border-radius: 2px;
    margin: 50px 20px;
    padding: 20px;
  background-color:#f8f8f8;
  min-height:400px;
}
.mannage-student-course .nav-tabs {
    margin-bottom: 20px;
}

.mannage-student-course .nav-tabs li a {
  background: #53d8ec none repeat scroll 0 0;
    border: 1px solid #47cce0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
}


#course_mngmt_form select {
  box-shadow: none;
    margin: 0 3px;
    padding: 5px 8px;
}

#course_mngmt_form select:focus {
    outline: none;
}

.link-disable {
    background-color: #919189 !important;
    pointer-events: none !important;
}

.entry-content.instructor-page {
    padding: 0;
}
.modal-dialog {
    margin: 25% auto;
    width: 400px;
}
.modal-body {
    padding: 15px 10px 15px 20px;
    position: relative;
}
.modal-footer {
    padding: 10px;
}
.bootbox-body {
    font-weight: 400;
}
.modal-footer .btn-primary{
  background: #34b9cb none repeat scroll 0 0;
    border: 1px solid #47cce0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
}
#course-submit, #course_delete {
  background: #34b9cb none repeat scroll 0 0;
    color: #fff;
    margin-top: 20px;
    padding: 7px;
  margin-left: 7px;
    width: 80px;
}
#waiting-student-list > li {
    font-size: 20px;
    list-style: outside none num;
}
#edit_student_course > select {
    display: inline-block;
    vertical-align: top;
  margin-top: 10px;
}
.student-article {
    display: inline-block;
    margin-left: 50px;
}
.entry-content ul > li ul > li:last-child{
  margin-bottom: 20px;
}
.table-example td{
    text-align : center;
}
.tab-list{
  clear: both;
}

.student-questions{
    display: inline-block;
    margin-left: 50px;
    margin-top: 5px;
}
#student_cat_ques_form > select {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 14px;
    padding:4px;
}

#student_ques_list_form > select  {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.student-random-questions {
    display: inline-block;
    margin-left: 50px;
    margin-top: 5px;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 5px !important;
}

.ajax_overlay {
    background: url("../images/ajax-loader.gif") no-repeat center center transparent;width:100%;height:100%;
    background-color: #fff;
    opacity: 0.7;
    width:container.width();
    height:container.height();
    position:absolute;
    top: 0px;
    left:0px;
    z-index:99999
}
.st-inner-table {
    margin: 0px;
}
.st-inner-table-td {
    padding: 0px;
}
.st-post-title {
    width: 25.5%;
    border-left: 0px
}
.st-submit-date{
    width: 25.7%;
}
.updated_by{
    color: #d61f57;
}
.st-post-progress{
    border-right: 0px
}
.study-progress-checkbox {
    margin-right: 15px !important;
}
#update-study-progress input[type="submit"] {
    background: #53D8EC none repeat scroll 0px 0px;
    border: 1px solid #47CCE0;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    height: 29px;
    color: #333;
    margin-left: 10px;
}
#update-study-progress select {
    margin-left: 7px;
}
.indv-progress-data {
    padding: 5px 0px;
}
.spost-name {
    padding-right: 5px;
    border-right: 1px solid #000;
    margin-right: 5px;
}
.spost-status {
    padding-right: 5px;
    border-right: 1px solid #000;
    margin-right: 5px;
}
/*.post-complete-checkmark::before {
    border: 1px solid #4d4e7f;
    border-radius: 50%;
    bottom: 52%;
    color: #ffe7a7;
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 25px;
    line-height: 12px;
    padding: 5px;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 28%;
    width: 25px;
    z-index: 99;
}*/
.post-complete-checkmark a::after {
    background-color: #f8729a;
    color: #bc1c4c;
}
.page-template-page-instructor-assistant-php .content-col {
    overflow-y: scroll;
}

.orient-msg {
    margin: 0px 100px;
    font-weight: 400;
}
#menu-item-2851 > a{
  background-color: #AA0CA8;
}
#menu-item-2851 > ul li a {
  background-color: #1064A2;
}
#menu-item-2851 > ul li {
    background-color: #1064A2;
}

.exercises-div .assignment-link,
.project-div .assignment-link {
  color: #45c2d5;
  font-weight: 400;
  border-bottom: 1px dotted #d56398;
}

.exercises-div .due-date::before,
.project-div .due-date::before {
  content: "Due Date:";
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 4px;
  background-color: #72C6CE;
  margin-right: 12px;
}
.side-comment.has-comments.has-new-comment:before {
    content: "new";
    position: absolute;
    background: #59CA58;
    height: 2rem;
    top: -1rem;
    right: -1.5rem;
    width: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 9px;
    border-radius: 50%;
    color: white;
    border: 1px solid #4bc2d3;
}
.assignment-complete-message{
    padding: 0px 100px;
}

/*=====*/

.aboutCourse h3 {
margin-bottom: 22px;
}

span.exampleBefore.author {
    margin-right: 5px;
}

.aboutCourse h2 {
  font-size: 40px;
    font-weight: 200;
  color: #F3A932;
}

.aboutCourse.aboutChapter h2 {
    color: #09C7B5;
}
.aboutCourse p, .aboutCourse li {
    font-weight: 400;
    font-size: 16px;
}


.aboutCourse h2:first-child {
    margin-top: 30px !important;
}

.aboutCourse  {
    background-color: hsl(42, 54%, 97%);
    padding: 30px;
    padding-top: 5px;
    border-radius: 3px;
    border: 3px solid #FFF2DD;
  margin: 40px 0;
}

.aboutCourse ul  {
  margin-top: -15px;
    margin-bottom: 20px;
}



.aboutCourse.aboutChapter  {
    background-color: #F2FDFD;
    border: 3px solid #CBFBF6;
}



.aboutCourse span.highlightAuthor {
    font-size: 26px;
}

span.badge.badge--updated {
    background-color: #63e062;
    font-size: 1em;
    font-weight: 300;
    padding: 7px;
    border-radius: 2px;
}
.updatedChapterDescription {
    background: #f8fdf7;
    padding: 15px;
    border: solid 1px #bff7bf;
    border-radius: 2px;
}

.project-div h2 {
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}
.due-date {
 margin-bottom: 20px;
}
.nothing-found > p {
  margin-top: 25px;
}
img.aligncenter{
    margin: 0px auto;
    display: inherit;
}
.nothing-found {
  margin-top:40px;
}
.postid-4789 .content-col,
.postid-3116 .content-col,
.postid-5077 .content-col,
.postid-5232 .content-col,
.postid-1275 .content-col {
  height: inherit !important;
}
.default-text{
    margin: 15px;
}

.post.questionnaire{
  position: initial;
}

.list-group {
  clear: both!important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px!important;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item > .badge {
    float: right;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

p.questionAttributes {
    margin-top: 10px;
    margin-bottom: 0 !important;
    margin-left: 30px !important;
    color: #8E8596;
}
p.questionAttributes:last-child {
    margin-top: 5px;
    margin-bottom: 30px !important;
}

span.boldIt {
    font-weight: 500;
}

.side-comment p {
    display: inline-block !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    white-space: normal !important;
    float: left;
    text-align: left;
    padding-right: 5px;
}
.btn-one.follow {
    /*color: #fff !important;
    background: #1AD5F3;
    border: solid 1px #24BBD6;
    padding: 11px 20px;
    margin-left: 15px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;*/
    position: relative;
    margin-left: 25px;
}
.btn-one.unfollow {
    /*color: #959898;
    background: #f6f6f6;
    border: solid 1px #b9b9b9;
    padding: 11px 20px;
    margin-left: 15px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;*/
    position: relative;
    color: #B1B8B9;
}
.btn-one.unfollow .unfolow-text,
.btn-one.follow .follow-text {
    position: absolute;
    top: 20px;
    width: 100px;
    left: -32px;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
}

.newUpdateContent { 
      background: #e8fdf4;
    /* border: solid 1px #74f5bf; */
    border-radius: 3px;
    padding: 10px;
    margin-top: 50px;
  
}

.newUpdateContent::before {
        background: #15e68f none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    padding: 3px 7px;
    /* left: 2px; */
    margin-left: 2px;
    content: "Updated Content";
    top: 133px !important;
    position: absolute;
}

/*.entry-content a:hover {
    color: #EDF9FB ;
    background: #41D7EF;
    border: solid 1px #09C2E0;
}*/
.btn-one.unfollow .material-icons,
.btn-one.follow .material-icons {
    font-size: 30px;
    color: #1AD5F3;
}
.btn-one.unfollow .material-icons:hover, .btn-one.follow .material-icons:hover {
    color: #06BEDC;
}


.btn-one.unfollow .unfolow-text:hover, .btn-one.follow .follow-text:hover {
    color: #07ADC7;
}
a.btn-one.follow:hover {
    color: #07ADC7 !important;
}

.ftooltip {
    display:none;
    position:absolute;
    border:1px solid #333;
    background-color:#161616;
    border-radius:5px;
    padding:10px;
    color:#fff;
    font-size:12px;
    width:200px;

}
.ctime {
  margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #888686;
}


@media screen and (max-width: 500px) {
    .btn-one.follow {
        display: block;
        width: 120px;
        margin: auto;
    }
}

.qa-link:before {
    content: "?";
    position: fixed;
    font-size: 20px;
    font-weight: 500;
    background: #fe5658;
    width: 34px;
    height: 34px;
    border: solid 5px #fdd6d4;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    right: 4px;
    top: 164px;
    line-height: 24px;
    margin-top: 14px;
}

.ui-accordion-content-active{
    height: auto !important;
}
.ui-accordion-header{
    margin: 0px;
}
.mannage-student-course .ui-accordion-header{
    padding: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #3AAABB none repeat scroll 0 0;
    border: 1px solid #94CFD8;
    outline: none;
    margin-top: 5px;
    cursor: pointer;
}
.mannage-student-course .accordion-content{
    margin-bottom: 10px;
    padding: 0px 10px;
}
.mannage-student-course .ui-accordion-header .ui-accordion-header-icon{
    display: inline-block;
}
.mannage-student-course .ui-accordion-header-active .ui-accordion-header-icon:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
}
.sub-cat-name{
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
.pname{
    text-align: center;
}
.qs-ans-article{
    margin-top: 15px;
    border-top: 1px solid;
    padding-top: 10px;
}
.entry-pagination.pagination {
  text-align: center;
  display: inherit;
  max-width: inherit;
  font-size: 22px;
}

.entry-pagination.pagination a {
    padding: 0 6px;
    border-radius: 2px;
    border: solid 1px #BBF1F9;
    
}

.entry-pagination.pagination a:hover {
    background: #BBF1F9;
    color: #333 !important;
}

#student_dropdown,
#career_dropdown,
#course_dropdown,
#articles_select,
#proj_assignment_student_dropdown,
#proj_assignment_career_dropdown,
#proj_assignment_course_dropdown,
#proj_assignment_articles_select {
    border: 1px solid #ccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-size: 15px;
}
#articles_select{
    min-width: 150px;
    height: 22px;
    border-radius: 2px;
    font-size: 14px;
    padding: 2px !important;
}
.ui-multiselect {
    padding: 1px 0 1px 6px;
    text-align: left;
    margin-top: 11px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border: 1px solid #ccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #d81952 !important;
}
.ui-widget-header{
    border: 1px solid #e78f08;
    background: #53d8ec none repeat-x;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.ui-multiselect-checkboxes li{
    font-size: 14px !important;
    color: #333 !important;
}
.ui-multiselect-checkboxes li label {
    font-weight: normal !important;
    padding: 0px 3px !important;
    cursor: pointer;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 1px solid #ccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #d81952 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    font-weight: normal;
    color: #333;
    font-size: inherit;
}
.scroll-to-top,
.scroll-to-bottom {
  padding: 3px;
  background: #1AD5F3;
  border-radius: 50%;
}
.scroll-to-top:before{
  content: "\f062";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    color: #fff;
    padding: 21%;
}
.scroll-to-bottom:before{
  content: "\f063";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    color: #fff;
    padding: 23%;
}
.scroll-to-top img, .scroll-to-bottom img{
  display:none;
}
.team-assignments {
    /*text-align: center;*/
    padding: 40px 0px 0px;
    margin-bottom: 30px;
}
.team-assignments .team-name-text{
    font-size: 20px;
    font-weight: 500;
}
.team-assignments #team-name {
        width: 30%;
    height: 35px;
    margin-right: 20px;
    padding: 8px;
    border: solid 1px #6DD7EA;
    border-radius: 3px;
}
.team-assignments #submit-team-assignment {
        height: 35px;
    background: #47DDF5;
    border: none;
    color: #fff;
    padding: 0px 15px;
    border-radius: 3px;
    display: inline-block;
}
input#submit-team-assignment:hover {
    background: #05CDEC;
}
.team-assignment-success-message {
    font-weight: 400;
    font-size: 22px;
    border-top: solid 1px #A8E4EF;
    border-bottom: solid 1px #A8E4EF;
    color: #D05279;
    padding: 10px 0;
}
.team-assignment-div {
    margin: 20px 40px;
    border-top: 2px solid #C4C4C4;
    padding-top: 20px;
}
.team-assignment-div-header {
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0px 10px;
}
.waiting-student-list-team-assignment {
    padding: 0px 0px 0px 17px;
}
.project-assignment-div {
    margin: 20px 40px;
    border-top: 2px solid #C4C4C4;
    padding-top: 20px;
}
#course_mngmt_form {
    margin:20px 40px;
}
.proj-heading{
    margin: 20px 0px;
    font-weight: 400;
}

.course-date{
  padding-top: 20px;
}
.crse-submitted{
  padding-left: 20px;
}

.steps-list, .steps-list-as-toc {
    counter-reset: li;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}

.steps-list li, .steps-list-as-toc li {
    padding: 5px 0 5px 55px;
    position: relative;
    margin-bottom: 25px;
}

.steps-list > li::before, .steps-list-as-toc li::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    padding: 0 10px 0 0;
    color: #999;
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
    text-align: right;
    border-right: 1px solid #ccc;
}

.steps-list > li::after, .steps-list-as-toc > li::after {

    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;

}

.steps-list-as-toc li::before {
  content: "Part: " counter(li);
width: 60px;
}


.steps-list-as-toc > li::before {
font-size: 16px;
    font-weight: bold;
    line-height: 25px;

  }


.steps-list-as-toc li {
    padding: 2px 0 0 75px;
    position: relative;
    margin-top: .70rem !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.025rem !important;
}


.faq-title {
    font-size: 24px;
    color: #dc2b62!important;
    font-weight: 400;
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}

.faq-title::before {
    border: 1px solid #dc2b62;
    border-radius: 50%;
    color: #dc2b62;
    content: "FAQ";
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -6px;
    width: 40px;
}

ol.faq-list {
    margin: 0;
    padding-left: 30px;
}

ol.faq-list li {
    padding-left: 30px;
    padding-bottom: 50px;
    border-bottom: solid 1px #f4f4f4;
    margin-bottom: 30px;
}

ol.faq-list h2 {
    font-size: 22px;
    font-weight: normal;
    position: relative;
    padding-left: 50px;
}

ol.faq-list li h2::before {
    background: #4abfd1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "Q";
    font-size: 18px;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    left: 0;
    top: 0;
}

ol.faq-list li p {
    padding-left: 50px;
    position: relative;
}

ol.faq-list li h2 + p::before {
    content: "A";
    background: none;
    border: solid 1px #c2c2c2;
    color: #c2c2c2;
    font-size: 18px;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.terminology-block {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #9e5ede;
    margin-bottom: 20px;
}

.terminology-block::before {
    content: "Terminologies";
    font-weight: 400;
    margin: 4px 3px;
    padding: 6px 10px;
    min-width: 120px;
    border-radius: 3px;
    display: inline-block;
    background-color: #AB73E2;
    color: #fff;
}

.terminology-block > ol {
    margin: 0;
    list-style: none;
    overflow: auto;
    width: 100%;
    padding: 0px 20px 20px 20px;
}



.terminology-block ol > li ol {
    padding: 0 !important;
    margin: 0;
}

.terminology-block ol > li ol > li {
    padding: 0;
    margin: 0;
    font-size: 15px;
    margin-bottom: 12px;
}


@media screen and (min-width: 480px) {
  .terminology-block > ol li {
    width: 50%;
    display: block;
    height: auto;
    float: left;
  }
}

.terminology-block dl {
    margin: 0px 0px;
    padding: 0px 0px;
}

.terminology-block dl dt {
    color: #81649c;
    text-transform: Capitalize;
    font-size: 18px;
    margin: 7px 0px 0px 0px;
    font-weight: 600;
    display: block;
    padding: 0px 0px;
}

.terminology-block dl dd {
    color: inherit;
    margin-bottom: 14px;
    margin-right: 14px;
    display: block;
    padding: 0px 0px;
    
    font-size: 16px;
    color: #6b5e77;
    margin-top: 5px;
}

span.exampleBefore {
    background-color: #F7B086;
padding: 2px 4px;
border-radius: 2px;
font-size: 80%;
color: #ffffff;
}

span.exampleAfter {
    background-color: #83E0D7;
padding: 2px 4px;
border-radius: 2px;
font-size: 80%;
color: #ffffff;
}

span.inlineQuote {
    font-style: italic;
    font-weight: 300;
    /*font-size: 90%;*/
    border-left: 3px solid #eee;
    padding-left: 4px;
}

.project-div {
    border: solid 1px #95d9e5;
    padding: 20px 20px 40px;
border-radius: 2px;
position: relative;
margin-top: 25px;
margin-bottom: 40px;
}

.project-div > h4, .project-div > h2 {
    color: #59B7C7;
    margin-top: 7px !important;
}

.project-div > h4{
   font-size: 28px;
font-weight: 100;
}

.questions-div {
    transition: transform 0.4s;
        transition-timing-function: ease;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    margin-top: 25px;
    border: solid 1px #c095e5;
}

.questions-div h4, .questions-div > h2 {
    color: #c095e5;
    margin-top: 7px !important;
}

.exercises-div h4, .project-div h4, .questions-div h4, .application-div h4 {
    font-size: 28px;
    font-weight: 100;
}
.exercises-div h4 strong {
    font-weight: 400;
}

.exercises-div ol, .questions-div ol {
    padding: 0 0 0 20px;
    margin: 0 0 0 10px;
    font-size: 16px;
}

.exercises-div::after {
    content: "Success emerges through knowledge and dedicated practice, not by intelligence.";
    background: #e694ac;
    border-radius: 2px;
    bottom: 2px;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    position: absolute;
    right: 2px;
    margin-left: 2px;
}

.questions-div ol li, .project-div ol li, .exercises-div ol li {
    margin-bottom: 20px;
}

.exercises-div, .project-div, .questions-div, .application-div {
    padding: 20px 20px 40px;
    border-radius: 2px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 40px;
}

.application-div h4 {
    color: #5ACEA8;
}

.application-div {
    border: solid 1px #81e2c2;
}

.wp_syntax {
    border-radius: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px;
    width: 99%;
    background-color: #f5fbfc;
    border: 1px solid #AEE5EF;
    color: #100;
}

.wp_syntax table {
    border: none !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.wp_syntax div, .wp_syntax td {
    border: none !important;
    text-align: left !important;
    padding: 0 !important;
    vertical-align: top !important;
}

.wp_syntax td.code {
    background-color: #EEE;
    background-image: -webkit-linear-gradient( transparent 50%, rgba(255, 255, 255, .9) 50% );
    background-image: -moz-linear-gradient( transparent 50%, rgba(255, 255, 255, .9) 50% );
    background-image: -ms-linear-gradient( transparent 50%, rgba(255, 255, 255, .9) 50% );
    background-image: -o-linear-gradient( transparent 50%, rgba(255, 255, 255, .9) 50% );
    background-image: linear-gradient( transparent 50%, rgba(255, 255, 255, .9) 50% );
    background-size: 1px 32px;
    line-height: normal !important;
    white-space: normal !important;
    width: 100% !important;
}

.wp_syntax pre {
    background-color: #f5fbfc !important;
    font-family: "Hack" !important;
    font-size: 16px !important;
    line-height: 20px !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
width: auto !important;
float: none !important;
clear: none !important;
overflow: visible !important;
font-family: monospace !important;
font-size: 12px !important;
line-height: 16px !important;
padding: 0 4px !important;
white-space: pre !important;
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}

.all-trappings-blockquote{
   padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #ccc;
background-color: transparent;
border-radius: 0!important;
}

span.inlineQuote {
    border-left: 3px solid #ccc;
    padding-left: 4px;
}

#toc_container{
   display: none;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before, .navbar-collapse:before, .navbar:before, .clearfix:before
{
    display: table;
    content: " ";
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}


.nav>li {
    position: relative;
    display: block;
}

.tab-list ul.nav-tabs li.active a {
  background: #45c2d5 !important;
  color: #fff !important;
  border: solid 1px #47cce0 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}
.tab-list ul.nav-tabs li a {
  background: #53d8ec !important;
  color: #fff !important;
  border: solid 1px #47cce0 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.tab-list ul.nav-tabs li a:hover {
  background: #45c2d5 !important;
}

.tab-list .tab-content {
    /*background-color: #f5f5f5;
    border: 1px solid #ccc;*/
    border-radius: 2px;
    display: block;
    line-height: 1.42857;
    margin: 15px 0;
    padding: 10px;
    min-height: 200px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav.nav-tabs {
    border-bottom: 0 none;
}
.nav.nav-tabs a {
    background-image: linear-gradient(#ffffff, #f2f2f2);
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #428bca;
    display: inline-block;
    height: auto;
    margin: 0 10px 2px 0px;
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.42857;
    font-size:14px;
}

.nav.nav-tabs li.active > a {
  background-image: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  outline: 0 none;
  border: 1px solid #e5e5e5;
  color: #d81952;
}


.tab-list ul.nav-tabs li a {
    background: #53d8ec !important;
    color: #fff !important;
    border: solid 1px #47cce0 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.tab-content > .tab-pane {
  display: none;
  margin-top: 20px;
}
.tab-content > .active {
  display: block;
}

.all-trappings-example{
    padding-left: 0;
    display: block;
    float: left;
}

.wp-syntax pre {
    padding-left: 0;
    display: block;
    float: left;
    margin-top: 10px;

}

.bigger-intro {
 font-size: 160%; 
 line-height: 32px;
}


/* ALL TRAPPING - standout-text */
.standout-text {
    float: left;
    width: 360px;
    position: relative;
    margin-left: -20px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    min-height: 120px;
}

.standout-text.standout-text-with-list {
  margin-bottom: 8px;
}



.standout-text.full-standout-text {
width: 100% !important;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
}

.standout-text.full-standout-text span {
  border-bottom: none;
  padding-bottom: 0;
}

.standout-text p {
    font-size: 22px;
}

.standout-text h4 {
  font-size: 26px;
    font-weight: 300;
    color: #049bc2;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}

.standout-text span {
    width: 90%;
    top: 60px;
    color: #03aed9;
    padding-bottom: 30px;
    font-weight: 400;
    line-height: 32px;
    font-size: 22px;
    border-bottom: solid 1px #a1d7e5;
    display: block;
}

.standout-text.standout-text-with-list span { 
  border-style: none;
  border-width: 0;
  line-height: 28px;
  padding-bottom: 0px;
}


.standout-text ul {
    margin: 0 0 26px 20px;
}

.standout-text li {
    color: #049bc2;
    font-size: 90%;
    line-height: 1.3;
    margin-left: 0;
}














@media (max-width: 800px) {
 .standout-text h4 {
  font-size: 28px;
    margin-bottom: 7px;
}

.standout-text span {
    padding-bottom: 22px;
    font-weight: 500;
    line-height: 22px;
    font-size: 20px;
}
}

pre {
  white-space: pre;
  overflow: auto;
  padding: 10px !important;
  clear: both;
  margin: 10px 0 !important;
  color: #4C6D75 !important;
  background-color: #f5fffc !important;
  border: 1px solid #91f4de !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  word-wrap: break-word;
  font: 15px/22px "Segoe UI", Consolas, "Andale Mono", Courier, "Courier New", monospace !important;
}

div.all-trappings-articles-in-series {
  width: 100%;
  background-color: #e0fafd;
  color: #127a9c;
  padding: 1em;
  border-top: 1px solid #127a9c;
  border-bottom: 1px solid #127a9c;
  margin-bottom: 30px;
}
div.all-trappings-articles-in-series h1,
div.all-trappings-articles-in-series h2,
div.all-trappings-articles-in-series h3 {
  text-align: center;
  font-size: 32px;
  line-height: 1.2308;
  font-weight: 300;
  margin-bottom: 26px;
  margin-top: 15px !important;
}
div.all-trappings-articles-in-series ol {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 700px;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
div.all-trappings-articles-in-series ol li {
  flex-basis: 45%;
  width: 45%;
  position: relative;
  padding-left: 3em;
  line-height: 1.4em;
  margin-bottom: 10px;
  list-style: none;
  color: #799fad;
  cursor: default;
  counter-increment: listCounter;
}
div.all-trappings-articles-in-series ol li::before {
  content: counter(listCounter);
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 1.5;
  color: #e0fafd;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #127a9c;
  background-color: #127a9c;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.all-trappings-articles-in-series ol li::after {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #127a9c;
}
div.all-trappings-articles-in-series ol li.current::before {
  background-color: #e0fafd;
  color: #a2766a;
  border: 1px solid #a2766a;
}

div.all-trappings-articles-in-series ol li.current {
    color: #a2766a;
}

div.all-trappings-articles-in-series ol li:last-child::after {
  content: none;
}
div.all-trappings-articles-in-series ol li a:link,
div.all-trappings-articles-in-series ol li a:visited {
  color: #127a9c;
  text-decoration: none;
  border-bottom: 0;
  cursor: pointer;
}
div.all-trappings-articles-in-series ol li a:hover,
div.all-trappings-articles-in-series ol li a:active {
  color: #f15731;
}
div.all-trappings-articles-in-series ol li.current a:link,
div.all-trappings-articles-in-series ol li.current a:visited {
  cursor: default;
  color: #f15731;
}


@media (min-width: 640px) {
  div.all-trappings-articles-in-series ol {
    max-height: 860px;
  }
}

@media (max-width: 640px) {
  div.all-trappings-articles-in-series ol {
    flex-wrap: nowrap;
    max-height: none;
  }

  div.all-trappings-articles-in-series ol li {
    width: 90%;
  }

  div.all-trappings-articles-in-series ol li::before {
    width: 23px;
    height: 23px;
    font-size: 0.9em;
  }

  div.all-trappings-articles-in-series ol li::after {
    left: 0.8em;
  }
}




/* Recommended Books */

div.all-trappings-articles-in-series.recommended-books ol {
    font-size: 16px;

  }

div.all-trappings-articles-in-series.recommended-books {
      background-color: #eafff8;
    color: #129c18;
        border-top: 1px solid #129c1d;
    border-bottom: 1px solid #129c29;}


div.all-trappings-articles-in-series.recommended-books ol li a:link, div.all-trappings-articles-in-series.recommended-books ol li a:visited {
    color: #139a19;
    
    }
    
    
.all-trappings-articles-in-series.recommended-books p {
    color: #717162;
    font-size: 13px;
    padding: 0 40px;
}

.all-trappings-articles-in-series.recommended-books img {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
    
    
div.all-trappings-articles-in-series.recommended-books ol li::before {
    color: #e1fde0;
    border: 1px solid #139b19;
    background-color: #139b19;
    
    }
    
div.all-trappings-articles-in-series.recommended-books ol li::after {
      background-color: #139a19;
}

.all-trappings-articles-in-series.recommended-books h1 {
    color: #98a798;
    font-size: 26px;
}

div.all-trappings-articles-in-series.recommended-books ol li {
    width: 70%;
    line-height: 1.5em;

}

div.all-trappings-articles-in-series.recommended-books ol {
    flex-wrap: nowrap;
    max-height: none !important;
    }

div.all-trappings-articles-in-series.recommended-books ol li a:hover, div.all-trappings-articles-in-series.recommended-books ol li a:active {
    color: #f15731;
}

div.all-trappings-articles-in-series.recommended-books ol li::before {
    
    width: 22px;
    height: 22px;
    font-size: 14px;
  }

div.all-trappings-articles-in-series.recommended-books ol li::after {
    left: 0.7em;

  }

/* OKRs */
div.all-trappings-articles-in-series.okrs {
background-color: rgb(248, 248, 248);
color: #676565;
border-top: 1px solid #3f92b6;
border-bottom: 1px solid #3f92b6;
}

.all-trappings-articles-in-series.okrs h1 {
color: #13799b;
font-size: 22px;
margin-top: 10px !important;
margin-bottom: 20px !important;
}

div.all-trappings-articles-in-series.okrs ul li, div.all-trappings-articles-in-series.okrs p {
  color: #676565;
font-size: 14px;
}

div.all-trappings-articles-in-series.okrs ul li {
      margin-bottom: 10px;
    line-height: 1.3;
}


/*Extra Thought*/


.all-trappings-articles-in-series.okrs.extra-thought h1, .all-trappings-articles-in-series.okrs.extra-thought h3 {
    color: #7d8082;
    
    }
    
.all-trappings-articles-in-series.okrs.extra-thought h3 {
  font-size: 20px;
    font-weight: 400;
}

div.all-trappings-articles-in-series.okrs.extra-thought {
  border-top: 1px solid #bdc1c3;
    border-bottom: 1px solid #bdc1c3;
}





.standout-text {
    float: left;
    width: 360px;
    position: relative;
    margin-left: -20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    height: auto;
    min-height: 120px;
}

.standout-text span {
    width: 90%;
    top: 60px;
    color: #03aed9;
    padding-bottom: 32px;
    font-weight: 600;
    line-height: 32px;
    font-size: 20px;
    border-bottom: solid 1px #a1d7e5;
    display: block;
}
