button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #444444;
  color: #fff;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #555;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #cccccc;
}



[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #858585;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #858585;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #858585;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(85, 85, 85, 0.6);
  outline-offset: 2px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding: 2px;
}

thead {
  line-height: 1.3;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

th {
  font-weight: 600;
}

td{
    padding: 10px;
}

th, tr, td {
  vertical-align: middle;
}


html {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/*---------------------------
  Headings
----------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 30px;
  font-family: 'Helvetica';
  color:#a4a3a3;
  padding-bottom:10px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 13px;
}


h6 {
  font-size: 17px;
  font-family: 'Helvetica';
  text-transform: uppercase;
  color:#a4a3a3;
}

h7 {
  font-size: 44px;
  font-family: 'SourceCodeProL';
  color:#fff;
  text-transform: uppercase;
}

h8 {
  font-size: 30px;
  font-family: 'Helvetica';
  text-transform: uppercase;
  color:#a4a3a3;
}

h9 {
  font-size: 20px;
  font-family: 'Helvetica';
  text-transform: uppercase;
  color:#e8a940;
}

h10 {
  font-size: 30px;
  font-family: 'SourceCodeProL';
  text-transform: uppercase;
  color:#e8a940;
  font-weight: 700;
}

h2.title, .page-title {
  font-size: 45px;
  font-family: 'SourceCodeProL';
  text-transform: uppercase;
  color:#e8a940;
  text-align:left;
}


/*---------------------------
  Paragraph
----------------------------*/

p {
  margin: 0 0 0.75em;
}

a {
  color: #e8a940;
  text-decoration: none;
}

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


hr {
  border: none;
  border-top: #EEE 1px solid;
}

dt {
  font-weight: bold;
  margin-bottom: 24px;
}

dd {
  margin-left: 30px;
  margin-bottom: 24px;
}

ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 12px;
}

ul ul {
  list-style-type: square;
  margin-bottom: 0;
}

ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom: 0;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

blockquote, q {
  quotes: none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(../images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}


/*---------------------------
  Menu
----------------------------*/

#block-colabsmenu{
    text-align: center;
}

div.menut{ 
    background: #fff;
}
.menut ul, .menut li{ list-style:none; padding:0; margin:0; display:inline; }
.menut ul li{ float:left; position:relative; }
.menut ul li a{ 
    display:block;
    font-size: 19px;
    text-transform: uppercase;
    color:#a4a3a3; 
    padding:10px 15px; 
    margin:0 auto;
    white-space:nowrap; 
    font-family: 'SourceCodeProL';
font-style: normal;
font-weight: 400;
}

.menut ul li a:hover{color: #e8a940;
text-decoration: none;
    
}

.menut ul ul{ 
    position:absolute; 
    top:-99999px; 
    left:0;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    z-index:497; 
    background: #fff; 
    padding: 2px; 
}

.menut ul ul ul { 
    position:absolute; 
    top:-99999px; 
    left:100%; 
    opacity: 0; 
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}
.menut ul li:hover > ul{ opacity: 1; position:absolute; top:99%; left:0; }
.menut ul ul li:hover > ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background:#fff; }

.credits {
  padding: 20px 0;
  font-size: 22px;
  font-weight: 700;
  font-family: 'SourceCodeProL';
  text-transform: uppercase;
  color:#a4a3a3;
  text-align: center;
}

.credits a:link { color: #a4a3a3; text-decoration: none; }
.credits a:visited { color: #a4a3a3; text-decoration: none; }
.credits a:hover { color: #000; text-decoration: none; }
.credits a:active { color: #a4a3a3; text-decoration: none; }






/*---------------------------
  Social Icons
----------------------------*/

.social-icons {
  text-align: center;
}

.social-icons ul {
  margin: 0;
}

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  color: #888;
  padding: 5px;
  display: block;
  overflow: hidden;
  background: #F9F9F9;
  border-radius: 3px;
  border: 1px solid #EEE;
  line-height: 100%;
  text-align: center;
  font-family: 'FontAwesome';
}

.social-icons li a:hover {
  background: #fff;
  color: #999;
}

.fa-facebook:before {
  content: "\f09a";
  font-family: 'FontAwesome';
}

.fa-twitter:before {
  content: "\f099";
  font-family: 'FontAwesome';
}

.fa-google-plus:before {
  content: "\f0d5";
  font-family: 'FontAwesome';
}

.fa-linkedin:before {
  content: "\f0e1";
  font-family: 'FontAwesome';  
}

.fa-pinterest:before {
  content: "\f0d2";
  font-family: 'FontAwesome';  
}

.fa-youtube:before {
  content: "\f167";
  font-family: 'FontAwesome';  
}

.fa-rss:before {
  content: "\f09e";
  font-family: 'FontAwesome';  
}


/*-------------------------------------------*
  Buttons
/*-------------------------------------------*/

.buttonfront {
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: SourceCodeProL;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttonfront:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
}



.buttoninside {
    border: 2px solid #e8a940;
    color: #e8a940;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: SourceCodeProL;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttoninside:hover {
    background-color: #e8a940;
    color: #fff;
    border: 2px solid #e8a940;
    text-decoration: none;
}


.btn-default {
    border: 2px solid #e8a940;
    color: #e8a940;
    padding: 10px 10px;
    margin-right:5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: SourceCodeProL;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn-default:hover {
    background-color: #e8a940;
    color: #fff;
    border: 2px solid #e8a940;
    text-decoration: none;
}


.button.js-form-submit.form-submit{
    border: 2px solid #e8a940;
    color: #e8a940;
    background-color: #fff;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: SourceCodeProL;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button.js-form-submit.form-submit:hover {
    background-color: #e8a940;
    color: #fff;
    border: 2px solid #e8a940;
    text-decoration: none;
}



/*---------------------------
  Icon animation
----------------------------*/

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.icons:hover {
	-webkit-animation-name: pulse; /* Safari 4.0 - 8.0 */
    animation-name: pulse;
   	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}



/*---------------------------
  Popup
----------------------------*/

.overlay {
  position: fixed;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}


/*---------------------------
  Forum
----------------------------*/

li.action-links::marker {color: #fff;}

.button.button-action {
    border: 2px solid #e8a940;
    color: #e8a940;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: SourceCodeProL;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-bottom: 10px;
}

.button.button-action:hover {
    background-color: #e8a940;
    color: #fff;
    border: 2px solid #e8a940;
    text-decoration: none;
}



/*---------------------------
  Front page
----------------------------*/

#block-frontpagemenu {
  position: fixed;
  background: rgba(255,255,255,0.9);
  width: 100%;
  margin: 0 auto 0px auto;
  text-align: center;
  border-bottom: 1px solid #a4a3a3;
  z-index:10;
}


#block-frontpagelogin, #block-frontpageloggedin {
  background-image: url("https://www.changingtheconversation.ca/colabs/sites/default/files/images/pencils.jpg");
  background-size:cover;
  background-position: relative;
  box-shadow:inset 0 0 0 2000px rgba(180,113,0,0.35);
  text-align: center;
  padding-top: 200px;
  height: 540px;
  margin-bottom:100px;
}

#block-frontpagespacer {
    height: 252px;
}



/*---------------------------
  Video gallery and resource library
----------------------------*/

div.gallery {
    margin: 20px 5px 5px 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
height:400px;
border-radius: 8px;
	padding:5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery iframe {
    width: 100%;
    height: 80%;
}

div.desc {
    padding: 5px;
    text-align: left;
font-size: 8pt;
}


#block-views-block-open-library-resources-block-1 {
    padding: 20px;
}

.views-col {
    font-weight: bold;
    text-align: center;
        margin: 20px 5px 5px 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
    border-radius: 8px;
	padding:5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*---------------------------
  Forum
----------------------------*/


.comments {
    margin-left: 30px;
}

.comments.title{
    background-color:#000;
}


.comment_forum__comment-body{
 padding-left: 15px;
 padding-top: 10px;
 border-left: 3px solid #8fb834;
 border-right: 3px solid #8fb834;
 border-bottom: 3px solid #8fb834;
}

.submitted{
    background-color: #8fb834;
    padding-left:15px;
    margin-bottom:0px;
}

h3.title {
    background-color: #8fb834;
    margin: 0px;
    padding-left:15px;
}

.permalink {
    color: #000;
}

.comment-reply::marker{
    display: none;
}


.comment-reply{
    border: 2px solid #e8a940;
    color: #e8a940;
    background-color: #fff;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 15px;
    font-family: SourceCodeProL;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.comment-reply:hover {
    background-color: #e8bf7a;
    color: #00000;
    border: 2px solid #e8a940;
    text-decoration: none;
    display: none;
}

ul.links.inline {
    margin: 5px 0px 30px 10px;
}

.forum__taxonomy-forums{
    background-color: #607f3e;
    margin: 0px;
    padding-left:15px;
    color:#fff;
    font-weight:bold;
}

a.forum__taxonomy-forums{
    background-color: #607f3e;
    margin: 0px;
    padding-left:15px;
    color:#fff;
}

.forum__body{
 padding-left: 15px;
 padding-top: 10px;
 border-left: 3px solid #607f3e;
 border-right: 3px solid #607f3e;
 border-bottom: 3px solid #607f3e;
 margin-bottom: 30px;
}


/*---------------------------
  Login
----------------------------*/
#user-login-form, #user-register-form, #user-pass{
    width: 500px;
    margin:auto;
    padding: 5px;
    border: 3px solid #c7c9cc;
}

#block-basic-local-tasks {
    display: none;
}

#block-loginlogin, #block-loginaccount, #block-loginreset{
    width:500px;
    margin: auto;
}

.buttonlogin {
    border-top: 2px solid #c7c9cc;
        border-right: 2px solid #c7c9cc;
            border-left: 2px solid #c7c9cc;
    color: #c7c9cc;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: SourceCodeProL;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttonlogin:hover {
    background-color: #e8a940;
    color: #fff;
    border-top: 2px solid #e8a940;
            border-right: 2px solid #e8a940;
                border-left: 2px solid #e8a940;
    text-decoration: none;
}


/*---------------------------
  All and pages
----------------------------*/

#block-basic-content, #block-communityspaceguest, #block-communityspaceuser {
    padding-left: 20px;
    padding-right: 20px;
}

#block-forumdescription, #block-resourcelibrarydescription {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}



/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJhc2UvYmFzZS9fYnV0dG9ucy5zY3NzIiwiYmFzZS9jb25maWcvX3ZhcmlhYmxlcy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL3NldHRpbmdzL19zZXR0aW5ncy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL2xpYnJhcnkvX2ZvbnQtc3RhY2tzLnNjc3MiLCJiYXNlL2NvbmZpZy9fZ3JpZC1zZXR0aW5ncy5zY3NzIiwiYmFzZS9iYXNlLmNzcyIsIm5vZGVfbW9kdWxlcy9ib3VyYm9uL2NvcmUvYm91cmJvbi9saWJyYXJ5L19zaGFkZS5zY3NzIiwiYmFzZS9iYXNlL19mb3Jtcy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL2xpYnJhcnkvX3RpbnQuc2NzcyIsImJhc2UvYmFzZS9fbGlzdHMuc2NzcyIsImJhc2UvYmFzZS9fbWVkaWEuc2NzcyIsImJhc2UvYmFzZS9fdGFibGVzLnNjc3MiLCJiYXNlL2Jhc2UvX3R5cG9ncmFwaHkuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQTtFQUNFLHlCQUFnQjtLQUNoQixzQkNpQ2tCO1VEaENWLGlCQUFDO0VBQ1QsdUJDb0JzQjtFRG5CdEIsVUVzQitCO0VGckIvQixtQkFBZTtFQUNmLFlBQVM7RUFDVCxnQkdPQTtFSE5BLHNCSVpjO0VKYWQsZ0VBQW1DO0VBQ25DLGdCQUFnQjtFQUNoQixvQ0FBYztFQUNkLGlCQ1lhO0VEWGIsZUFBWTtFQUNaLHNCQUFxQjtFQUNyQixtQkFBWTtFQUNaLHNCQUFpQjtFQUNqQixnREFBc0I7RUFDdEIsMkNBQW1CO0VBZ0JwQix3Q0FBQTtFS2xCQywwQkFBMEI7S0xqQjVCLHVCQXNCUztNQUNMLHNCTUVtQztVSkVOLGtCQUFJO0VGRmxDLHVCQUFBO0VLSEQsb0JBQW9CO0NMdEJ0Qjs7QUt5QkE7RUxTRywwQkFBQTtFS1BELFlBQVk7Q0wzQmQ7O0FLOEJBO0VBQ0Usb0JBQW9CO0VFOUJ0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 */
/*# sourceMappingURL=base.css.map */
