html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, vide,
*,
*:before,
*:after {
  font-family: 'open_sansregular';
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*.fa,
*.fa:before {
  font-family: "FontAwesome";
}

body,
#header_wrapper {
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #6939a0;
}

h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

h2 {
  font-size: 20px;
  font-family: 'open_sansbold';
}

h3 {
  font-size: 18px;
  font-family: 'open_sanssemibold';
  margin: 15px 0
}

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

body,
p, li {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

ul, ol {
  margin-left: 40px;
}

.content.node-page ul li {
  list-style: none;
}

.content.node-page ul li:before {
  /* For a round bullet */
  content: '\2022';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: 0;
  color: #6939a0;
  font-size: 20px;
}
ol.bold { font-weight: bold }
ol.bold li * { font-weight: normal }
ol.bold li strong { font-weight: bold }
a {
  color: #009e91;
}

blockquote,
q {
  border: none;
  border-radius: 0px;
  text-shadow: 0px 0px #ffffff;
  background: none;
  font-size: 20px;
  font-family: 'open_sansitalic';
  color: #6939a0;
  line-height: 30px;
  font-style: italic;
}

blockquote p,
q p {
  font-size: 20px;
  font-family: 'open_sansitalic';
  color: #6939a0;
  line-height: 30px;
}

h1,
.page-title {
  font-family: 'open_sansbold';
  font-size: 28px;
  color: #6939a0;
  margin-bottom: 20px;
}

.links li a,
.links li a:hover {
  color: #6ed3cf;
  background: none;
  border: none;
}

#logo,
.user-welcome {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#top-banner {
  float: right;
}

.user-welcome {
  border-left: 1px solid #adb1b6;
  padding: 5px 10px;
  max-width: 110px;
  word-break: break-word;
  font-size: 12px;
}

.user-welcome,
.user-welcome a {
  color:  #21aa9f;
}
.user-welcome a  {
  text-decoration: underline;
  padding-left: 5px;
}

/**
 * Main Menu
 **/
.menu_wrapper {
  background: #6ed3cf;
  border-bottom: 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
  -ms-box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
}

#main-menu li {
  background: none;
  font-family: 'open_sanssemibold';
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#main-menu li:hover,
#main-menu li.active-trail {
  background: #2fafa8;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#main-menu a {
  color: #ffffff;
  padding: 7px 35px;
  margin: 8px 0;
  border-right: 1px solid #90f7f3;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#main-menu li:last-child a {
  border-right: none;
}

#main-menu li:hover a,
#main-menu li.active-trail > a,
#main-menu a:hover,
#main-menu li > a.active {
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


/**
 * LAYOUT
 **/
#header_wrapper {
  margin-top: 10px;
}

#container {
  margin-top: 24px;
}

#content {
  margin-top: 0px;
}

ins.adsbygoogle { background-color: transparent }

/* 2 columns: sidebar-second */
body.sidebar-second .content-sidebar-wrap {
  width: 67%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 32%;
}

body.sidebar-second #post-content {
  padding-left: 0px;
}

#sidebar-second {
  margin-top: 0px;
}

#sidebar-second .block {
  margin-bottom: 20px;
}


/**
 * SECTION
 **/
.page-taxonomy-term .tabs-wrapper {
  display: none;
}

.page-taxonomy-term h1 {
  margin-bottom: 15px;
}

.recent-sectioned-blog-block .date-posted {
  font-size: 13px;
  margin-bottom: 5px;
}

.page-taxonomy-term .pane-content .recent-sectioned-blog-block h2.title {
  font-size: 22px;
}

.recent-sectioned-blog-block .summary {
  font-size: 15px;
  font-family: 'open_sansregular';
}

.recent-sectioned-blog-block .item-list ul.pager {
  margin-top: 0;
  display: block;
  float: none;
  text-align: center;
}

.recent-sectioned-blog-block .item-list ul.pager li {
  display: inline;
}

.page-taxonomy-term h2.pane-title {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: solid 2px #6939a0;
}

