/**
 * @file
 * Views Styling
 */
/* TEXTURES */
/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */
/* line 18, ../sass/views-styles.scss */
.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}
/* line 23, ../sass/views-styles.scss */
.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}
/* line 29, ../sass/views-styles.scss */
.views-displays .secondary .open > a {
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px;
  border-radius: 7px 7px 0 0;
}
/* line 31, ../sass/views-styles.scss */
.views-displays .secondary .open > a:hover {
  color: #333;
}
/* line 36, ../sass/views-styles.scss */
.views-displays .secondary .action-list li {
  margin: 0;
}
/* line 38, ../sass/views-styles.scss */
.views-displays .secondary .action-list li:first-child {
  -moz-border-radius: 0 7px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 7px 0 0;
}
/* line 41, ../sass/views-styles.scss */
.views-displays .secondary .action-list li:last-child {
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0;
  border-radius: 0 0 7px 7px;
}

/* * * * * * * * * * * */
/* Conversation & Tactic Exposed Search */
/* line 50, ../sass/views-styles.scss */
.view-filters {
  background: #EDEDED;
  padding: 1.5em;
  margin-bottom: 1.5em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  /* Keyword */
}
/* line 57, ../sass/views-styles.scss */
.view-filters #edit-keys-wrapper {
  float: none;
  clear: both;
  width: 100%;
}
/* line 62, ../sass/views-styles.scss */
.view-filters #edit-keys-wrapper input#edit-keys {
  width: 100%;
  height: 25px;
}

/* line 69, ../sass/views-styles.scss */
.views-exposed-form .views-exposed-widget {
  margin-bottom: 0.75em;
}

/* line 73, ../sass/views-styles.scss */
.views-exposed-form .form-item input[type="text"] {
  height: 23px;
}

/* line 75, ../sass/views-styles.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.2em;
}

/* line 79, ../sass/views-styles.scss */
.views-exposed-form .chzn-container-multi .chzn-choices .search-field input {
  padding: 1px;
}

/* line 83, ../sass/views-styles.scss */
.views-exposed-form .chzn-container .chzn-results li {
  font-size: 0.9em;
}

/* line 87, ../sass/views-styles.scss */
.views-exposed-form #edit-field-user-bio-value {
  width: 165px;
}

/* Community */
/* line 95, ../sass/views-styles.scss */
.page-community .views-row {
  padding: 1em;
  border: 1px solid #EDEDED;
  margin: 0.5em;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 6px -6px #DEDEDE;
  -moz-box-shadow: 0 8px 6px -6px #DEDEDE;
  box-shadow: 0 8px 6px -6px #DEDEDE;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 106, ../sass/views-styles.scss */
.page-community .views-row .views-field-picture {
  min-height: 80px;
  float: left;
  /* LTR */
  margin-right: 10px;
  /* LTR */
}
/* line 111, ../sass/views-styles.scss */
.page-community .views-row .views-field-picture .user-picture {
  display: block;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
  text-align: center;
  padding: 5px;
  background: #FFF;
}
/* line 119, ../sass/views-styles.scss */
.page-community .views-row .views-field-picture .user-picture a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
/* line 133, ../sass/views-styles.scss */
.page-community .views-row .views-field-field-user-name {
  font-size: 1.2em;
  font-family: Benton-Med;
}

/* Forum Styling */
/* line 142, ../sass/views-styles.scss */
.view-nt-conversation-topics {
  /* Table Head */
}
/* line 146, ../sass/views-styles.scss */
.view-nt-conversation-topics thead tr {
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  background: #F15A29;
}
/* line 150, ../sass/views-styles.scss */
.view-nt-conversation-topics thead tr th {
  padding: 1em 0.5em;
  font-family: "museo";
}
/* line 154, ../sass/views-styles.scss */
.view-nt-conversation-topics thead tr th a {
  color: #EDEDED;
  text-decoration: none;
}
/* line 158, ../sass/views-styles.scss */
.view-nt-conversation-topics thead tr th a:hover {
  text-decoration: underline;
  color: #FFF;
}
/* line 171, ../sass/views-styles.scss */
.view-nt-conversation-topics tbody tr td {
  padding: 1em 0.5em;
}
/* line 175, ../sass/views-styles.scss */
.view-nt-conversation-topics tbody tr .forum-topic-title {
  font-size: 1.2em;
  font-family: "Benton-Med";
}
/* line 180, ../sass/views-styles.scss */
.view-nt-conversation-topics tbody tr .views-field-comment-count {
  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
}

/* line 192, ../sass/views-styles.scss */
#block-views-nt-conversations-block-3 {
  background: #ededed url("../images/subtle-texture-bg.png") top left repeat;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 198, ../sass/views-styles.scss */
#block-views-nt-conversations-block-3 h2.block-title {
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  color: #FFF;
  font-family: "benton-book", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
  font-weight: normal;
}
/* line 211, ../sass/views-styles.scss */
#block-views-nt-conversations-block-3 .view-content {
  padding: .5em 1em;
}
/* line 215, ../sass/views-styles.scss */
#block-views-nt-conversations-block-3 .view-content .views-field-title-field a {
  color: #525355;
  font-family: "benton-book", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.84615em;
}
/* line 222, ../sass/views-styles.scss */
#block-views-nt-conversations-block-3 .view-content .views-field-title-field a:hover {
  text-decoration: none;
}
