.profile-header {
  color: #ffffff; }
  .profile-header .link-manage-group {
    color: #15315a; }
    .profile-header .link-manage-group:hover, .profile-header .link-manage-group:focus, .profile-header .link-manage-group:active {
      color: hover-color(#588235); }

.profile-header-about-wrapper {
  position: relative;
  z-index: 4;
  background: #ffffff url('/static/newdesign/images/groups/bg-oer-washed-logo.jpg?55689378cb3a') no-repeat left top;
  background-size: 100% 100%; }

.profile-header-about {
  padding-bottom: 30px;
  display: flex;
  box-sizing: border-box;
  min-height: 324px;
  position: relative;
  z-index: 1; }
  .profile-header-about.container::before, .profile-header-about.container::after {
    display: none; }
  @media only screen and (max-width: 767px) {
    .profile-header-about {
      flex-wrap: wrap; } }

.profile-header-logo-wrapper {
  margin-right: 30px;
  padding-top: 30px;
  width: 202px; }
  html[dir="rtl"] .profile-header-logo-wrapper {
    margin-right: 0;
    margin-left: 30px; }
  .profile-header-logo-wrapper .link-manage-group-container {
    margin: 1em 0 0 0;
    text-align: center; }

.profile-header-logo {
  width: 100%;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .profile-header-logo .circle-image img {
    width: 202px;
    height: 202px;
    padding: 5px;
    border: 1px solid #666666;
    border-radius: 50%; }

.profile-header-info {
  padding-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #15315a;
  z-index: 1; }

.profile-header-info h1 {
  margin: 0 0 15px 0;
  font-family: "Arvo", serif;
  font-size: 31px;
  font-weight: normal;
  color: #15315a; }
.profile-header-info .btn-info.disabled {
  color: #15315a; }
.profile-header-info .alert-info {
  background-color: #dcd8d4;
  color: #15315a;
  border-color: #dcd8d4;
  width: 90px;
  padding: 10px 15px; }

.profile-header-info-description {
  margin-bottom: 15px; }

.profile-header-info-counters {
  margin-top: 10px;
  margin-bottom: 15px; }
  .profile-header-info-counters .counter {
    font-weight: 600;
    font-size: 18px; }
  .profile-header-info-counters .separator {
    margin: 0 .25em;
    color: transparent;
    background-color: transparent; }
  .profile-header-info-counters .fa {
    margin-right: .25em;
    font-size: 18px; }
    html[dir="rtl"] .profile-header-info-counters .fa {
      margin-right: 0;
      margin-left: 0.25em; }

.profile-header-dropdown {
  display: inline-block; }

.profile-header-button {
  font-size: 16px;
  color: #ffffff; }
  .profile-header-button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .profile-header-button.btn .fa {
    margin-right: 0; }

.profile-header-dropdown .profile-header-dropdown-toggle .fa-chevron-up {
  display: none; }

.profile-header-dropdown.open .profile-header-dropdown-toggle .fa-chevron-up {
  display: inline-block; }
.profile-header-dropdown.open .profile-header-dropdown-toggle .fa-chevron-down {
  display: none; }

.profile-header-dropdown-menu {
  width: 100%;
  padding: 0; }
  .profile-header-dropdown-menu > li {
    border-bottom: 1px #CCCCCC dashed;
    position: relative; }
    .profile-header-dropdown-menu > li:last-child {
      border-bottom: none; }
  .profile-header-dropdown-menu > li > a, .profile-header-dropdown-menu > li > form > button {
    padding: 8px 12px;
    display: block;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 15px;
    color: #15315a; }
    html[dir="rtl"] .profile-header-dropdown-menu > li > a, html[dir="rtl"] .profile-header-dropdown-menu > li > form > button {
      text-align: right; }
    .profile-header-dropdown-menu > li > a:hover, .profile-header-dropdown-menu > li > a:focus, .profile-header-dropdown-menu > li > form > button:hover, .profile-header-dropdown-menu > li > form > button:focus {
      color: #15315a;
      background-color: #f5f5f5; }

.profile-header-dropdown-menu-tooltip {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 18px;
  color: #a09e9f;
  cursor: default; }
  html[dir="rtl"] .profile-header-dropdown-menu-tooltip {
    right: auto;
    left: 12px; }
  .profile-header-dropdown-menu-tooltip a {
    color: #588235;
    cursor: pointer; }
  .profile-header-dropdown-menu-tooltip:hover::after {
    content: "";
    display: block;
    width: 30px;
    height: 100px;
    position: absolute;
    top: -40px;
    right: -30px; }
    html[dir="rtl"] .profile-header-dropdown-menu-tooltip:hover::after {
      right: auto;
      left: -30px; }

.profile-header-dropdown .tooltip-inner {
  padding: 6px 12px;
  width: 300px;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal; }

.profile-header-navigation {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  z-index: 4; }
  .profile-header-navigation ul {
    margin: 0;
    display: flex;
    align-items: baseline; }
    @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
      .profile-header-navigation ul {
        flex-wrap: wrap; } }
  .profile-header-navigation ul li {
    border: 1px solid transparent;
    border-bottom-width: 0;
    white-space: nowrap;
    background-color: #ffffff; }
    .profile-header-navigation ul li.selected {
      background-color: #15315a;
      color: #ffffff; }
    @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
      .profile-header-navigation ul li {
        border-bottom-width: 1px; } }
    .profile-header-navigation ul li.control-panel {
      display: none; }
    .profile-header-navigation ul li a {
      padding: 10px 20px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .profile-header-navigation ul li a {
          padding: 10px 8px; } }
      .profile-header-navigation ul li a:hover, .profile-header-navigation ul li a:focus {
        color: #15315a;
        background-color: #dcd8d4; }
    .profile-header-navigation ul li.selected a {
      color: #ffffff; }
      .profile-header-navigation ul li.selected a:hover, .profile-header-navigation ul li.selected a:focus {
        color: #15315a; }
  .profile-header-navigation.affix {
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.profile-header-in-content {
  margin: 0 0 20px;
  font-family: "Arvo", serif;
  font-size: 21px;
  line-height: 1.5; }

.profile-header-action-wrapper {
  display: flex; }
  .profile-header-action-wrapper .profile-header-leave-button {
    margin-left: 20px; }
    .profile-header-action-wrapper .profile-header-leave-button a {
      font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .profile-header-action-wrapper {
      flex-direction: column; }
      .profile-header-action-wrapper .profile-header-leave-button {
        margin-left: 0;
        margin-top: 15px; } }

.group-button-pin {
  margin: 0;
  padding: 0 10px;
  background: none;
  border: none;
  font-size: 20px;
  color: #a09e9f; }
  .group-button-pin:hover {
    color: #000000; }
  .group-button-pin .fa {
    position: relative;
    left: -2px;
    transform: rotateZ(90deg); }
  .group-button-pin.mod-pinned {
    color: #000000; }
    .group-button-pin.mod-pinned:hover {
      color: #a09e9f; }
    .group-button-pin.mod-pinned .fa {
      left: 0;
      transform: none; }

.media-heading a:hover {
  color: #4a6e2d; }

.save-widget {
  display: inline-block;
  position: relative; }

.save-widget-popup {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 15px;
  min-width: 250px;
  max-width: 500px; }

.save-widget-section {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px;
  padding: 0 0 10px; }

.save-widget-section-title {
  font-family: "Arvo", serif;
  font-weight: normal;
  font-size: 1em;
  margin: 0 0 10px 0; }

.save-widget-section-content {
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px; }

.save-widget-folders-list,
.save-widget-subfolders-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.save-widget-subfolders-list {
  margin-left: 10px; }
  html[dir='rtl'] .save-widget-subfolders-list {
    margin-left: 0;
    margin-right: 10px; }

.save-widget-folder {
  margin: 0 -3px;
  padding: 0 3px; }

.save-widget-folder-link {
  cursor: pointer;
  color: #15315a; }
  .save-widget-folder-link:hover, .save-widget-folder-link:focus {
    background: #e6e6e6; }

.save-widget-group-title {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 5px; }
  html[dir='rtl'] .save-widget-group-title {
    padding-left: 0;
    padding-right: 20px; }
  .save-widget-group-title img {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle; }

.save-widget-group-folders {
  margin-left: 20px;
  margin-bottom: 7px; }
  html[dir='rtl'] .save-widget-group-folders {
    margin-left: 0;
    margin-right: 20px; }

.save-widget-buttons {
  text-align: right; }
  .save-widget-buttons html[dir='rtl'] {
    text-align: left; }

.save-widget-new-folder {
  display: none; }

.fa-caret-down {
  position: relative;
  top: 1px;
  margin-left: 8px; }

.content * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sidebar {
  margin-bottom: 3em; }
  html[dir="rtl"] .sidebar {
    direction: rtl; }
  .sidebar nav {
    margin-bottom: 1.92308em; }
  .sidebar .navigation {
    font-family: "Arvo", serif; }
    .sidebar .navigation li a {
      display: block;
      position: relative;
      padding: 10px 5px; }
      .sidebar .navigation li a:after {
        -moz-transition: right 0.1s;
        -o-transition: right 0.1s;
        -webkit-transition: right 0.1s;
        transition: right 0.1s;
        content: "\f105";
        position: absolute;
        right: 5px;
        font-family: FontAwesome;
        font-size: 13px;
        color: #15315a; }
        @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
          .sidebar .navigation li a:after {
            display: none; } }
    .sidebar .navigation li.selected a, .sidebar .navigation li:hover a {
      color: #000000;
      background-color: #d6dee0; }
    .sidebar .navigation li:hover a:after {
      right: 8px; }
  .sidebar li > a {
    display: block;
    padding: 0.8em 1em;
    font-size: 16px;
    word-wrap: break-word;
    border-bottom: 1px solid #cccccc; }
    .sidebar li > a:hover {
      background-color: #588235;
      color: #ffffff; }
  .sidebar li.selected > a {
    background-color: #15315a;
    color: #ffffff; }

.sidebar h1,
.sidebar-h3 {
  padding-left: 0;
  line-height: 2.5em;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc; }

.content .main-column {
  *zoom: 1; }
  .content .main-column:before, .content .main-column:after {
    display: table;
    content: ""; }
  .content .main-column:after {
    clear: both; }
  html[dir="rtl"] .content .main-column {
    direction: rtl; }

.profile-header {
  color: #ffffff; }
  .profile-header .link-manage-group {
    color: #15315a; }
    .profile-header .link-manage-group:hover, .profile-header .link-manage-group:focus, .profile-header .link-manage-group:active {
      color: hover-color(#588235); }

.profile-header-about-wrapper {
  position: relative;
  z-index: 4;
  background: #ffffff url('/static/newdesign/images/groups/bg-oer-washed-logo.jpg?55689378cb3a') no-repeat left top;
  background-size: 100% 100%; }

.profile-header-about {
  padding-bottom: 30px;
  display: flex;
  box-sizing: border-box;
  min-height: 324px;
  position: relative;
  z-index: 1; }
  .profile-header-about.container::before, .profile-header-about.container::after {
    display: none; }
  @media only screen and (max-width: 767px) {
    .profile-header-about {
      flex-wrap: wrap; } }

.profile-header-logo-wrapper {
  margin-right: 30px;
  padding-top: 30px;
  width: 202px; }
  html[dir="rtl"] .profile-header-logo-wrapper {
    margin-right: 0;
    margin-left: 30px; }
  .profile-header-logo-wrapper .link-manage-group-container {
    margin: 1em 0 0 0;
    text-align: center; }

.profile-header-logo {
  width: 100%;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .profile-header-logo .circle-image img {
    width: 202px;
    height: 202px;
    padding: 5px;
    border: 1px solid #666666;
    border-radius: 50%; }

.profile-header-info {
  padding-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #15315a;
  z-index: 1; }

.profile-header-info h1 {
  margin: 0 0 15px 0;
  font-family: "Arvo", serif;
  font-size: 31px;
  font-weight: normal;
  color: #15315a; }
.profile-header-info .btn-info.disabled {
  color: #15315a; }
.profile-header-info .alert-info {
  background-color: #dcd8d4;
  color: #15315a;
  border-color: #dcd8d4;
  width: 90px;
  padding: 10px 15px; }

.profile-header-info-description {
  margin-bottom: 15px; }

.profile-header-info-counters {
  margin-top: 10px;
  margin-bottom: 15px; }
  .profile-header-info-counters .counter {
    font-weight: 600;
    font-size: 18px; }
  .profile-header-info-counters .separator {
    margin: 0 .25em;
    color: transparent;
    background-color: transparent; }
  .profile-header-info-counters .fa {
    margin-right: .25em;
    font-size: 18px; }
    html[dir="rtl"] .profile-header-info-counters .fa {
      margin-right: 0;
      margin-left: 0.25em; }

.profile-header-dropdown {
  display: inline-block; }

.profile-header-button {
  font-size: 16px;
  color: #ffffff; }
  .profile-header-button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .profile-header-button.btn .fa {
    margin-right: 0; }

.profile-header-dropdown .profile-header-dropdown-toggle .fa-chevron-up {
  display: none; }

.profile-header-dropdown.open .profile-header-dropdown-toggle .fa-chevron-up {
  display: inline-block; }
.profile-header-dropdown.open .profile-header-dropdown-toggle .fa-chevron-down {
  display: none; }

.profile-header-dropdown-menu {
  width: 100%;
  padding: 0; }
  .profile-header-dropdown-menu > li {
    border-bottom: 1px #CCCCCC dashed;
    position: relative; }
    .profile-header-dropdown-menu > li:last-child {
      border-bottom: none; }
  .profile-header-dropdown-menu > li > a, .profile-header-dropdown-menu > li > form > button {
    padding: 8px 12px;
    display: block;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 15px;
    color: #15315a; }
    html[dir="rtl"] .profile-header-dropdown-menu > li > a, html[dir="rtl"] .profile-header-dropdown-menu > li > form > button {
      text-align: right; }
    .profile-header-dropdown-menu > li > a:hover, .profile-header-dropdown-menu > li > a:focus, .profile-header-dropdown-menu > li > form > button:hover, .profile-header-dropdown-menu > li > form > button:focus {
      color: #15315a;
      background-color: #f5f5f5; }

.profile-header-dropdown-menu-tooltip {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 18px;
  color: #a09e9f;
  cursor: default; }
  html[dir="rtl"] .profile-header-dropdown-menu-tooltip {
    right: auto;
    left: 12px; }
  .profile-header-dropdown-menu-tooltip a {
    color: #588235;
    cursor: pointer; }
  .profile-header-dropdown-menu-tooltip:hover::after {
    content: "";
    display: block;
    width: 30px;
    height: 100px;
    position: absolute;
    top: -40px;
    right: -30px; }
    html[dir="rtl"] .profile-header-dropdown-menu-tooltip:hover::after {
      right: auto;
      left: -30px; }

.profile-header-dropdown .tooltip-inner {
  padding: 6px 12px;
  width: 300px;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal; }

.profile-header-navigation {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  z-index: 4; }
  .profile-header-navigation ul {
    margin: 0;
    display: flex;
    align-items: baseline; }
    @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
      .profile-header-navigation ul {
        flex-wrap: wrap; } }
  .profile-header-navigation ul li {
    border: 1px solid transparent;
    border-bottom-width: 0;
    white-space: nowrap;
    background-color: #ffffff; }
    .profile-header-navigation ul li.selected {
      background-color: #15315a;
      color: #ffffff; }
    @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
      .profile-header-navigation ul li {
        border-bottom-width: 1px; } }
    .profile-header-navigation ul li.control-panel {
      display: none; }
    .profile-header-navigation ul li a {
      padding: 10px 20px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .profile-header-navigation ul li a {
          padding: 10px 8px; } }
      .profile-header-navigation ul li a:hover, .profile-header-navigation ul li a:focus {
        color: #15315a;
        background-color: #dcd8d4; }
    .profile-header-navigation ul li.selected a {
      color: #ffffff; }
      .profile-header-navigation ul li.selected a:hover, .profile-header-navigation ul li.selected a:focus {
        color: #15315a; }
  .profile-header-navigation.affix {
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.profile-header-in-content {
  margin: 0 0 20px;
  font-family: "Arvo", serif;
  font-size: 21px;
  line-height: 1.5; }

.profile-header-action-wrapper {
  display: flex; }
  .profile-header-action-wrapper .profile-header-leave-button {
    margin-left: 20px; }
    .profile-header-action-wrapper .profile-header-leave-button a {
      font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .profile-header-action-wrapper {
      flex-direction: column; }
      .profile-header-action-wrapper .profile-header-leave-button {
        margin-left: 0;
        margin-top: 15px; } }

.clever-back-to-my-groups-link-ct {
  position: relative; }

.clever-back-to-my-groups-link {
  position: absolute;
  top: 10px;
  left: 15px;
  padding: 2px 15px;
  color: #2395D1;
  border: 1px solid #2395D1;
  border-radius: 5px;
  z-index: 10; }
  .clever-back-to-my-groups-link .fa {
    margin-right: 5px;
    vertical-align: -4px; }
  .clever-back-to-my-groups-link:hover {
    border-color: #B2D46F; }

.content-section-empty {
  border: 1px dotted #999;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px; }

.content-section-empty-title {
  margin-bottom: 1em;
  font-family: "Arvo", serif;
  font-size: 21px;
  color: #000000; }

.content-section-empty-p {
  margin-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #747474; }

.content-section-empty-image {
  display: block;
  color: #dedfdf;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .content-section-empty-image .fa {
    font-size: 140px; }

.remix-label {
  position: absolute;
  width: 100px;
  padding: 6px;
  top: 0;
  right: 0;
  background-color: #ddd;
  color: #555555;
  text-align: center; }
  .remix-label:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 30px solid #fff;
    border-right: 10px solid transparent;
    width: 0; }

.folder-management-form-modal {
  font-size: 1.1em; }

.folder-management-form-modal input.form-control[type="text"] {
  font-size: 1.1em; }

.folder-management-form-modal-delete-warning {
  font-size: 18px;
  font-weight: bold;
  color: #DB524B; }

.folder-management-form-modal-delete-folder-name {
  margin: 20px 0;
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center; }

.folder-management-form-modal-delete-folder-name .fa {
  margin-right: .5em;
  color: #999999; }

.folder-management-form-modal-delete-text {
  margin-bottom: 1em;
  font-size: 16px;
  color: #333333; }

.resources-list-headers {
  margin-bottom: 1em; }

.resources-list-headers-item {
  margin: 0;
  font: 500 21px / 30px "Arvo", serif;
  display: inline; }
  .resources-list-headers-item:link {
    text-decoration: underline; }
  .resources-list-headers-item::before {
    margin: 0 .3em 0 .3em;
    content: ">"; }
  .resources-list-headers-item:first-child::before {
    margin: 0;
    content: ""; }

.resources-list-headers-item-counter {
  font-size: .8em;
  color: #747474; }

.resources-list-headers-item-filter-text {
  margin-left: .5em; }

.sidebar-folder-list-wrapper {
  margin-bottom: 2em;
  background-color: #15315a;
  padding: 15px; }

.sidebar-folder-list {
  margin: 0;
  padding: 0; }
  .sidebar-folder-list li {
    list-style: none; }

.sidebar-folder-item {
  padding: 0;
  margin: 0;
  position: relative; }
  .sidebar-folder-item.mod-collapsed .sidebar-folder-list-level-1 {
    display: none; }
  .sidebar-folder-item.mod-expanded .sidebar-folder-list-level-1 {
    display: block; }

.sidebar-folder-item-title {
  padding-left: 8px;
  min-height: 32px;
  border-left: 4px solid transparent;
  display: flex;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff; }
  .sidebar-folder-item-title:hover, .sidebar-folder-item-title:focus, .sidebar-folder-item-title-wrapper:hover .sidebar-folder-item-title {
    background: #dcd8d4;
    color: #15315a; }
    .sidebar-folder-item-title:hover .fa, .sidebar-folder-item-title:focus .fa, .sidebar-folder-item-title-wrapper:hover .sidebar-folder-item-title .fa {
      color: #15315a; }
  .sidebar-folder-item-title.mod-active, .sidebar-folder-item-title-wrapper:hover .sidebar-folder-item-title.mod-active {
    border-left-color: #588235;
    background: #ffffff;
    color: #15315a; }
    .sidebar-folder-item-title.mod-active .fa, .sidebar-folder-item-title-wrapper:hover .sidebar-folder-item-title.mod-active .fa {
      color: #15315a; }
  .sidebar-folder-list-level-1 .sidebar-folder-item-title {
    padding-left: 35px; }

.sidebar-folder-item-title-extend {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  display: flex;
  align-items: center; }

.sidebar-folder-item-title-text {
  margin-top: 3px;
  flex-grow: 2; }

.sidebar-folder-item-icon {
  margin-right: .5em;
  display: flex;
  align-items: center;
  height: 32px;
  color: #ffffff; }

.sidebar-folder-item-icon-caret {
  padding-left: 8px;
  margin-left: -8px;
  width: 18px;
  min-width: 18px;
  text-align: center;
  justify-content: center; }
  .sidebar-folder-item-icon-caret:hover {
    color: #666666; }

.sidebar-folder-item-icon-folder {
  margin-right: .2em;
  min-width: 18px; }

.sidebar-folder-item-menu-button,
.sidebar-folder-item-menu-button.btn-default,
.btn-group > .sidebar-folder-item-menu-button.btn:first-child {
  margin: 0 .25em;
  padding: 0;
  position: relative;
  color: #000000;
  font-size: 26px;
  line-height: 26px;
  border: none;
  background-color: #ffffff;
  box-shadow: none; }
  .sidebar-folder-item-menu-button:hover, .sidebar-folder-item-menu-button:focus, .open.dropdown .sidebar-folder-item-menu-button,
  .sidebar-folder-item-menu-button.btn-default:hover,
  .sidebar-folder-item-menu-button.btn-default:focus, .open.dropdown
  .sidebar-folder-item-menu-button.btn-default,
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child:hover,
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child:focus, .open.dropdown
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child {
    color: #000000; }
  .sidebar-folder-item-menu-button:focus,
  .sidebar-folder-item-menu-button.btn-default:focus,
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .sidebar-folder-item-menu-button .fa,
  .sidebar-folder-item-menu-button.btn-default .fa,
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child .fa {
    padding: 0 .25em; }
  .sidebar-folder-item-title-wrapper:hover .sidebar-folder-item-menu-button, .sidebar-folder-item-title-wrapper:hover
  .sidebar-folder-item-menu-button.btn-default, .sidebar-folder-item-title-wrapper:hover
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child {
    background: #e1e1e1; }
  .sidebar-folder-item-title-wrapper.mod-active:hover .sidebar-folder-item-menu-button, .sidebar-folder-item-title-wrapper.mod-active:hover
  .sidebar-folder-item-menu-button.btn-default, .sidebar-folder-item-title-wrapper.mod-active:hover
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child {
    background: #ffffff; }

.sidebar-folder-item-loading {
  margin: 0 .5em;
  color: #BBBBBB;
  font-size: 17px;
  line-height: 17px;
  width: 17px;
  height: 17px; }

.sidebar-folder-item .dropdown-menu {
  padding: 0;
  left: auto;
  right: -10px; }
  .sidebar-folder-item .dropdown-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 25px;
    background: #FFFFFF;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border-left: 1px rgba(0, 0, 0, 0.15) solid;
    border-top: 1px rgba(0, 0, 0, 0.15) solid;
    z-index: -1;
    pointer-events: none; }

.sidebar-folder-item .dropdown-menu > li {
  border-bottom: 1px #BBBBBB solid; }
  .sidebar-folder-item .dropdown-menu > li:last-child {
    border-bottom: none; }

.sidebar-folder-item .dropdown-menu > li > a {
  padding: 10px 20px;
  color: #15315a; }

.sidebar-folder-list-level-0 {
  margin-bottom: 30px; }

.sidebar-folder-list-title {
  margin-top: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #ffffff; }
  .sidebar-folder-list-title h3 {
    margin-top: 0; }

.sidebar-folder-list-title-new-folder-link {
  padding: 0;
  font: 300 16px / 16px "Arvo", serif;
  color: #ffffff;
  border: none;
  background: none;
  font-weight: normal; }
  .sidebar-folder-list-title-new-folder-link:hover, .sidebar-folder-list-title-new-folder-link:focus {
    color: #588235; }

.sidebar-folder-list-title-new-folder-button {
  margin: 2em auto;
  padding: .5em 1em .4em 1em;
  display: block;
  font: 300 14px / 14px "Arvo", serif;
  color: #15315a;
  border: #15315a 1px solid;
  background: #FFFFFF; }
  .sidebar-folder-list-title-new-folder-button:hover, .sidebar-folder-list-title-new-folder-button:focus {
    color: #15315a;
    border-color: #15315a;
    background: #dcd8d4; }
  .sidebar-folder-list-title-new-folder-button .fa-stack {
    margin-right: .5em;
    font-size: 10px; }

.sidebar-folder-item-title-text-counter {
  margin-left: .5em;
  font-size: .8em; }

.resources-list-subfolders {
  margin-bottom: 1em; }

.resources-list-subfolders-item {
  margin-bottom: 3px;
  padding: 15px;
  display: flex;
  height: 70px;
  align-items: center;
  background: #FFFFFF; }
  .resources-list-subfolders-item:hover {
    background: #DEEFF8; }

.resources-list-subfolders-item-icon {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px #999 solid;
  height: 40px;
  color: #000000;
  font-size: 2em; }
  html[dir="rtl"] .resources-list-subfolders-item-icon {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px #999 solid; }

.resources-list-subfolders-item-title {
  margin: 0 0 .5em 0;
  font: bold 14px / 14px "Open Sans", sans-serif; }

.resources-list-subfolders-item-text {
  font: normal 14px / 14px "Open Sans", sans-serif;
  color: #474f60; }

.content {
  -webkit-box-shadow: inset 0 10px 10px -10px #999;
  -moz-box-shadow: inset 0 10px 10px -10px #999;
  -ms-box-shadow: inset 0 10px 10px -10px #999;
  box-shadow: inset 0 10px 10px -10px #999;
  padding: 3.84615em 0; }
  .fl-theme-bw .content, .fl-theme-by .content, .fl-theme-wb .content, .fl-theme-yb .content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-top: solid 1px; }

/* deprecated all .sidebar styles for oerc */
.sidebar .create-form,
.sidebar .update-form {
  display: none;
  position: relative;
  margin: 5px 0; }
  .sidebar .create-form input[type='text'],
  .sidebar .update-form input[type='text'] {
    width: 170px;
    height: 3em;
    padding: 0 10px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    background-color: #ffffff; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      .sidebar .create-form input[type='text'],
      .sidebar .update-form input[type='text'] {
        width: 120px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .sidebar .create-form input[type='text'],
      .sidebar .update-form input[type='text'] {
        width: 600px; } }
    @media only screen and (max-width: 767px) {
      .sidebar .create-form input[type='text'],
      .sidebar .update-form input[type='text'] {
        width: 60%; } }
  .sidebar .create-form .save,
  .sidebar .update-form .save {
    display: block;
    position: absolute;
    top: 5px;
    right: 35px;
    text-align: center;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase; }
    .sidebar .create-form .save .fa,
    .sidebar .update-form .save .fa {
      display: block;
      width: 21px;
      height: 22px;
      margin: 0 auto 3px auto;
      background: url('/static/newdesign/images/groups/icon-save.png?55689378cb3a') 0 0 no-repeat; }
    .sidebar .create-form .save:hover .fa,
    .sidebar .update-form .save:hover .fa {
      background-position: -23px 0; }
.sidebar ul.folders {
  position: relative; }
  .sidebar ul.folders li {
    position: relative; }
    .sidebar ul.folders li .link,
    .sidebar ul.folders li .create-button {
      padding-left: 20px; }
.sidebar ul.subfolders li {
  position: relative; }
  .sidebar ul.subfolders li .link,
  .sidebar ul.subfolders li .create-button {
    font-size: 13px;
    padding-left: 30px;
    padding-top: 0.2em;
    padding-bottom: 0.2em; }
  .sidebar ul.subfolders li form {
    padding-left: 30px; }
    .sidebar ul.subfolders li form input[type='text'] {
      width: 190px; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        .sidebar ul.subfolders li form input[type='text'] {
          width: 140px; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .sidebar ul.subfolders li form input[type='text'] {
          width: 640px; } }
      @media only screen and (max-width: 767px) {
        .sidebar ul.subfolders li form input[type='text'] {
          width: 83%; } }
.sidebar .new {
  display: none; }
.sidebar .create-button {
  color: #cccccc; }
  .sidebar .create-button:hover {
    background-color: transparent;
    color: #15315a; }
.sidebar .delete {
  display: none;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -10px;
  padding: 0;
  background: url('/static/newdesign/images/groups/icon-delete.png?55689378cb3a') 0 0 no-repeat;
  border: 0; }
  .sidebar .delete:hover {
    background-color: transparent; }
.sidebar .edit-button,
.sidebar .save-changes-button,
.sidebar .cancel-button {
  display: inline-block;
  margin-left: 20px;
  margin-top: 25px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase; }
  .sidebar .edit-button .fa,
  .sidebar .save-changes-button .fa,
  .sidebar .cancel-button .fa {
    display: block;
    width: 31px;
    height: 12px;
    margin-bottom: 3px;
    background: url('/static/newdesign/images/groups/icon-edit.png?55689378cb3a') -33px 0 no-repeat; }
  .sidebar .edit-button:hover .fa,
  .sidebar .save-changes-button:hover .fa,
  .sidebar .cancel-button:hover .fa {
    background-position: 0 -12px; }
.sidebar .save-changes-button, .sidebar .cancel-button {
  display: none; }
.sidebar.edit-mode .delete {
  display: block; }
.sidebar.edit-mode .update-form {
  display: block; }
.sidebar.edit-mode .editable > .link {
  display: none; }
.sidebar.edit-mode .edit-button {
  display: none; }
.sidebar.edit-mode .save-changes-button, .sidebar.edit-mode .cancel-button {
  display: inline-block; }

.resources-list-empty-image {
  width: 254px;
  height: 78px;
  background-image: url('/static/newdesign/images/folder-management/resources-list-empty-image.png?55689378cb3a'); }

.resources-list-article-button-pin {
  position: absolute;
  top: -20px;
  right: -22px; }

.resources-list .resources-ct {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both; }
.resources-list article {
  *zoom: 1;
  position: relative;
  margin-bottom: 3px;
  padding: 20px;
  background-color: #ffffff; }
  .resources-list article:before, .resources-list article:after {
    display: table;
    content: ""; }
  .resources-list article:after {
    clear: right; }
  @media only screen and (max-width: 767px) {
    .resources-list article {
      padding: 20px 10px; } }
  .resources-list article input[type='checkbox'] {
    margin-top: 0; }
  .resources-list article .article-wrapper {
    position: relative;
    display: table;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .resources-list article .article-wrapper {
        display: block; } }
    .resources-list article .article-wrapper > * {
      display: table-cell;
      vertical-align: top;
      padding: 0 4px; }
      .resources-list article .article-wrapper > *:first-child {
        padding-left: 0; }
      .resources-list article .article-wrapper > *:last-child {
        padding-right: 70px; }
      @media only screen and (max-width: 767px) {
        .resources-list article .article-wrapper > * {
          display: block;
          padding: 4px; } }
    .resources-list article .article-wrapper .col-details h1 a:hover,
    .resources-list article .article-wrapper .col-details a:hover,
    .resources-list article .article-wrapper .col-details p a:hover {
      color: #3a5623; }
    .resources-list article .article-wrapper .col-checkbox,
    .resources-list article .article-wrapper .col-screenshot {
      width: 1%; }
      @media only screen and (max-width: 767px) {
        .resources-list article .article-wrapper .col-checkbox,
        .resources-list article .article-wrapper .col-screenshot {
          width: auto;
          float: left; } }
  @media only screen and (max-width: 767px) {
    .resources-list article .details {
      clear: both; } }
  .resources-list article .details h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold; }
    .resources-list article .details h1 .item-label {
      margin-left: 1em;
      font-style: italic;
      font-weight: normal;
      color: #000000;
      font-size: 0.9em; }
    .resources-list article .details h1 .item-needs-approval-label {
      padding: 3px 10px;
      margin-left: 10px;
      font-size: 0.9em;
      background-color: #fcd973; }
  .resources-list article .details p {
    color: #000000;
    margin-top: 0.23077em; }
  .resources-list article .details .description {
    display: none;
    margin: 0.76923em 0; }
  .resources-list article:hover {
    background-color: #DEEFF8; }
    .resources-list article:hover .remix-label:before {
      border-bottom-color: #DEEFF8; }
  .resources-list article.selected {
    background-color: #fffce6; }
    .resources-list article.selected .remix-label:before {
      border-bottom-color: #fffce6; }
  .resources-list article.with-pin .remix-label {
    padding-right: 20px; }
  .resources-list article .quality-control-message {
    margin: 0.5em 8px;
    padding-left: 30px;
    font-size: 0.9em;
    background: url('/static/images/icon-warning.png?55689378cb3a') no-repeat 0 0; }
    .resources-list article .quality-control-message a {
      text-decoration: none; }
      .resources-list article .quality-control-message a:hover {
        text-decoration: underline; }
  .resources-list article .private a {
    color: #474f60; }
.resources-list .search-form {
  position: relative;
  margin-bottom: 0.61538em; }
  .resources-list .search-form input[type='text'] {
    width: 100%;
    padding: 0.84615em;
    font-size: 16px; }
  .resources-list .search-form .fa {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    right: 0.76923em;
    margin-top: -19px;
    background: url('/static/newdesign/images/frontpage/icon-search-off.png?55689378cb3a') no-repeat 0 0; }
    .resources-list .search-form .fa:hover {
      background-image: url('/static/newdesign/images/frontpage/icon-search-on.png?55689378cb3a'); }
.resources-list .pagination {
  margin: 0.76923em 0;
  text-align: right;
  font-size: 16px; }
  .resources-list .pagination a, .resources-list .pagination span {
    margin: 0 1px; }
  .resources-list .pagination span {
    color: #b3d274; }
.resources-list .control-panel {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5482ab;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }
  .resources-list .control-panel:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .resources-list .control-panel {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; } }
  .resources-list .control-panel .control {
    position: relative;
    margin-right: 10px; }
    .resources-list .control-panel .control:last-child {
      margin-right: 0; }
    html[dir="rtl"] .resources-list .control-panel .control {
      margin-right: 0;
      margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        html[dir="rtl"] .resources-list .control-panel .control {
          margin-right: 0;
          margin-left: 5px; } }
    @media only screen and (max-width: 767px) {
      .resources-list .control-panel .control {
        margin-right: 5px; }
        .resources-list .control-panel .control.search {
          display: none; } }
  .resources-list .control-panel label {
    margin: 0 15px 0 0;
    font-weight: normal; }
    html[dir="rtl"] .resources-list .control-panel label {
      margin: 0 0 0 15px; }
  .resources-list .control-panel input[type='checkbox'] {
    margin-top: 0;
    vertical-align: top; }
  .resources-list .control-panel select {
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #5482ab; }
  .resources-list .control-panel .select-all input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: baseline; }
  .resources-list .control-panel .groups-ct {
    overflow-x: hidden;
    overflow-y: auto; }
  .resources-list .control-panel .search {
    position: relative;
    flex-grow: 2; }
    html[dir="rtl"] .resources-list .control-panel .search {
      margin: 0 0 0 15px; }
    @media only screen and (max-width: 767px) {
      .resources-list .control-panel .search {
        display: block;
        width: 100%;
        height: auto;
        margin: 10px 0; } }
    .resources-list .control-panel .search.hidden {
      visibility: hidden; }
    .resources-list .control-panel .search .resources-filter-form {
      display: flex;
      align-items: baseline; }
    .resources-list .control-panel .search .resources-filter-form-control {
      margin-right: 15px;
      position: relative; }
      html[dir="rtl"] .resources-list .control-panel .search .resources-filter-form-control {
        margin-right: 0;
        margin-left: 15px; }
      .resources-list .control-panel .search .resources-filter-form-control.mod-search {
        width: auto;
        height: auto;
        flex-grow: 2; }
        @media screen and (min--moz-device-pixel-ratio: 0) {
          .resources-list .control-panel .search .resources-filter-form-control.mod-search input {
            margin-bottom: -12px; } }
      .resources-list .control-panel .search .resources-filter-form-control:last-child {
        margin-right: 0;
        margin-left: 0; }
      .resources-list .control-panel .search .resources-filter-form-control .form-group {
        margin-bottom: 0; }
      .resources-list .control-panel .search .resources-filter-form-control .control-panel {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0; }
      .resources-list .control-panel .search .resources-filter-form-control .controls {
        display: inline-block; }
    .resources-list .control-panel .search span,
    .resources-list .control-panel .search label {
      display: inline-block;
      line-height: 30px;
      margin: 0 10px 0 0; }
      html[dir="rtl"] .resources-list .control-panel .search span, html[dir="rtl"]
      .resources-list .control-panel .search label {
        margin: 0 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .resources-list .control-panel .search span,
        .resources-list .control-panel .search label {
          display: block; } }
    .resources-list .control-panel .search input[type='text']::-webkit-input-placeholder {
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      color: #555555; }
    .resources-list .control-panel .search input[type='text']:-moz-placeholder {
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      color: #555555; }
    .resources-list .control-panel .search input[type='text']::-moz-placeholder {
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      color: #555555; }
    .resources-list .control-panel .search input[type='text']:-ms-input-placeholder {
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      color: #555555; }
    html[dir="rtl"] .resources-list .control-panel .search select {
      margin-right: 0;
      margin-left: 15px; }
    .resources-list .control-panel .search .search-input-icon {
      position: absolute;
      bottom: 5px;
      right: 5px; }
      @media screen and (min--moz-device-pixel-ratio: 0) {
        .resources-list .control-panel .search .search-input-icon {
          margin-bottom: -12px; } }
      html[dir="rtl"] .resources-list .control-panel .search .search-input-icon {
        right: auto;
        left: 5px; }
      @media only screen and (max-width: 767px) {
        .resources-list .control-panel .search .search-input-icon {
          bottom: 5px; } }
      .resources-list .control-panel .search .search-input-icon .fa {
        font-size: 21px;
        color: #e8ebeb; }
    .resources-list .control-panel .search #batch_size {
      width: 50px; }
  .resources-list .control-panel .sort-order {
    display: none;
    float: right;
    margin-right: 0; }
    .resources-list .control-panel .sort-order label {
      margin-right: 10px; }
      html[dir="rtl"] .resources-list .control-panel .sort-order label {
        margin-right: 0;
        margin-left: 10px; }
    .resources-list .control-panel .sort-order select {
      width: 260px; }
    @media only screen and (max-width: 767px) {
      .resources-list .control-panel .sort-order {
        display: block; } }
  .resources-list .control-panel .pagination {
    float: right;
    margin: 0 0 0 10px;
    display: inline-block;
    position: relative;
    height: 30px; }
    html[dir="rtl"] .resources-list .control-panel .pagination {
      margin: 0 10px 0 0; }
    .resources-list .control-panel .pagination a, .resources-list .control-panel .pagination span {
      margin: 0 2px; }
  .resources-list .control-panel .notification {
    margin-top: 10px;
    width: 100%; }
  .resources-list .control-panel .message {
    display: block;
    padding: 0 5px;
    color: #000000;
    line-height: 30px;
    vertical-align: middle;
    font-style: italic;
    text-align: center;
    background-color: #fffce6; }
    .resources-list .control-panel .message.hide {
      display: none; }
    .resources-list .control-panel .message .undo {
      margin-left: 1em;
      text-transform: uppercase;
      font-style: normal; }
      html[dir="rtl"] .resources-list .control-panel .message .undo {
        margin-right: 1em;
        margin-left: 0; }
  .resources-list .control-panel .csv-icon {
    margin: .5em 0; }
    .resources-list .control-panel .csv-icon:hover {
      color: #3a5623; }
    @media only screen and (max-width: 767px) {
      .resources-list .control-panel .csv-icon {
        display: none; } }
.resources-list .loading-indicator {
  margin: .5em 0;
  display: none;
  height: 16px;
  vertical-align: middle;
  background: url('/static/images/ajax-loader.gif?55689378cb3a') 50% 0 no-repeat; }
.resources-list.loading .resources-ct {
  visibility: hidden; }
.resources-list.loading .loading-indicator {
  display: block; }

.load-more-pagination {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 15px 0 50px;
  width: 100%;
  font: 400 18px / 18px "Open Sans", sans-serif; }
  .load-more-pagination .load-more-link {
    padding: 0 10px; }
  .load-more-pagination .fa {
    position: relative;
    top: -1px;
    left: -3px;
    font-size: 16px; }
    html[dir="rtl"] .load-more-pagination .fa {
      left: 10px; }

body.mod-scrolled .content {
  position: static; }
body.mod-scrolled .control-panel {
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 255;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15px 0;
  background-color: #ffffff; }

.folder-management-form-modal-delete-warning {
  color: #B30000; }

.btn-danger {
  background-color: #B30000; }
  .btn-danger:active {
    background-color: #a94442; }

.btn {
  border-radius: 5px;
  font-weight: 400;
  font-family: "Arvo", serif; }
  .btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .fa {
  margin-right: 0.2em; }
  .btn .fa:last-child {
    margin-right: 0; }

.btn-default {
  background-color: #15315a;
  border-color: #15315a;
  color: #ffffff; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .open > .btn-default.dropdown-toggle {
    background-color: #0b1a31;
    border-color: #0b1a31;
    color: #ffffff; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active {
    background-color: #15315a;
    border-color: #15315a;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-primary {
  background-color: #588235;
  border-color: #588235;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    background-color: #3f5e26;
    border-color: #3f5e26;
    color: #ffffff; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active {
    background-color: #588235;
    border-color: #588235;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-secondary {
  background-color: #f1f2f2;
  border-color: #f1f2f2;
  color: #15315a; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
    background-color: #d7d9d9;
    border-color: #d7d9d9;
    color: #0b1a31; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active {
    background-color: #f1f2f2;
    border-color: #f1f2f2;
    color: #15315a;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-link {
  color: #15315a;
  font-family: "Open Sans", sans-serif; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    color: #0b1a31; }
  .btn-link.btn-danger {
    color: #d33a35; }
    .btn-link.btn-danger:hover, .btn-link.btn-danger:focus, .btn-link.btn-danger:active {
      color: #af2a26; }

.social-share-widget-ct .btn-default,
.btn-share {
  background-color: #fbb117;
  border-color: #fbb117;
  color: #000000; }
  .social-share-widget-ct .btn-default:hover, .social-share-widget-ct .btn-default:focus, .social-share-widget-ct .btn-default:active, .open > .social-share-widget-ct .btn-default.dropdown-toggle,
  .btn-share:hover,
  .btn-share:focus,
  .btn-share:active, .open >
  .btn-share.dropdown-toggle {
    background-color: #db9504;
    border-color: #db9504;
    color: #000000; }
  .social-share-widget-ct .btn-default.disabled, .social-share-widget-ct .btn-default.disabled:hover, .social-share-widget-ct .btn-default.disabled:focus, .social-share-widget-ct .btn-default.disabled:active, .social-share-widget-ct .btn-default[disabled], .social-share-widget-ct .btn-default[disabled]:hover, .social-share-widget-ct .btn-default[disabled]:focus, .social-share-widget-ct .btn-default[disabled]:active,
  .btn-share.disabled,
  .btn-share.disabled:hover,
  .btn-share.disabled:focus,
  .btn-share.disabled:active,
  .btn-share[disabled],
  .btn-share[disabled]:hover,
  .btn-share[disabled]:focus,
  .btn-share[disabled]:active {
    background-color: #fbb117;
    border-color: #fbb117;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-toolkit {
  background-color: #7d0050;
  border-color: #7d0050;
  color: #ffffff; }
  .btn-toolkit:hover, .btn-toolkit:focus, .btn-toolkit:active, .open > .btn-toolkit.dropdown-toggle {
    background-color: #78004b;
    border-color: #78004b;
    color: #ffffff; }
  .btn-toolkit.disabled, .btn-toolkit.disabled:hover, .btn-toolkit.disabled:focus, .btn-toolkit.disabled:active, .btn-toolkit[disabled], .btn-toolkit[disabled]:hover, .btn-toolkit[disabled]:focus, .btn-toolkit[disabled]:active {
    background-color: #7d0050;
    border-color: #7d0050;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-outline {
  background-color: #ffffff;
  border-color: #e6e6e6;
  color: #15315a; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .open > .btn-outline.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #0b1a31; }
  .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #adadad;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Open Sans", sans-serif; }

.input-group .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.help-block {
  font-family: "Open Sans", sans-serif; }

select.form-control {
  width: auto;
  max-width: 100%; }

label {
  font-family: "Open Sans", sans-serif; }