.page-taxonomy-term .pane-content {
  border: solid 4px #f1f5fa;
}

.page-taxonomy-term .pane-content ol {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 0;
}

.page-taxonomy-term .pane-content ol li {
  padding: 15px 0;
  border-bottom: solid 1px #d7dbdf;
}

.page-taxonomy-term .pane-content ol li.views-row-last {
  border-bottom: none;
}

.page-taxonomy-term .pane-content h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
}

.page-taxonomy-term .pane-content .authoring {
  font-size: 13px;
}

.page-taxonomy-term .pane-content .view-questions-per-section ul.pager {
  display: none;
}

.page-taxonomy-term .pane-content .view-footer {
  background-color: #f1f5fa;
  padding: 10px 15px;
  min-height: 60px;
  position: relative;
}

.page-taxonomy-term .pane-content .view-footer a.read-more {
  font-family: 'open_sanssemibold';
  font-size: 15px;
}

.page-taxonomy-term .pane-content .view-questions-per-section .view-footer a.read-more {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-taxonomy-term .pane-content .view-footer a:not(.read-more) {
  float: right;
}

.pane-recent-articles-sectioned-panel-pane-1 h2.pane-title {
  margin-bottom: 20px;
}

.pane-recent-articles-sectioned-panel-pane-1 .pane-content {
  border: none;
}

.block .recent-content-block .item-list ul {

}

#content .block .recent-content-block .item-list li {
  width: 50%;
  float: left;
  border-bottom: solid 2px white;
  border-right: solid 2px white;
  padding: 15px 20px;
}

#content .block .recent-content-block .item-list li .views-field-title {
  display: block;
  width: 100%;
}

#content .block .recent-content-block .item-list li .views-field-title h3,
#content .block .recent-content-block .item-list li .views-field-title h3 a {
  font-size: 16px;
}

#content .block .recent-content-block .item-list li .views-field-title h3 {
  margin-bottom: 5px;
}

#content .block .recent-content-block .item-list li .views-field-created .field-content,
#content .block .recent-content-block .item-list li .views-field-field-source .field-content {
  font-size: 13px;
}

#content .block .recent-content-block .item-list li .views-field-created {
  margin-bottom: 5px;
}

.block .recent-content-block .view-footer {
  clear: both;
  min-height: auto;
}



/**
 * WIKI - PARENT PAGE
 **/
.page-taxonomy-term-questions h1 {
  margin-bottom: 40px;
}

.view-questions-per-section table {
  border: none;
}

.view-questions-per-section table th.views-field {
  background-color: white;
  text-shadow: none;
  border: none;
  border-bottom: solid 2px #6939a0;
  padding-right: none;
  width: 62%;
}

.view-questions-per-section table th {
  position: relative;
}

.view-questions-per-section table th.views-align-center {
  width: 19%;
  text-align: center;
}

.view-questions-per-section thead a {
  font-family: 'open_sanssemibold';
  font-size: 12px;
  color: #6939a0;
  text-transform: uppercase;
  position: relative;
}

.view-questions-per-section thead .views-field-value:after,
.view-questions-per-section thead .views-field-nid-1:after {
  font-family: "FontAwesome";
  content: "\f0dd";
  color: #cccccc;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  padding: 0px 0px 5px 2px;
}

.view-questions-per-section thead .views-field-value.active:after,
.view-questions-per-section thead .views-field-nid-1.active:after {
  display: none;
}

.view-questions-per-section thead a img {
  display: inline-block;
  margin-left: 8px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;

  position: absolute;
  right: -15px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.view-questions-per-section thead a:hover img {
  background: none;
}

.view-questions-per-section tbody td {
  background-color: white;
  border-right: none;
  padding: 20px 0;
}

.view-questions-per-section tbody td h2 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 15px;
}

.view-questions-per-section tbody td h2,
.view-questions-per-section tbody td h2 a {
  font-family: 'open_sanssemibold';
  font-size: 15px;
}

