@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://cdn.icomoon.io/66770/AdminUI/style.css?uw3841');
/* ========================================================================== *\
   BUTTONS
   @file: /sites/all/themes/dmodel/less/global/buttons.less
\* ========================================================================== */
/* ========================================================================== *\
   GLOBAL ELEMENTS
   @file: /sites/all/themes/dmodel/less/global/elements.less
\* ========================================================================== */
body {
  margin: 0;
  padding: 0;
}
p,
ul,
ol,
dl,
pre,
table,
fieldset,
blockquote {
  margin: 10px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
}
h2 {
  font-size: 1.618em;
}
h6 {
  font-size: 0.9em;
}
a {
  outline: none;
}
blockquote {
  background: #eeeeee url(img/quote.gif) no-repeat scroll 10px 10px;
  font-style: italic;
  padding: 5px 50px;
  overflow: hidden;
}
address {
  color: #999;
  font-size: 0.9em;
}
fieldset {
  border: 1px solid #ccc;
  padding: 10px 20px;
}
legend {
  font-size: 1.2em;
  color: #999;
}
input,
select {
  font-size: 1em;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
input[type=hidden] {
  display: none !important;
}
td,
th {
  padding: 0.25em 0.5em;
}
dd {
  margin: 5px 0 10px 20px;
}
dt {
  margin-top: 10px;
}
form th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
form thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 1px solid #ccc;
}
form tbody {
  border-top: 0;
}
form tbody th {
  border-bottom: 1px solid #ccc;
}
[tabindex]:focus {
  outline: 0;
}
/* ========================================================================== *\
   TABLE OF CONTENTS
   @file: /sites/all/themes/dmodel/less/global/toc.less
\* ========================================================================== */
#toc-wrapper {
  overflow: hidden;
  background: #eee;
  margin: 20px 0;
}
.toc-title {
  margin: 20px;
}
#toc {
  margin: 20px;
  display: block;
  overflow: hidden;
}
#toc a {
  display: block;
  text-decoration: none;
}
#toc a .title {
  text-decoration: underline;
}
.toc-top-link {
  background: transparent url(img/toc-top.png) center top no-repeat;
  height: 20px;
  margin-left: -25px;
  position: absolute;
  width: 20px;
}
.toc-top-link span {
  display: none;
}
h3 .toc-top-link {
  height: 20px;
  margin-left: -36px;
  margin-top: 0;
  position: absolute;
  width: 30px;
}
h3 .toc-top-link:hover {
  height: 45px;
  margin-left: -36px;
  margin-top: -2px;
  position: absolute;
  width: 30px;
  background-color: white;
}
h4 .toc-top-link {
  display: block;
  position: static;
  float: left;
  height: 16px;
  margin-right: 8px;
  margin-left: -30px;
}
h5 .toc-top-link {
  display: none;
}
.toc-depth-1 {
  margin-left: 20px;
}
.toc-depth-2 {
  margin-left: 40px;
}
.toc-depth-3 {
  margin-left: 60px;
}
.toc-depth-4 {
  margin-left: 80px;
}
.sidebar-toc {
  max-width: 18.5em;
}
.sidebar-toc ul,
.sidebar-toc li {
  margin-left: 1.1em;
}
/* ========================================================================== *\
   LIGHTBOX/LIGHTFRAME
   @file: /sites/all/themes/dmodel/less/global/lightbox.less
\* ========================================================================== */
#lightboxFrame {
  border: 0 !important;
  padding: 0;
  margin: 0;
}
#bottomNavClose {
  background: url(img/close.png);
  background-color: transparent !important;
  display: block;
  height: 30px;
  width: 30px;
  margin-right: -20px !important;
  margin-top: -20px !important;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}
#outerImageContainer {
  overflow: visible;
  height: auto !important;
}
#imageData #bottomNav {
  height: 0;
}
#lightshowPlay {
  display: none !important;
}
/* ========================================================================== *\
   MESSAGES
   @file: /sites/all/themes/dmodel/less/global/messages.less
\* ========================================================================== */
div.error,
div.status,
div.warning,
div.messages {
  margin: 0 0 20px 0;
  padding: 10px 10px 10px 40px;
  border: 2px solid #1A89CF;
  background-color: #2EA8F5;
  background-image: url(icons/info.svg);
  color: #000;
  cursor: pointer;
  overflow: hidden;
}
div.error,
tr.error {
  border-color: #DC3418;
  background-color: #F54A2E;
  background-image: url(icons/error.svg);
}
div.status,
tr.status {
  border-color: #679C1A;
  background-color: #7DB52D;
  background-image: url(icons/status.svg);
}
div.warning,
tr.warning {
  border-color: #E9B424;
  background-color: #F5C92E;
  background-image: url(icons/warning.svg);
}
/* No svg fallback support (eg. IE8) */
html.no-svg div.messages,
html.no-svg tr.messages {
  background-image: url(icons/info.png);
}
html.no-svg div.error,
html.no-svg tr.error {
  background-image: url(icons/error.png);
}
html.no-svg div.status,
html.no-svg tr.status {
  background-image: url(icons/status.png);
}
html.no-svg div.warning,
html.no-svg tr.warning {
  background-image: url(icons/warning.png);
}
.lightmessages {
  padding: 10px 20px;
  background-color: #F1EFE7;
  margin-bottom: 10px;
  clear: both;
}
div.loading {
  -webkit-transition: linear 2s;
  -moz-transition: linear 2s;
  transition: linear 2s;
  background: #f2f6f8 url(img/load.gif) 20px center no-repeat;
  padding: 20px 20px 20px 180px;
  font-weight: bold;
  color: #789;
  font-size: 1.2em;
  border: 2px solid #789;
}
.messages:before {
  content: "x";
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  padding: 0px 7px;
  border-radius: 10px;
  display: block;
  z-index: 1;
  transition: .2s;
  max-width: 7px;
  float: right;
}
.messages:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
/* ========================================================================== *\
   COMMANDS MENU
   @file: /sites/all/themes/dmodel/less/global/command-menu.less
\* ========================================================================== */
#block-digitaldcore-command_menu {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 90210;
  width: auto;
  height: auto;
  background: transparent;
}
#block-digitaldcore-command_menu h2 {
  font-family: 'Lato', sans-serif;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 1px solid #d5d5d5;
  border-left: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #eee;
  color: #666;
}
#block-digitaldcore-command_menu h2:before {
  font-family: 'budicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e976";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