.view-questions-per-section tbody td .authoring {
  margin-bottom: 20px;
  padding-left: 15px;
}

.view-questions-per-section tbody td .authoring a {
  font-family: 'open_sansbold';
  font-size:13px;
  color: #333;
}

.view-questions-per-section tbody td .date {
  font-size: 13px;
  color: #a1a1a1;
}

.view-questions-per-section tbody td .item-list ul {
  padding-left: 15px;
  list-style: none;
}

.view-questions-per-section tbody td .item-list ul li {
  display: inline-block;
  margin-right: 7px;
  line-height: 1.1;
}

.view-questions-per-section tbody td .item-list ul li a {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #6939a0;
  background-color: #d7eef1;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.view-questions-per-section tbody td:nth-child(2),
.view-questions-per-section tbody td:last-child {
  font-family: 'open_sansbold';
  font-size:15px;
  color: #6939a0;
}


/**
 * WIKI
 **/

/*
.node-type-answers-question .tabs-wrapper {
  display: none;
}
*/
.answer-widgets {
  max-width: 150px;
  width: 21%;
  width: 150px;
  padding-right: 20px;
}

.answer-body {
  width: 79%;
  max-width: 480px;
}

.answer-body .field-name-body p {
  font-family: 'open_sanssemibold';
}

.answer-body span.date {
  display: block;
  margin-bottom: 55px;
  font-size: 13px;
}

.node-answers-wrapper .node-answers-answer .rate-widget-number_up_down,
.node-answers-wrapper .node-answers-question .rate-widget-number_up_down {
  margin-top: 20px;
  margin-left: 15px;
}

.node-answers-question .field-name-field-question-tags a {
  color: #6939a0 !important;
}

.node-answers-wrapper .view-question-answers .view-header {
  margin-bottom: 0;
}

.answers-list .node-answers-answer {
  padding: 0 20px;
}

.answers-list .view-content .node-answers-wrapper h2 {
  margin: 0;
}

.answers-list .node-answers-wrapper .node-answers-answer .rate-widget-number_up_down,
.answers-list .node-answers-wrapper .node-answers-question .rate-widget-number_up_down {
  margin-top: 40px;
}

.answers-list .flag-best-answer a,
.answers-list .marked-best-answer {
  margin-top: 25px;
  margin-bottom: 20px;
}

.answers-list .answer-body span.date {
  margin-bottom: 18px;
}

.answers-list .links li a {
  font-family: 'open_sanssemibold';
}

.answers-list span.flag-throbber {
  display: none;
}

.new-answer-form .grippie,
.new-answer-form .description,
.new-answer-form .filter-wrapper,
.new-answer-form .vertical-tabs {
  display: none;
}

.new-answer-form .form-wrapper {
  margin-bottom: 10px;
}

.new-answer-form h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.new-answer-form .form-textarea {
  height: 90px;
  outline: none;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}


/**
 * ARTICLE PAGE
 **/
.node-type-article h1.page-title,
.node-type-blog-post h1.page-title {
  margin-bottom: 20px;
}

.node-type-article blockquote,
.node-type-article q,
.node-type-blog-post blockquote,
.node-type-blog-post q {
  padding-left: 30px;
}

.node-type-article blockquote p,
.node-type-article q p,
.node-type-blog-post blockquote p,
.node-type-blog-post q p {
  font-family: 'open_sansitalic';
  font-size: 20px;
  color: #6939a0;
}

.node-type-article .content > .field-name-field-image,
.node-type-blog-post .content > .field-name-field-image {
  margin-bottom: 15px;
}

.node-type-article .content .field-name-body ul,
.node-type-blog-post .content .field-name-body ul {
  margin-bottom: 18px;
  margin-left: 0;
}

.node-type-article .content .field-name-body ul li,
.node-type-blog-post .content .field-name-body ul li {
  list-style: none;
  background: url('../images/list-bullet.png') no-repeat 27px 10px;
  padding-left: 40px;
  margin-bottom: 18px;
}

.node-type-article .content .field-name-body ul li:last-child,
.node-type-blog-post .content .field-name-body ul li:last-child {
  margin-bottom: 0;
}


/**
 * SIDEBAR
 **/
#sidebar-second .block .recent-content-block .views-field-title {
  width: 220px;
}

#sidebar-second .view-questions-per-section .item-list ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar-second .view-questions-per-section .item-list ol li {
  margin-bottom: 20px;
}

#sidebar-second .view-questions-per-section .item-list ol li a {
  font-size: 15px;
}

#sidebar-second .view-footer .more-link {
  background-color: #f1f5fa;
  padding: 8px 10px;
  text-align: left;
}

#sidebar-second .view-footer .more-link a {
  font-family: 'open_sanssemibold';
  font-size: 15px;
}

 #sidebar-second .banner-block ins {
  max-width: 100%;
}


/**
 * PAGINATION
 **/
.item-list .pager {
  text-align: left;
  margin-top: 30px;
  padding-left: 0;
}

.item-list .pager li {
  font-size: 14px;

  background-color: transparent;
  padding: 7px 10px;
  text-align: center;
  text-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.item-list .pager li:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.item-list .pager li.pager-current {
  background-color: #6939a0;
  color: white;
}



/**
 * FORMS
 **/
.form-actions {
  margin: 0;
  padding: 0;
}
.form-item {
  margin-top: 0px;
}
.form-item input {
  padding: 10px;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.button,
.page-taxonomy-term .pane-content .view-footer a:not(.read-more),
.ask-question-link .content a {
  padding: 8px 20px;
  display: inline-block;
  background-color: #6ed3cf;
  background-image: none;
  border: none;
  color: #ffffff;
  font-size: 15px;
  text-shadow: none;
  box-shadow: 0 1px 0 0 #bbbec2;
  margin: 0;
  letter-spacing: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:hover,
.page-taxonomy-term .pane-content .view-footer a:not(.read-more):hover,
.ask-question-link .content a:hover {
  background-color: #2fafa8;
  background-image: none;
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

#sidebar-second .block.ask-question-link {
  margin-bottom: 20px;
}

.ask-question-link .content a {
  width: 100%;
  text-align: center;
}

/**
 * Search Block
 **/
#block-search-form  {
  position: relative;
  padding-bottom: 0px;
}

#block-search-form input {
  background-color: #f7f7f7;
}

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  height: auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f7f7f7;
  width: 100%;
  font-size: 15px;
  outline: none;
}

#search-block-form .form-actions {
  position: absolute;
  top: 7px;
  right: 6px;
}
#search-block-form .form-actions:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 7px;
  right: 6px;
}
#search-block-form .form-actions input {
  background: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/**
 * Breadcrumb
 **/
.breadcrumb {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0;
  color: #6939a0;
}

/**
 * Blocks
 **/
.block > h2 {
  font-size: 18px;
  border-bottom: 2px solid #6939a0;
  font-family: 'open_sansbold';
  text-transform: none;
  color: #6939a0;
  margin-bottom: 0px;
}

/**
 * ADD THIS BLOCK
 **/
.social-share {
  text-align: center;
}
.social-share .social-share-cta {
  color: #6939a0;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.social-share .addthis_sharing_toolbox {
  display: inline-block;
  vertical-align: middle;
}

.social-share .stButton {
  margin-left: 5px;
  margin-right: 5px;
}

.social-share .stButton .stLarge {
  height: 29px;
}
.social-share .stButton .stLarge {
  background-image: url("../images/social-media.png") !important;
}
.social-share .st_facebook_large .stLarge,
.social-share .st_facebook_large .stLarge:hover {
  background-position: 0px 0px;
  width: 15px;
}
.social-share .st_twitter_large .stLarge,
.social-share .st_twitter_large .stLarge:hover {
  background-position: 79px 0px;
  width: 29px;
}
.social-share .st_googleplus_large .stLarge,
.social-share .st_googleplus_large .stLarge:hover {
  background-position: 32px 0px;
}