#block-digitaldcore-command_menu h2 span {
  display: inline-block;
  vertical-align: middle;
}
#block-digitaldcore-command_menu:hover h2,
#block-digitaldcore-command_menu.active h2 {
  background-color: white;
}
body.not-logged-in #block-digitaldcore-command_menu h2 {
  opacity: 0;
}
body.not-logged-in #block-digitaldcore-command_menu h2 .block-title-text {
  display: none;
}
body.not-logged-in #block-digitaldcore-command_menu:hover h2 {
  opacity: 1;
}
#block-digitaldcore-command_menu .content {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  width: 264px;
  height: 0;
  background-color: #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#block-digitaldcore-command_menu.active .content {
  bottom: 30px;
  height: auto;
  visibility: inherit;
  opacity: 1;
}
#block-digitaldcore-command_menu ul,
#block-digitaldcore-command_menu li {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
#block-digitaldcore-command_menu li:hover + li a:after {
  background-color: transparent;
}
#block-digitaldcore-command_menu a {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  position: relative;
  float: none;
  display: block;
  margin: 0;
  padding-right: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 14px;
  font-weight: normal;
  line-height: 48px;
  white-space: nowrap;
  text-shadow: 0 1px 0 #fff;
  background: #eee;
  color: #666;
}
#block-digitaldcore-command_menu a:before {
  font-family: 'budicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-right: 15px;
  text-align: center;
  font-size: 16px;
  text-shadow: none;
  background-color: #bbb;
  color: #eee;
}
#block-digitaldcore-command_menu a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 58px;
  right: 10px;
  height: 1px;
  background-color: #ddd;
}
#block-digitaldcore-command_menu a:hover {
  background-color: #ddd;
}
#block-digitaldcore-command_menu a:hover:after {
  background-color: transparent;
}
#block-digitaldcore-command_menu a:hover:before {
  color: white;
}
#block-digitaldcore-command_menu a.menu-help-center:before {
  content: "\e829";
}
#block-digitaldcore-command_menu a.menu-help-center:hover:before {
  background-color: #4B97DE;
}
#block-digitaldcore-command_menu a.menu-help-center:after {
  display: none;
}
#block-digitaldcore-command_menu a.menu-my-account:before {
  content: "\e901";
}
#block-digitaldcore-command_menu a.menu-my-account:hover:before {
  background-color: #4DACD8;
}
#block-digitaldcore-command_menu a.menu-create-post:before {
  content: "\e857";
}
#block-digitaldcore-command_menu a.menu-create-post:hover:before {
  background-color: #4FC0D2;
}
#block-digitaldcore-command_menu a.menu-manage-content:before {
  content: "\e887";
}
#block-digitaldcore-command_menu a.menu-manage-content:hover:before {
  background-color: #52D399;
}
#block-digitaldcore-command_menu a.menu-manage-nav-terms:before {
  content: "\e919";
}
#block-digitaldcore-command_menu a.menu-manage-nav-terms:hover:before {
  background-color: #E8C469;
}
#block-digitaldcore-command_menu a.menu-manage-post-types:before {
  content: "\e83f";
}
#block-digitaldcore-command_menu a.menu-manage-post-types:hover:before {
  background-color: #EEA25C;
}
#block-digitaldcore-command_menu a.menu-manage-users:before,
#block-digitaldcore-command_menu a.menu-masquerade-unswitch:before {
  content: "\ea12";
}
#block-digitaldcore-command_menu a.menu-manage-users:hover:before {
  background-color: #EA7655;
}
#block-digitaldcore-command_menu a.menu-dashboard:before {
  content: "\ea3e";
}
#block-digitaldcore-command_menu a.menu-dashboard:hover:before {
  background-color: #E66554;
}
#block-digitaldcore-command_menu a.menu-logout:before {
  content: "\eb0c";
}
#block-digitaldcore-command_menu a.menu-logout:hover:before {
  background-color: #E25352;
}
#block-digitaldcore-command_menu a.menu-login:before {
  content: "\eb0c";
}
#block-digitaldcore-command_menu a.menu-login:hover:before {
  background-color: #52D399;
}
.menu-dashboard {
  background-image: url(img/chart_accept.png);
}
.menu-manage-comments {
  background-image: url(img/comments.png);
}
/* ========================================================================== *\
   PAGER
   @file: /sites/all/themes/dmodel/less/global/pager.less
\* ========================================================================== */
.pager {
  clear: both;
  margin: 1em 0;
  text-align: center;
}
.pager a,
.pager strong.pager-current {
  padding: 0.5em;
}
/* ========================================================================== *\
   GENERAL
   @file: /sites/all/themes/dmodel/less/global/general.less
\* ========================================================================== */
#page,
#calpopup,
#very-top,
#closure-blocks {
  font-size: 0.886em;
  line-height: 1.27em;
}
h1.title {
  margin-bottom: 10px;
}
.title a {
  text-decoration: none;
}
h2.block-title,
h3.title {
  margin: 0;
}
tr.odd {
  background: white;
}
tr.even {
  background: white;
}
td.active {
  background-color: #eee;
}
td.region {
  background: #eee;
  color: black;
}
#skip-to-nav {
  position: absolute;
  text-indent: -1000px;
  top: -1000px;
}
#accessibility_assistance {
  cursor: help;
  vertical-align: text-top;
}
#accessibility_assistance:hover {
  background-color: blue;
}
a#navigation {
  display: none !important;
}
body.in-maintenance #site-name {
  display: none;
}
body.in-maintenance #logo-title {
  margin: 20px 0;
}
body.in-maintenance #container {
  margin: 20px 0;
  background: white;
  overflow: hidden;
}
body.in-maintenance #main-squeeze {
  overflow: hidden;
  margin: 20px;
}
#theme-logo {
  display: none;
}
body.section-taxonomy h1,
body.t h1 {
  display: none;
}
body.section-taxonomy .subterm-block h1,
body.t .subterm-block h1 {
  display: block;
}
h1#site-name,
div#site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
#site-name a:hover {
  text-decoration: underline;
}
br.accessible-break {
  display: none;
}
.title,
.subtitle {
  display: block;
}
.subtitle {
  margin-top: 0.125em;
}
.node-title {
  margin-top: 0;
}
.node-title .subtitle {
  font-size: 80%;
}
.meta-inner {
  display: inline;
}
.meta .meta-item {
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.meta .last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.meta-item.meta-last-edited-by {
  display: none !important;
}
.meta-item.meta-access-anonymous-user {
  display: none;
}
.access-everyone .meta-access {
  display: none;
}
.post-type,
.post-date {
  display: none;
}
ul.links {
  margin: 1em 0;
  padding: 0;
}
ul.links li {
  display: inherit;
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
}
ul.links.inline {
  display: inline;
  margin: 0;
}
.links .print_html {
  display: none;
}
.node-full {
  position: relative;
}
.node-teaser {
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-width: 20px;
}
.node-header a {
  text-decoration: none;
  display: block;
}
.node-content ul,
.node-content ol {
  overflow: hidden;
}
.node-links ul.links {
  padding: 0;
}
.node-links a span {
  white-space: normal;
}
.node-full .node-links li {
  display: none;
}
.view .views-row img,
.node .content img {
  display: block;
}
.field-image {
  max-width: 100% !important;
}
.node-teaser .field-image img {
  margin-left: auto;
  margin-right: auto;
}
.field-image,
.field-image .caption {
  display: block;
}
.field-image a {
  max-width: 100%;
  display: inherit;
}
.field-image img {
  max-width: 100%;
  height: auto !important;
}
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: visible;
}
.node-webform {
  clear: left;
  margin-top: 20px;
  margin-bottom: 30px;
}
.node-teaser .webform-component .form-item {
  overflow: hidden;
}
.webform-container-inline div label,
.webform-container-inline div.form-item label {
  display: inline;
}
.webform-component .description p,
.webform-component .form-radios,
.webform-component table {
  margin: 0;
}
.node-teaser .dd_share_this {
  display: none;
}
.node-unpublished div.unpublished,
.comment-unpublished div.unpublished {
  height: 0;
  overflow: visible;
  color: white;
  font-size: 75px;
  line-height: 1;
  font-family: "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -5px;
  word-wrap: break-word;
}
.video-lightframe {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.video-lightframe img {
  display: block;
}
a.video-lightframe:hover .video-play {
  background-color: #555;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.video-play {
  background: url("img/play.png") no-repeat center center transparent;
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}
span.file a {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}
.float-right {
  float: right;
  margin: 5px 0 5px 20px;
}
.float-left {
  float: left;
  margin: 5px 20px 5px 0;
}
.hidden {
  display: none;
}
.nohide {
  display: block !important;
}
.clear-both {
  clear: both;
}
.slideshow-images {
  display: none;
}
.caption {
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
}
.tagset {
  display: none;
}
.help {
  margin: 1em 0;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
.more-link {
  text-align: right;
}
.feed-icons {
  margin: 1em 0;
}
div.more-help-link {
  display: none;
}
.content-add-more {
  margin-bottom: 20px;
}
.description {
  margin-top: 2px;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #999999;
}
.password-description.error {
  display: none !important;
}
.block-menu_block ul.menu {
  margin: 0;
  padding: 0;
}
.nice-menu > li > a {
  white-space: nowrap;
}
.menu-link.hidden {
  display: none !important;
}
.menu-description {
  display: none;
}
iframe.twitter-follow-button + span.ext,
iframe.twitter-hashtag-button + span.ext {
  display: none;
}
#imageDataContainer {
  font: 10px/1.4em Arial, Helvetica, sans-serif;
}
body.preview-mode .preview-bar {
  position: fixed;
  text-align: center;
  width: 100%;
  padding: 10px;
  bottom: 0;
  background: url(img/preview_stripes.png) top left repeat #ffff00;
  z-index: 9999;
}
body.fullslide-mode,
body.fullslide-mode.admin-menu {
  padding: 0;
  background-position: center 0;
  min-height: 2000px;
  height: auto !important;
  height: 2000px;
}
.nt-lock span.menu-title:after {
  background-image: url(icons/16x16/lock-small.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-right: 22px;
  content: " ";
}
.build-mode-full .field-site-content {
  margin-bottom: 20px;
}
form.confirmation .container-inline {
  font-size: 1.5em;
  margin: 20px 0;
}
form.confirmation .container-inline .form-submit {
  margin-right: 40px;
}
a.small-utility {
  font-size: 12px;
  font-weight: normal;
  display: block;
  float: right;
  text-decoration: none;
  border: 1px solid;
  border-radius: 20px;
  padding: 0 8px;
  background: white;
}
.creating-simple .filefield-sources-list {
  display: none;
}
#field-slideshow-images-items,
#add-more-images {
  display: none;
}
#field-slideshow-images-items.has-images {
  display: inherit;
}
#field_video_values thead {
  display: none;
}
.views-node-selector .views-field-edit-node a:link {
  background: #ccc;
}
.views-node-selector .views-field-edit-node a:hover {
  background: #eee;
}
.views-node-selector .views-field-edit-node a:visited {
  background: #ddd;
}
.views-node-selector {
  font-size: 0.9em;
}
.subterm {
  margin-bottom: 20px;
}
/* Print accordion content without opening each accordion first */
@media print {
  .accordion-content {
    display: block !important;
    height: auto !important;
  }
}
/* ========================================================================== *\
   TABS
   @file: /sites/all/themes/dmodel/less/global/tabs.less
\* ========================================================================== */
div.tabs {
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}
ul.primary {
  margin: 0;
  padding: 0 3px;
  border-bottom: 1px solid #d5d5d5;
}
ul.secondary {
  margin: 0;
  padding: 7px 7px 3px;
  border: 1px solid #D5D5D5;
  border-top: none;
  background: white;
  white-space: normal;
}
ul.primary li {
  float: none;
  display: inline-block;
}
ul.secondary li {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
ul.primary li a .tab,
ul.primary li.active a .tab {
  padding: 0;
}
ul.secondary li a .tab,
ul.secondary li.active a .tab {
  display: inline-block;
  height: auto;
  padding: 0;
  line-height: normal;
}
ul.primary,
ul.primary li a,
ul.secondary li a,
ul.primary li a:hover,
ul.secondary li a:hover,
ul.primary li a .tab,
ul.primary li a:hover .tab,
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a .tab,
ul.primary li.active a:hover .tab {
  background: none;
}
ul.primary li a,
ul.secondary li a {
  position: relative;
  height: auto;
  margin-bottom: 4px;
  border: 1px solid #d5d5d5;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(#fcfcfc, #eeeeee);
  background-image: -moz-linear-gradient(#fcfcfc, #eeeeee);
  background-image: linear-gradient(#fcfcfc, #eeeeee);
  background-repeat: repeat-x;
  color: #333;
  cursor: pointer;
}
ul.primary li a.active,
ul.secondary li a.active {
  font-weight: 900;
  cursor: default;
}
ul.primary li a,
ul.primary li.active a {
  display: block;
  margin: 0 0 -1px;
  padding: 7px 13px 5px;
  border-radius: 3px 3px 0 0;
}
ul.secondary li a,
ul.secondary li.active a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
}
ul.primary li a:hover,
ul.secondary li a:hover {
  text-decoration: none;
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(#eeeeee, #dddddd);
  background-image: -moz-linear-gradient(#eeeeee, #dddddd);
  background-image: linear-gradient(#eeeeee, #dddddd);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
}
ul.primary li.active a,
ul.primary li.active a:hover {
  border: 1px solid #d5d5d5;
  border-bottom-color: #fff;
  background: white;
}
ul.secondary li.active a,
ul.secondary li.active a:hover {
  border-width: 1px;
  border-color: #329bb2;
  background: #329bb2;
  text-shadow: none;
  color: white;
}
.ui-tabs-nav {
  display: block;
  overflow: hidden;
}
.ui-tabs-nav .ui-tabs-selected a {
  background: #FFF;
  border: 1px solid #ccc;
  border-bottom: 1px solid #FFF;
  color: #000;
}
.ui-tabs-nav li a {
  background: #eeeeee repeat-x scroll 0 top;
  border: 1px solid #eee;
  border-bottom: 1px solid #ccc;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 0.5em;
  text-decoration: none;
  line-height: 1.5em;
}
.ui-tabs-nav li a span {
  display: block;
  white-space: nowrap;
}
.ui-tabs-nav-line {
  background: #ccc;
  height: 1px;
  margin-top: -1px;
  width: 100%;
}
.tabs-container ul.ui-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-container ul.ui-tabs-nav li {
  float: left;
  margin: 0;
  list-style: none;
}
.ui-tabs-hide {
  display: none;
}
/* ========================================================================== *\
   FORMS
   @file: /sites/all/themes/dmodel/less/global/forms.less
\* ========================================================================== */
.form-item,
.form-checkboxes,
.form-radios {
  margin: 1em 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #c00;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-required {
  color: #c00;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 0.4em 0;
}
.btn,
.form-submit,
.form-button {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #d5d5d5;
  font-size: 13px;
  user-select: none;
  font-weight: normal;
  line-height: normal;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
  border-radius: 30px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fcfcfc, #eeeeee);
  background-image: -moz-linear-gradient(#fcfcfc, #eeeeee);
  background-image: linear-gradient(#fcfcfc, #eeeeee);
  background-repeat: repeat-x;
  color: #333;
}
.btn:hover,
.form-submit:hover,
.form-button:hover {
  border-color: #ccc;
  text-decoration: none;
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(#eeeeee, #dddddd);
  background-image: -moz-linear-gradient(#eeeeee, #dddddd);
  background-image: linear-gradient(#eeeeee, #dddddd);
  background-repeat: repeat-x;
}
.btn:disabled,
.form-submit:disabled,
.form-button:disabled {
  color: #888;
}
.node-webform fieldset,
.node-webform textarea,
.node-webform input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.node-webform textarea {
  resize: vertical;
}
.node-webform fieldset,
.node-webform input[type=text] {
  max-width: 100%;
  width: auto;
}
#user-login-form {
  text-align: left;
}
#user-login-form ul {
  margin-bottom: 0;
}
#user-login-form li.openid-link {
  margin-top: 1em;
  margin-left: -20px;
}
#user-login-form li.user-link {
  margin-top: 1em;
}
#user-login ul {
  margin: 1em 0;
}
#user-login li.openid-link,
#user-login li.user-link {
  margin-left: -2em;
}
.dd-login .form-text {
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: white;
  color: black;
}
.dd-login .form-text::placeholder {
  color: #888;
}
.dd-login .form-text:focus {
  outline: 0;
  border-color: #1c8ba2;
  box-shadow: inset 0 0 4px #1c8ba2;
}
.dd-login .form-text:focus::placeholder {
  opacity: 0.5;
}
.dd-login .item-list {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
}
.resizable-textarea {
  width: 100%;
}
html.js .resizable-textarea textarea {
  width: 100% !important;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.js .resizable-textarea textarea .grippie {
  margin-right: 0 !important;
}
.container-inline div,
.container-inline label {
  display: inline;
}
.filefield-element .widget-preview {
  border-right: 0 none;
  float: none;
  margin-right: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: inherit;
}
.webform-range-download-results {
  float: right;
}
/* ========================================================================== *\
   DIALOG
   @file: /sites/all/themes/dmodel/less/global/dialog.less
\* ========================================================================== */
.ui-dialog-overlay {
  background: black;
  opacity: 0.9;
}
.ui-dialog {
  padding: 20px;
  font-size: 0.875em;
  background: white;
}
.ui-dialog-titlebar {
  position: relative;
  margin: -20px -20px 10px;
  padding: 10px 20px;
  background-color: #bbb;
  color: white;
}
.ui-dialog-titlebar-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  text-shadow: 0 1px 0 white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #eee;
  color: #666;
  opacity: 1;
}
.ui-dialog-titlebar-close:before {
  font-family: 'budicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eae3";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog-titlebar-close:hover {
  background-color: #ddd;
  color: #666;
}
/* Dialog for replacement on post form */
#post-file-replace-form .post-file-replace-button {
  margin-top: 10px;
}
#post-file-replace-form #post-file-replace-input {
  font-size: 0.8em;
}
.post-file-replace.message {
  margin-top: 10px;
}
/* ========================================================================== *\
   GLOSSARY
   @file: /sites/all/themes/dmodel/less/global/glosary.less
\* ========================================================================== */
.lexicon-list {
  margin-top: 30px;
}
.lexicon-list a[id*=letter_] {
  font-size: 2em;
}
.lexicon-list dl {
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.lexicon-list dt {
  padding: 5px 10px;
  font-weight: bold;
  background: #aaa;
  color: #fff;
}
.lexicon-list dd {
  margin: 0;
  padding: 1px 10px;
  border: 1px solid #eee;
  border-top: none;
}
/* ========================================================================== *\
   AUTOCOMPLETE
   @file: /sites/all/themes/dmodel/less/global/autocomplete.less
\* ========================================================================== */
#autocomplete {
  width: auto !important;
  padding: 5px 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
#autocomplete li {
  padding: 0 10px;
}
/* ========================================================================== *\
   LEGACY
   @file: /sites/all/themes/dmodel/less/global/legacy.less
\* ========================================================================== */
.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
  position: relative;
}
#first-time {
  display: none;
}
.tips {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.new {
  color: #c00;
}
.marker {
  color: #c00;
}
.pane-title {
  margin-top: 0;
}
.node .terms li {
  font-family: sans-serif;
  font-size: 0.9em;
}
.term-id-2 .node-post-type,
.within-term-id-1 .node-post-type,
.term-id-2 .node-meta,
.within-term-id-1 .node-meta,
.term-id-2 .post-date,
.within-term-id-1 .post-date,
.within-term-id-7 .post-date {
  display: none;
}
.webform-teaser {
  margin-bottom: 20px;
  overflow: hidden;
}
.webform-teaser .form-text {
  width: 90%;
}
#edit-search-theme-form-1-wrapper label {
  display: none;
}
.field-slideshow-images .field-items {
  overflow: hidden;
  clear: left;
}
.field-slideshow-images .field-item {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.field-slideshow-images img {
  width: auto !important;
  height: 130px !important;
}
#col-overlay {
  width: 980px;
  margin: 0 auto;
}
#col-overlay > div {
  position: absolute;
  z-index: 1;
  width: 980px;
  height: 800px;
  margin: 50px auto;
  overflow: hidden;
}
#col-overlay div {
  float: left;
  height: 800px;
  background: rgba(0, 30, 150, 0.2);
}
#col-overlay .gutter {
  width: 20px;
  background: rgba(50, 150, 20, 0.2);
}
#col-overlay .col4 .col {
  width: 220px;
}
#col-overlay .col5 .col {
  width: 172px;
}
#col-overlay-tools {
  position: fixed;
  right: 0;
  bottom: 50px;
}
#col-overlay-tools div {
  float: right;
  padding: 3px 5px;
  font-size: 0.8em;
  cursor: pointer;
  background: none repeat scroll 0 0 #EEEEEE;
}
#col-overlay-tools div:hover {
  background: white;
}
#crm-container {
  overflow: hidden;
}
body.page-civicrm-admin-component #crm-container {
  overflow: visible;
}
body.role-site-admin #crm-container,
body.role-system-admin #crm-container {
  font-size: 0.9em;
}
/* ========================================================================== *\
   DEFAULT MAIN SITE NAVIGATION (.navbar)
   @file: /sites/all/themes/dmodel/less/blocks/navbar.less
\* ========================================================================== */
#navbar {
  z-index: 100;
  position: relative;
}
.navbar {
  font-size: 1.0em;
  width: 980px;
  margin: 0;
  padding: 0;
  overflow: visible;
  z-index: 1;
}
.navbar .nice-menu {
  margin: 0;
  padding: 0;
}
.navbar a {
  padding: 0 10px;
  text-decoration: none;
}
.navbar .first a.depth-1 {
  padding-left: 20px;
}
.navbar li {
  border: 0;
  padding: 0;
  background: none;
}
.navbar li li {
  width: 240px;
}
.navbar ul {
  list-style: none;
}
.navbar ul ul {
  top: 30px;
  border: 0;
  z-index: 100;
  display: none;
}
.navbar ul ul ul {
  top: 0;
  left: 200px;
  border: 0;
  z-index: 200;
}
/* ========================================================================== *\
   COMMENTS BLOCK
   @file: /sites/all/themes/dmodel/less/blocks/comments.less
\* ========================================================================== */
#comments {
  margin: 1em 0;
}
#comments-title {
  background: none repeat scroll 0 0 #EEEEEE;
  color: #999999;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 40px;
  padding: 10px;
  text-transform: uppercase;
  clear: left;
}
.comment {
  margin: 20px 0;
}
.comment .submitted {
  color: #888888;
}
.comment ul.links {
  display: inline;
}
/* ========================================================================== *\
   DD SEARCH BLOCK
   @file: /sites/all/themes/dmodel/less/blocks/dd-search.less
\* ========================================================================== */
#block-digitaldcore-search {
  position: relative;
  z-index: 10;
  width: 980px;
  height: 0;
  margin: 0 auto;
  overflow: visible;
}
.dd-search-hidden {
  display: none !important;
}
.dd-search {
  float: right;
  margin-top: 10px;
  margin-left: 0;
  font-size: 0.9em;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.dd-search * {
  border: 0;
  padding: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  display: block;
  font-size: 1em;
}
.dd-search .dd-search-submit {
  border: 1px solid #888;
  min-width: 20px;
  overflow: hidden;
  float: left;
  height: 20px;
}
.dd-search .dd-search-keywords {
  border: 1px solid #888;
  width: 125px;
  overflow: hidden;
  float: left;
  margin-right: -1px;
}
.dd-search .dd-search-submit-button {
  padding-left: 5px;
  padding-right: 5px;
}
.dd-search .legacy-button {
  display: none;
}
.dd-search .dd-search-more {
  display: none;
}
.dd-search-keywords input {
  width: 120px;
  padding-left: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.dd-search-active .dd-search-keywords input {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.dd-search-clear * {
  background-color: transparent;
}
.dd-search-clear .dd-search-submit,
.dd-search-clear .dd-search-keywords {
  border-color: white;
}
.dd-search-clear button,
.dd-search-clear input {
  color: white;
}
/* ========================================================================== *\
   NODE SIDEBAR
   @file: /sites/all/themes/dmodel/less/blocks/node-sidebar.less
\* ========================================================================== */
.node-sidebar .meta-item {
  display: none;
}
.node-sidebar .meta-item,
.node-sidebar .node-contact,
.node-sidebar .link-file,
.node-sidebar .link-related {
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.node-sidebar .meta-access,
.node-sidebar .meta-custom,
.node-sidebar .caption,
.node-sidebar .meta-profile-link {
  display: none;
}
.node-sidebar .node-contact,
.node-sidebar .link-file,
.node-sidebar .link-twitter,
.node-sidebar .link-related {
  display: block;
}
.pn.node-sidebar .node-links li,
.pn.node-sidebar .node-links li {
  white-space: normal;
}
/* ========================================================================== *\
   SECONDARY LINKS MENU
   @file: /sites/all/themes/dmodel/less/blocks/secondary-links-menu.less
\* ========================================================================== */
#block-menu-secondary-links ul {
  margin: 0;
  padding: 0;
}
#block-menu-secondary-links li {
  display: inline;
  list-style: none;
  text-align: right;
}
#block-menu-secondary-links span.ext {
  display: none;
}
/* ========================================================================== *\
   FACETED SEARCH
   @file: /sites/all/themes/dmodel/less/templates/search.less
\* ========================================================================== */
#block-custom_taxonomy_facets-1_guided .block-content {
  margin-top: 15px;
}
#block-faceted_search_ui-1_keyword {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#block-faceted_search_ui-1_guided ul,
#block-custom_taxonomy_facets-1_guided ul {
  padding-left: 10px;
}
.faceted-search-page .box h2.title {
  color: black;
}
.faceted-search-page .search-results .title {
  font-size: 16px;
  border: 1px solid #ddd;
  border-bottom: 0 none;
  padding: 10px 20px;
  background: #f2f2f2;
}
.faceted-search-page .search-results dd.search-result-node {
  margin: 0;
  padding: 10px 20px 5px;
  border: 1px solid #ddd;
}
.faceted-search-page .content .node {
  border: 1px solid #ddd;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.faceted-search-page .content .node-header .title {
  font-size: 16px;
  padding: 10px 20px;
  background: #f2f2f2;
}
.faceted-search-page .content .node-content {
  padding: 10px 20px;
}
.faceted-search-page .content .node-links {
  display: none;
}
#block-faceted_search_ui-1_guided .block-content p,
#block-custom_taxonomy_facets-1_guided .block-content p {
  display: none;
}
.faceted-search-category .faceted-search-count {
  color: #888;
}
.faceted-search-stage-select table.faceted-search td {
  width: auto;
}
dl.search-results .search-info {
  color: #999;
}
dl.search-results .field-image {
  float: right;
  padding-left: 20px;
  max-width: 120px !important;
  margin: -10px -20px -10px 0;
}
.search-result-node {
  overflow: hidden;
}
.search-result-node span.post-type {
  color: inherit;
  text-transform: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
.search-result-node span.post-type,
.search-result-node span.post-date {
  display: inline;
}
/* ========================================================================== *\
   SITEMAP
   @file: /sites/all/themes/dmodel/less/templates/sitemap.less
\* ========================================================================== */
#site-map img {
  width: 14px;
  padding-right: 8px;
}
#site-map li {
  line-height: 25px;
}
#site-map ul {
  list-style: none;
}
#site-map a.ext {
  border-left: 14px solid #ccc;
  padding-left: 8px;
}
/* ========================================================================== *\
   CALENDAR
   @file: /sites/all/themes/dmodel/less/templates/calendar.less
\* ========================================================================== */
.view-cal .links li {
  display: inline;
}
.view-cal .feed-icon {
  /* Right-align feed icons below the calendar view */
  text-align: right;
}
.view-cal .feed-icon div {
  /* Ensure all the feed icons are shown inline, regardless of any divs */
  display: inline;
}
.calendar div.form-item {
  white-space: normal;
}
table td.mini,
table th.mini,
table.mini td.week {
  padding: 0 1px 0 0;
  margin: 0;
}
table td.mini a {
  font-weight: normal;
}
table .mini-day-on a {
  text-decoration: underline;
}
.mini-row {
  width: 100%;
  border: none;
}
.mini {
  width: 32%;
  vertical-align: top;
}
.calendar-legend td {
  text-align: left;
}
.calendar-empty {
  font-size: 1px;
  line-height: 1px;
}
.calendar-calendar {
  /*  calendar calendar table styles  */
  /* IE needs a little help to get the side by side tables to the right size */
  /* simplify the mini calendar by removing borders */
  /* format for the week number in the first cell */
  /* IE7 does not support min-height, using Min-Height fast hack from http://www.dustindiaz.com/min-height-fast-hack */
  /* Make sure paragraphs buried in calendar cells use padding, not margins, for separation so the background color doesn't come through. */
  /* format days of the week header cells */
  /*  floating day number div  */
  /*  individual node container  */
  /* No floating of day view content because there is no floating day number */
  /* formatting for the full day view */
  /* Set small font size for all items in calendar div, themes can override this. */
  /* Use x-small instead of em to avoid multiplying effect in nested items. */
}
.calendar-calendar .mini .title {
  font-size: .8em;
}
.calendar-calendar .mini-day-off {
  padding: 0;
}
.calendar-calendar .mini-day-on {
  padding: 0;
}
.mini .calendar-calendar .week {
  font-size: .7em;
}
.calendar-calendar tr.odd,
.calendar-calendar tr.even {
  background-color: #fff;
}
.calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  /* Setting at 100% causes problem in Internet Explorer. */
}
.calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}
.calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}
.calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: white;
}
.calendar-calendar th {
  color: #fff;
  text-align: center;
  margin: 0;
}
.calendar-calendar th a {
  font-weight: bold;
  color: #fff;
}
.calendar-calendar td {
  min-width: 12%;
  width: 12%;
  /* 14% is about 1/7 of total table width */
  border: 1px solid #ddd;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 12px;
}
.calendar-calendar .mini {
  border: none;
}
.calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
}
.calendar-calendar .week {
  clear: both;
  font-style: normal;
  color: #555;
  font-size: 0.8em;
}
.calendar-calendar .week a {
  font-weight: normal;
}
.calendar-calendar .inner {
  min-height: 5em;
  height: auto !important;
  height: 5em;
  padding: 0;
  margin: 0;
}
.calendar-calendar .inner div {
  padding: 0;
  margin: 0;
}
.calendar-calendar .inner p {
  padding: 0 0 .8em 0;
  margin: 0;
}
.calendar-calendar td a {
  font-weight: bold;
  text-decoration: none;
}
.calendar-calendar td a:hover {
  text-decoration: underline;
}
.calendar-calendar td.year,
.calendar-calendar td.month {
  text-align: center;
}
.calendar-calendar th.days {
  color: #ccc;
  text-align: center;
  padding: 1px;
  margin: 0;
}
.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  clear: both;
  width: 1.5em;
  font-size: 14px;
  line-height: 18px;
}
.calendar-calendar div.calendar {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 2px 0;
  text-align: left;
  margin: 0 .25em 0 0;
  width: 96%;
  float: right;
  /* needed to keep IE from hiding the floating day number */
  clear: both;
}
.calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}
.calendar-calendar div.title {
  font-size: .8em;
  text-align: center;
}
.calendar-calendar .content {
  clear: both;
  padding: 3px;
  padding-left: 5px;
}
.calendar-calendar td.calendar-agenda-hour {
  font-family: serif;
  text-align: right;
  border: none;
  border-top: 1px #333 dotted;
  padding-top: .25em;
  width: 1%;
}
.calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}
.calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}
.calendar-calendar td.calendar-agenda-items {
  border: 1px #333 dotted;
  text-align: left;
}
.calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  padding: .25em;
  margin: 0;
}
.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background-color: #fff;
}
.calendar-calendar div.date-nav {
  color: #777;
  padding: 0.2em;
  width: auto;
}
.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #777;
}
.calendar-calendar th.days {
  background-color: #eee;
  color: #777;
  font-weight: bold;
  padding: 5px 0;
  font-size: 0.9em;
}
.calendar-calendar table.mini td.empty {
  background: #fff;
  border-color: #fff;
}
.calendar-calendar td div.day {
  border-top: none;
  border-right: none;
  margin-bottom: 2px;
}
.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
  border: none;
}
.calendar-calendar td .inner div.calendar div.calendar-more,
.calendar-calendar td .inner div.calendar div.calendar-more a {
  text-align: right;
}
.calendar-calendar td .inner div.day a,
.calendar-calendar td .inner div.day {
  color: #777;
  font-weight: normal;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #eee;
}
.calendar-calendar td.past {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.calendar-calendar .node-data-field-subtitle-field-subtitle-value {
  color: #555;
}
.calendar-calendar .week {
  display: none;
}
.calendar-calendar .view-data-node-title a {
  color: #111;
  font-weight: normal;
}
.calendar-date-select form {
  text-align: right;
  float: right;
  width: 25%;
}
.calendar-date-select div,
.calendar-date-select input,
.calendar-date-select label {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  clear: both;
}
.calendar-date-select .description {
  float: right;
}
.calendar-label {
  font-weight: bold;
  display: block;
  clear: both;
}
div#calpopup {
  background-color: white;
  border: 2px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  width: 25%;
  z-index: 800;
  font-size: 0.9em;
}
#calpopup #popup-close {
  padding: 1em 1em 0;
  position: absolute;
  right: -10px;
  text-align: right;
  top: -10px;
  z-index: 100;
}
#calpopup #nodelink {
  display: none;
  float: right;
  margin: 0 -10px -10px 0;
}
#calpopup div#calpopup-body {
  margin: 20px;
  max-height: 100em;
  overflow: visible;
  position: relative;
}
#calpopup div#calpopup-body div.node {
  border: 0 none;
  margin: 0;
  padding: 0 0 10px;
}
/* ========================================================================== *\
   DIRECTORY
   @file: /sites/all/themes/dmodel/less/templates/directory.less
\* ========================================================================== */
.directory {
  /**
   * Eliminates the grey edit box from appearing on hover when the edit link
   * isn't present when user doesn't have access to edit the post
   */
}
.directory .views-field-field-image-fid img {
  width: 60px;
  height: auto !important;
}
.directory .field-subtitle,
.directory .views-field-field-phone-value {
  color: #444;
}
.directory .views-field-field-phone-value {
  min-width: 150px;
}
.directory .views-summary li {
  display: inline;
  padding: 0 2px;
}
.directory .attachment {
  float: left;
}
.directory .view-content {
  float: left;
}
.directory .views-field-edit-node {
  display: none;
  position: absolute;
  right: 0;
  padding: 0;
  background: #eee;
}
.directory .views-field-edit-node a {
  display: block;
  padding: 10px;
}
.directory .views-table tr:hover .views-field-edit-node {
  display: block;
}