.social-share .st_email_large .stButton {
  top: 5px;
}

.social-share .st_email_large .stButton .stLarge,
.social-share .st_email_large .stButton .stLarge:hover {
  background-image: url("../images/icon-email.png") !important;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
}


.block .recent-content-block ul {
  list-style-type: none;
  padding: 0px;
}
.block .recent-content-block li {
  background-color: #f1f5fa;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.block .recent-content-block h3 {
  margin: 0px;
}
.block .recent-content-block a {
  font-size: 15px;
  font-family: 'open_sanssemibold';
}
.block .recent-content-block .views-field-field-image,
.block .recent-content-block .views-field-title {
  float: left;
}
.block .recent-content-block .views-field-field-image {
  margin-right: 10px;
}
.block .recent-content-block .views-field-field-image a {
  display: block;
}

.content a img {
  padding: 0px;
  border: 1px solid #cdcdcd;
  box-shadow: 0px 0px 0px #ffffff;
  background: none;
  display: block;
}



#top-banner .banner-block {
  width: 730px;
  text-align: right;
  float: right;
  height: 90px;
}
#sidebar-second .banner-block {
  text-align: center;
}

/**
 * THE LOGIN BLOCK
 **/
#block-user-login h2 {
  display: none;
}
#block-user-login {
  background-color: #f1f5fa;
  padding: 20px;
}
#block-user-login  input {
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}
#block-user-login .form-submit {
  background-color: #6ed3cf;
  background-image: none;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-family: "open_sanssemibold";
  text-shadow: none;
  box-shadow: 0 1px 0 0 #bbbec2;
  width: 100%;
  margin: 0;
}


/**
 * The slider
 **/
.slider-wrapper {
  position: relative;
}
.slider-wrapper #slider {
  border: none;
  box-shadow: 0px 0px 0px transparent;
}
.theme-default .nivo-caption {
  padding: 20px 25px;
  background: #6a3aa0;
  font-family: 'open_sansbold';
  font-size: 22px;
  opacity: 1;
  background-color: rgba(106,58,160,0.8);
}
.theme-default .nivo-controlNav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  padding: 0;
  height: 12px;
}
.theme-default .nivo-directionNav a {
  background-image: url("../images/arrows.png");
  height: 26px;
  width: 26px;
}
.theme-default a.nivo-nextNav {
  background-position: -26px 0;
}

.theme-default .nivo-controlNav a {
  background-image: none;
  width: 10px;
  height: 10px;
  background: #ffffff;
  margin: 0 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

.nivo-controlNav a.active {
  background: #6ed3cf;
}

/**
 * Footer
 **/
#footer {
  padding-top: 30px;
}
 
#footer,
.footer_credit {
  border-top: none;
  background: #f1f5fa;
  color: #6939a0;
  font-family: 'open_sansregular';
  overflow: inherit;
}

.footer_credit {
  padding-top: 0px;
}

#footer a {
  color: #009e91;
  font-size: 13px;
}

#footer-menu ul {
  list-style-type: none;
  padding: 0px;
  margin-left: 0;
}

#footer-menu li {
  float: left;
  list-style-type: none;
  list-style-image: none;
}

#footer-menu li a {
  padding-right: 10px;
  margin-bottom: 15px;
}

#footer-menu li + li a {
  border-left: 1px solid #adb1b6;
  padding: 0 10px;
}

#copyright {
  margin-top: 15px;
}

.copyright, 
#copyright p,
#copyright-section p {
  float: none;
  color: #6939a0;
  margin-bottom: 15px;
  font-size: 12px;
}

/**
 * MESSAGE/STATUS
 **/

 .message { padding: 10px }
 .message, .messages.status {
  background-color: #e9e1f1;
  border: solid 1px #6939a0;
  color: #515052;
 }
div.toc-filter-back-to-top { height: 17px }