/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Portals/_default/Skins/Carmel/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/Portals/_default/Skins/Carmel/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/Portals/_default/Skins/Carmel/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/Portals/_default/Skins/Carmel/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/Portals/_default/Skins/Carmel/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/Portals/_default/Skins/Carmel/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* zoeker override */
/* vacature range sliders */
@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
#vacature-blokken,
#vacature-search,
#vacature-details-header,
#vacatures-pager {
  clear: left !important;
}
*::selection {
  background: #1995ac;
  color: #fff;
}
select {
  background: #fff;
  color: #000;
}
select option {
  background: #fff;
  color: #000;
}
select option:hover,
select option:checked {
  background-color: #1995ac;
  color: #fff;
}
.content-body img {
  max-width: 100%;
  height: auto !important;
}
table.table-populair,
#dnn_ctr709_ContentPane {
  width: 100%;
}
@media (max-width: 537px) {
  table.table-populair,
  #dnn_ctr709_ContentPane {
    max-width: 100%;
  }
  table.table-populair td,
  #dnn_ctr709_ContentPane td {
    width: 100%;
    display: block;
    clear: left;
  }
}
@media (max-width: 537px) {
  .icon-and-search-wrap {
    margin-bottom: 50px;
  }
}
.main-wrapper {
  position: relative;
}
@media (max-width: 537px) {
  #dnn_ContentTopWide {
    position: relative;
    z-index: 1;
  }
  .DnnModule-1074 {
    position: relative;
    z-index: -1;
  }
}
table[style] {
  width: unset !important;
}
.back-to-top,
.box.hidden-lg {
  margin: 0 !important;
}
a {
  -webkit-tap-highlight-color: transparent;
}
.content-wrap.submenu-active .subnav {
  width: 23%;
}
.c-106 .content-column {
  width: 100% !important;
}
.sub-menu-pane .box {
  padding-right: 0 !important;
}
@media (min-width: 1024px) {
  #main-wrapper.home .content-body.row {
    display: grid;
    grid-gap: 20px;
    grid: auto-flow / 1fr 1fr 1fr;
  }
}
@media (min-width: 1312px) {
  #main-wrapper.home .content-body.row {
    grid: auto-flow / 1fr 1fr 1fr 1fr 1fr;
  }
}
#main-wrapper.home .content-body.row > div {
  float: none !important;
  width: unset !important;
  clear: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
  padding: unset !important;
  border: unset !important;
}
#main-wrapper.home .content-body.row::after,
#main-wrapper.home .content-body.row::before {
  display: none !important;
}
#main-wrapper.home .juicer-feed .j-stacker {
  display: flex !important;
  flex-direction: column !important;
}
body#Body > form #ControlBar_ControlPanel {
  z-index: 3020 !important;
}
body#Body > form #ControlBar_ControlPanel * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
body#Body form#Form {
  height: 100%;
}
.dnnFormItem * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#main-wrapper div.dnnForm img {
  display: inline !important;
}
.Head {
  margin: 0;
  display: inline;
}
.SkinObject,
.registerGroup,
.registerGroup *,
.loginGroup,
.loginGroup *,
.Normal,
.NormalDisabled,
.NormalDeleted,
.NormalBold,
.NormalTextBox {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #303030;
}
#main-wrapper .reDropDownBody .reContentArea a,
#main-wrapper .RadEditor .reContentArea a {
  text-decoration: underline !important;
}
#main-wrapper .DynamicForms_RequiredFieldAsterik {
  font-size: 1em;
  margin-left: 0.5em;
}
#main-wrapper .DynamicForms_Maintable td .NormalRed {
  margin-left: 0.5em;
}
#main-wrapper .dnnSortable {
  min-height: 6em;
}
.dnnActions li a.dnnPrimaryAction:link,
.dnnActions li a.dnnPrimaryAction:visited {
  color: #fff;
}
.DnnModule.DnnModule-DynamicForms:before,
.DnnModule.DnnModule-DynamicForms:after {
  content: " ";
  display: table;
}
.DnnModule.DnnModule-DynamicForms:after {
  clear: both;
}
.RadTreeView ul li {
  margin: 0;
}
.dnnEditState .DnnModule {
  opacity: 1;
}
.loginGroup {
  display: inline;
}
/* usercontrols */
#usercrontrol-wrapper {
  z-index: 2;
  border-top: #333 1px solid;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
}
#usercrontrol-wrapper > .wrapper > div {
  background: #fff;
}
#main-wrapper td.reContentCell {
  overflow: hidden;
}
#main-wrapper td.reContentCell .reContentArea {
  width: 100%;
}
#main-wrapper td.reContentCell .reContentArea img {
  max-width: 123.2rem !important;
}
#main-wrapper .html_preview img {
  max-width: 123.2rem !important;
}
.userControls-wrapper {
  z-index: 6000;
  background: #efefef;
}
.userControls-wrapper * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.userControls-wrapper ul.searchSkinObjectPreview {
  z-index: 6050;
}
.userControls-wrapper .wrapper {
  margin: 0 auto;
  width: 131.2;
}
#userControls {
  height: 32px;
  /*------------------------------------------------*/
  /* SEARCH */
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /* LOGIN */
  /*------------------------------------------------*/
  /* Register Group Styles */
  /* Login Group Styles */
  /* Number of message next to the message icon*/
}
#userControls #search {
  float: right;
  width: 209px;
  height: 32px;
}
#userControls #search a.SearchButton:link,
#userControls #search a.SearchButton:visited {
  display: inline-block;
  float: right;
  height: 32px;
  width: 32px;
  margin: 0;
  padding: 0;
  background: #333 url('images/search.png') no-repeat center center;
  text-indent: -9999px;
}
#userControls #search a.SearchButton:hover {
  background: url('images/search.png') no-repeat center center, #2d2d2d;
  /* Old browsers */
  background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* FF3.6+ */
  background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2d2d), color-stop(100%, #565656));
  /* Chrome,Safari4+ */
  background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* Opera 11.10+ */
  background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* IE10+ */
  background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, #2d2d2d 0%, #565656 100%);
  /* W3C */
}
#userControls #dnn_dnnSearch_txtSearch {
  display: block;
  float: left;
  width: 160px;
  height: 32px;
  padding: 0 5px 0 10px;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border-left: 1px solid #ddd;
  color: #000;
  line-height: 32px;
  font-size: 11px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#userControls #dnn_dnnSearch_txtSearch:active,
#userControls #dnn_dnnSearch_txtSearch:focus {
  background: #ccc;
  box-shadow: inset 0px 3px 8px #999;
}
#userControls #login {
  float: right;
}
#userControls #login .registerGroup,
#userControls #login .registerGroup *,
#userControls #login .loginGroup,
#userControls #login .loginGroup * {
  display: block;
}
#userControls #login .registerGroup,
#userControls #login .loginGroup {
  float: left;
  padding: 0;
  margin: 0;
}
#userControls #login .registerGroup li:first-child:hover {
  border-left: #222;
}
#userControls #login .registerGroup li {
  float: left;
}
#userControls #login .registerGroup .buttonGroup {
  margin-right: 0;
}
#userControls #login .registerGroup .buttonGroup li {
  margin-left: 0;
}
#userControls #login .registerGroup a,
#userControls #login .loginGroup a {
  display: block;
  position: relative;
  height: 25px;
  min-width: 12px;
  padding: 7px 15px 0 15px;
  color: #333;
  font-size: 11px;
  vertical-align: middle;
}
#userControls #login .registerGroup a:hover,
#userControls #login .loginGroup a:hover {
  background: #2d2d2d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2d2d), color-stop(100%, #565656));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2d2d2d 0%, #565656 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2d2d2d 0%, #565656 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#565656', GradientType=0);
  /* IE6-9 */
  color: #ddd;
  text-shadow: 0px -1px 0px #333333;
}
#userControls #login .registerGroup a:active,
#userControls #login .loginGroup a:active {
  color: #fff;
  text-shadow: 0px -1px 0px #333333;
}
#userControls #login .registerGroup a:hover,
#userControls #login .loginGroup a:hover {
  text-decoration: none;
}
#userControls #login .registerGroup a strong,
#userControls #login .loginGroup a strong {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  font-size: 11px;
  text-indent: -9999px;
}
#userControls #login .userMessages a,
#userControls #login .userNotifications a {
  background-color: #333;
}
#userControls #login .userMessages strong {
  height: 100%;
  background: url('images/icon_message.png') no-repeat center center;
}
#userControls #login .userNotifications {
  border-right: 1px solid #CCC;
}
#userControls #login .userNotifications strong {
  height: 100%;
  background: url('images/icon_notification.png') no-repeat center center;
}
#userControls #login .registerGroup a span {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: -9px;
  min-width: 7px;
  margin-right: 3px;
  background: #3b96b6;
  /* Old browsers */
  text-align: center;
  font-size: 11px;
  color: #fff;
  text-shadow: 0px 1px 0px #333333;
}
#userControls #login .registerGroup .userProfileImg a {
  min-width: 25px;
  min-height: 32px;
  padding: 0;
  background: none;
}
#userControls #login .registerGroup a img {
  height: 32px;
  width: 32px;
  background: #333;
}
#userControls #login .loginGroup {
  border-right: 1px solid #CCC;
}
#userControls #login .loginGroup a {
  color: #333;
}
#userControls #login .userMessages a span,
#userControls #login .userNotifications a span {
  display: inline-block;
  margin-top: 9px;
  margin-right: 0px;
  background-color: transparent;
  font-size: 10px;
}
.reContentArea table tr td {
  border: #999 2px dotted;
  padding: 5px;
}
.dnnSearchResultContainer .dnnSearchResultItem-Others {
  display: none;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions {
  display: none;
}
.dnnSearchBoxPanel {
  width: 100%;
  max-width: none;
  padding: 0;
  background-color: #fff;
}
.dnnSearchBoxPanel input#dnnSearchResult_dnnSearchBox_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100% !important;
  right: 0 !important;
  left: 0;
}
.dnnSearchBoxPanel .dnnSearchBoxClearText {
  right: 150px !important;
  right: 15rem !important;
  top: 5px;
  top: 0.5rem;
}
.dnnSearchBoxPanel .dnnSearchButton {
  right: 5px !important;
  right: 0.5rem !important;
}
.dnnSearchBoxPanel .dnnSearchBox {
  margin: 0;
  margin-right: 150px;
  margin-right: 15rem;
  display: block;
}
.dnnSearchBoxPanel > div {
  margin-left: 10px;
  margin-left: 1rem;
}
.dnnSearchResultAdvancedTip {
  float: right;
  display: block;
  margin: 10px 13px 0px 0px;
  margin: 1rem 1.3rem 0 0;
}
.dnnSearchResultPanel {
  width: 100%;
  max-width: none;
  margin: 20px 0px 0px 0px;
  margin: 2rem 0 0 0;
  padding: 0;
  background-color: #fff;
}
.dnnSearchResultPanel .RadComboBox {
  width: 100px;
  width: 10rem;
}
.dnnSearchResultPanel .dnnRight {
  margin-right: 0;
  margin-left: 10px;
  margin-left: 1rem;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions {
  margin: 0 0 0 0;
  padding: 0 5px 0 0;
  list-style-type: none;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li {
  list-style: none;
  display: inline-block;
  margin: 0 -5px 0 0;
  padding: 0;
  border-left: 1px solid #ccc;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li:first-child {
  border-left: none;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
  display: block;
  padding: 7px 15px 7px 15px;
  margin: 0;
  color: #666;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f0f2f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(top, #fff 0%, #f0f2f1 100%);
  /* W3C */
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a,
.dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a:hover {
  background-color: #e8f1fa;
  background: -moz-linear-gradient(top, #ccc 0%, #fff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ccc 0%, #fff 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(top, #ccc 0%, #fff 100%);
  /* W3C */
  color: #333;
}
.dnnSearchResultPanel > .dnnRight > span.dnnSearchResultCountPerPage {
  display: inline-block;
  margin: 10px 5px 0 0;
  color: #666;
  vertical-align: top;
}
.dnnSearchResultContainer {
  margin: 30px 0 0 0;
}
.dnnSearchLoading {
  position: absolute;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 30px 0 0 0;
}
.dnnSearchResultContainer > .dnnSearchResultItem {
  width: 100%;
  margin: 0 0 1.5em 0;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title b {
  font-style: italic;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description {
  color: #666;
  margin: 0 0 6px 0;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description b {
  color: #000;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Others span {
  font-weight: bold;
  color: #777;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Others a {
  display: inline-block;
  margin: 0 2px 0 0;
  vertical-align: top;
}
.dnnSearchResultContainer > .dnnSearchResultItem-Subset {
  margin: 0 0 1.5em 0;
  border-left: #ccc 5px solid;
  border-left: #ccc 0.5rem solid;
  padding-left: 10px;
  padding-left: 1rem;
}
.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Title {
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Description {
  color: #666;
  margin: 0;
}
.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Description b {
  color: #000;
}
.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Others span {
  font-weight: bold;
  color: #777;
}
.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Others a {
  display: inline-block;
  margin: 0 2px 0 0;
  vertical-align: top;
}
.dnnSearchResultPager {
  margin: 30px 0 0 0;
  padding: 15px 0 15px 0;
  border-top: 1px solid #ccc;
}
.dnnSearchResultPager.dnnSearchResultPagerTop {
  border-top: none;
  border-bottom: 1px solid #ccc;
  margin: 10px 0 30px 0;
}
.dnnSearchResultPager span {
  display: inline-block;
  color: #666;
  margin: 6px 3px 0 0;
  vertical-align: top;
}
.dnnSearchResultPager span.dnnPager-current {
  margin: 6px 20px 0 0;
}
.dnnSearchResultPager a {
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4), inset 0 1px 0 0 #ffffff;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #eee6e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee6e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #eee6e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #eee6e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #eee6e5 100%);
  /* IE10+ */
  background: linear-gradient(top, #fff 0%, #eee6e5 100%);
  /* W3C */
  border: 1px solid #dddddd;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px #ffffff;
  color: #555;
  display: inline-block;
  height: 32px;
  margin-top: -6px;
  text-shadow: 0 1px 0 #ffffff;
  width: 25px;
  vertical-align: top;
}
.dnnSearchResultPager a.dnnPager-next {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  background-image: url('/Icons/Sigma/right.png');
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.dnnSearchResultPager a.dnnPager-prev {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  background-image: url('/Icons/Sigma/left.png');
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 3px;
  border-right: none;
  border-top-left-radius: 3px;
}
.dnnSearchResultPager a.dnnPager-disable {
  opacity: 0.65;
}
#dnnSearchResultAdvancedForm {
  margin: 20px 0 0 0;
  width: 450px;
}
#dnnSearchResultAdvancedForm .dnnFormItem {
  margin-bottom: 5px;
}
#dnnSearchResultAdvancedForm.dnnForm .dnnFormItem > .RadComboBox_Default {
  width: 235px;
  margin-bottom: 0;
}
#dnnSearchResultAdvancedForm .dnnActions {
  margin: 10px 0 5px 20px;
  padding: 0;
}
#dnnSearchResult-advancedTipContainer {
  margin: 0;
  display: none;
}
.dnnSearchResult-hint-tbl {
  margin: 20px 0 10px 0;
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}
.icon-cv {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-sprite.png');
  background-repeat: no-repeat;
  text-indent: -5000em;
  overflow: hidden;
  background-position: -8px -48px;
  background-position: -0.8rem -4.8rem;
  height: 32px;
  height: 3.2rem;
  width: 32px;
  width: 3.2rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  float: left;
  display: block;
  width: 64px;
  width: 6.4rem;
}
.icon-cv:hover {
  background-position: -8px -8px;
  background-position: -0.8rem -0.8rem;
}
.icon-twitter {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-sprite.png');
  background-repeat: no-repeat;
  text-indent: -5000em;
  overflow: hidden;
  background-position: -80px -48px;
  background-position: -8rem -4.8rem;
  height: 32px;
  height: 3.2rem;
  width: 32px;
  width: 3.2rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  float: left;
  display: block;
}
.icon-twitter:hover {
  background-position: -80px -8px;
  background-position: -8rem -0.8rem;
}
.icon-linkedin {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-sprite.png');
  background-repeat: no-repeat;
  text-indent: -5000em;
  overflow: hidden;
  background-position: -120px -48px;
  background-position: -12rem -4.8rem;
  height: 32px;
  height: 3.2rem;
  width: 32px;
  width: 3.2rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  float: left;
  display: block;
}
.icon-linkedin:hover {
  background-position: -120px -8px;
  background-position: -12rem -0.8rem;
}
.icon-facebook {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-sprite.png');
  background-repeat: no-repeat;
  text-indent: -5000em;
  overflow: hidden;
  background-position: -160px -48px;
  background-position: -16rem -4.8rem;
  height: 32px;
  height: 3.2rem;
  width: 32px;
  width: 3.2rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  float: left;
  display: block;
}
.icon-facebook:hover {
  background-position: -160px -8px;
  background-position: -16rem -0.8rem;
}
.icon-youtube {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-sprite.png');
  background-repeat: no-repeat;
  text-indent: -5000em;
  overflow: hidden;
  background-position: -200px -48px;
  background-position: -20rem -4.8rem;
  height: 32px;
  height: 3.2rem;
  width: 32px;
  width: 3.2rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  float: left;
  display: block;
}
.icon-youtube:hover {
  background-position: -200px -8px;
  background-position: -20rem -0.8rem;
}
.close-btn {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-sprite.png');
  background-repeat: no-repeat;
  text-indent: -5000em;
  overflow: hidden;
  background-position: -320px -48px;
  background-position: -32rem -4.8rem;
  height: 32px;
  height: 3.2rem;
  width: 32px;
  width: 3.2rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  float: left;
  display: block;
}
.close-btn:hover {
  background-position: -320px -8px;
  background-position: -32rem -0.8rem;
}
.banner-box {
  display: block;
  border: #ccc 0px solid;
  border: #ccc 0rem solid;
  padding: 20px;
  padding: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.banner-box:before,
.banner-box:after {
  content: " ";
  display: table;
}
.banner-box:after {
  clear: both;
}
.cycle-wrap.image-slider-box img {
  display: inline;
  max-width: 100%;
  height: auto;
}
.cycle-wrap.image-slider-box .rotatornav-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
}
.bitwise-slider-pager {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}
.bitwise-slider-pager > a {
  float: left;
  display: block;
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  margin-right: 3px;
  margin-right: 0.3rem;
  overflow: hidden;
  text-indent: -5000em;
  background: #939699;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.bitwise-slider-pager > a.cycle-pager-active {
  background: #f9b123;
}
.cycle-slideshow {
  width: 100%;
}
.cycle-wrap {
  position: relative;
}
.cycle-wrap:before,
.cycle-wrap:after {
  content: " ";
  display: table;
}
.cycle-wrap:after {
  clear: both;
}
.cycle-wrap.banner-box {
  font-size: 14px;
  font-size: 1.4rem;
}
.cycle-wrap div.slide {
  width: 100%;
  height: auto;
}
.cycle-wrap .rotatornav-wrap .cycle-pager > a {
  float: left;
  display: block;
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  margin-right: 3px;
  margin-right: 0.3rem;
  overflow: hidden;
  text-indent: -5000em;
  background: #939699;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.cycle-wrap .rotatornav-wrap .cycle-pager > a.cycle-pager-active {
  background: #f9b123;
}
.bitwise-slider {
  position: relative;
  z-index: 80;
}
.bitwise-slider:before,
.bitwise-slider:after {
  content: " ";
  display: table;
}
.bitwise-slider:after {
  clear: both;
}
.bitwise-slider .slider-editbar {
  position: relative;
  z-index: 99999;
}
.bitwise-slider .cycle-slide {
  width: 100%;
}
.bitwise-slider .cycle-slide > a,
.bitwise-slider .cycle-slide > div {
  display: block;
  position: relative;
}
.bitwise-slider .cycle-slide > a img,
.bitwise-slider .cycle-slide > div img {
  width: 100%;
  height: auto;
}
.bitwise-slider .cycle-slide .slide-box {
  padding: 15px 20px 15px 20px;
  background: #1995ac;
}
.bitwise-slider .cycle-slide .slide-box .slide-text {
  color: #fff;
  font-size: 20px;
}
.bitwise-slider .cycle-slide .slide-box .slide-title {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (min-width: 1024px) {
  .bitwise-slider .cycle-slide .slide-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(123, 123, 123, 0.6);
  }
}
.button {
  position: relative;
  cursor: pointer;
  background: #f9b123;
  line-height: 2 !important;
  float: left;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 28px;
  height: 2.8rem;
  color: #303030;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: #f9b123 0px solid;
  border: #f9b123 0rem solid;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
}
.button:link,
.button:visited,
.button:active {
  color: #303030;
}
.button:link,
.button:visited,
.button:active {
  text-decoration: none;
}
.button:hover {
  background: #1995ac;
  border-color: #1995ac;
  color: #fff;
}
.button:hover:link,
.button:hover:visited,
.button:hover:active {
  color: #fff;
}
.button:hover > span {
  color: #fff;
}
.button.tooltip:after {
  content: attr(rel);
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 2.8rem;
  z-index: 1;
  text-align: center;
  left: 50%;
  margin-left: -52px;
  padding: 6px 3px 3px 3px;
  color: #fff;
  background: transparent url('/Content/images/menu-tooltip.png') no-repeat 50% 0;
  width: 104px;
}
.button.tooltip:hover:after {
  visibility: visible;
  opacity: 0.8;
  top: 2.8rem;
}
.button.alerts,
.button.register,
.button.apply,
.button.twitter {
  background: #1995ac;
  border: #1995ac 0px solid;
  border: #1995ac 0rem solid;
  height: auto;
  padding: 10px 10px 10px 44px;
  padding: 1rem 1rem 1rem 4.4rem;
  line-height: 1.3 !important;
  color: #fff;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1em;
  float: none;
}
.button.alerts:hover,
.button.register:hover,
.button.apply:hover,
.button.twitter:hover {
  background: #f9b123;
  border-color: #f9b123;
}
.button.alerts:link,
.button.register:link,
.button.apply:link,
.button.twitter:link,
.button.alerts:visited,
.button.register:visited,
.button.apply:visited,
.button.twitter:visited,
.button.alerts:active,
.button.register:active,
.button.apply:active,
.button.twitter:active {
  color: #fff;
}
.button.alerts:hover,
.button.alerts {
  background-image: url('/Portals/_default/Skins/Carmel/images/alerts.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}
.button.register:hover,
.button.register {
  background-image: url('/Portals/_default/Skins/Carmel/images/register.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}
.button.apply:hover,
.button.apply {
  background-image: url('/Portals/_default/Skins/Carmel/images/apply.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}
.button.twitter:hover,
.button.twitter {
  background-image: url('/Portals/_default/Skins/Carmel/images/twitter.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}
.button.action {
  background: #1995ac;
  border: #1995ac 0px solid;
  border: #1995ac 0rem solid;
  height: auto;
  padding: 10px 20px 10px 20px;
  padding: 1rem 2rem 1rem 2rem;
  line-height: 1.3 !important;
  float: none;
  text-transform: uppercase;
  color: #fff;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1px;
  margin-bottom: 0.1rem;
}
.button.action:hover {
  background: #f9b123;
  border-color: #f9b123;
}
.button.action:link,
.button.action:visited,
.button.action:active {
  color: #fff;
}
.button.action:hover,
.button.action {
  background-image: url('/Portals/_default/Skins/Carmel/images/btn-action.png');
  background-position: center right;
  background-repeat: no-repeat;
}
a.button:link,
a.button:visited,
a.button:active {
  text-decoration: none;
}
/* buttons gegroepeerd bij elkaar: div er omheen met de class button-group */
.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > a {
  position: relative;
  cursor: pointer;
  background: #f9b123;
  line-height: 2 !important;
  float: left;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 28px;
  height: 2.8rem;
  color: #303030;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: #f9b123 0px solid;
  border: #f9b123 0rem solid;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
}
.button-group > a:link,
.button-group > a:visited,
.button-group > a:active {
  color: #303030;
}
.button-group > a:link,
.button-group > a:visited,
.button-group > a:active {
  text-decoration: none;
}
.button-group > a:hover {
  background: #1995ac;
  border-color: #1995ac;
  color: #fff;
}
.button-group > a:hover:link,
.button-group > a:hover:visited,
.button-group > a:hover:active {
  color: #fff;
}
.button-group > a:hover > span {
  color: #fff;
}
.button-group > a.tooltip:after {
  content: attr(rel);
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 2.8rem;
  z-index: 1;
  text-align: center;
  left: 50%;
  margin-left: -52px;
  padding: 6px 3px 3px 3px;
  color: #fff;
  background: transparent url('/Content/images/menu-tooltip.png') no-repeat 50% 0;
  width: 104px;
}
.button-group > a.tooltip:hover:after {
  visibility: visible;
  opacity: 0.8;
  top: 2.8rem;
}
.button-group > .order-group,
.button-group > a,
.button-group > .button {
  margin-left: 10px;
  margin-left: 1rem;
}
.button-group > .order-group:first-child,
.button-group > a:first-child,
.button-group > .button:first-child {
  margin-left: 0;
}
a.apply-now {
  position: relative;
  cursor: pointer;
  background: #f9b123;
  line-height: 2 !important;
  float: left;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 28px;
  height: 2.8rem;
  color: #303030;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: #f9b123 0px solid;
  border: #f9b123 0rem solid;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1.5em;
}
a.apply-now:link,
a.apply-now:visited,
a.apply-now:active {
  color: #303030;
}
a.apply-now:link,
a.apply-now:visited,
a.apply-now:active {
  text-decoration: none;
}
a.apply-now:hover {
  background: #1995ac;
  border-color: #1995ac;
  color: #fff;
}
a.apply-now:hover:link,
a.apply-now:hover:visited,
a.apply-now:hover:active {
  color: #fff;
}
a.apply-now:hover > span {
  color: #fff;
}
a.apply-now.tooltip:after {
  content: attr(rel);
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 2.8rem;
  z-index: 1;
  text-align: center;
  left: 50%;
  margin-left: -52px;
  padding: 6px 3px 3px 3px;
  color: #fff;
  background: transparent url('/Content/images/menu-tooltip.png') no-repeat 50% 0;
  width: 104px;
}
a.apply-now.tooltip:hover:after {
  visibility: visible;
  opacity: 0.8;
  top: 2.8rem;
}
.order-group {
  float: left;
  display: block;
}
.order-group > span {
  height: 26px;
  height: 2.6rem;
  border-top: #ccc 1px solid;
  border-top: #ccc 0.1rem solid;
  border-bottom: #ccc 1px solid;
  border-bottom: #ccc 0.1rem solid;
}
.order-group > input,
.order-group > input.spinner {
  float: left;
  display: block;
  width: 20px;
  width: 2rem;
  padding-right: 0;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
.order-group span.ui-spinner.ui-widget {
  margin: 0;
  padding: 0;
  height: 26px;
  height: 2.6rem;
}
.order-group span.ui-spinner.ui-widget .ui-spinner-buttons {
  position: relative !important;
  left: 0 !important;
}
.order-group span.ui-spinner.ui-widget .ui-spinner-buttons .ui-spinner-up {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.order-group span.ui-spinner.ui-widget .ui-spinner-buttons .ui-spinner-down {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.order-group span.ui-spinner.ui-widget .ui-spinner-buttons .ui-corner-tr {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.order-group a.addtocartbutton.button {
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
.order-group a.addtocartbutton.button > span {
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
#top {
  display: none;
  z-index: 5550;
}
#nav {
  position: relative;
  z-index: 5500;
}
.menu-wrap {
  display: block;
  border: #fff 0px solid;
  border: #fff 0rem solid;
  padding: 0px;
  padding: 0rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #303030;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  position: relative;
  margin: 0;
}
.menu-wrap:before,
.menu-wrap:after {
  content: " ";
  display: table;
}
.menu-wrap:after {
  clear: both;
}
.menu-wrap h1,
.menu-wrap h2,
.menu-wrap h3,
.menu-wrap h4,
.menu-wrap h5,
.menu-wrap h6 {
  color: #fff;
}
.menu-wrap a {
  color: #fff;
}
.menu-wrap a:link,
.menu-wrap a:visited,
.menu-wrap a:active {
  color: #fff;
}
.menu-wrap a:hover {
  color: #fff;
}
.menu-wrap a:hover:link,
.menu-wrap a:hover:visited,
.menu-wrap a:hover:active {
  color: #fff;
}
.menu-wrap ul {
  *zoom: 1;
  padding: 0;
  margin: 0;
}
.menu-wrap ul li {
  list-style: none none;
  padding: 0;
  margin: 0;
}
.menu-wrap ul.nav-wrap li {
  position: relative;
}
.menu-wrap ul.nav-wrap li > span,
.menu-wrap ul.nav-wrap li > a {
  float: left;
  display: block;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
}
.menu-wrap ul.nav-wrap li > span:link,
.menu-wrap ul.nav-wrap li > a:link,
.menu-wrap ul.nav-wrap li > span:visited,
.menu-wrap ul.nav-wrap li > a:visited,
.menu-wrap ul.nav-wrap li > span:active,
.menu-wrap ul.nav-wrap li > a:active {
  text-decoration: none;
}
.menu-wrap ul.nav-wrap > li {
  float: left;
  display: block;
  background-color: #303030;
}
.menu-wrap ul.nav-wrap > li.active,
.menu-wrap ul.nav-wrap > li.li-hover,
.menu-wrap ul.nav-wrap > li.clicked,
.menu-wrap ul.nav-wrap > li.open {
  background-color: #d8d8d8;
}
.menu-wrap ul.nav-wrap > li.active > a,
.menu-wrap ul.nav-wrap > li.li-hover > a,
.menu-wrap ul.nav-wrap > li.clicked > a,
.menu-wrap ul.nav-wrap > li.open > a,
.menu-wrap ul.nav-wrap > li.active > span,
.menu-wrap ul.nav-wrap > li.li-hover > span,
.menu-wrap ul.nav-wrap > li.clicked > span,
.menu-wrap ul.nav-wrap > li.open > span {
  color: #303030;
}
.menu-wrap ul.nav-wrap > li.active > a:link,
.menu-wrap ul.nav-wrap > li.li-hover > a:link,
.menu-wrap ul.nav-wrap > li.clicked > a:link,
.menu-wrap ul.nav-wrap > li.open > a:link,
.menu-wrap ul.nav-wrap > li.active > span:link,
.menu-wrap ul.nav-wrap > li.li-hover > span:link,
.menu-wrap ul.nav-wrap > li.clicked > span:link,
.menu-wrap ul.nav-wrap > li.open > span:link,
.menu-wrap ul.nav-wrap > li.active > a:visited,
.menu-wrap ul.nav-wrap > li.li-hover > a:visited,
.menu-wrap ul.nav-wrap > li.clicked > a:visited,
.menu-wrap ul.nav-wrap > li.open > a:visited,
.menu-wrap ul.nav-wrap > li.active > span:visited,
.menu-wrap ul.nav-wrap > li.li-hover > span:visited,
.menu-wrap ul.nav-wrap > li.clicked > span:visited,
.menu-wrap ul.nav-wrap > li.open > span:visited,
.menu-wrap ul.nav-wrap > li.active > a:active,
.menu-wrap ul.nav-wrap > li.li-hover > a:active,
.menu-wrap ul.nav-wrap > li.clicked > a:active,
.menu-wrap ul.nav-wrap > li.open > a:active,
.menu-wrap ul.nav-wrap > li.active > span:active,
.menu-wrap ul.nav-wrap > li.li-hover > span:active,
.menu-wrap ul.nav-wrap > li.clicked > span:active,
.menu-wrap ul.nav-wrap > li.open > span:active {
  color: #303030;
}
.menu-wrap ul.nav-wrap > li ul {
  padding: 10px 0 10px 0;
  padding: 1rem 0 1rem 0;
  display: none;
  /*height: 0;
    width: 0;
    overflow: hidden;

    > li {
        .transition(all 300ms ease-in-out);
        .opacity(0);
        height: 0;
    }*/
  background-color: #d8d8d8;
  position: absolute;
}
.menu-wrap ul.nav-wrap > li ul > li {
  float: none;
}
.menu-wrap ul.nav-wrap > li ul > li > a,
.menu-wrap ul.nav-wrap > li ul > li > span {
  float: none;
  display: block;
  color: #303030;
}
.menu-wrap ul.nav-wrap > li ul > li > a:link,
.menu-wrap ul.nav-wrap > li ul > li > span:link,
.menu-wrap ul.nav-wrap > li ul > li > a:visited,
.menu-wrap ul.nav-wrap > li ul > li > span:visited,
.menu-wrap ul.nav-wrap > li ul > li > a:active,
.menu-wrap ul.nav-wrap > li ul > li > span:active {
  color: #303030;
}
.menu-wrap ul.nav-wrap > li ul > li.haschild > a,
.menu-wrap ul.nav-wrap > li ul > li.haschild > span {
  padding-right: 40px;
  padding-right: 4rem;
}
.menu-wrap ul.nav-wrap > li ul > li.haschild > a:after,
.menu-wrap ul.nav-wrap > li ul > li.haschild > span:after {
  position: absolute;
  top: 0;
  right: 20px;
  right: 2rem;
  content: ">";
}
.menu-wrap ul.nav-wrap > li ul > li.active > a,
.menu-wrap ul.nav-wrap > li ul > li.active > span {
  border-left: #303030 10px solid;
  border-left: #303030 1rem solid;
  padding-left: 10px;
  padding-left: 1rem;
}
.menu-wrap ul.nav-wrap > li ul > li.li-hover,
.menu-wrap ul.nav-wrap > li ul > li.clicked,
.menu-wrap ul.nav-wrap > li ul > li.open {
  background-color: #303030;
}
.menu-wrap ul.nav-wrap > li ul > li.li-hover > a,
.menu-wrap ul.nav-wrap > li ul > li.clicked > a,
.menu-wrap ul.nav-wrap > li ul > li.open > a,
.menu-wrap ul.nav-wrap > li ul > li.li-hover > span,
.menu-wrap ul.nav-wrap > li ul > li.clicked > span,
.menu-wrap ul.nav-wrap > li ul > li.open > span {
  color: #fff;
}
.menu-wrap ul.nav-wrap > li ul > li.li-hover > a:link,
.menu-wrap ul.nav-wrap > li ul > li.clicked > a:link,
.menu-wrap ul.nav-wrap > li ul > li.open > a:link,
.menu-wrap ul.nav-wrap > li ul > li.li-hover > span:link,
.menu-wrap ul.nav-wrap > li ul > li.clicked > span:link,
.menu-wrap ul.nav-wrap > li ul > li.open > span:link,
.menu-wrap ul.nav-wrap > li ul > li.li-hover > a:visited,
.menu-wrap ul.nav-wrap > li ul > li.clicked > a:visited,
.menu-wrap ul.nav-wrap > li ul > li.open > a:visited,
.menu-wrap ul.nav-wrap > li ul > li.li-hover > span:visited,
.menu-wrap ul.nav-wrap > li ul > li.clicked > span:visited,
.menu-wrap ul.nav-wrap > li ul > li.open > span:visited,
.menu-wrap ul.nav-wrap > li ul > li.li-hover > a:active,
.menu-wrap ul.nav-wrap > li ul > li.clicked > a:active,
.menu-wrap ul.nav-wrap > li ul > li.open > a:active,
.menu-wrap ul.nav-wrap > li ul > li.li-hover > span:active,
.menu-wrap ul.nav-wrap > li ul > li.clicked > span:active,
.menu-wrap ul.nav-wrap > li ul > li.open > span:active {
  color: #fff;
}
.menu-wrap ul.nav-wrap > li.li-hover > ul,
.menu-wrap ul.nav-wrap > li.clicked > ul,
.menu-wrap ul.nav-wrap > li.open > ul {
  display: block;
  /*height: auto;
    width: auto;
    overflow: visible;

    > li {
        .set(height, 1.6rem * @line-height);
        .opacity(100);
    }*/
}
.menu-wrap ul.nav-wrap > li > ul {
  min-width: 100%;
  top: 100%;
  left: 0;
}
.menu-wrap ul.nav-wrap > li > ul li.li-hover > ul,
.menu-wrap ul.nav-wrap > li > ul li.clicked > ul,
.menu-wrap ul.nav-wrap > li > ul li.open > ul {
  display: block;
  /*height: auto;
    width: auto;
    overflow: visible;

    > li {
        .set(height, 1.6rem * @line-height);
        .opacity(100);
    }*/
}
.menu-wrap ul.nav-wrap > li > ul li ul {
  top: -10px;
  top: -1rem;
  left: 100%;
}
.menu-wrap:before,
.menu-wrap:after {
  content: " ";
  display: table;
}
.menu-wrap:after {
  clear: both;
}
.menu-wrap ul.nav-wrap > li {
  margin-right: 1px;
  margin-right: 0.1rem;
}
.menu-wrap ul.nav-wrap > li > a,
.menu-wrap ul.nav-wrap > li > span {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.5;
}
.menu-wrap ul.nav-wrap > li#c-56 {
  display: none;
}
.menu-wrap ul.nav-wrap > li.clicked,
.menu-wrap ul.nav-wrap > li.li-hover,
.menu-wrap ul.nav-wrap > li.open {
  margin-bottom: -5px;
  margin-bottom: -0.5rem;
  margin-top: -5px;
  margin-top: -0.5rem;
}
.menu-wrap ul.nav-wrap > li.clicked > a,
.menu-wrap ul.nav-wrap > li.li-hover > a,
.menu-wrap ul.nav-wrap > li.open > a,
.menu-wrap ul.nav-wrap > li.clicked > span,
.menu-wrap ul.nav-wrap > li.li-hover > span,
.menu-wrap ul.nav-wrap > li.open > span {
  padding-top: 5px;
  padding-top: 0.5rem;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
}
.menu-wrap ul.nav-wrap > li > ul > li ul {
  border-left: #ffffff 1px solid;
  border-left: #ffffff 0.1rem solid;
}
.menu-wrap ul.nav-wrap > li ul > li {
  margin-bottom: 1px;
  margin-bottom: 0.1rem;
}
.menu-wrap ul.nav-wrap > li ul > li > span,
.menu-wrap ul.nav-wrap > li ul > li > a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.menu-wrap .open-search {
  float: right;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.5;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
  background: #eaeaea;
  overflow: hidden;
  text-indent: -5000em;
  width: 32px;
  width: 3.2rem;
  position: relative;
}
.menu-wrap .open-search .icon-search {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-sprite.png');
  background-repeat: no-repeat;
  text-indent: -5000em;
  overflow: hidden;
  background-position: -280px -48px;
  background-position: -28rem -4.8rem;
  height: 32px;
  height: 3.2rem;
  width: 32px;
  width: 3.2rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  float: left;
  display: block;
  position: absolute;
  left: 50%;
  top: 11px;
  top: 1.1rem;
  margin-left: -16px;
  margin-left: -1.6rem;
  margin-right: 0;
}
.menu-wrap .open-search .icon-search:hover {
  background-position: -280px -8px;
  background-position: -28rem -0.8rem;
}
.menu-wrap .open-search.slide-hide {
  background: none;
}
.menu-wrap .open-search.slide-hide .icon-search {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-sprite.png');
  background-repeat: no-repeat;
  text-indent: -5000em;
  overflow: hidden;
  background-position: -240px -48px;
  background-position: -24rem -4.8rem;
  height: 32px;
  height: 3.2rem;
  width: 32px;
  width: 3.2rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  float: left;
  display: block;
}
.menu-wrap .open-search.slide-hide .icon-search:hover {
  background-position: -240px -8px;
  background-position: -24rem -0.8rem;
}
.menu-wrap .center-container {
  position: relative;
}
.menu-wrap .close-btn {
  display: none;
}
.menu-wrap ul.nav-wrap > li > a.nav-btn,
.menu-wrap ul.nav-wrap > li > span.nav-btn {
  padding: 0 20px 0 65px;
  padding: 0 2rem 0 6.5rem;
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-menu.png');
  background-position: 20px 50%;
  background-position: 2rem 50%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-wrap ul.nav-wrap > li > a.nav-btn,
  .menu-wrap ul.nav-wrap > li > span.nav-btn {
    background-image: url('/Portals/_default/Skins/Carmel/images/icon-menu_2x.png');
    background-size: 2.5rem 2.5rem;
  }
}
.menu-wrap ul.nav-wrap > li ul li a {
  white-space: nowrap;
}
ul.logon-menu {
  padding: 0;
  margin: 0;
  float: right;
  display: block;
  padding-right: 20px;
  padding-right: 2rem;
}
ul.logon-menu li {
  list-style: none none;
  padding: 0;
  margin: 0;
}
ul.logon-menu > li {
  float: left;
  display: block;
}
ul.logon-menu > li > a,
ul.logon-menu > li > span {
  float: left;
  display: block;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
}
ul.logon-menu > li > a:link,
ul.logon-menu > li > span:link,
ul.logon-menu > li > a:visited,
ul.logon-menu > li > span:visited,
ul.logon-menu > li > a:active,
ul.logon-menu > li > span:active {
  text-decoration: none;
}
ul.logon-menu > li > span,
ul.logon-menu > li > a {
  padding: 0;
  margin-left: 20px;
  margin-left: 2rem;
}
.subnav ul.nav-wrap {
  padding: 0;
  margin: 0;
  display: block;
  border: #fff 0px solid;
  border: #fff 0rem solid;
  padding: 0px;
  padding: 0rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0 10px 0;
  padding: 2rem 0 1rem 0;
}
.subnav ul.nav-wrap li {
  list-style: none none;
  padding: 0;
  margin: 0;
}
.subnav ul.nav-wrap:before,
.subnav ul.nav-wrap:after {
  content: " ";
  display: table;
}
.subnav ul.nav-wrap:after {
  clear: both;
}
.subnav ul.nav-wrap > li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.subnav ul.nav-wrap > li.haschild.clicked > a,
.subnav ul.nav-wrap > li.haschild.active > a,
.subnav ul.nav-wrap > li.haschild.open > a,
.subnav ul.nav-wrap > li.haschild.clicked > span,
.subnav ul.nav-wrap > li.haschild.active > span,
.subnav ul.nav-wrap > li.haschild.open > span {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.subnav ul.nav-wrap li {
  display: block;
  position: relative;
}
.subnav ul.nav-wrap li > a,
.subnav ul.nav-wrap li > span {
  display: block;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
  cursor: pointer;
  line-height: 2;
}
.subnav ul.nav-wrap li > a:link,
.subnav ul.nav-wrap li > span:link,
.subnav ul.nav-wrap li > a:visited,
.subnav ul.nav-wrap li > span:visited,
.subnav ul.nav-wrap li > a:active,
.subnav ul.nav-wrap li > span:active {
  text-decoration: none;
}
.subnav ul.nav-wrap li.selected > a,
.subnav ul.nav-wrap li.selected > span {
  border-left: #d8d8d8 10px solid;
  border-left: #d8d8d8 1rem solid;
  padding-left: 10px;
  padding-left: 1rem;
}
.subnav ul.nav-wrap li.haschild > a,
.subnav ul.nav-wrap li.haschild > span {
  padding-right: 40px;
  padding-right: 4rem;
}
.subnav ul.nav-wrap li.haschild > a:after,
.subnav ul.nav-wrap li.haschild > span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "+";
}
.subnav ul.nav-wrap li.haschild.clicked.active > a:after,
.subnav ul.nav-wrap li.haschild.clicked.active > span:after {
  content: "+";
}
.subnav ul.nav-wrap li.haschild.clicked > a:after,
.subnav ul.nav-wrap li.haschild.active > a:after,
.subnav ul.nav-wrap li.haschild.open > a:after,
.subnav ul.nav-wrap li.haschild.clicked > span:after,
.subnav ul.nav-wrap li.haschild.active > span:after,
.subnav ul.nav-wrap li.haschild.open > span:after {
  content: "−";
}
.subnav ul.nav-wrap li ul {
  display: none;
  margin: 0;
}
.subnav ul.nav-wrap li ul ul {
  border-bottom: #ccc 1px solid;
  border-bottom: #ccc 0.1rem solid;
}
.subnav ul.nav-wrap li ul ul li.haschild > a,
.subnav ul.nav-wrap li ul ul li.haschild > span {
  border-top: #ccc 1px solid;
  border-top: #ccc 0.1rem solid;
}
.subnav ul.nav-wrap li.active.clicked > ul {
  display: none;
}
.subnav ul.nav-wrap li.clicked > ul,
.subnav ul.nav-wrap li.active > ul {
  display: block;
}
.subnav ul.nav-wrap > li > ul {
  padding-left: 20px;
  padding-left: 2rem;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  letter-spacing: normal;
  line-height: 1.2;
}
h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  letter-spacing: normal;
  line-height: 1.2;
}
.home h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  letter-spacing: normal;
  line-height: 1.2;
}
h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  letter-spacing: normal;
  line-height: 1.5;
}
h3.welcome-message {
  font-weight: normal;
  margin-bottom: 2em;
}
h3.welcome-message > span {
  display: block;
}
h4 {
  letter-spacing: normal;
}
a {
  color: #303030;
}
a:link,
a:visited,
a:active {
  color: #303030;
}
a:link,
a:visited,
a:active {
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #1995ac;
}
a:hover:link,
a:active:link,
a:focus:link,
a:hover:visited,
a:active:visited,
a:focus:visited,
a:hover:active,
a:active:active,
a:focus:active {
  color: #1995ac;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0 0 1.5em 0;
}
p.lead {
  font-size: 110%;
}
@media screen and (min-width: 1024px) {
  p.lead {
    max-width: 80%;
  }
}
p + ul,
p + ol {
  margin-top: -1.5em;
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 0;
}
ul li,
ol li {
  margin-left: 1.5em;
  list-style: disc outside;
}
ul.quick,
ol.quick {
  padding: 0;
  margin: 0;
}
ul.quick li,
ol.quick li {
  list-style: none none;
  padding: 0;
  margin: 0;
}
ul.quick > li,
ol.quick > li {
  display: block;
}
ul.quick > li > a,
ol.quick > li > a,
ul.quick > li > span,
ol.quick > li > span {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  display: block;
  position: relative;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
ul.quick > li > a:link,
ol.quick > li > a:link,
ul.quick > li > span:link,
ol.quick > li > span:link,
ul.quick > li > a:visited,
ol.quick > li > a:visited,
ul.quick > li > span:visited,
ol.quick > li > span:visited,
ul.quick > li > a:active,
ol.quick > li > a:active,
ul.quick > li > span:active,
ol.quick > li > span:active {
  text-decoration: none;
}
ul.quick > li > a:after,
ol.quick > li > a:after,
ul.quick > li > span:after,
ol.quick > li > span:after {
  content: " >";
  position: absolute;
  right: 0;
  color: #ccc;
}
ul.quick > li:hover > a,
ol.quick > li:hover > a,
ul.quick > li:hover > span,
ol.quick > li:hover > span {
  color: #1995ac;
}
ul.quick > li:hover > a:link,
ol.quick > li:hover > a:link,
ul.quick > li:hover > span:link,
ol.quick > li:hover > span:link,
ul.quick > li:hover > a:visited,
ol.quick > li:hover > a:visited,
ul.quick > li:hover > span:visited,
ol.quick > li:hover > span:visited,
ul.quick > li:hover > a:active,
ol.quick > li:hover > a:active,
ul.quick > li:hover > span:active,
ol.quick > li:hover > span:active {
  color: #1995ac;
}
ul.quick > li:hover > a:after,
ol.quick > li:hover > a:after,
ul.quick > li:hover > span:after,
ol.quick > li:hover > span:after {
  color: #1995ac;
}
input[type=text],
input[type=password],
input[type=email],
input[type=datetime] {
  padding: 0 10px 0 10px;
  padding: 0 1rem 0 1rem;
  height: 26px;
  height: 2.6rem;
  border: #ccc 1px solid;
  border: #ccc 0.1rem solid;
  background: #fff;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=datetime]:focus {
  background: #fff;
}
input[type=checkbox] {
  margin-right: 5px;
  margin-right: 0.5rem;
}
select {
  padding: 0 10px 0 10px;
  padding: 0 1rem 0 1rem;
  height: 26px;
  height: 2.6rem;
  border: #ccc 1px solid;
  border: #ccc 0.1rem solid;
  background: #fff;
  height: 28px;
  height: 2.8rem;
  padding-right: 0;
}
select:focus {
  background: #fff;
}
textarea {
  padding: 0 10px 0 10px;
  padding: 0 1rem 0 1rem;
  height: 26px;
  height: 2.6rem;
  border: #ccc 1px solid;
  border: #ccc 0.1rem solid;
  background: #fff;
}
textarea:focus {
  background: #fff;
}
.placeholder-for-input {
  padding: 0 11px 0 11px;
  padding: 0 1.1rem 0 1.1rem;
  height: 26px;
  height: 2.6rem;
  line-height: 2;
}
.remark {
  font-style: italic;
}
.disabled {
  color: #ccc !important;
}
.disabled * {
  color: #ccc !important;
}
html {
  font-size: 62.5%;
}
body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: Arial, "museo-sans-n5", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  background-color: #fff;
  color: #303030;
}
.background {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition: background-image 2s ease-in-out;
  -o-transition: background-image 2s ease-in-out;
  -webkit-transition: background-image 2s ease-in-out;
  transition: background-image 2s ease-in-out;
  background-position: top left;
  background-color: #bebdbf;
  z-index: -1;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#main-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: Arial, "museo-sans-n5", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  height: 100%;
}
#inner-wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.center-container {
  width: 1312px;
  width: 131.2rem;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky-footer {
  z-index: 2;
}
.sticky-footer .sticky-wrap {
  margin-bottom: auto;
}
.sticky-footer .sticky-wrap .sticky-push {
  height: auto;
}
.footer-wrap {
  z-index: 1;
  height: auto;
}
.content-wrap {
  margin-left: -20px;
  margin-left: -2rem;
}
.content-wrap:before,
.content-wrap:after {
  content: " ";
  display: table;
}
.content-wrap:after {
  clear: both;
}
.content-wrap .search,
.content-wrap .breadcrumb,
.content-wrap .breadcrumb-push,
.content-wrap .search-push,
.content-wrap .content-pane,
.content-wrap .content-section,
.content-wrap .subnav {
  border: 0 solid transparent;
  border: 0 solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  min-height: 1px;
}
.content-wrap .breadcrumb-push,
.content-wrap .search-push {
  width: 25%;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  min-height: 1px;
  clear: both;
}
.content-wrap .search {
  width: 50%;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  float: right;
  display: block;
}
.content-wrap .breadcrumb {
  width: 75%;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  margin-left: 0;
}
.content-wrap .content-pane {
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  width: 100%;
}
.content-wrap .content-section {
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  width: 100%;
}
.content-wrap .content-section .content-body.row {
  margin-left: -20px;
  margin-left: -2rem;
}
.content-wrap .content-section .content-body.row:before,
.content-wrap .content-section .content-body.row:after {
  content: " ";
  display: table;
}
.content-wrap .content-section .content-body.row:after {
  clear: both;
}
.content-wrap .content-section .content-body.row .content-banner,
.content-wrap .content-section .content-body.row .content-row-one,
.content-wrap .content-section .content-body.row .content-row-two,
.content-wrap .content-section .content-body.row .content-row-three,
.content-wrap .content-section .content-body.row .content-row-four {
  border: 0 solid transparent;
  border: 0 solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  width: 25%;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  margin-left: 0;
}
.content-wrap .content-section .content-body.row .content-row-one {
  clear: left;
}
.content-wrap.submenu-active .subnav {
  width: 25%;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
}
.content-wrap.submenu-active .content-section {
  width: 75%;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  margin-left: 0;
}
.content-wrap.submenu-active .content-section .content-body.row {
  margin-left: -20px;
  margin-left: -2rem;
}
.content-wrap.submenu-active .content-section .content-body.row:before,
.content-wrap.submenu-active .content-section .content-body.row:after {
  content: " ";
  display: table;
}
.content-wrap.submenu-active .content-section .content-body.row:after {
  clear: both;
}
.content-wrap.submenu-active .content-section .content-body.row .content-top-wide,
.content-wrap.submenu-active .content-section .content-body.row .content-column,
.content-wrap.submenu-active .content-section .content-body.row .content-sidebar,
.content-wrap.submenu-active .content-section .content-body.row .content-bottom-wide {
  border: 0 solid transparent;
  border: 0 solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.content-wrap.submenu-active .content-section .content-body.row .content-column {
  width: 66.66666667%;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
}
.content-wrap.submenu-active .content-section .content-body.row .content-sidebar {
  width: 33.33333333%;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  margin-left: 0;
}
.content-wrap.submenu-active .content-section .content-body.row .content-bottom-wide,
.content-wrap.submenu-active .content-section .content-body.row .content-top-wide {
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  width: 100%;
}
.content-wrap.submenu-active .content-section .content-body.row.sidebar-top .content-sidebar {
  float: right;
}
.header-wrap .center-container > .row {
  margin-left: -20px;
  margin-left: -2rem;
}
.header-wrap .center-container > .row:before,
.header-wrap .center-container > .row:after {
  content: " ";
  display: table;
}
.header-wrap .center-container > .row:after {
  clear: both;
}
.header-wrap .center-container > .row .header {
  border: 0 solid transparent;
  border: 0 solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  width: 100%;
}
#top .center-container > .row,
#nav .center-container > .row {
  margin-left: -20px;
  margin-left: -2rem;
}
#top .center-container > .row:before,
#nav .center-container > .row:before,
#top .center-container > .row:after,
#nav .center-container > .row:after {
  content: " ";
  display: table;
}
#top .center-container > .row:after,
#nav .center-container > .row:after {
  clear: both;
}
#top .center-container > .row .menu,
#nav .center-container > .row .menu {
  border: 0 solid transparent;
  border: 0 solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  width: 100%;
}
.sub-footer.row,
.footer-content.row {
  margin-left: -60px;
  margin-left: -6rem;
}
.sub-footer.row:before,
.footer-content.row:before,
.sub-footer.row:after,
.footer-content.row:after {
  content: " ";
  display: table;
}
.sub-footer.row:after,
.footer-content.row:after {
  clear: both;
}
.sub-footer.row .copyright,
.footer-content.row .copyright,
.sub-footer.row .footer-pane,
.footer-content.row .footer-pane {
  border: 0 solid transparent;
  border: 0 solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-left-width: 60px;
  border-left-width: 6rem;
  padding: 0px;
  padding: 0rem;
  width: 100%;
}
.sub-footer.row .footer-pane-one,
.footer-content.row .footer-pane-one,
.sub-footer.row .footer-pane-two,
.footer-content.row .footer-pane-two,
.sub-footer.row .footer-pane-three,
.footer-content.row .footer-pane-three,
.sub-footer.row .footer-pane-four,
.footer-content.row .footer-pane-four {
  border: 0 solid transparent;
  border: 0 solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  width: 25%;
  border-left-width: 60px;
  border-left-width: 6rem;
  padding: 0px;
  padding: 0rem;
  margin-left: 0;
}
a.back-to-top,
div.producten-voorproefje,
div.product-detail-container,
div.specials,
div.customer-data,
div.orders,
div.password-lost,
div.box,
div.sidebar div.account,
div.section,
div.productlist-wrap,
div.block,
div.brands,
div.products {
  display: block;
  border: #ccc 0px solid;
  border: #ccc 0rem solid;
  padding: 20px;
  padding: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.back-to-top:before,
div.producten-voorproefje:before,
div.product-detail-container:before,
div.specials:before,
div.customer-data:before,
div.orders:before,
div.password-lost:before,
div.box:before,
div.sidebar div.account:before,
div.section:before,
div.productlist-wrap:before,
div.block:before,
div.brands:before,
div.products:before,
a.back-to-top:after,
div.producten-voorproefje:after,
div.product-detail-container:after,
div.specials:after,
div.customer-data:after,
div.orders:after,
div.password-lost:after,
div.box:after,
div.sidebar div.account:after,
div.section:after,
div.productlist-wrap:after,
div.block:after,
div.brands:after,
div.products:after {
  content: " ";
  display: table;
}
a.back-to-top:after,
div.producten-voorproefje:after,
div.product-detail-container:after,
div.specials:after,
div.customer-data:after,
div.orders:after,
div.password-lost:after,
div.box:after,
div.sidebar div.account:after,
div.section:after,
div.productlist-wrap:after,
div.block:after,
div.brands:after,
div.products:after {
  clear: both;
}
a.back-to-top img,
div.producten-voorproefje img,
div.product-detail-container img,
div.specials img,
div.customer-data img,
div.orders img,
div.password-lost img,
div.box img,
div.sidebar div.account img,
div.section img,
div.productlist-wrap img,
div.block img,
div.brands img,
div.products img {
  display: inline;
  max-width: 100%;
  height: auto;
}
.no-box {
  margin-bottom: 1em;
}
.no-box img {
  display: block;
  max-width: 100%;
  height: auto;
}
.DnnModule-769 .box {
  padding-top: 0;
}
.section.disabled {
  display: none;
}
.header-wrap {
  display: block;
  border: #fff 0px solid;
  border: #fff 0rem solid;
  padding: 0px;
  padding: 0rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 20px;
  padding-top: 2rem;
  margin-bottom: 0;
  z-index: 5050;
  position: relative;
}
.header-wrap:before,
.header-wrap:after {
  content: " ";
  display: table;
}
.header-wrap:after {
  clear: both;
}
.header-wrap .logo {
  float: left;
  display: block;
  margin: 0 20px 0 20px;
  margin: 0 2rem 0 2rem;
  /*.img-retina('@{url-images}logo-carmel.png', '@{url-images}logo-carmel_2x.png', @width, @height);
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -5000em;*/
}
.header-wrap .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-wrap .icon-and-search-wrap {
  padding: 18px 0 18px 0;
  padding: 1.8rem 0 1.8rem 0;
  float: right;
  display: block;
}
.header-wrap .icon-and-search-wrap .search {
  float: left;
  display: block;
}
.home .content-wrap .content-pane {
  padding-top: 20px;
  padding-top: 2rem;
}
.home .carmel-article-wrap .carmel-article {
  margin-bottom: 1em;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch {
  display: block !important;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer {
  display: block !important;
  margin: 0 !important;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer input.NormalTextBox {
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 3;
  font-size: 16px;
  font-size: 1.6rem;
  height: 48px;
  height: 4.8rem;
  background: #eaeaea;
  border-color: #eaeaea;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer input.NormalTextBox:focus {
  background: #fff;
  border-color: #ccc;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer a.dnnSearchBoxClearText {
  top: 10px;
  top: 1rem;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer ul.searchSkinObjectPreview {
  position: relative;
  width: auto;
  display: block;
  padding: 0;
  margin: 0;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer ul.searchSkinObjectPreview li {
  list-style: none none;
  padding: 0;
  margin: 0;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer ul.searchSkinObjectPreview > li {
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer ul.searchSkinObjectPreview > li a.searchSkinObjectPreview_more {
  display: block;
  line-height: 2;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
  display: none;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer ul.searchSkinObjectPreview > li > span,
.search .search-box span#dnn_searchCarmel_ClassicSearch span.searchInputContainer ul.searchSkinObjectPreview > li > p {
  font-size: inherit;
  line-height: inherit;
  font-family: Arial, "museo-sans-n5", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.search .search-box span#dnn_searchCarmel_ClassicSearch a.search-carmel {
  display: none;
}
.search .search-box.box-toggle {
  display: none;
}
.breadcrumb .breadcrumb-box {
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
  padding-top: 20px;
  padding-top: 2rem;
  margin-bottom: 0;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#search-panel .bstrap30 .sb-default {
  padding-top: 0;
  padding-bottom: 0;
}
#search-panel .bstrap30 .btn.search-btn {
  color: #303030;
  background-color: #fff;
  border-color: #ccc;
}
#search-panel .bstrap30 .btn.search-btn:hover,
#search-panel .bstrap30 .btn.search-btn:focus,
#search-panel .bstrap30 .btn.search-btn:active,
#search-panel .bstrap30 .btn.search-btn.active,
.open .dropdown-toggle#search-panel .bstrap30 .btn.search-btn {
  color: #303030;
  background-color: #ebebeb;
  border-color: #adadad;
}
#search-panel .bstrap30 .btn.search-btn:active,
#search-panel .bstrap30 .btn.search-btn.active,
.open .dropdown-toggle#search-panel .bstrap30 .btn.search-btn {
  background-image: none;
}
#search-panel .bstrap30 .btn.search-btn.disabled,
#search-panel .bstrap30 .btn.search-btn[disabled],
fieldset[disabled] #search-panel .bstrap30 .btn.search-btn,
#search-panel .bstrap30 .btn.search-btn.disabled:hover,
#search-panel .bstrap30 .btn.search-btn[disabled]:hover,
fieldset[disabled] #search-panel .bstrap30 .btn.search-btn:hover,
#search-panel .bstrap30 .btn.search-btn.disabled:focus,
#search-panel .bstrap30 .btn.search-btn[disabled]:focus,
fieldset[disabled] #search-panel .bstrap30 .btn.search-btn:focus,
#search-panel .bstrap30 .btn.search-btn.disabled:active,
#search-panel .bstrap30 .btn.search-btn[disabled]:active,
fieldset[disabled] #search-panel .bstrap30 .btn.search-btn:active,
#search-panel .bstrap30 .btn.search-btn.disabled.active,
#search-panel .bstrap30 .btn.search-btn[disabled].active,
fieldset[disabled] #search-panel .bstrap30 .btn.search-btn.active {
  background-color: #fff;
  border-color: #ccc;
}
#search-panel .bstrap30 .btn.search-btn .badge {
  color: #fff;
  background-color: #303030;
}
.footer-wrap {
  margin-bottom: 0;
}
.footer-wrap > div > div.box {
  padding-bottom: 0;
}
.footer-wrap a.back-to-top {
  margin-bottom: 0;
  padding: 0;
}
.footer-wrap .footer-content .box .Normal,
.footer-wrap .footer-content .box {
  margin-bottom: 0;
  padding: 0;
  color: rgba(48, 48, 48, 0.7);
}
.footer-wrap .footer-content .box .Normal h1,
.footer-wrap .footer-content .box h1,
.footer-wrap .footer-content .box .Normal h2,
.footer-wrap .footer-content .box h2,
.footer-wrap .footer-content .box .Normal h3,
.footer-wrap .footer-content .box h3,
.footer-wrap .footer-content .box .Normal h4,
.footer-wrap .footer-content .box h4,
.footer-wrap .footer-content .box .Normal h5,
.footer-wrap .footer-content .box h5 {
  color: rgba(48, 48, 48, 0.7);
}
.footer-wrap .footer-content a {
  color: rgba(48, 48, 48, 0.7);
}
.footer-wrap .footer-content a:link,
.footer-wrap .footer-content a:visited,
.footer-wrap .footer-content a:active {
  color: rgba(48, 48, 48, 0.7);
}
.footer-wrap .footer-content a:link,
.footer-wrap .footer-content a:visited,
.footer-wrap .footer-content a:active {
  text-decoration: underline;
}
.footer-wrap .footer-content a:hover {
  color: #1995ac;
}
.footer-wrap .footer-content a:hover:link,
.footer-wrap .footer-content a:hover:visited,
.footer-wrap .footer-content a:hover:active {
  color: #1995ac;
}
.footer-wrap .footer-content a:hover:link,
.footer-wrap .footer-content a:hover:visited,
.footer-wrap .footer-content a:hover:active {
  text-decoration: underline;
}
.footer-wrap .icon-and-search-wrap {
  display: none;
}
.footer-wrap .sub-footer {
  font-size: 11px;
  font-size: 1.1rem;
}
.footer-wrap .sub-footer .copyright > div a {
  color: #fff;
}
.footer-wrap .sub-footer .copyright > div a:link,
.footer-wrap .sub-footer .copyright > div a:visited,
.footer-wrap .sub-footer .copyright > div a:active {
  color: #fff;
}
.footer-wrap .sub-footer .copyright > div a:link,
.footer-wrap .sub-footer .copyright > div a:visited,
.footer-wrap .sub-footer .copyright > div a:active {
  text-decoration: solid;
}
.home .footer-wrap .icon-and-search-wrap {
  padding-top: 20px;
  padding-top: 2rem;
  border-top: #ccc 1px solid;
  border-top: #ccc 0.1rem solid;
}
.icon-and-search-wrap {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.icon-and-search-wrap:before,
.icon-and-search-wrap:after {
  content: " ";
  display: table;
}
.icon-and-search-wrap:after {
  clear: both;
}
.meerwaarde .line,
.basic .line {
  border-top: #ccc 1px solid;
  border-top: #ccc 0.1rem solid;
}
.line {
  border-bottom: #ccc 1px solid;
  border-bottom: #ccc 0.1rem solid;
  padding-top: 20px;
  padding-top: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.content-sidebar .box {
  margin-bottom: 0;
  padding-bottom: 0;
}
#inner-wrap.c-100 .footer-wrap {
  display: none;
}
div.twitter.box {
  display: block;
  border: #fff 0px solid;
  border: #fff 0rem solid;
  padding: 0px;
  padding: 0rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0 20px 0;
  padding: 2rem 0 2rem 0;
}
div.twitter.box:before,
div.twitter.box:after {
  content: " ";
  display: table;
}
div.twitter.box:after {
  clear: both;
}
div.twitter.box .twitter-box.top {
  padding: 0px 20px 0px 20px;
  padding: 0 2rem 0 2rem;
}
div.twitter.box .twitter-box.middle {
  padding: 0 12px 0 12px;
  padding: 0 1.2rem 0 1.2rem;
  border-top: #ccc 1px solid;
  border-top: #ccc 0.1rem solid;
  border-bottom: #ccc 1px solid;
  border-bottom: #ccc 0.1rem solid;
}
div.twitter.box .twitter-box.middle > a {
  display: block;
  padding: 0 8px 0 8px;
  padding: 0 0.8rem 0 0.8rem;
}
div.twitter.box .twitter-box.bottom {
  padding: 10px 20px 0px 20px;
  padding: 1rem 2rem 0 2rem;
}
#media-query {
  line-height: 4px;
  display: none;
}
.harmonica-box.harmonica-title h2 {
  display: block;
  padding: 20px 20px 10px 20px;
  padding: 2rem 2rem 1rem 2rem;
}
.harmonica-box.harmonica-item {
  display: block;
  border: #ccc 1px solid;
  border: #ccc 0.1rem solid;
  padding: 20px;
  padding: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  margin-top: -1px;
  margin-top: -0.1rem;
  margin-bottom: 0;
}
.harmonica-box.harmonica-item:before,
.harmonica-box.harmonica-item:after {
  content: " ";
  display: table;
}
.harmonica-box.harmonica-item:after {
  clear: both;
}
.harmonica-box.harmonica-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.harmonica-box.harmonica-item .head h2 {
  margin-bottom: 0;
  display: block;
  position: relative;
  cursor: pointer;
  color: #969696;
}
.harmonica-box.harmonica-item .head h2:after {
  right: 0;
  position: absolute;
  content: " +";
  color: #ccc;
}
.harmonica-box.harmonica-item .hidden {
  display: none;
}
.harmonica-box.harmonica-item.open .head h2 {
  margin-bottom: 0.5em;
  color: #303030;
}
.harmonica-box.harmonica-item.open .head h2:after {
  content: " −";
}
.harmonica-box.harmonica-item.open .hidden {
  display: block;
}
.google-map .content-wrap {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#map_canvas {
  width: 100%;
  height: 700px;
  height: 70rem;
  z-index: 1;
}
a.back-to-top {
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  line-height: 2;
}
.dnnFormItem input[type='text'],
.dnnFormItem input[type='email'],
.dnnFormItem input[type='search'],
.dnnFormItem input[type='password'] {
  padding: 0 10px 0 10px;
  padding: 0 1rem 0 1rem;
  height: 26px;
  height: 2.6rem;
  border: #ccc 1px solid;
  border: #ccc 0.1rem solid;
  background: #fff;
}
.dnnFormItem input[type='text']:focus,
.dnnFormItem input[type='email']:focus,
.dnnFormItem input[type='search']:focus,
.dnnFormItem input[type='password']:focus {
  background: #fff;
}
.DnnModule + .DnnModule .box.open {
  padding-top: 0;
  padding-bottom: 0;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.25em;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f6f6f6;
}
.eds_news_Carmel .edn_module_box > h1.edn_module_title,
.eds_news_Carmel.eds_subCollection_tagCloud > h1.edn_module_title,
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container > h1.edn_module_title {
  border-bottom: #ccc 1px solid;
  border-bottom: #ccc 0.1rem solid;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.eds_news_Carmel .edn_module_box > h1.edn_module_title span,
.eds_news_Carmel.eds_subCollection_tagCloud > h1.edn_module_title span,
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container > h1.edn_module_title span {
  line-height: 1.25em;
  display: block;
  color: #303030;
  text-shadow: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 0 6px;
  font-weight: normal;
}
.eds_news_Carmel .clear_content {
  clear: both;
}
.eds_news_Carmel.eds_subCollection_categoryMenu {
  margin: 0 0 10px;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > h1.edn_module_title {
  background-color: none;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > h1.edn_module_title span {
  color: #303030;
  text-shadow: none;
}
.eds_news_Carmel.eds_subCollection_calendar .top_calendar_actions {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 2px 3px;
  line-height: 0;
  border: 0;
  text-align: right;
}
.eds_news_Carmel.eds_subCollection_calendar .top_calendar_actions > a {
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 0;
  border: 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/calendar_action_buttons.png");
}
.eds_news_Carmel.eds_subCollection_calendar .top_calendar_actions > a > span {
  display: none;
}
.eds_news_Carmel.eds_subCollection_calendar .top_calendar_actions > a.articles_by_month {
  width: 12px;
  height: 12px;
  background-position: 0 -5px;
}
.eds_news_Carmel.eds_subCollection_calendar .top_calendar_actions > a.icalendar_export {
  width: 12px;
  height: 15px;
  background-position: -13px -1px;
}
.eds_news_Carmel.eds_subCollection_calendar .top_calendar_actions > a.articles_rss {
  width: 12px;
  height: 12px;
  background-position: -26px -4px;
}
.eds_news_Carmel.eds_subCollection_calendar .top_calendar_actions > a.events_rss {
  width: 18px;
  height: 16px;
  background-position: -39px 0;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container {
  margin: 0 0 10px;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table {
  width: 100%;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table td {
  background-color: transparent;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/module_title_background.png") repeat-x 0 0 #dbdbdb;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 1px 1px 0 0;
  width: 100%;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td {
  color: #4e4e4e;
  text-shadow: 1px 1px 2px white;
  font-size: 20px;
  line-height: 25px;
  padding: 5px 8px 6px;
  border-bottom: 1px solid #f6f6f6;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a {
  color: #737373 !important;
  text-shadow: 1px 1px 0 white;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a:hover {
  color: #222222 !important;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .week_days {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/week_days_bg.png") repeat-x #cdcdcd;
  color: white;
  text-shadow: 1px 1px 1px #6d6d6d;
  font-size: 9px;
  padding: 7px 0 5px;
  border-bottom: 1px solid #f6f6f6;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/day_bg.png") repeat-x bottom left #f6f6f6;
  padding: 8px 3px 7px;
  margin: 0;
  border: 1px solid #f6f6f6;
  text-align: center;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day a {
  color: #6f6f6f;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.other_month a {
  color: #c8cccf;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_posts {
  background-color: #cfcfcf;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_posts a {
  color: white;
}
/*.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_events {
  background-color: #fe852a;
}*/
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_events a {
  color: white;
}
/*.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today {
  background-color: #dc0000;
}*/
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today a {
  color: white;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.selected {
  background-color: #575958;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.selected a {
  color: white;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day {
  vertical-align: top;
  background-color: transparent !important;
  padding: 0;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > a {
  display: block;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/advanced-calendar-day-bg.png");
  padding: 2px 7px;
  margin: 0;
  border: 0;
  text-align: left;
  font-weight: bold;
  color: #636363;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.other_month > a {
  color: #c8cccf;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_posts > a {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/day_bg.png") repeat-x left -4px #cfcfcf;
  color: white;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_events > a {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/day_bg.png") repeat-x 0 -6px #fe852a;
  color: white;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.today > a {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/day_bg.png") repeat-x left -4px #dc0000;
  color: white;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.selected > a {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/day_bg.png") repeat-x left -4px #575958;
  color: white;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul {
  margin: 0;
  padding: 0 4px 3px;
  border: 0;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li {
  border: 0;
  margin: 0;
  padding: 3px 0 0;
  list-style: none;
  display: block;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li > a {
  border: 1px solid #adadad;
  border-radius: 5px;
  margin: 0;
  padding: 2px 5px;
  background: white;
  display: block;
  text-align: left;
  color: #707070 !important;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li.event > a {
  border: 1px solid #f77601;
  background: #fff3e9;
  color: #ef5a00 !important;
}
/*
.eds_news_Carmel.eds_subCollection_calendar .archive_list {
  margin: 0 0 10px;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul {
  margin: 0;
  padding: 0;
}

.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li {
  list-style: none;
  padding: 6px 10px 4px 25px;
  background: url("@{edn-images}common/calendar/article_icon.png") no-repeat 7px center;
  /*border-top: 1px solid #dedede;
}

.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li a {
  color: #333333;
  font: 12px Arial;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li a:hover {
  color: black;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li:first-child {
  border: 0;
  padding-top: 7px;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title {
  position: relative;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title > a {
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title > a.export {
  top: 10px;
  right: 7px;
  height: 14px;
  width: 12px;
  background: url("@{edn-images}common/calendar/calendar_action_buttons.png") -13px -2px;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss {
  top: 12px;
  right: 7px;
  height: 12px;
  width: 12px;
  background: url("@{edn-images}common/category_menu/rss.png") -12px 0;
}
/*.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss ~ a.export {
  right: 22px;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title > a > span {
  display: none;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events ul li {
  background: url("@{edn-images}common/calendar/event_clock.png") no-repeat 6px 9px;
}*/
/*
.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box {
  border: none;
  padding: 0;
  background: none;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li {
  background-position: 7px 10px;
}*/
.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse {
  display: block;
  float: right;
  text-indent: -10000px;
  margin: 0 0 0 4px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/category_menu/expand_collapse.png") no-repeat 4px 4px;
  height: 13px;
  width: 21px;
  margin: 2px 2px 0 4px;
  cursor: pointer;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse:hover {
  background-position: -13px 4px;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse.collapse {
  background-position: 4px -8px;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse.collapse:hover {
  background-position: -13px -8px;
}
/*.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-year,
.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-month {
  font-weight: bold;
}*/
.eds_news_Carmel.eds_subCollection_news .article_gallery {
  margin-top: 0;
  margin-bottom: 15px;
}
.eds_news_Carmel.eds_subCollection_news .article_rss_wrapper {
  overflow: hidden;
  clear: both;
}
.eds_news_Carmel.eds_subCollection_news .article_rss_wrapper > a {
  float: right;
  font-size: 11px;
  line-height: 13px;
  color: #444444;
}
.eds_news_Carmel.eds_subCollection_news .article_rss_wrapper > a > span {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/category_menu/rss.png") 0 0;
  padding: 0;
  margin: 0 2px 0 0;
  border: 0;
}
.eds_news_Carmel.eds_subCollection_news .article_rss_wrapper > a:hover {
  color: black;
  text-decoration: none;
}
.eds_news_Carmel.eds_subCollection_news .article_rss_wrapper > a:hover > span {
  background-position: 12px 0;
}
.eds_news_Carmel.eds_subCollection_news .article_rss_wrapper ~ .article_pager {
  margin-top: 0;
}
.eds_news_Carmel.eds_subCollection_news div.EDN_article_rateit {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.eds_news_Carmel.eds_subCollection_news div.EDN_article_rateit.rateit div.rateit-selected {
  position: absolute;
}
.eds_news_Carmel.eds_subCollection_news div.EDN_article_rateit div.rateit-range {
  position: relative;
  display: inline-block;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/rate_stars.png");
  height: 16px;
}
.eds_news_Carmel.eds_subCollection_news div.EDN_article_rateit div.rateit-hover {
  position: absolute;
}
.eds_news_Carmel.eds_subCollection_news div.EDN_article_rateit div.rateit-hover {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/rate_stars.png") left -32px;
}
.eds_news_Carmel.eds_subCollection_news div.EDN_article_rateit div.rateit-hover-rtl {
  background-position: right -32px;
}
.eds_news_Carmel.eds_subCollection_news div.EDN_article_rateit div.rateit-selected {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/rate_stars.png") left -16px;
}
.eds_news_Carmel.eds_subCollection_news div.EDN_article_rateit div.rateit-selected-rtl {
  background-position: right -16px;
}
.eds_news_Carmel.eds_subCollection_news .bread_crumbs {
  text-align: left;
  margin: 0 0 10px;
  color: #363636;
  font-size: 11px;
  text-transform: uppercase;
}
.eds_news_Carmel.eds_subCollection_news .bread_crumbs a {
  color: #363636;
  font-size: 11px;
  text-transform: uppercase;
}
.eds_news_Carmel.eds_subCollection_news .bread_crumbs a:hover {
  text-decoration: underline;
}
.eds_news_Carmel.eds_subCollection_news .category_info h1 {
  font-size: 22px;
  color: black;
  line-height: 26px;
  margin: 0 0 10px;
  padding: 0;
}
.eds_news_Carmel.eds_subCollection_news .category_info .description {
  font-size: 14px;
  margin: 3px 0 10px;
  color: black;
  line-height: 18px;
  font-weight: normal;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .category_info .description p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}
.eds_news_Carmel.eds_subCollection_news .child_categories {
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .category.in_list {
  margin: 10px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #e1e1e1;
}
.eds_news_Carmel.eds_subCollection_news .category.in_list.catalog-item {
  width: 30%;
  float: left;
  margin: 1.6%;
}
.eds_news_Carmel.eds_subCollection_news .category.in_list.catalog-item img {
  max-width: 100%;
  height: auto;
}
.eds_news_Carmel.eds_subCollection_news .category.in_list .image {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}
.eds_news_Carmel.eds_subCollection_news .category.in_list .title {
  font-size: 17px;
  line-height: 21px;
  color: #333333;
  padding: 4px 10px 5px;
  display: block;
}
.eds_news_Carmel.eds_subCollection_news .article .link_to_original_RSS_article {
  margin: 15px 0 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  line-height: 15px;
  clear: both;
}
.eds_news_Carmel.eds_subCollection_news .article .link_to_original_RSS_article a {
  font-size: 12px;
  font-weight: bold;
}
.eds_news_Carmel.eds_subCollection_news .article h1 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1.25em;
  font-size: 20px;
  color: #333333;
  margin: 0 0 8px;
  font-weight: bold;
  letter-spacing: normal;
}
.eds_news_Carmel.eds_subCollection_news .article h2.edn_subTitle {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1.25em;
  font-size: 13px;
  color: #333333;
  margin: 0 0 10px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: normal;
}
.eds_news_Carmel.eds_subCollection_news .article a {
  color: #cd1919;
  text-decoration: none;
}
.eds_news_Carmel.eds_subCollection_news .article a:hover {
  text-decoration: underline;
}
.eds_news_Carmel.eds_subCollection_news .article .box_list_container {
  border: 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 4px 0 0;
  margin: 0 0 15px;
  color: #7c7c7c;
  font-size: 11px;
}
.eds_news_Carmel.eds_subCollection_news .article .box_list_container.clear_bottom {
  margin: 0;
  border-bottom: 0;
}
.eds_news_Carmel.eds_subCollection_news .article .box_list_container a {
  color: white;
  padding: 1px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #b8b8b8;
  font-size: 11px;
  line-height: 17px;
  margin: 0 4px 4px 0;
  display: inline-block;
  text-decoration: none;
}
.eds_news_Carmel.eds_subCollection_news .article .box_list_container a:hover {
  background: #787878;
}
.eds_news_Carmel.eds_subCollection_news .article .meta_text {
  display: block;
  color: #7c7c7c;
  font-size: 12px;
  margin: 0 0 8px;
}
.eds_news_Carmel.eds_subCollection_news .article .meta_text.no_margin {
  margin: 0;
}
.eds_news_Carmel.eds_subCollection_news .article .meta_text > .separator {
  margin: 0 5px;
  color: #b8b8b8;
}
.eds_news_Carmel.eds_subCollection_news .article .meta_text a {
  font-weight: bold;
}
.eds_news_Carmel.eds_subCollection_news .article .meta_text a:hover {
  text-decoration: underline;
}
.eds_news_Carmel.eds_subCollection_news .article .event_date,
.eds_news_Carmel.eds_subCollection_news .article .event_location {
  margin: 10px 0;
  padding: 1px 0 0 21px;
  display: block;
  min-height: 15px;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/event_clock.png") no-repeat 0 0;
}
.eds_news_Carmel.eds_subCollection_news .article .event_date .export,
.eds_news_Carmel.eds_subCollection_news .article .event_location .export {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/export_icalendar.png") no-repeat 0 0;
  margin: 0 0 0 8px;
  font-size: 11px;
  line-height: 17px;
  text-decoration: none;
  color: #e9020b;
  padding: 0 0 0 20px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.eds_news_Carmel.eds_subCollection_news .article .event_date .export:hover,
.eds_news_Carmel.eds_subCollection_news .article .event_location .export:hover {
  text-decoration: underline;
}
.eds_news_Carmel.eds_subCollection_news .article .event_location {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/location_marker.png") no-repeat 5px 0;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list {
  margin: 0 0 20px;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list h1 {
  margin: 0 0 5px;
  line-height: 22px;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list h1 a {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.25em;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list h1 a:hover {
  color: #cd0000;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list h2.edn_subTitle {
  margin: 0 0 5px;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.span {
  float: none;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.span > .content {
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.span > .content > .article_image {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  max-width: 100%;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.span > .content > .article_image img {
  display: block;
  border: 0;
  padding: 0;
  margin: 4px 0 0;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.span > .content > .summary,
.eds_news_Carmel.eds_subCollection_news .article.in_list.span > .content > .summary p {
  color: #333333;
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 22px;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.span > .content > .date {
  font-size: 12px;
  color: #555555;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.span .meta_text {
  font-size: 11px;
  margin: 0 0 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box {
  float: left;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box .article_image {
  overflow: hidden;
  position: relative;
  font-size: 0;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 5px;
  max-width: 100%;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box .article_image a img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box .article_image > span {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/on_image_text_bg.png");
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  padding: 0 10px;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box .article_image > span .date {
  font-size: 10px;
  line-height: 13px;
  color: white;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box .article_image > span .comment_count {
  display: inline-block;
  height: 19px;
  width: 30px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: #1a1a1a;
  margin: 3px 0 1px 10px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/transparent_bubble.png") no-repeat;
  padding: 2px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box h1 a {
  font-size: 18px;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box > .date {
  font-size: 12px;
  color: #555555;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box.big {
  max-width: 49%;
  margin: 0 0 2% 2%;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box.big .summary {
  font-size: 13px;
  color: #333333;
  line-height: 18px;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box.big img {
  max-width: 100%;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box.normal {
  max-width: 32%;
  margin: 0 0 15px 2%;
}
.eds_news_Carmel.eds_subCollection_news .article.in_list.box.normal .summary {
  font-size: 13px;
  color: #333333;
  line-height: 18px;
}
.eds_news_Carmel.eds_subCollection_news .article .article_documents,
.eds_news_Carmel.eds_subCollection_news .article .related_articles,
.eds_news_Carmel.eds_subCollection_news .article .edn_article_links {
  padding: 15px;
  border: 2px dashed #dfdede;
  background-color: #f3f3f3;
  margin: 0 0 15px;
  clear: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article .article_documents > h2,
.eds_news_Carmel.eds_subCollection_news .article .related_articles > h2,
.eds_news_Carmel.eds_subCollection_news .article .edn_article_links > h2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.eds_news_Carmel.eds_subCollection_news .article .article_documents ul,
.eds_news_Carmel.eds_subCollection_news .article .related_articles ul,
.eds_news_Carmel.eds_subCollection_news .article .edn_article_links ul {
  padding: 0 0 0 25px;
}
.eds_news_Carmel.eds_subCollection_news .article .article_documents ul li,
.eds_news_Carmel.eds_subCollection_news .article .related_articles ul li,
.eds_news_Carmel.eds_subCollection_news .article .edn_article_links ul li {
  list-style: circle;
  margin: 3px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .article .article_documents ul li a,
.eds_news_Carmel.eds_subCollection_news .article .related_articles ul li a,
.eds_news_Carmel.eds_subCollection_news .article .edn_article_links ul li a {
  font-size: 12px;
  color: #676767;
  text-decoration: none;
}
.eds_news_Carmel.eds_subCollection_news .article .article_documents ul li a:hover,
.eds_news_Carmel.eds_subCollection_news .article .related_articles ul li a:hover,
.eds_news_Carmel.eds_subCollection_news .article .edn_article_links ul li a:hover {
  color: black;
}
.eds_news_Carmel.eds_subCollection_news .article .article_documents ul li span,
.eds_news_Carmel.eds_subCollection_news .article .related_articles ul li span,
.eds_news_Carmel.eds_subCollection_news .article .edn_article_links ul li span {
  display: block;
  font-size: 11px;
  font-style: italic;
}
.eds_news_Carmel.eds_subCollection_news .article .article_documents ul li {
  list-style: none;
}
.eds_news_Carmel.eds_subCollection_news .article .article_documents ul li .document_icon {
  max-height: 12px;
  max-width: 12px;
  margin: 0 4px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_gallery {
  margin-top: 15px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_image {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  height: auto;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_image > img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_image.left_image {
  float: left;
  padding: 0 15px 15px 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .rate_article {
  font-size: 12px;
  color: #7c7c7c;
}
.eds_news_Carmel.eds_subCollection_news .article.details .rate_article .article_rating {
  display: inline;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .article.details .rate_article .article_rating .current_rating {
  margin: 0 5px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .rate_article .article_rating .EDN_article_rateit {
  position: relative;
  top: 2px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .main_content,
.eds_news_Carmel.eds_subCollection_news .article.details .main_content p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 13px;
  color: #333333;
  line-height: 22px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .main_content {
  margin: 15px 0 10px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .main_content .article_pagination a,
.eds_news_Carmel.eds_subCollection_news .article.details .main_content .article_pagination span {
  display: inline-block;
  background: #e7e7e7;
  color: dimgrey;
  font-size: 12px;
  line-height: 15px;
  box-shadow: 0 0 2px 0 #cdcdcd, inset 1px 1px 3px 0 white;
  border: 1px solid #cdcdcd;
  margin: 0 2px 5px 0;
  padding: 3px 7px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .main_content .article_pagination a.active,
.eds_news_Carmel.eds_subCollection_news .article.details .main_content .article_pagination span.active {
  box-shadow: inset 1px 1px 3px 0 #adadad;
}
.eds_news_Carmel.eds_subCollection_news .article.details .main_content .article_pagination a:hover {
  box-shadow: 0 0 2px #737373, inset 1px 1px 3px 0 white;
  text-decoration: none;
}
.eds_news_Carmel.eds_subCollection_news .article.details .main_content .article_pagination span {
  box-shadow: inset 1px 1px 3px 0 #adadad;
}
.eds_news_Carmel.eds_subCollection_news .article.details .main_content a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1.25em;
}
.eds_news_Carmel.eds_subCollection_news .article.details .main_content p {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  margin: 0 0 10px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .social_buttons {
  margin: 0 0 10px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .social_buttons a {
  height: 30px !important;
}
.eds_news_Carmel.eds_subCollection_news .article.details .social_buttons .addthis_button_compact,
.eds_news_Carmel.eds_subCollection_news .article.details .social_buttons .addthis_button_expanded {
  height: 20px !important;
}
.eds_news_Carmel.eds_subCollection_news .article.details .social_buttons .addthis_button_linkedin_counter {
  margin-right: 15px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .edn_article_gallery {
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .article.details .edn_article_gallery ul {
  margin: 0;
  padding: 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .edn_article_gallery ul li {
  list-style: none;
  float: left;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .article.details .edn_article_map {
  border: 1px solid #cccccc;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .edn_article_map img {
  max-width: none;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments {
  margin: 20px 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment h3 {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1.25em;
  font-size: 16px;
  color: #6b6b6b;
  margin: 15px 0 0;
  font-weight: bold;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box {
  background-color: #f3f3f3;
  border: 1px solid lightgrey;
  margin: 2px 0 0;
  padding: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box .comment_info {
  margin: 0 0 20px;
  text-align: center;
  padding: 0 30px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box .comment_info span {
  line-height: 1.25em;
  font-size: 12px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.left {
  font-size: 14px;
  width: 20%;
  padding: 7px 0 0;
  color: #6b6b6b;
  text-align: right;
  font-weight: bold;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.left span {
  margin: 0 5px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right {
  padding: 0 0 20px;
  width: 80%;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right.bottom {
  padding: 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right input.text {
  font-size: : 16px;
  border: 1px solid #bbbaba;
  padding: 5px 5px 4px;
  background: white;
  width: 70%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right .submit {
  display: inline-block;
  border: 0;
  text-decoration: none;
  padding: 6px 10px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/comments/add_button_bg.png") repeat-x bottom #929292;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right .submit span {
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #efefef;
  text-shadow: 0 -1px 1px #4b4b4b;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right .submit:hover {
  background-color: #d71313;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .add_comment .add_article_box table td.right textarea {
  font-size: 12px;
  border: 1px solid #bfbfbf;
  padding: 5px;
  background: white;
  width: 90%;
  height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .num_of_comment {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1.25em;
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  padding: 3px 11px;
  font-size: 14px;
  color: #5c5c5c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .num_of_comment a {
  font-size: : 14px;
  font-weight: bold;
  color: #5c5c5c;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list {
  margin: 15px 0 0;
  display: block;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment {
  overflow: hidden;
  margin-left: 80px;
  padding: 0;
  clear: both;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .votes {
  margin: 10px 0 0 2%;
  width: 8%;
  float: left;
  font-size: 12px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .votes > div {
  position: relative;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .votes > div input {
  position: relative;
  top: 5px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .votes > div span {
  font-size: 12px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side {
  width: 90%;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details {
  width: 15%;
  text-align: center;
  float: left;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .user_avatar {
  max-height: 60px;
  max-width: 60px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .author {
  font-size: 12px;
  margin: 1px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .date_time {
  font-size: 10px;
  color: #9a9a9a;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .votes {
  margin: 1px 0 0;
  font-size: 12px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .votes span {
  margin: 0 8px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .comment_details .votes span a {
  position: relative;
  top: 5px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .content_container {
  float: left;
  width: 85%;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .content_container .arrow {
  float: left;
  width: 16px;
  height: 29px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/comments/details_pointer.png") no-repeat transparent;
  position: relative;
  left: 1px;
  top: 48px;
  z-index: 1;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .content_container .content {
  margin: 0 0 0 16px;
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  min-height: 100px;
  padding: 10px 20px;
  font-size: 12px;
  color: #363636;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .content_container .content p {
  margin: 0 0 5px;
  padding: 0;
  background: none;
  border: none;
  font-size: 12px;
  color: #363636;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .actions {
  font-size: 10px;
  margin: 2px 0 3px;
  float: right;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .actions a {
  color: #9a9a9a;
  margin: 0 5px 0 0;
  font-size: 12px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side .actions a:hover {
  text-decoration: underline;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment {
  margin: 15px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment textarea {
  font-size: 12px;
  border: 1px solid #bfbfbf;
  padding: 5px;
  background: white;
  width: 80%;
  height: 100px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment .actions {
  float: right;
  width: 15%;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment .actions a {
  display: inline-block;
  height: 33px;
  border: 0;
  text-decoration: none;
  padding: 0 8px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment .actions a span {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 6px 0 14px;
  color: #444444;
  height: 26px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment .actions a:hover {
  background-position: right -33px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .edit_comment .actions a:hover span {
  background-position: 0 -33px;
  color: black;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment.level1 {
  margin-left: 40px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment.level0,
.eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment.level {
  margin-left: 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile {
  vertical-align: baseline;
  line-height: 1.25em;
  margin: 0 0 15px;
  padding: 15px;
  border: 3px solid #e3e3e3;
  background: #eeeeee;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .author_rss {
  display: block;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/rss_18-18.png") no-repeat;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: auto;
  right: 5px;
  top: 5px;
  height: 18px;
  width: 18px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .author_rss span {
  display: none;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .author_rss:hover {
  background-position: -18px 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_picture_container {
  float: left;
  font-size: 0;
  line-height: 0;
  margin: 0 15px 0 0;
  padding: 0;
  border: 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_picture_container img {
  padding: 0;
  margin: 0;
  border: 2px solid #cccccc;
  -webkit-box-shadow: 1px 1px 2px 0 #dedede;
  -moz-box-shadow: 1px 1px 2px 0 #dedede;
  box-shadow: 1px 1px 2px 0 #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .details_container h2 {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #555555;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .details_container .short_info {
  margin: 0;
  padding: 0;
  border: 0;
  color: #888888;
  font-size: 12px;
  line-height: 1.25;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .details_container .short_info a {
  color: #676767;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .details_container .short_info a:hover {
  color: black;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons {
  clear: both;
  padding: 5px 0 0 82px;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button {
  margin: 0 5px 0 0;
  float: left;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.contact,
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.full_bio {
  display: inline-block;
  background: no-repeat #e5e5e5;
  border: 2px solid #d4d4d4;
  padding: 2px 5px 2px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.contact span,
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.full_bio span {
  color: #636363;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.contact:hover span,
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.full_bio:hover span {
  color: black;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.contact {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/contact_letter.png");
  background-position: 3px 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.full_bio {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/profile.png");
  background-position: 3px 3px;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: no-repeat;
  position: relative;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social span {
  display: none;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social:hover {
  background-position: -22px 0;
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social.facebook {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/facebook_button.png");
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social.linked_in {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/linked_in_button.png");
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social.twitter {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/twitter_button.png");
}
.eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button.social.google_plus {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/google_plus_button.png");
}
.eds_news_Carmel.eds_subCollection_news .carmel-article.sidebar_box a.title {
  display: block;
  padding-top: 0.5em;
}
.eds_news_Carmel.eds_subCollection_news .carmel-article.sidebar_box a.title:link,
.eds_news_Carmel.eds_subCollection_news .carmel-article.sidebar_box a.title:visited,
.eds_news_Carmel.eds_subCollection_news .carmel-article.sidebar_box a.title:active {
  text-decoration: none;
}
.eds_news_Carmel.eds_subCollection_news .carmel-article.sidebar_box a.title > span {
  float: right;
  display: block;
}
.eds_news_Carmel.eds_subCollection_news .carmel-article.sidebar_box a.title:hover:link,
.eds_news_Carmel.eds_subCollection_news .carmel-article.sidebar_box a.title:hover:visited,
.eds_news_Carmel.eds_subCollection_news .carmel-article.sidebar_box a.title:hover:active {
  text-decoration: underline;
}
.eds_news_Carmel.eds_subCollection_news .article.sidebar_box {
  border: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  margin: 0;
  padding: 10px 10px 0;
}
.eds_news_Carmel.eds_subCollection_news .article.sidebar_box > a.image {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}
.eds_news_Carmel.eds_subCollection_news .article.sidebar_box > a.image img {
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article.sidebar_box > a.title {
  color: #333333;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 10px;
}
.eds_news_Carmel.eds_subCollection_news .article.sidebar_box > a.title:hover {
  color: black;
}
.eds_news_Carmel.eds_subCollection_news .articles_row {
  overflow: hidden;
  max-width: 690px;
}
.eds_news_Carmel.eds_subCollection_news .articles_row .article.in_list.box.big:first-child {
  margin-left: 0;
}
.eds_news_Carmel.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child {
  margin-left: 0;
  max-width: 32%;
}
.eds_news_Carmel.eds_subCollection_news .admin_action,
.eds_news_Carmel.eds_subCollection_news .edn_article_action {
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 14px;
  color: #ed2323;
  background: no-repeat;
}
.eds_news_Carmel.eds_subCollection_news .admin_action:hover,
.eds_news_Carmel.eds_subCollection_news .edn_article_action:hover {
  color: #cd0000;
}
.eds_news_Carmel.eds_subCollection_news .admin_action.edit,
.eds_news_Carmel.eds_subCollection_news .edn_article_action.edit {
  padding-left: 16px;
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/pencil_small.png");
}
.eds_news_Carmel.eds_subCollection_news .admin_action.publish_article,
.eds_news_Carmel.eds_subCollection_news .edn_article_action.publish_article {
  padding-left: 17px;
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/check_small.png");
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/user_dashboard/silver_gradient_bg.png") repeat-x #ebebeb;
  border: 1px solid #e4e4e4;
  padding: 4px 6px;
  margin: 0 0 20px;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard a {
  display: block;
  float: left;
  color: #363636;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0 0 35px;
  height: 20px;
  margin: 0 10px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard a.add_article {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/user_dashboard/green_plus.png") no-repeat;
  padding-left: 25px;
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard a.article_manager {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/user_dashboard/papers.png") no-repeat 0 1px;
  padding-left: 28px;
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard a.approve_articles {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/user_dashboard/approve_articles.png") no-repeat 0 1px;
  padding-left: 22px;
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard a.approve_comments {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/user_dashboard/approve_comments.png") no-repeat 0 2px;
  padding-left: 22px;
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard a.category_manager {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/user_dashboard/categories.png") no-repeat 0 2px;
  padding-left: 22px;
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard a.dashboard {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/user_dashboard/monitor.png") no-repeat 0 3px;
  padding-left: 24px;
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard a.settings {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/user_dashboard/settings.png") no-repeat 0 1px;
  padding-left: 24px;
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard a.author_profile {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/user_dashboard/profile.png") no-repeat 0 1px;
  padding-left: 18px;
}
.eds_news_Carmel.eds_subCollection_news .user_dashboard a:hover {
  text-decoration: underline;
}
.eds_news_Carmel.eds_subCollection_news .article_pager {
  margin: 10px 0;
  text-align: center;
}
.eds_news_Carmel.eds_subCollection_news .article_pager a {
  display: inline-block;
  background: #e7e7e7;
  color: dimgrey;
  font-size: 12px;
  line-height: 15px;
  box-shadow: 0 0 2px 0 #cdcdcd, inset 1px 1px 3px 0 white;
  border: 1px solid #cdcdcd;
  margin: 0 2px 5px 0;
  padding: 3px 7px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.eds_news_Carmel.eds_subCollection_news .article_pager a:hover {
  box-shadow: 0 0 2px #737373, inset 1px 1px 3px 0 white;
}
.eds_news_Carmel.eds_subCollection_news .article_pager a.active {
  box-shadow: inset 1px 1px 3px 0 #adadad;
}
.eds_news_Carmel.eds_subCollection_news .in_article_image {
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .in_article_image .image_wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .in_article_image .image_wrapper.no_text {
  font-size: 0;
  line-height: 0;
}
.eds_news_Carmel.eds_subCollection_news .in_article_image p.image_title,
.eds_news_Carmel.eds_subCollection_news .in_article_image .image_description {
  clear: both;
  font-size: 11px;
  color: #333333;
}
.eds_news_Carmel.eds_subCollection_news .in_article_image p.image_title {
  margin: 5px 0 2px !important;
  font-size: 12px;
  line-height: 14px !important;
  font-weight: bold !important;
}
.eds_news_Carmel.eds_subCollection_news .in_article_image.left {
  float: left;
  margin: 0 10px 10px 0;
}
.eds_news_Carmel.eds_subCollection_news .in_article_image.right {
  float: right;
  margin: 0 0 10px 10px;
}
.eds_news_Carmel.eds_subCollection_news .in_article_image.clear {
  clear: both;
  margin: 0 0 10px;
}
.eds_news_Carmel.eds_subCollection_news .ednMoreArticlesTriggerWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  text-align: center;
  display: block;
}
.eds_news_Carmel.eds_subCollection_news .ednMoreArticlesTriggerWrapper * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
}
.eds_news_Carmel.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 0 3px 6px -4px white;
  background: #dddddd;
  cursor: pointer;
  -webkit-transition: box-shadow 200ms ease;
  -moz-transition: box-shadow 200ms ease;
  -o-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  position: relative;
  overflow: hidden;
}
.eds_news_Carmel.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.actionTextContainer span {
  font: bold 13px/1.3;
  color: #7a7a7a;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.eds_news_Carmel.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: block;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/loadingArticles.gif") center center no-repeat #dddddd;
  box-shadow: inset 0 3px 6px -4px white;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.eds_news_Carmel.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay > span {
  display: none;
}
.eds_news_Carmel.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.44), 0 3px 6px -4px white inset;
}
.eds_news_Carmel.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover > span.actionTextContainer span {
  color: #595959;
}
.eds_news_Carmel.eds_subCollection_news .ednMoreArticlesTriggerWrapper.loading > button.trigger > span.loadingOverlay {
  top: 0;
  opacity: 1;
}
.eds_news_Carmel.eds_subCollection_news .ednMoreArticlesTriggerWrapper.hide {
  display: none;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table {
  margin: 15px 0;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr {
  border-style: solid;
  border-width: 2px 0;
  border-color: white;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr:nth-child(even) td {
  background-color: #fff;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td {
  padding: 2px 0;
  color: #404040;
  background-color: #fff;
  vertical-align: top;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td span,
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td ul li {
  line-height: 1.1;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label {
  text-align: left;
  width: 105px;
  padding-right: 20px;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label > span {
  font-weight: normal;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value {
  border-radius: 0 4px 4px 0;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList {
  margin: 0;
  padding: 0;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList > li {
  list-style-type: none;
  padding: 0 0 4px 0;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList > li .EDN_cf_checkbox_icon {
  margin-top: 0;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_label {
  line-height: 15px;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_icon {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/articleDetailsCustomFields/checkbox/predefined/cf-checkbox.png") no-repeat 0 -18px;
  float: left;
  width: 16px;
  height: 17px;
  margin: 3px 4px 0 0;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_checked {
  margin-left: 0;
}
.eds_news_Carmel.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_checked .EDN_cf_checkbox_icon {
  background-position: 0 0;
  display: none;
}
.eds_news_Carmel.eds_subCollection_search .article.in_list {
  margin: 20px 0 0;
}
.eds_news_Carmel .fb-comments,
.eds_news_Carmel .fb-comments iframe[style],
.eds_news_Carmel .fb-comments > span {
  width: 100% !important;
}
.eds_news_Carmel .fb_comments_count {
  margin: 0 !important;
  display: inline !important;
}
.EDN_search.theme_Carmel {
  padding: 0px;
  border: 1px solid #cdcdcd;
  background-color: #f6f6f6;
  overflow: hidden;
  z-index: 9999999;
  padding: 3px;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.27);
  margin: 0 20px;
}
.EDN_search.theme_Carmel ul {
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
  list-style: none;
}
.EDN_search.theme_Carmel ul li {
  margin: 0px;
  padding: 2px 5px;
  display: block;
  font-size: 12px;
  color: #333333;
  border: solid 1px transparent;
}
.EDN_search.theme_Carmel ul li span a {
  color: #333333;
  text-decoration: none;
}
.EDN_search.theme_Carmel ul li span a:hover {
  color: black;
  text-decoration: none;
}
.EDN_search.theme_Carmel .acSelect {
  background-color: #e4e4e4;
  color: #333333;
}
.EDN_search.theme_Carmel .acSelect a {
  color: #333333;
}
/* IE 7 only */
*:first-child + html .eds_news_Carmel.eds_subCollection_news .article.details .article_comments .comment_list .comment .right_side {
  width: 88%;
}
*:first-child + html .eds_news_Carmel.eds_subCollection_news .article.in_list.box .article_image > span .date {
  position: relative;
  top: -6px;
}
.qtip.edn_calendarbox_Carmel {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  min-width: 50px;
  font-size: 10px;
  line-height: 12px;
  direction: ltr;
  padding: 0;
  margin: 0;
  background: #f6f6f6;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #1a1a1a;
  max-width: 500px;
}
.qtip.edn_calendarbox_Carmel > .qtip-content,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .title,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .title {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/tooltip/title_gradient.png") repeat-x 0 bottom white;
  margin: 0;
  padding: 6px 15px 0;
  display: block;
  height: 19px;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .title span,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .title span {
  font-size: 12px;
  color: #111111;
  line-height: 14px;
  font-weight: bold;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .title span a,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .title span a {
  text-decoration: none;
  color: #111111;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .title span a:hover,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .title span a:hover {
  color: black;
  text-decoration: underline;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  display: block;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article {
  display: block;
  margin: 0;
  border: 0;
  padding: 15px;
  width: 385px;
  overflow: hidden;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article > img,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article > img {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  max-width: 100px;
  max-height: 100px;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article p,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article p {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  display: block;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article > p.title,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article > p.title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article > p.title a,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article > p.title a {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article > p.title a:hover,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article > p.title a:hover {
  text-decoration: underline;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article > p.location,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article > p.location {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #111111;
  margin-top: 5px;
  padding: 0 0 0 15px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/tooltip/red_map_location.png") no-repeat 0 0;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article > .content p,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article > .content p {
  margin: 10px 0 0;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article > a,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article > a {
  float: right;
  text-decoration: none;
  font-size: 12px;
  color: #333333;
  line-height: 14px;
  font-weight: bold;
  margin: 3px 0 0;
  padding: 0 0 0 9px;
  border: 0;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/tooltip/red_arrow.png") no-repeat 0 2px;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article > a:hover,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article > a:hover {
  text-decoration: underline;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article_list,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article_list {
  display: block;
  margin: 0;
  border: 0;
  padding: 15px 15px 15px 30px;
  width: 385px;
  overflow: hidden;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article_list > li,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article_list > li {
  list-style: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/tooltip/red_arrow.png") outside;
  margin: 5px 0 0px;
  padding: 0;
  border: 0;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article_list > li > a,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article_list > li > a {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-decoration: none;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article_list > li > a:hover,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article_list > li > a:hover {
  text-decoration: underline;
}
.qtip.edn_calendarbox_Carmel > .qtip-content > .wrapper > .article_list > li > p,
.qtip.edn_calendarbox_Carmel > .ui-tooltip-content > .wrapper > .article_list > li > p {
  color: #111111;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
  line-height: 12px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .category.in_list.catalog-item,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .category.in_list.catalog-item,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .category.in_list.catalog-item,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .category.in_list.catalog-item {
    width: 48%;
    margin: 0 1% 15px 1%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .category.in_list.catalog-item img,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .category.in_list.catalog-item img,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .category.in_list.catalog-item img,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .category.in_list.catalog-item img {
    width: 100%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .article.span > .content > .article_image,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .article.span > .content > .article_image,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .article.span > .content > .article_image,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .article.span > .content > .article_image {
    float: none;
    margin: 0 0 10px 0;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .article.span > .content > .article_image img,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .article.span > .content > .article_image img,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .article.span > .content > .article_image img,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .article.span > .content > .article_image img {
    width: 100%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .article.in_list.box.big,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .article.in_list.box.big,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .article.in_list.box.big,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .article.in_list.box.big {
    float: none;
    max-width: 98%;
    margin: 0 1% 2% 1%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .article.in_list.box.big img,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .article.in_list.box.big img,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .article.in_list.box.big img,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .article.in_list.box.big img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .article.in_list.box.normal,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .article.in_list.box.normal,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .article.in_list.box.normal,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .article.in_list.box.normal {
    max-width: 98%;
    margin: 0 0 15px 1%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .article.in_list.box.normal img,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .article.in_list.box.normal img,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .article.in_list.box.normal img,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .article.in_list.box.normal img {
    width: 100%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons {
    padding: 5px 0 0 0;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .social-networks,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .social-networks,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .social-networks,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .social-networks {
    margin-top: 10px;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .article.details .author_group_profile .profile_buttons .button {
    float: none;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child {
    max-width: 98%;
    margin: 0 0 15px 1%;
  }
  .EasyDNNSkin_NewsTwo .eds_news_Carmel.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child img,
  .EasyDNNSkin_Carmel .eds_news_Carmel.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child img,
  .EasyDNNSkin_BlogTwo .eds_news_Carmel.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child img,
  .EasyDNNSkin_BlogOne .eds_news_Carmel.eds_subCollection_news .articles_row .article.in_list.box.normal:first-child img {
    width: 100%;
  }
}
/* Custom Fields Search */
ul.EDN_cf_checkboxList {
  margin-left: 0;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch {
  background: #fff;
  border-radius: 0;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text label,
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxListName {
  display: block;
  background: #d8d8d8;
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 10px;
  margin-bottom: 5px;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox {
  display: block;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text .edncf_TextInput input[type="text"] {
  width: 94.5%;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit {
  border-radius: 0;
  background: #d8d8d8;
  color: #303030;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit span {
  border-radius: 0;
  background: none;
  color: #303030;
  text-shadow: none;
  text-transform: none;
  padding: 0;
  font-weight: bold;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton {
  display: block;
}
ul.job-summary {
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
}
ul.job-summary li {
  list-style: none none;
  padding: 0;
  margin: 0;
}
ul.job-summary:before,
ul.job-summary:after {
  content: " ";
  display: table;
}
ul.job-summary:after {
  clear: both;
}
ul.job-summary > li {
  margin-left: -20px;
  margin-left: -2rem;
}
ul.job-summary > li > span,
ul.job-summary > li > strong {
  border: 0 solid transparent;
  border: 0 solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  display: block;
}
ul.job-summary > li > strong {
  width: 25%;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  clear: left;
  line-height: 1.9;
}
ul.job-summary > li > span {
  width: 75%;
  border-left-width: 20px;
  border-left-width: 2rem;
  padding: 0px;
  padding: 0rem;
  margin-left: 0;
}
.news.eds_subCollection_news {
  min-height: 200px;
}
div.carmel-article-wrap.row {
  border-top: #ccc 1px solid;
  border-top: #ccc 0.1rem solid;
}
div.carmel-article-wrap div.carmel-article .content .tags,
div.carmel-article-wrap div.carmel-article .content .date {
  margin: 0;
  display: block;
  font-size: 0.85em;
  clear: left;
  padding: 1em 0 0.5em;
}
div.carmel-article-wrap div.carmel-article .content a.article_image {
  float: right;
  display: block;
  margin: 0 0 1.5em 1.5em;
}
div.carmel-article-wrap div.carmel-article .content h3 > a {
  color: #303030;
}
div.carmel-article-wrap div.carmel-article .content h3 > a:link,
div.carmel-article-wrap div.carmel-article .content h3 > a:visited,
div.carmel-article-wrap div.carmel-article .content h3 > a:active {
  color: #303030;
}
div.carmel-article-wrap div.carmel-article .content h3 > a:link,
div.carmel-article-wrap div.carmel-article .content h3 > a:visited,
div.carmel-article-wrap div.carmel-article .content h3 > a:active {
  text-decoration: none;
}
div.carmel-article-wrap div.carmel-article .content h3 > a:hover {
  color: #1995ac;
}
div.carmel-article-wrap div.carmel-article .content h3 > a:hover:link,
div.carmel-article-wrap div.carmel-article .content h3 > a:hover:visited,
div.carmel-article-wrap div.carmel-article .content h3 > a:hover:active {
  color: #1995ac;
}
div.carmel-article-wrap div.carmel-article .content h3 > a:hover:link,
div.carmel-article-wrap div.carmel-article .content h3 > a:hover:visited,
div.carmel-article-wrap div.carmel-article .content h3 > a:hover:active {
  text-decoration: underline;
}
div.carmel-article-wrap div.carmel-article .content h3 > span {
  font-family: Arial, "museo-sans-n5", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
}
div.carmel-article-wrap div.carmel-article .content .event-date {
  margin: 0;
}
div.carmel-article-wrap div.carmel-article .content .summary > div {
  margin-bottom: 0;
}
div.carmel-article-wrap div.carmel-article .content .summary > div > p,
div.carmel-article-wrap div.carmel-article .content .summary > div > * {
  margin-bottom: 0;
  margin-top: 0;
}
div.carmel-article-wrap div.carmel-article.row {
  border-bottom: #ccc 1px solid;
  border-bottom: #ccc 0.1rem solid;
}
div.carmel-article-wrap div.carmel-article.row .content {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
div.carmel-article-wrap div.carmel-article.row .content:before,
div.carmel-article-wrap div.carmel-article.row .content:after {
  content: " ";
  display: table;
}
div.carmel-article-wrap div.carmel-article.row .content:after {
  clear: both;
}
div.carmel-article-wrap div.carmel-article.row .content .subtitle,
div.carmel-article-wrap div.carmel-article.row .content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
div.carmel-article-wrap div.carmel-article.row .content .carmel-article-header {
  padding-top: 20px;
  padding-top: 2rem;
}
div.carmel-article-wrap div.carmel-article.row .content .carmel-article-header h3 {
  font-family: Arial, "museo-sans-n5", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0.5em;
}
div.carmel-article-wrap div.carmel-article.row .content .carmel-article-header h3 .title {
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
div.carmel-article-wrap div.carmel-article.row .content .carmel-article-header .subtitle {
  display: block;
}
div.carmel-article-wrap div.carmel-article.row .content .summary > div {
  margin-bottom: 1em;
}
div.carmel-article-wrap div.carmel-article.row .content .summary > div > p,
div.carmel-article-wrap div.carmel-article.row .content .summary > div > * {
  margin-bottom: 0;
}
div.carmel-article-wrap div.carmel-article.image-top {
  border: 0 solid;
  border: none;
}
div.carmel-article-wrap div.carmel-article.image-top .content a.article_image {
  float: none;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
div.carmel-article-wrap div.carmel-article.image-top .content a.article_image img {
  display: block;
  margin: 0 auto;
}
div.carmel-article-wrap div.carmel-article.image-top .content .summary p,
div.carmel-article-wrap div.carmel-article.image-top .content .summary {
  max-height: 63px;
  max-height: 6.3rem;
  overflow: hidden;
}
div.carmel-article-wrap div.carmel-article.slider.row {
  border-right: #ccc 1px solid;
  border-right: #ccc 0.1rem solid;
  border-left: #ccc 1px solid;
  border-left: #ccc 0.1rem solid;
}
div.carmel-article-wrap div.carmel-article.slider .content {
  padding-bottom: 0;
}
div.carmel-article-wrap div.carmel-article.slider .content .carmel-article-header {
  padding: 10px 20px 10px 20px;
  padding: 1rem 2rem 1rem 2rem;
  position: relative;
  cursor: pointer;
  color: #969696;
}
div.carmel-article-wrap div.carmel-article.slider .content .carmel-article-header h3 {
  margin-bottom: 0;
  display: block;
  position: relative;
  cursor: pointer;
  color: #969696;
  padding-right: 30px;
  padding-right: 3rem;
}
div.carmel-article-wrap div.carmel-article.slider .content .carmel-article-header h3:after {
  right: 0;
  top: 50%;
  margin-top: -12px;
  margin-top: -1.2rem;
  position: absolute;
  content: " +";
  color: #ccc;
}
div.carmel-article-wrap div.carmel-article.slider .content .summary {
  display: none;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
}
div.carmel-article-wrap div.carmel-article.slider.open .content {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
div.carmel-article-wrap div.carmel-article.slider.open .content .carmel-article-header {
  color: #303030;
}
div.carmel-article-wrap div.carmel-article.slider.open .content .carmel-article-header h3 {
  color: #303030;
}
div.carmel-article-wrap div.carmel-article.slider.open .content .carmel-article-header h3:after {
  content: " −";
}
div.carmel-article-wrap div.carmel-article.slider.open .content .summary {
  display: block;
}
div.carmel-article.details > h1 {
  /*.regular;

        strong {
            .bold;
        }*/
  margin-bottom: 0.5em;
}
div.carmel-article.details .subtitle {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  letter-spacing: normal;
  line-height: 1.2;
  font-family: Arial, "museo-sans-n5", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1em;
}
div.carmel-article.details .main_content p {
  clear: left;
}
div.carmel-article.details .article_documents h2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 1em;
}
div.carmel-article.details .article_documents > ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
}
div.carmel-article.details .article_documents > ul li {
  list-style: none none;
  padding: 0;
  margin: 0;
}
div.carmel-article.details .article_documents > ul > li.EDNdocument .document_icon {
  margin-right: 0.5em;
}
div.carmel-article.details .article_image {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
div.carmel-article.details .social_buttons {
  padding: 10px 0 20px 0;
  padding: 1rem 0 2rem 0;
}
div.carmel-article.details .box_list_container {
  padding-top: 10px;
  padding-top: 1rem;
  border-top: #ccc 1px solid;
  border-top: #ccc 0.1rem solid;
}
div.carmel-article.details .box_list_container > a {
  margin-right: 5px;
  margin-right: 0.5rem;
}
div.carmel-article.details .meta_text {
  font-size: 12px;
  font-size: 1.2rem;
}
div.carmel-article.details .edn_article_gallery {
  padding-top: 10px;
  padding-top: 1rem;
  border-top: #ccc 1px solid;
  border-top: #ccc 0.1rem solid;
}
div.carmel-article.details .edn_article_gallery:before,
div.carmel-article.details .edn_article_gallery:after {
  content: " ";
  display: table;
}
div.carmel-article.details .edn_article_gallery:after {
  clear: both;
}
div.carmel-article.details .edn_article_gallery ul {
  padding: 0;
  margin: 0;
}
div.carmel-article.details .edn_article_gallery ul li {
  list-style: none none;
  padding: 0;
  margin: 0;
}
div.carmel-article.details .edn_article_gallery ul > li {
  float: left;
  display: block;
  margin-left: 10px;
  margin-left: 1rem;
}
div.carmel-article.details .edn_article_gallery ul > li:first-child {
  margin-left: 0;
}
.carmel-calendar a:link,
.carmel-calendar a:visited,
.carmel-calendar a:active {
  text-decoration: none;
}
.edn-footer {
  padding-top: 10px;
  padding-top: 1rem;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul {
  padding: 0;
  margin: 0;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li {
  list-style: none none;
  padding: 0;
  margin: 0;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li {
  /*&:first-child {
                    .set-border-top(@base-border, 0.1rem, solid);
                }*/
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li > div {
  border-bottom: #ccc 1px solid;
  border-bottom: #ccc 0.1rem solid;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li > div > a {
  display: block;
  padding: 3px 0 3px 0;
  padding: 0.3rem 0 0.3rem 0;
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li > div > a:link,
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li > div > a:visited,
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li > div > a:active {
  text-decoration: none;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list ul li > div > a > span {
  font-family: Arial, "museo-sans-n5", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title {
  position: relative;
  display: block;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title > a {
  display: block;
  position: absolute;
  left: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title > a.export {
  top: 6px;
  right: 0;
  height: 14px;
  width: 12px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/calendar_action_buttons.png") -13px -2px;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss {
  top: 8px;
  right: 0;
  height: 12px;
  width: 12px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/category_menu/rss.png") -12px 0;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss ~ a.export {
  right: 15px;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events .edn_module_title > a > span {
  display: none;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list.events ul li {
  background-image: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/calendar/event_clock.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
  background-position: 0 0.7rem;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse:hover {
  background-position: -13px 4px;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse.collapse {
  background-position: 4px -8px;
}
.eds_news_Carmel.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse.collapse:hover {
  background-position: -13px -8px;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_events {
  background-color: #f9b123;
}
.eds_news_Carmel.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today {
  background-color: #1995ac;
}
.eds_news_Carmel.eds_subCollection_search {
  /*.edncf_AdvancedSearch {
        background-color: #f6f6f6;
        border: 1px solid #cdcdcd;
        border-radius: 4px 4px 4px 4px;

        .edn_module_title {
            background: url("@{edn-images}common/module_title_background.png") repeat-x scroll 0 0 #dbdbdb;
            border-radius: 3px 3px 0 0;
            margin: 1px;
            padding: 0;

            span {
                color: #4e4e4e;
                display: block;
                font-size: 20px;
                font-weight: normal;
                line-height: 1.25em;
                padding: 5px 8px 6px;
                text-shadow: 1px 1px 2px white;
            }
        }

        .edncf_container {
            padding: 10px;
            position: relative;

            .edncf_DropDownList,
            .edncf_CheckBoxList,
            .edncf_RadioButtonList,
            .edncf_Text,
            .edncf_RangeSliderInput {
                display: block;
                margin: 0;
                padding: 0 0 10px;
            }

            .edncf_CheckBoxSingle {
                margin-bottom: 10px;
            }

            .edncf_DropDownList {
                > span {
                    display: block;
                    border: solid 1px #bdbdbd;
                    background: white url("@{edn-images}advancedSearchForm/select/selectArrow/predefined/select-pointer.png") no-repeat top right;
                    overflow: hidden;
                    position: relative;

                    &:after {
                        content: "";
                        display: block;
                        position: absolute;
                        width: 0;
                        height: 30px;
                        right: 34px;
                        top: 0;
                        bottom: 0;
                        border-left: solid 1px #bdbdbd;
                    }

                    select {
                        background: none transparent;
                        background-color: rgba(255, 255, 255, 0);
                        padding: 6px 0 6px 6px;
                        font-size: 12px;
                        line-height: 1;
                        color: #404040;
                        border: none;
                        border-radius: 0;
                        outline: none;
                        height: 28px;
                        -webkit-appearance: none;
                        width: 116%;
                        margin: 0;
                        box-shadow: none;
                    }
                }
            }
        }
    }*/
}
.eds_news_Carmel.eds_subCollection_search .search_message {
  font-size: 14px;
  color: black;
  display: block;
}
.eds_news_Carmel.eds_subCollection_search .search_input {
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
}
.eds_news_Carmel.eds_subCollection_search .search_input .input {
  overflow: hidden;
  height: 30px;
  padding: 0;
  margin: 0;
  background: #fff;
  /*-webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);*/
}
.eds_news_Carmel.eds_subCollection_search .search_input .input input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  background: transparent;
  width: 100%;
  height: 30px;
  height: 3rem;
  padding: 7px 44px 6px 5px;
  padding: 0.7rem 4.4rem 0.6rem 0.5rem;
  border: 0;
  margin: 0;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 30px;
  line-height: 3rem;
}
.eds_news_Carmel.eds_subCollection_search .search_input .input input.acLoading {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/indicator.gif") 85% center no-repeat !important;
}
.eds_news_Carmel.eds_subCollection_search .search_input .do_search {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 30px;
  text-indent: -10000px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/search/inside_button_bg.png") no-repeat 0 0 white;
  padding: 0;
  margin: 0;
  border: 0;
  border-left: 1px solid #ccc;
  float: right;
  cursor: pointer;
  text-decoration: none;
  /*-webkit-box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.12);
            -moz-box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.12);
            box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.12);*/
}
.eds_news_Carmel.eds_subCollection_search .search_input .do_search span {
  font-size: 0;
  line-height: 0;
}
.eds_news_Carmel.eds_subCollection_search .search_input .do_search:hover {
  background-color: #e0e0e0;
}
.eds_news_Carmel.eds_subCollection_search .search_input.search_input.button_outside {
  border: 0;
}
.eds_news_Carmel.eds_subCollection_search .search_input.search_input.button_outside .input {
  border: 1px solid #ccc;
  float: none;
  width: auto;
}
.eds_news_Carmel.eds_subCollection_search .search_input.search_input.button_outside .input input {
  padding-right: 10px;
  padding-right: 1rem;
  width: 100%;
}
.eds_news_Carmel.eds_subCollection_search .search_input.search_input.button_outside .do_search {
  position: relative;
  text-indent: 0;
  float: left;
  margin: 5px 2px 2px 0px;
  /*-webkit-box-shadow: 0 0 1px 0 #888888;
                -moz-box-shadow: 0 0 1px 0 #888888;
                box-shadow: 0 0 1px 0 #888888;*/
  border: 1px solid #ccc;
  width: auto;
  padding: 0 40px 0 10px;
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/search/outside_button_bg.png") no-repeat top right white;
}
.eds_news_Carmel.eds_subCollection_search .search_input.search_input.button_outside .do_search span {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #7e7e7e;
}
.eds_news_Carmel.eds_subCollection_search .search_input.search_input.button_outside .do_search:hover {
  background-color: #e0e0e0;
}
.eds_news_Carmel.eds_subCollection_search .search_input.search_input.button_outside .do_search:hover span {
  color: #7e7e7e;
}
.eds_news_Carmel.eds_subCollection_search .search_input.search_input.button_outside .do_search.right {
  float: right;
  margin-right: 0;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container {
  border-top: #ccc 1px solid;
  border-top: #ccc 0.1rem solid;
  border-bottom: #ccc 1px solid;
  border-bottom: #ccc 0.1rem solid;
  padding: 10px 0 10px 0;
  padding: 1rem 0 1rem 0;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span {
  display: block;
  margin-bottom: 1em;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span > span {
  display: block;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span > span.edncf_RadioButtonListName {
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  border-bottom: #ccc 2px dotted;
  border-bottom: #ccc 0.2rem dotted;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span > span.edncf_RadioButtonGroup > span {
  display: block;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span > span.edncf_RadioButtonGroup > span > span.edncf_RadioButton {
  display: block;
  position: relative;
  line-height: 1.2;
  padding: 2px 0 2px 0;
  padding: 0.2rem 0 0.2rem 0;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span > span.edncf_RadioButtonGroup > span > span.edncf_RadioButton > input[type=radio] {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span > span.edncf_RadioButtonGroup > span > span.edncf_RadioButton > label {
  display: block;
  padding-left: 1.5em;
  cursor: pointer;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span > span.edncf_RadioButtonGroup > span > span.edncf_RadioButton > label > span {
  display: block;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer:before,
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer:after {
  content: " ";
  display: table;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer:after {
  clear: both;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit {
  position: relative;
  cursor: pointer;
  background: #f9b123;
  line-height: 2 !important;
  float: left;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 28px;
  height: 2.8rem;
  color: #303030;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: #f9b123 0px solid;
  border: #f9b123 0rem solid;
  padding: 0 20px 0 20px;
  padding: 0 2rem 0 2rem;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:link,
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:visited,
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:active {
  color: #303030;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:link,
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:visited,
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:active {
  text-decoration: none;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:hover {
  background: #1995ac;
  border-color: #1995ac;
  color: #fff;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:hover:link,
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:hover:visited,
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:hover:active {
  color: #fff;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit:hover > span {
  color: #fff;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit.tooltip:after {
  content: attr(rel);
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 2.8rem;
  z-index: 1;
  text-align: center;
  left: 50%;
  margin-left: -52px;
  padding: 6px 3px 3px 3px;
  color: #fff;
  background: transparent url('/Content/images/menu-tooltip.png') no-repeat 50% 0;
  width: 104px;
}
.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer a.edncf_submit.tooltip:hover:after {
  visibility: visible;
  opacity: 0.8;
  top: 2.8rem;
}
/*.eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select option {
        font-size: 12px;
        line-height: 1;
        padding: 2px;
    }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select option:first-child {
            color: black;
        }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:disabled {
        color: #b5b5b5;
    }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label {
        display: inline-block;
        position: relative;
        padding-left: 17px;
        margin: 0;
        font-size: 12px;
        color: #404040;
        line-height: 1.7;
    }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label:before {
            content: "";
            display: inline-block;
            width: 17px;
            height: 17px;
            position: absolute;
            left: 0;
            margin: 2px 10px 0 0;
            background: url("@{edn-images}advancedSearchForm/checkBoxes/predefined/cf-checkbox.png") no-repeat 0 -17px transparent;
        }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonListName {
        font-weight: bold;
        font-size: 12px;
        color: #404040;
        line-height: 1.5;
        display: block;
    }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton {
        display: inline-block;
        padding: 1px 10px 1px 0;
    }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton input[type="radio"] {
            display: none;
        }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton label {
            display: inline-block;
            position: relative;
            padding-left: 17px;
            margin: 0;
            font-size: 12px;
            color: #404040;
            line-height: 1.6;
        }

            .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton label:before {
                content: "";
                display: inline-block;
                width: 17px;
                height: 17px;
                position: absolute;
                left: 0;
                margin: 2px 10px 0 0;
                background: url("@{edn-images}advancedSearchForm/radioButtons/predefined/cf-radiobutton.png") no-repeat 0 -18px transparent;
            }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton input[type="radio"]:checked + label:before {
            content: "";
            background-position: 0 0;
        }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListName {
        font-weight: bold;
        font-size: 12px;
        color: #404040;
        line-height: 1.5;
        display: block;
    }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox {
        display: inline-block;
        padding: 1px 10px 1px 0;
    }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type="checkbox"] {
            display: none;
        }

            .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type="checkbox"]:checked + label:before {
                content: "";
                background-position: 0 0;
            }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE input[type="checkbox"],
        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox input[type="checkbox"] {
            display: inline;
        }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label,
        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label {
            padding-left: 0;
        }

            .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label:before,
            .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label:before {
                display: none;
            }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton input[type="radio"] {
        display: inline;
    }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label {
        padding-left: 0;
    }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label:before {
            display: none;
        }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text label {
        display: block;
        font-weight: bold;
        color: #404040;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5;
    }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text .edncf_TextInput input[type="text"] {
        border: solid 1px #bdbdbd;
        background: white none;
        color: #404040;
        font-size: 12px;
        line-height: 1.2;
        padding: 5px 2%;
        width: 95.9%;
        margin: 0;
        box-shadow: none;
    }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput label > span {
        display: block;
        font-weight: bold;
        color: #404040;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5;
    }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs {
        height: 37px;
        position: relative;
        display: block;
    }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line {
            height: 7px;
            top: 5px;
            border-style: solid;
            border-width: 1px;
            border-color: #727272;
            background-color: white;
            border-radius: 4px;
            position: relative;
            display: block;
            overflow: hidden;
        }

            .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-left,
            .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-mid,
            .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-right {
                display: none;
            }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-diapason {
            border: solid 1px #636363;
            background: none #bcbcbc;
            height: 7px;
            top: 5px;
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
        }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-slider {
            border: 1px solid #727272;
            border-radius: 50%;
            background: white none;
            width: 17px;
            height: 17px;
            cursor: default;
            display: block;
            position: absolute;
            z-index: 1;
            top: 0;
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), inset -3px -3px 5px rgba(0, 0, 0, 0.3);
        }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-from,
        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-to,
        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-single {
            color: #cd1919;
            background: none transparent;
            cursor: default;
            display: block;
            position: absolute;
            white-space: nowrap;
            font: 12px/1;
            top: 24px;
            padding: 0;
            left: 0;
            white-space: nowrap;
        }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min,
        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
            background: none transparent;
            padding: 0;
            text-shadow: none;
            top: 16px;
            font: 10px/1;
            color: #777777;
            position: absolute;
            display: block;
            cursor: default;
        }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min {
            left: 0;
        }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
            right: 0;
        }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer {
        text-align: center;
        margin: 15px 0 5px;
    }

        .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit {
            display: inline-block;
            padding: 4px 20px;
            background: #b1b1b1 url("@{edn-images}common/advanced-search-submit-bg.png") left bottom repeat-x;
            border-radius: 3px;
        }

            .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit span {
                display: inline-block;
                background: transparent url("@{edn-images}common/advanced-search-icon.png") 100% 0 no-repeat;
                color: #f1f1f1;
                font: bold 14px/1;
                text-decoration: none;
                text-transform: uppercase;
                padding: 4px 28px 4px 0;
                text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
            }

            .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit:hover {
                background-color: #cdcdcd;
            }

    .eds_news_Carmel.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_searchInProgressOverlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: O;
        right: 0;
        background: #f6f6f6 url("@{edn-images}common/searchInProgress.GIF") center center no-repeat;
        opacity: 0.8;
        width: 100%;
        z-index: 999;
    }*/
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper {
  padding: 0;
  margin: 0;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper ul {
  padding: 0;
  margin: 0;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li {
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div {
  border: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: 0 0;
  overflow: hidden;
  padding: 5px 4px 4px 100px;
  position: relative;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div a {
  display: none;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div a:link,
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div a:visited,
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div a:active {
  text-decoration: none;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div .icon {
  display: block;
  float: right;
  text-indent: -10000px;
  margin: 0 0 0 4px;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div .icon.rss {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/category_menu/rss.png") no-repeat 0 0;
  height: 12px;
  width: 12px;
  margin: 2px 2px 0 4px;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div .icon.rss:hover {
  background-position: -12px 0;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse {
  background: url("/DesktopModules/EasyDNNnews/Templates/_default/Carmel/images/common/category_menu/expand_collapse.png") no-repeat 4px 4px;
  height: 13px;
  width: 21px;
  margin: 2px 2px 0 4px;
  cursor: pointer;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse:hover {
  background-position: -13px 4px;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse.collapse {
  background-position: 4px -8px;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div .icon.expand_collapse.collapse:hover {
  background-position: -13px -8px;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div > span {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline;
  line-height: 1.5;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div > a.category {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline;
  line-height: 1.5;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div > a.category span {
  color: #898989;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div > a.category:hover {
  color: #b50909;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div > img,
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div > a.image > img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin: 0 7px 5px 0;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div > a.image {
  float: left;
  display: block;
  margin: 0 7px 5px 0;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li > div > a.image > img {
  margin: 0;
  float: none;
}
.eds_news_Carmel .edn_module_box > .edn_category_menu_wrapper li.active > div > a.category {
  font-family: Arial, "museo-sans-n7", "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li > div {
  padding-left: 0;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li ul li > div {
  background-color: #d7d7d7;
}
/*.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li ul li > div .bullet {
        background: url("@{edn-images}common/category_menu/item_bullets.png") no-repeat 0 0;
        height: 9px;
        width: 9px;
        margin: 4px 3px 0 0;
        display: block;
        float: left;
    }*/
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_1 > div {
  padding-left: 0;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_2 > div {
  padding-left: 10px;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_3 > div {
  padding-left: 20px;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_4 > div {
  padding-left: 30px;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_5 > div {
  padding-left: 40px;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_6 > div {
  padding-left: 50px;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_7 > div {
  padding-left: 60px;
}
.eds_news_Carmel.eds_subCollection_categoryMenu .edn_module_box > .edn_category_menu_wrapper > li li.level_8 > div {
  padding-left: 70px;
}
.eds_news_Carmel.eds_subCollection_tagCloud {
  margin: 0;
}
.eds_news_Carmel.eds_subCollection_tagCloud .tags {
  padding: 0 10px 10px 0;
}
.eds_news_Carmel.eds_subCollection_tagCloud .tags a {
  font-size: 11px;
  text-decoration: none;
  color: #303030;
  display: inline-block;
  margin: 10px 10px 0 0;
}
.eds_news_Carmel.eds_subCollection_tagCloud .tags a:hover {
  color: #222222;
}
.eds_news_Carmel.eds_subCollection_tagCloud .tags a.TagStyle1 {
  font-size: 12px;
}
.eds_news_Carmel.eds_subCollection_tagCloud .tags a.TagStyle2 {
  font-size: 13px;
}
.eds_news_Carmel.eds_subCollection_tagCloud .tags a.TagStyle3 {
  font-size: 14px;
}
.eds_news_Carmel.eds_subCollection_tagCloud .tags a.TagStyle4 {
  font-size: 15px;
}
.eds_news_Carmel.eds_subCollection_tagCloud .tags a.TagStyle5 {
  font-size: 16px;
}
.eds_news_Carmel.eds_subCollection_tagCloud .tags a.TagStyle6 {
  font-size: 17px;
}
.eds_news_Carmel.eds_subCollection_tagCloud .tags a .tag-count {
  color: #898989;
  font-size: 12px;
  margin: 0 2px;
}
@media screen and (min-width: 0px) and (max-width: 537px) {
  .center-container {
    max-width: 100%;
    padding: 0;
  }
  .content-wrap {
    margin-left: -20px;
    margin-left: -2rem;
  }
  .content-wrap .breadcrumb,
  .content-wrap .search {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .content-wrap .breadcrumb-push,
  .content-wrap .search-push {
    display: none;
  }
  .content-wrap .content-pane {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .content-wrap .content-section {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .content-wrap .content-section .content-body.row {
    margin-left: -20px;
    margin-left: -2rem;
  }
  .content-wrap .content-section .content-body.row .content-banner,
  .content-wrap .content-section .content-body.row .content-row-one,
  .content-wrap .content-section .content-body.row .content-row-two,
  .content-wrap .content-section .content-body.row .content-row-three,
  .content-wrap .content-section .content-body.row .content-row-four {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .content-wrap.submenu-active .subnav {
    display: none;
  }
  .content-wrap.submenu-active .content-section {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .content-wrap.submenu-active .content-section .content-body.row {
    margin-left: -20px;
    margin-left: -2rem;
  }
  .content-wrap.submenu-active .content-section .content-body.row .content-column,
  .content-wrap.submenu-active .content-section .content-body.row .content-sidebar,
  .content-wrap.submenu-active .content-section .content-body.row .content-bottom-wide,
  .content-wrap.submenu-active .content-section .content-body.row .content-top-wide {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .sub-footer.row,
  .footer-content.row {
    margin-left: -60px;
    margin-left: -6rem;
  }
  .sub-footer.row .footer-pane-one,
  .footer-content.row .footer-pane-one,
  .sub-footer.row .footer-pane-two,
  .footer-content.row .footer-pane-two,
  .sub-footer.row .footer-pane-three,
  .footer-content.row .footer-pane-three,
  .sub-footer.row .footer-pane-four,
  .footer-content.row .footer-pane-four {
    border: 0 solid transparent;
    border: 0 solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border-left-width: 60px;
    border-left-width: 6rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .ModBitwiseVacancyLocatorC > .main-wrapper > div.vacancyDetailSection,
  .ModBitwiseVacancyLocatorC > .main-wrapper > div.vacancyColumnLeft {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .ModBitwiseVacancyLocatorC > .main-wrapper > div.vacancyColumnRight {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  ul.vacancy-properties > li {
    margin-bottom: 0.2em;
  }
  ul.vacancy-properties > li > span:first-child,
  ul.vacancy-properties > li > strong {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  ul.vacancy-properties > li > span {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .vacancy-filter-wrap {
    padding: 20px;
    padding: 2rem;
  }
  .register-fiedset .field-item > div,
  .register-fiedset .field-item > label > span {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .register-fiedset .field-item > div.available-courses-box,
  .register-fiedset .field-item > label > span.available-courses-box,
  .register-fiedset .field-item > div.candidate-cources-box,
  .register-fiedset .field-item > label > span.candidate-cources-box,
  .register-fiedset .field-item > div.validator,
  .register-fiedset .field-item > label > span.validator {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .register-fiedset .field-item > div.input,
  .register-fiedset .field-item > label > span.input {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .register-fiedset .field-item > div.label,
  .register-fiedset .field-item > label > span.label {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  ul.job-summary > li {
    margin-left: 0px;
    margin-left: 0rem;
    margin-bottom: 0.5em;
  }
  ul.job-summary > li:before,
  ul.job-summary > li:after {
    content: " ";
    display: table;
  }
  ul.job-summary > li:after {
    clear: both;
  }
  ul.job-summary > li > span,
  ul.job-summary > li > strong {
    border: 0 solid transparent;
    border: 0 solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border-left-width: 0px;
    border-left-width: 0rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .header-wrap .icon-and-search-wrap {
    display: none;
  }
  .sticky-footer .sticky-wrap {
    margin-bottom: auto;
  }
  .sticky-footer .sticky-wrap .sticky-push {
    height: auto;
  }
  .footer-wrap {
    height: auto;
  }
  #nav {
    display: block;
    border: #fff 0px solid;
    border: #fff 0rem solid;
    padding: 0px;
    padding: 0rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #303030;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 0;
    padding-top: 165px;
    padding-top: 16.5rem;
    display: none;
    margin-bottom: 0;
  }
  #nav:before,
  #nav:after {
    content: " ";
    display: table;
  }
  #nav:after {
    clear: both;
  }
  #nav h1,
  #nav h2,
  #nav h3,
  #nav h4,
  #nav h5,
  #nav h6 {
    color: #fff;
  }
  #nav a {
    color: #fff;
  }
  #nav a:link,
  #nav a:visited,
  #nav a:active {
    color: #fff;
  }
  #nav a:hover {
    color: #fff;
  }
  #nav a:hover:link,
  #nav a:hover:visited,
  #nav a:hover:active {
    color: #fff;
  }
  #nav ul {
    *zoom: 1;
    padding: 0;
    margin: 0;
  }
  #nav ul li {
    list-style: none none;
    padding: 0;
    margin: 0;
  }
  #nav ul.nav-wrap li {
    position: relative;
  }
  #nav ul.nav-wrap li > span,
  #nav ul.nav-wrap li > a {
    float: none;
    display: block;
    padding: 0 20px 0 20px;
    padding: 0 2rem 0 2rem;
  }
  #nav ul.nav-wrap li > span:link,
  #nav ul.nav-wrap li > a:link,
  #nav ul.nav-wrap li > span:visited,
  #nav ul.nav-wrap li > a:visited,
  #nav ul.nav-wrap li > span:active,
  #nav ul.nav-wrap li > a:active {
    text-decoration: none;
  }
  #nav ul.nav-wrap > li {
    float: none;
    display: block;
    background-color: #303030;
  }
  #nav ul.nav-wrap > li.active,
  #nav ul.nav-wrap > li.li-hover,
  #nav ul.nav-wrap > li.clicked,
  #nav ul.nav-wrap > li.open {
    background-color: #303030;
  }
  #nav ul.nav-wrap > li.active > a,
  #nav ul.nav-wrap > li.li-hover > a,
  #nav ul.nav-wrap > li.clicked > a,
  #nav ul.nav-wrap > li.open > a,
  #nav ul.nav-wrap > li.active > span,
  #nav ul.nav-wrap > li.li-hover > span,
  #nav ul.nav-wrap > li.clicked > span,
  #nav ul.nav-wrap > li.open > span {
    color: #fff;
  }
  #nav ul.nav-wrap > li.active > a:link,
  #nav ul.nav-wrap > li.li-hover > a:link,
  #nav ul.nav-wrap > li.clicked > a:link,
  #nav ul.nav-wrap > li.open > a:link,
  #nav ul.nav-wrap > li.active > span:link,
  #nav ul.nav-wrap > li.li-hover > span:link,
  #nav ul.nav-wrap > li.clicked > span:link,
  #nav ul.nav-wrap > li.open > span:link,
  #nav ul.nav-wrap > li.active > a:visited,
  #nav ul.nav-wrap > li.li-hover > a:visited,
  #nav ul.nav-wrap > li.clicked > a:visited,
  #nav ul.nav-wrap > li.open > a:visited,
  #nav ul.nav-wrap > li.active > span:visited,
  #nav ul.nav-wrap > li.li-hover > span:visited,
  #nav ul.nav-wrap > li.clicked > span:visited,
  #nav ul.nav-wrap > li.open > span:visited,
  #nav ul.nav-wrap > li.active > a:active,
  #nav ul.nav-wrap > li.li-hover > a:active,
  #nav ul.nav-wrap > li.clicked > a:active,
  #nav ul.nav-wrap > li.open > a:active,
  #nav ul.nav-wrap > li.active > span:active,
  #nav ul.nav-wrap > li.li-hover > span:active,
  #nav ul.nav-wrap > li.clicked > span:active,
  #nav ul.nav-wrap > li.open > span:active {
    color: #fff;
  }
  #nav ul.nav-wrap > li ul {
    padding: 10px 0 10px 0;
    padding: 1rem 0 1rem 0;
    display: none;
    /*height: 0;
    width: 0;
    overflow: hidden;

    > li {
        .transition(all 300ms ease-in-out);
        .opacity(0);
        height: 0;
    }*/
    background-color: #303030;
    position: relative;
  }
  #nav ul.nav-wrap > li ul > li {
    float: none;
  }
  #nav ul.nav-wrap > li ul > li > a,
  #nav ul.nav-wrap > li ul > li > span {
    float: none;
    display: block;
    color: #fff;
  }
  #nav ul.nav-wrap > li ul > li > a:link,
  #nav ul.nav-wrap > li ul > li > span:link,
  #nav ul.nav-wrap > li ul > li > a:visited,
  #nav ul.nav-wrap > li ul > li > span:visited,
  #nav ul.nav-wrap > li ul > li > a:active,
  #nav ul.nav-wrap > li ul > li > span:active {
    color: #fff;
  }
  #nav ul.nav-wrap > li ul > li.haschild > a,
  #nav ul.nav-wrap > li ul > li.haschild > span {
    padding-right: 40px;
    padding-right: 4rem;
  }
  #nav ul.nav-wrap > li ul > li.haschild > a:after,
  #nav ul.nav-wrap > li ul > li.haschild > span:after {
    position: absolute;
    top: 0;
    right: 20px;
    right: 2rem;
    content: ">";
  }
  #nav ul.nav-wrap > li ul > li.active > a,
  #nav ul.nav-wrap > li ul > li.active > span {
    border-left: #303030 10px solid;
    border-left: #303030 1rem solid;
    padding-left: 10px;
    padding-left: 1rem;
  }
  #nav ul.nav-wrap > li ul > li.li-hover,
  #nav ul.nav-wrap > li ul > li.clicked,
  #nav ul.nav-wrap > li ul > li.open {
    background-color: #303030;
  }
  #nav ul.nav-wrap > li ul > li.li-hover > a,
  #nav ul.nav-wrap > li ul > li.clicked > a,
  #nav ul.nav-wrap > li ul > li.open > a,
  #nav ul.nav-wrap > li ul > li.li-hover > span,
  #nav ul.nav-wrap > li ul > li.clicked > span,
  #nav ul.nav-wrap > li ul > li.open > span {
    color: #fff;
  }
  #nav ul.nav-wrap > li ul > li.li-hover > a:link,
  #nav ul.nav-wrap > li ul > li.clicked > a:link,
  #nav ul.nav-wrap > li ul > li.open > a:link,
  #nav ul.nav-wrap > li ul > li.li-hover > span:link,
  #nav ul.nav-wrap > li ul > li.clicked > span:link,
  #nav ul.nav-wrap > li ul > li.open > span:link,
  #nav ul.nav-wrap > li ul > li.li-hover > a:visited,
  #nav ul.nav-wrap > li ul > li.clicked > a:visited,
  #nav ul.nav-wrap > li ul > li.open > a:visited,
  #nav ul.nav-wrap > li ul > li.li-hover > span:visited,
  #nav ul.nav-wrap > li ul > li.clicked > span:visited,
  #nav ul.nav-wrap > li ul > li.open > span:visited,
  #nav ul.nav-wrap > li ul > li.li-hover > a:active,
  #nav ul.nav-wrap > li ul > li.clicked > a:active,
  #nav ul.nav-wrap > li ul > li.open > a:active,
  #nav ul.nav-wrap > li ul > li.li-hover > span:active,
  #nav ul.nav-wrap > li ul > li.clicked > span:active,
  #nav ul.nav-wrap > li ul > li.open > span:active {
    color: #fff;
  }
  #nav ul.nav-wrap > li.li-hover > ul,
  #nav ul.nav-wrap > li.clicked > ul,
  #nav ul.nav-wrap > li.open > ul {
    display: block;
    /*height: auto;
    width: auto;
    overflow: visible;

    > li {
        .set(height, 1.6rem * @line-height);
        .opacity(100);
    }*/
  }
  #nav ul.nav-wrap > li > ul {
    top: auto;
    left: auto;
  }
  #nav ul.nav-wrap > li > ul li.li-hover > ul,
  #nav ul.nav-wrap > li > ul li.clicked > ul,
  #nav ul.nav-wrap > li > ul li.open > ul {
    display: block;
    /*height: auto;
    width: auto;
    overflow: visible;

    > li {
        .set(height, 1.6rem * @line-height);
        .opacity(100);
    }*/
  }
  #nav ul.nav-wrap > li > ul li ul {
    top: auto;
    left: auto;
  }
  #nav ul.nav-wrap {
    border-top: #ccc 1px solid;
    border-top: #ccc 0.1rem solid;
  }
  #nav ul.nav-wrap li > a,
  #nav ul.nav-wrap li > span {
    cursor: pointer;
  }
  #nav ul.nav-wrap li.active > ul {
    display: block;
  }
  #nav ul.nav-wrap li.active.clicked > ul {
    display: none;
  }
  #nav ul.nav-wrap li.active.selected > a,
  #nav ul.nav-wrap li.active.selected > span {
    padding-left: 10px;
    padding-left: 1rem;
    border-left: #f9b123 10px solid;
    border-left: #f9b123 1rem solid;
  }
  #nav ul.nav-wrap > li {
    margin-right: 0;
    border-bottom: #ccc 1px solid;
    border-bottom: #ccc 0.1rem solid;
  }
  #nav ul.nav-wrap > li > a,
  #nav ul.nav-wrap > li > span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #nav ul.nav-wrap > li.clicked,
  #nav ul.nav-wrap > li.li-hover,
  #nav ul.nav-wrap > li.open {
    margin-bottom: 0;
    margin-top: 0;
  }
  #nav ul.nav-wrap > li.clicked > a,
  #nav ul.nav-wrap > li.li-hover > a,
  #nav ul.nav-wrap > li.open > a,
  #nav ul.nav-wrap > li.clicked > span,
  #nav ul.nav-wrap > li.li-hover > span,
  #nav ul.nav-wrap > li.open > span {
    margin-bottom: 0;
    margin-top: 0;
  }
  #nav ul.nav-wrap > li#c-56 {
    display: block;
  }
  #nav ul.nav-wrap > li.haschild > a,
  #nav ul.nav-wrap > li.haschild > span {
    padding-right: 40px;
    padding-right: 4rem;
  }
  #nav ul.nav-wrap > li.haschild > a:after,
  #nav ul.nav-wrap > li.haschild > span:after {
    content: " +";
    position: absolute;
    right: 20px;
    right: 2rem;
    top: 0;
    color: #ccc;
  }
  #nav ul.nav-wrap > li.haschild.active.clicked > a:after,
  #nav ul.nav-wrap > li.haschild.active.clicked > span:after {
    content: " +";
  }
  #nav ul.nav-wrap > li.haschild.active > a:after,
  #nav ul.nav-wrap > li.haschild.li-hover > a:after,
  #nav ul.nav-wrap > li.haschild.clicked > a:after,
  #nav ul.nav-wrap > li.haschild.open > a:after,
  #nav ul.nav-wrap > li.haschild.active > span:after,
  #nav ul.nav-wrap > li.haschild.li-hover > span:after,
  #nav ul.nav-wrap > li.haschild.clicked > span:after,
  #nav ul.nav-wrap > li.haschild.open > span:after {
    content: " −";
  }
  #nav ul.nav-wrap > li ul {
    border: 0 solid;
    border: none;
    padding: 0;
    position: static;
  }
  #nav ul.nav-wrap > li ul > li {
    margin-bottom: 0;
  }
  #nav ul.nav-wrap > li ul > li.haschild > a,
  #nav ul.nav-wrap > li ul > li.haschild > span {
    padding-right: 40px;
    padding-right: 4rem;
  }
  #nav ul.nav-wrap > li ul > li.haschild > a:after,
  #nav ul.nav-wrap > li ul > li.haschild > span:after {
    content: " +";
    position: absolute;
    right: 20px;
    right: 2rem;
    top: 0;
    color: #ccc;
  }
  #nav ul.nav-wrap > li ul > li.haschild.active.clicked > a:after,
  #nav ul.nav-wrap > li ul > li.haschild.active.clicked > span:after {
    content: " +";
  }
  #nav ul.nav-wrap > li ul > li.haschild.active > a:after,
  #nav ul.nav-wrap > li ul > li.haschild.li-hover > a:after,
  #nav ul.nav-wrap > li ul > li.haschild.clicked > a:after,
  #nav ul.nav-wrap > li ul > li.haschild.open > a:after,
  #nav ul.nav-wrap > li ul > li.haschild.active > span:after,
  #nav ul.nav-wrap > li ul > li.haschild.li-hover > span:after,
  #nav ul.nav-wrap > li ul > li.haschild.clicked > span:after,
  #nav ul.nav-wrap > li ul > li.haschild.open > span:after {
    content: " −";
  }
  #nav ul.nav-wrap > li ul > li > span,
  #nav ul.nav-wrap > li ul > li > a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  #nav ul.nav-wrap > li > ul > li.active,
  #nav ul.nav-wrap > li > ul > li {
    border-top: #ccc 1px solid;
    border-top: #ccc 0.1rem solid;
  }
  #nav ul.nav-wrap > li > ul > li.active > a,
  #nav ul.nav-wrap > li > ul > li > a,
  #nav ul.nav-wrap > li > ul > li.active > span,
  #nav ul.nav-wrap > li > ul > li > span {
    border: 0 solid;
    border: none;
    padding-left: 40px;
    padding-left: 4rem;
    background-image: url('/Portals/_default/Skins/Carmel/images/icon-li-child.png');
    /* For IE 6 and 7 */
    background-position: 20px 50%;
    background-position: 2rem 50%;
    background-repeat: no-repeat;
  }
  #nav ul.nav-wrap > li > ul > li.active.selected > a,
  #nav ul.nav-wrap > li > ul > li.selected > a,
  #nav ul.nav-wrap > li > ul > li.active.selected > span,
  #nav ul.nav-wrap > li > ul > li.selected > span {
    padding-left: 30px;
    padding-left: 3rem;
    background-position: 19px 50%;
    background-position: 1rem 50%;
  }
  #nav ul.nav-wrap > li > ul > li ul > li.active > a,
  #nav ul.nav-wrap > li > ul > li ul > li > a,
  #nav ul.nav-wrap > li > ul > li ul > li.active > span,
  #nav ul.nav-wrap > li > ul > li ul > li > span {
    border: 0 solid;
    border: none;
    padding-left: 60px;
    padding-left: 6rem;
    background-image: url('/Portals/_default/Skins/Carmel/images/icon-li-child.png');
    /* For IE 6 and 7 */
    background-position: 40px 50%;
    background-position: 4rem 50%;
    background-repeat: no-repeat;
  }
  #nav ul.nav-wrap > li > ul > li ul > li.active.selected > a,
  #nav ul.nav-wrap > li > ul > li ul > li.selected > a,
  #nav ul.nav-wrap > li > ul > li ul > li.active.selected > span,
  #nav ul.nav-wrap > li > ul > li ul > li.selected > span {
    padding-left: 50px;
    padding-left: 5rem;
    background-position: 21px 50%;
    background-position: 3rem 50%;
  }
  #nav:not(:target) {
    z-index: 5000;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -5em;
    left: 20px;
    left: 2rem;
  }
  #nav .center-container {
    position: relative;
    padding: 0;
  }
  #top {
    display: block;
  }
  #top ul.nav-wrap > li:hover {
    background-color: #303030;
  }
  #top ul.nav-wrap > li:hover a.nav-btn {
    color: #fff;
  }
  #top ul.nav-wrap > li:hover a.nav-btn:link,
  #top ul.nav-wrap > li:hover a.nav-btn:visited,
  #top ul.nav-wrap > li:hover a.nav-btn:active {
    color: #fff;
  }
  .js-ready #nav {
    width: 70%;
    overflow: hidden;
    background: #303030;
    left: -70%;
  }
  .js-ready #nav .center-container {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
  }
  .js-ready #inner-wrap {
    left: 0;
  }
  .js-ready.js-nav #nav {
    display: block;
    left: 0;
    width: 100%;
  }
  .csstransforms3d.csstransitions.js-ready #nav {
    display: block;
    height: 100%;
    width: 70%;
    left: -70%;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    left: 70%;
  }
  .csstransforms3d.csstransitions.js-ready #nav .center-container {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .csstransforms3d.csstransitions.js-nav #nav .center-container {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  #nav .center-container {
    max-width: 100%;
    padding: 0;
  }
  a.back-to-top {
    display: block;
  }
  .dnnSearchBoxPanel a.dnnSearchResultAdvancedTip {
    margin-bottom: 1em;
  }
  .dnnSearchBoxPanel .dnnSearchBox {
    clear: right;
    margin-right: 0;
  }
  .dnnSearchBoxPanel .dnnSearchBox a.dnnSearchBoxClearText {
    right: 10px !important;
    right: 1rem !important;
  }
  .dnnSearchBoxPanel .dnnSearchBox a.dnnSearchButton,
  .dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced {
    display: none;
  }
  div.banner-box,
  div.box.twitter,
  div.box,
  a.back-to-top {
    margin-bottom: 0;
  }
  .home div.footer-wrap div.box div.box {
    border: 0 solid;
    border: none;
  }
  .home a.back-to-top,
  .home div.twitter,
  .home div.box {
    border-top: #ccc 1px solid;
    border-top: #ccc 0.1rem solid;
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
  .home a.back-to-top h2,
  .home div.twitter h2,
  .home div.box h2 {
    margin-bottom: 0;
    display: block;
    position: relative;
  }
  .home a.back-to-top h2:after,
  .home div.twitter h2:after,
  .home div.box h2:after {
    right: 0;
    position: absolute;
    content: " +";
    color: #ccc;
  }
  .home a.back-to-top .mobile-hidden,
  .home div.twitter .mobile-hidden,
  .home div.box .mobile-hidden {
    display: none;
  }
  .home a.back-to-top.open h2,
  .home div.twitter.open h2,
  .home div.box.open h2 {
    margin: 0 0 0.5em 0;
  }
  .home a.back-to-top.open h2:after,
  .home div.twitter.open h2:after,
  .home div.box.open h2:after {
    content: " −";
  }
  .home a.back-to-top.open .mobile-hidden,
  .home div.twitter.open .mobile-hidden,
  .home div.box.open .mobile-hidden {
    display: block;
  }
  .background {
    display: none;
    background-image: none;
  }
  #media-query {
    line-height: 1px;
  }
  .home .content-wrap {
    padding: 0;
  }
  .footer-wrap .icon-and-search-wrap {
    display: block;
  }
  .cycle-wrap .container .cycle-slideshow {
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
  .cycle-wrap .container .cycle-slideshow div.slide {
    padding-right: 20px;
    padding-right: 2rem;
  }
  .cycle-wrap .container .cycle-slideshow .cycle-next {
    z-index: 150;
    width: 20px;
    width: 2rem;
    background-color: #ccc;
    background-image: url('/Portals/_default/Skins/Carmel/images/icon-banner-right.png');
    /* For IE 6 and 7 */
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -20px;
    right: -2rem;
    height: 100%;
    bottom: 0;
  }
  div.carmel-article-wrap div.carmel-article.row .content .summary > div a.article_image {
    float: none;
    margin: 0px 0px 20px 0px;
    margin: 0 0 2rem 0;
    text-align: left;
  }
  div.carmel-article-wrap div.carmel-article.row .content .summary > div h1,
  div.carmel-article-wrap div.carmel-article.row .content .summary > div h2,
  div.carmel-article-wrap div.carmel-article.row .content .summary > div h3,
  div.carmel-article-wrap div.carmel-article.row .content .summary > div h4,
  div.carmel-article-wrap div.carmel-article.row .content .summary > div h5 {
    clear: left;
  }
}
@media screen and (min-width: 538px) and (max-width: 1023px) {
  .center-container {
    max-width: 95%;
    padding: 0;
  }
  .content-wrap {
    margin-left: -20px;
    margin-left: -2rem;
  }
  .content-wrap .breadcrumb,
  .content-wrap .search {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .content-wrap .breadcrumb-push,
  .content-wrap .search-push {
    display: none;
  }
  .content-wrap .content-pane {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .content-wrap .content-section {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .content-wrap .content-section .content-body.row {
    margin-left: -20px;
    margin-left: -2rem;
  }
  .content-wrap .content-section .content-body.row .content-banner {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .content-wrap .content-section .content-body.row .content-row-one,
  .content-wrap .content-section .content-body.row .content-row-two,
  .content-wrap .content-section .content-body.row .content-row-three,
  .content-wrap .content-section .content-body.row .content-row-four {
    width: 50%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
  .content-wrap .content-section .content-body.row .content-row-one,
  .content-wrap .content-section .content-body.row .content-row-three {
    clear: left;
  }
  .content-wrap.submenu-active .subnav {
    display: none;
  }
  .content-wrap.submenu-active .content-section {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .content-wrap.submenu-active .content-section .content-body.row {
    margin-left: -20px;
    margin-left: -2rem;
  }
  .content-wrap.submenu-active .content-section .content-body.row .content-column,
  .content-wrap.submenu-active .content-section .content-body.row .content-sidebar,
  .content-wrap.submenu-active .content-section .content-body.row .content-bottom-wide,
  .content-wrap.submenu-active .content-section .content-body.row .content-top-wide {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .sub-footer.row,
  .footer-content.row {
    margin-left: -60px;
    margin-left: -6rem;
  }
  .sub-footer.row .footer-pane-one,
  .footer-content.row .footer-pane-one,
  .sub-footer.row .footer-pane-two,
  .footer-content.row .footer-pane-two,
  .sub-footer.row .footer-pane-three,
  .footer-content.row .footer-pane-three,
  .sub-footer.row .footer-pane-four,
  .footer-content.row .footer-pane-four {
    border: 0 solid transparent;
    border: 0 solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 50%;
    border-left-width: 60px;
    border-left-width: 6rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
  .sticky-footer .sticky-wrap {
    margin-bottom: auto;
  }
  .sticky-footer .sticky-wrap .sticky-push {
    height: auto;
  }
  .footer-wrap {
    height: auto;
  }
  #nav {
    display: block;
    border: #fff 0px solid;
    border: #fff 0rem solid;
    padding: 0px;
    padding: 0rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #303030;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 0;
    padding-top: 165px;
    padding-top: 16.5rem;
    display: none;
    margin-bottom: 0;
  }
  #nav:before,
  #nav:after {
    content: " ";
    display: table;
  }
  #nav:after {
    clear: both;
  }
  #nav h1,
  #nav h2,
  #nav h3,
  #nav h4,
  #nav h5,
  #nav h6 {
    color: #fff;
  }
  #nav a {
    color: #fff;
  }
  #nav a:link,
  #nav a:visited,
  #nav a:active {
    color: #fff;
  }
  #nav a:hover {
    color: #fff;
  }
  #nav a:hover:link,
  #nav a:hover:visited,
  #nav a:hover:active {
    color: #fff;
  }
  #nav ul {
    *zoom: 1;
    padding: 0;
    margin: 0;
  }
  #nav ul li {
    list-style: none none;
    padding: 0;
    margin: 0;
  }
  #nav ul.nav-wrap li {
    position: relative;
  }
  #nav ul.nav-wrap li > span,
  #nav ul.nav-wrap li > a {
    float: none;
    display: block;
    padding: 0 20px 0 20px;
    padding: 0 2rem 0 2rem;
  }
  #nav ul.nav-wrap li > span:link,
  #nav ul.nav-wrap li > a:link,
  #nav ul.nav-wrap li > span:visited,
  #nav ul.nav-wrap li > a:visited,
  #nav ul.nav-wrap li > span:active,
  #nav ul.nav-wrap li > a:active {
    text-decoration: none;
  }
  #nav ul.nav-wrap > li {
    float: none;
    display: block;
    background-color: #303030;
  }
  #nav ul.nav-wrap > li.active,
  #nav ul.nav-wrap > li.li-hover,
  #nav ul.nav-wrap > li.clicked,
  #nav ul.nav-wrap > li.open {
    background-color: #303030;
  }
  #nav ul.nav-wrap > li.active > a,
  #nav ul.nav-wrap > li.li-hover > a,
  #nav ul.nav-wrap > li.clicked > a,
  #nav ul.nav-wrap > li.open > a,
  #nav ul.nav-wrap > li.active > span,
  #nav ul.nav-wrap > li.li-hover > span,
  #nav ul.nav-wrap > li.clicked > span,
  #nav ul.nav-wrap > li.open > span {
    color: #fff;
  }
  #nav ul.nav-wrap > li.active > a:link,
  #nav ul.nav-wrap > li.li-hover > a:link,
  #nav ul.nav-wrap > li.clicked > a:link,
  #nav ul.nav-wrap > li.open > a:link,
  #nav ul.nav-wrap > li.active > span:link,
  #nav ul.nav-wrap > li.li-hover > span:link,
  #nav ul.nav-wrap > li.clicked > span:link,
  #nav ul.nav-wrap > li.open > span:link,
  #nav ul.nav-wrap > li.active > a:visited,
  #nav ul.nav-wrap > li.li-hover > a:visited,
  #nav ul.nav-wrap > li.clicked > a:visited,
  #nav ul.nav-wrap > li.open > a:visited,
  #nav ul.nav-wrap > li.active > span:visited,
  #nav ul.nav-wrap > li.li-hover > span:visited,
  #nav ul.nav-wrap > li.clicked > span:visited,
  #nav ul.nav-wrap > li.open > span:visited,
  #nav ul.nav-wrap > li.active > a:active,
  #nav ul.nav-wrap > li.li-hover > a:active,
  #nav ul.nav-wrap > li.clicked > a:active,
  #nav ul.nav-wrap > li.open > a:active,
  #nav ul.nav-wrap > li.active > span:active,
  #nav ul.nav-wrap > li.li-hover > span:active,
  #nav ul.nav-wrap > li.clicked > span:active,
  #nav ul.nav-wrap > li.open > span:active {
    color: #fff;
  }
  #nav ul.nav-wrap > li ul {
    padding: 10px 0 10px 0;
    padding: 1rem 0 1rem 0;
    display: none;
    /*height: 0;
    width: 0;
    overflow: hidden;

    > li {
        .transition(all 300ms ease-in-out);
        .opacity(0);
        height: 0;
    }*/
    background-color: #303030;
    position: relative;
  }
  #nav ul.nav-wrap > li ul > li {
    float: none;
  }
  #nav ul.nav-wrap > li ul > li > a,
  #nav ul.nav-wrap > li ul > li > span {
    float: none;
    display: block;
    color: #fff;
  }
  #nav ul.nav-wrap > li ul > li > a:link,
  #nav ul.nav-wrap > li ul > li > span:link,
  #nav ul.nav-wrap > li ul > li > a:visited,
  #nav ul.nav-wrap > li ul > li > span:visited,
  #nav ul.nav-wrap > li ul > li > a:active,
  #nav ul.nav-wrap > li ul > li > span:active {
    color: #fff;
  }
  #nav ul.nav-wrap > li ul > li.haschild > a,
  #nav ul.nav-wrap > li ul > li.haschild > span {
    padding-right: 40px;
    padding-right: 4rem;
  }
  #nav ul.nav-wrap > li ul > li.haschild > a:after,
  #nav ul.nav-wrap > li ul > li.haschild > span:after {
    position: absolute;
    top: 0;
    right: 20px;
    right: 2rem;
    content: ">";
  }
  #nav ul.nav-wrap > li ul > li.active > a,
  #nav ul.nav-wrap > li ul > li.active > span {
    border-left: #303030 10px solid;
    border-left: #303030 1rem solid;
    padding-left: 10px;
    padding-left: 1rem;
  }
  #nav ul.nav-wrap > li ul > li.li-hover,
  #nav ul.nav-wrap > li ul > li.clicked,
  #nav ul.nav-wrap > li ul > li.open {
    background-color: #303030;
  }
  #nav ul.nav-wrap > li ul > li.li-hover > a,
  #nav ul.nav-wrap > li ul > li.clicked > a,
  #nav ul.nav-wrap > li ul > li.open > a,
  #nav ul.nav-wrap > li ul > li.li-hover > span,
  #nav ul.nav-wrap > li ul > li.clicked > span,
  #nav ul.nav-wrap > li ul > li.open > span {
    color: #fff;
  }
  #nav ul.nav-wrap > li ul > li.li-hover > a:link,
  #nav ul.nav-wrap > li ul > li.clicked > a:link,
  #nav ul.nav-wrap > li ul > li.open > a:link,
  #nav ul.nav-wrap > li ul > li.li-hover > span:link,
  #nav ul.nav-wrap > li ul > li.clicked > span:link,
  #nav ul.nav-wrap > li ul > li.open > span:link,
  #nav ul.nav-wrap > li ul > li.li-hover > a:visited,
  #nav ul.nav-wrap > li ul > li.clicked > a:visited,
  #nav ul.nav-wrap > li ul > li.open > a:visited,
  #nav ul.nav-wrap > li ul > li.li-hover > span:visited,
  #nav ul.nav-wrap > li ul > li.clicked > span:visited,
  #nav ul.nav-wrap > li ul > li.open > span:visited,
  #nav ul.nav-wrap > li ul > li.li-hover > a:active,
  #nav ul.nav-wrap > li ul > li.clicked > a:active,
  #nav ul.nav-wrap > li ul > li.open > a:active,
  #nav ul.nav-wrap > li ul > li.li-hover > span:active,
  #nav ul.nav-wrap > li ul > li.clicked > span:active,
  #nav ul.nav-wrap > li ul > li.open > span:active {
    color: #fff;
  }
  #nav ul.nav-wrap > li.li-hover > ul,
  #nav ul.nav-wrap > li.clicked > ul,
  #nav ul.nav-wrap > li.open > ul {
    display: block;
    /*height: auto;
    width: auto;
    overflow: visible;

    > li {
        .set(height, 1.6rem * @line-height);
        .opacity(100);
    }*/
  }
  #nav ul.nav-wrap > li > ul {
    top: auto;
    left: auto;
  }
  #nav ul.nav-wrap > li > ul li.li-hover > ul,
  #nav ul.nav-wrap > li > ul li.clicked > ul,
  #nav ul.nav-wrap > li > ul li.open > ul {
    display: block;
    /*height: auto;
    width: auto;
    overflow: visible;

    > li {
        .set(height, 1.6rem * @line-height);
        .opacity(100);
    }*/
  }
  #nav ul.nav-wrap > li > ul li ul {
    top: auto;
    left: auto;
  }
  #nav ul.nav-wrap {
    border-top: #ccc 1px solid;
    border-top: #ccc 0.1rem solid;
  }
  #nav ul.nav-wrap li > a,
  #nav ul.nav-wrap li > span {
    cursor: pointer;
  }
  #nav ul.nav-wrap li.active > ul {
    display: block;
  }
  #nav ul.nav-wrap li.active.clicked > ul {
    display: none;
  }
  #nav ul.nav-wrap li.active.selected > a,
  #nav ul.nav-wrap li.active.selected > span {
    padding-left: 10px;
    padding-left: 1rem;
    border-left: #f9b123 10px solid;
    border-left: #f9b123 1rem solid;
  }
  #nav ul.nav-wrap > li {
    margin-right: 0;
    border-bottom: #ccc 1px solid;
    border-bottom: #ccc 0.1rem solid;
  }
  #nav ul.nav-wrap > li > a,
  #nav ul.nav-wrap > li > span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #nav ul.nav-wrap > li.clicked,
  #nav ul.nav-wrap > li.li-hover,
  #nav ul.nav-wrap > li.open {
    margin-bottom: 0;
    margin-top: 0;
  }
  #nav ul.nav-wrap > li.clicked > a,
  #nav ul.nav-wrap > li.li-hover > a,
  #nav ul.nav-wrap > li.open > a,
  #nav ul.nav-wrap > li.clicked > span,
  #nav ul.nav-wrap > li.li-hover > span,
  #nav ul.nav-wrap > li.open > span {
    margin-bottom: 0;
    margin-top: 0;
  }
  #nav ul.nav-wrap > li#c-56 {
    display: block;
  }
  #nav ul.nav-wrap > li.haschild > a,
  #nav ul.nav-wrap > li.haschild > span {
    padding-right: 40px;
    padding-right: 4rem;
  }
  #nav ul.nav-wrap > li.haschild > a:after,
  #nav ul.nav-wrap > li.haschild > span:after {
    content: " +";
    position: absolute;
    right: 20px;
    right: 2rem;
    top: 0;
    color: #ccc;
  }
  #nav ul.nav-wrap > li.haschild.active.clicked > a:after,
  #nav ul.nav-wrap > li.haschild.active.clicked > span:after {
    content: " +";
  }
  #nav ul.nav-wrap > li.haschild.active > a:after,
  #nav ul.nav-wrap > li.haschild.li-hover > a:after,
  #nav ul.nav-wrap > li.haschild.clicked > a:after,
  #nav ul.nav-wrap > li.haschild.open > a:after,
  #nav ul.nav-wrap > li.haschild.active > span:after,
  #nav ul.nav-wrap > li.haschild.li-hover > span:after,
  #nav ul.nav-wrap > li.haschild.clicked > span:after,
  #nav ul.nav-wrap > li.haschild.open > span:after {
    content: " −";
  }
  #nav ul.nav-wrap > li ul {
    border: 0 solid;
    border: none;
    padding: 0;
    position: static;
  }
  #nav ul.nav-wrap > li ul > li {
    margin-bottom: 0;
  }
  #nav ul.nav-wrap > li ul > li.haschild > a,
  #nav ul.nav-wrap > li ul > li.haschild > span {
    padding-right: 40px;
    padding-right: 4rem;
  }
  #nav ul.nav-wrap > li ul > li.haschild > a:after,
  #nav ul.nav-wrap > li ul > li.haschild > span:after {
    content: " +";
    position: absolute;
    right: 20px;
    right: 2rem;
    top: 0;
    color: #ccc;
  }
  #nav ul.nav-wrap > li ul > li.haschild.active.clicked > a:after,
  #nav ul.nav-wrap > li ul > li.haschild.active.clicked > span:after {
    content: " +";
  }
  #nav ul.nav-wrap > li ul > li.haschild.active > a:after,
  #nav ul.nav-wrap > li ul > li.haschild.li-hover > a:after,
  #nav ul.nav-wrap > li ul > li.haschild.clicked > a:after,
  #nav ul.nav-wrap > li ul > li.haschild.open > a:after,
  #nav ul.nav-wrap > li ul > li.haschild.active > span:after,
  #nav ul.nav-wrap > li ul > li.haschild.li-hover > span:after,
  #nav ul.nav-wrap > li ul > li.haschild.clicked > span:after,
  #nav ul.nav-wrap > li ul > li.haschild.open > span:after {
    content: " −";
  }
  #nav ul.nav-wrap > li ul > li > span,
  #nav ul.nav-wrap > li ul > li > a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  #nav ul.nav-wrap > li > ul > li.active,
  #nav ul.nav-wrap > li > ul > li {
    border-top: #ccc 1px solid;
    border-top: #ccc 0.1rem solid;
  }
  #nav ul.nav-wrap > li > ul > li.active > a,
  #nav ul.nav-wrap > li > ul > li > a,
  #nav ul.nav-wrap > li > ul > li.active > span,
  #nav ul.nav-wrap > li > ul > li > span {
    border: 0 solid;
    border: none;
    padding-left: 40px;
    padding-left: 4rem;
    background-image: url('/Portals/_default/Skins/Carmel/images/icon-li-child.png');
    /* For IE 6 and 7 */
    background-position: 20px 50%;
    background-position: 2rem 50%;
    background-repeat: no-repeat;
  }
  #nav ul.nav-wrap > li > ul > li.active.selected > a,
  #nav ul.nav-wrap > li > ul > li.selected > a,
  #nav ul.nav-wrap > li > ul > li.active.selected > span,
  #nav ul.nav-wrap > li > ul > li.selected > span {
    padding-left: 30px;
    padding-left: 3rem;
    background-position: 19px 50%;
    background-position: 1rem 50%;
  }
  #nav ul.nav-wrap > li > ul > li ul > li.active > a,
  #nav ul.nav-wrap > li > ul > li ul > li > a,
  #nav ul.nav-wrap > li > ul > li ul > li.active > span,
  #nav ul.nav-wrap > li > ul > li ul > li > span {
    border: 0 solid;
    border: none;
    padding-left: 60px;
    padding-left: 6rem;
    background-image: url('/Portals/_default/Skins/Carmel/images/icon-li-child.png');
    /* For IE 6 and 7 */
    background-position: 40px 50%;
    background-position: 4rem 50%;
    background-repeat: no-repeat;
  }
  #nav ul.nav-wrap > li > ul > li ul > li.active.selected > a,
  #nav ul.nav-wrap > li > ul > li ul > li.selected > a,
  #nav ul.nav-wrap > li > ul > li ul > li.active.selected > span,
  #nav ul.nav-wrap > li > ul > li ul > li.selected > span {
    padding-left: 50px;
    padding-left: 5rem;
    background-position: 21px 50%;
    background-position: 3rem 50%;
  }
  #nav:not(:target) {
    z-index: 5000;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -5em;
    left: 20px;
    left: 2rem;
  }
  #nav .center-container {
    position: relative;
    padding: 0;
  }
  #top {
    display: block;
  }
  #top ul.nav-wrap > li:hover {
    background-color: #303030;
  }
  #top ul.nav-wrap > li:hover a.nav-btn {
    color: #fff;
  }
  #top ul.nav-wrap > li:hover a.nav-btn:link,
  #top ul.nav-wrap > li:hover a.nav-btn:visited,
  #top ul.nav-wrap > li:hover a.nav-btn:active {
    color: #fff;
  }
  .js-ready #nav {
    width: 70%;
    overflow: hidden;
    background: #303030;
    left: -70%;
  }
  .js-ready #nav .center-container {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
  }
  .js-ready #inner-wrap {
    left: 0;
  }
  .js-ready.js-nav #nav {
    display: block;
    left: 0;
    width: 100%;
  }
  .csstransforms3d.csstransitions.js-ready #nav {
    display: block;
    height: 100%;
    width: 70%;
    left: -70%;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    left: 70%;
  }
  .csstransforms3d.csstransitions.js-ready #nav .center-container {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .csstransforms3d.csstransitions.js-nav #nav .center-container {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  #nav .center-container {
    max-width: 100%;
    padding: 0;
  }
  a.back-to-top {
    display: block;
  }
  .dnnSearchBoxPanel a.dnnSearchResultAdvancedTip {
    margin-bottom: 1em;
  }
  .dnnSearchBoxPanel .dnnSearchBox {
    clear: right;
    margin-right: 0;
  }
  .dnnSearchBoxPanel .dnnSearchBox a.dnnSearchBoxClearText {
    right: 10px !important;
    right: 1rem !important;
  }
  .dnnSearchBoxPanel .dnnSearchBox a.dnnSearchButton,
  .dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced {
    display: none;
  }
  .home .content-body.row {
    padding-top: 200px;
    padding-top: 20rem;
  }
  #media-query {
    line-height: 2px;
  }
  .eds_news_Carmel.eds_subCollection_calendar .archive_list ul li > a > span {
    display: inline;
    padding-left: 5px;
    padding-left: 0.5rem;
  }
  ul.vacancy-properties > li > span:first-child,
  ul.vacancy-properties > li > strong {
    width: 40%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
  }
  ul.vacancy-properties > li > span {
    width: 60%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
  .register-fiedset .field-item > div,
  .register-fiedset .field-item > label > span {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .register-fiedset .field-item > div.available-courses-box,
  .register-fiedset .field-item > label > span.available-courses-box,
  .register-fiedset .field-item > div.candidate-cources-box,
  .register-fiedset .field-item > label > span.candidate-cources-box,
  .register-fiedset .field-item > div.validator,
  .register-fiedset .field-item > label > span.validator {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .register-fiedset .field-item > div.input,
  .register-fiedset .field-item > label > span.input {
    width: 60%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
  .register-fiedset .field-item > div.label,
  .register-fiedset .field-item > label > span.label {
    width: 40%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1311px) {
  .center-container {
    max-width: 95%;
    padding: 0;
  }
  .meerwaarde .content-wrap .breadcrumb-push,
  .meerwaarde .content-wrap .search-push {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .meerwaarde .content-wrap.submenu-active .subnav {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .meerwaarde .content-wrap.submenu-active .content-section {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .meerwaarde .content-wrap.submenu-active .content-section .content-body.row {
    margin-left: -20px;
    margin-left: -2rem;
  }
  .meerwaarde .content-wrap.submenu-active .content-section .content-body.row .content-column {
    width: 75%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
  }
  .meerwaarde .content-wrap.submenu-active .content-section .content-body.row .content-sidebar {
    width: 25%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
  .meerwaarde .content-wrap.submenu-active .content-section .content-body.row .content-bottom-wide,
  .meerwaarde .content-wrap.submenu-active .content-section .content-body.row .content-top-wide {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .content-wrap {
    margin-left: -20px;
    margin-left: -2rem;
  }
  .content-wrap .search {
    width: 50%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
  }
  .content-wrap .breadcrumb {
    width: 75%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
  }
  .content-wrap .breadcrumb-push,
  .content-wrap .search-push {
    width: 25%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
  }
  .content-wrap .content-pane {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .content-wrap .content-section {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .content-wrap .content-section .content-body.row {
    margin-left: -20px;
    margin-left: -2rem;
  }
  .content-wrap .content-section .content-body.row .content-banner,
  .content-wrap .content-section .content-body.row .content-row-one,
  .content-wrap .content-section .content-body.row .content-row-two,
  .content-wrap .content-section .content-body.row .content-row-three,
  .content-wrap .content-section .content-body.row .content-row-four {
    width: 25%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
  .content-wrap .content-section .content-body.row .content-row-one {
    float: right;
    display: block;
    clear: none;
  }
  .content-wrap .content-section .content-body.row .content-row-two {
    clear: both;
  }
  .content-wrap.submenu-active .subnav {
    width: 25%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
  }
  .content-wrap.submenu-active .content-section {
    width: 75%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
  .content-wrap.submenu-active .content-section .content-body.row {
    margin-left: -20px;
    margin-left: -2rem;
  }
  .content-wrap.submenu-active .content-section .content-body.row .content-column,
  .content-wrap.submenu-active .content-section .content-body.row .content-sidebar,
  .content-wrap.submenu-active .content-section .content-body.row .content-bottom-wide,
  .content-wrap.submenu-active .content-section .content-body.row .content-top-wide {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
  }
  .sub-footer.row,
  .footer-content.row {
    margin-left: -60px;
    margin-left: -6rem;
  }
  .sub-footer.row .footer-pane-one,
  .footer-content.row .footer-pane-one,
  .sub-footer.row .footer-pane-two,
  .footer-content.row .footer-pane-two,
  .sub-footer.row .footer-pane-three,
  .footer-content.row .footer-pane-three,
  .sub-footer.row .footer-pane-four,
  .footer-content.row .footer-pane-four {
    border: 0 solid transparent;
    border: 0 solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    width: 25%;
    border-left-width: 60px;
    border-left-width: 6rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
  .sticky-footer .sticky-wrap {
    margin-bottom: auto;
  }
  .sticky-footer .sticky-wrap .sticky-push {
    height: auto;
  }
  .footer-wrap {
    height: auto;
  }
  #media-query {
    line-height: 3px;
  }
  .eds_news_Carmel.eds_subCollection_calendar .archive_list ul li > a > span {
    display: inline;
    padding-left: 5px;
    padding-left: 0.5rem;
  }
  ul.vacancy-properties > li > span:first-child,
  ul.vacancy-properties > li > strong {
    width: 40%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
  }
  ul.vacancy-properties > li > span {
    width: 60%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
  .register-fiedset .field-item > div,
  .register-fiedset .field-item > label > span {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .register-fiedset .field-item > div.available-courses-box,
  .register-fiedset .field-item > label > span.available-courses-box,
  .register-fiedset .field-item > div.candidate-cources-box,
  .register-fiedset .field-item > label > span.candidate-cources-box,
  .register-fiedset .field-item > div.validator,
  .register-fiedset .field-item > label > span.validator {
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    width: 100%;
    margin-left: 0;
  }
  .register-fiedset .field-item > div.input,
  .register-fiedset .field-item > label > span.input {
    width: 60%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
  .register-fiedset .field-item > div.label,
  .register-fiedset .field-item > label > span.label {
    width: 40%;
    border-left-width: 20px;
    border-left-width: 2rem;
    padding: 0px;
    padding: 0rem;
    margin-left: 0;
  }
}
.jaarverslag .content-wrap {
  background: #303030;
  margin: 0;
}
.jaarverslag .content-wrap .search {
  min-height: 0;
}
.jaarverslag .content-wrap .box {
  display: block;
  border: transparent 0px solid;
  border: transparent 0rem solid;
  padding: 20px;
  padding: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.jaarverslag .content-wrap .box:before,
.jaarverslag .content-wrap .box:after {
  content: " ";
  display: table;
}
.jaarverslag .content-wrap .box:after {
  clear: both;
}
.jaarverslag .content-wrap .box h1,
.jaarverslag .content-wrap .box h2,
.jaarverslag .content-wrap .box h3,
.jaarverslag .content-wrap .box h4,
.jaarverslag .content-wrap .box h5,
.jaarverslag .content-wrap .box h6 {
  color: #fff;
}
.jaarverslag .content-wrap .box a {
  color: #fff;
}
.jaarverslag .content-wrap .box a:link,
.jaarverslag .content-wrap .box a:visited,
.jaarverslag .content-wrap .box a:active {
  color: #fff;
}
.jaarverslag .content-wrap .box a:hover {
  color: #fff;
}
.jaarverslag .content-wrap .box a:hover:link,
.jaarverslag .content-wrap .box a:hover:visited,
.jaarverslag .content-wrap .box a:hover:active {
  color: #fff;
}
.jaarverslag .content-wrap .box a.btn {
  display: inline-block;
  text-decoration: none;
  padding: 3px 8px;
  background: #eaeaea;
  color: #303030;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.jaarverslag .content-wrap .box a.btn:focus,
.jaarverslag .content-wrap .box a.btn:hover {
  background: #fff;
  color: #000;
}
.jaarverslag .content-wrap .box,
.jaarverslag .content-wrap .Normal {
  color: #fff;
}
.jaarverslag .content-wrap .no-box {
  margin-bottom: 0;
}
.jaarverslag .text-right {
  text-align: right;
}
@media (max-width: 1023px) {
  .jaarverslag .issuuembed.issuu-isrendered {
    height: 450px !important;
  }
}
.jaarverslag-row .verslag-col {
  border-top: rgba(0, 0, 0, 0.5) 1px solid;
}
.jaarverslag-row .menu-col {
  border-top: rgba(0, 0, 0, 0.5) 1px solid;
  border-left: rgba(0, 0, 0, 0.5) 1px solid;
}
@media (min-width: 1024px) {
  .jaarverslag-row {
    display: flex;
    width: 100%;
  }
  .jaarverslag-row .verslag-col {
    -ms-flex: 1 0 400px;
    -webkit-flex: 1 0 400px;
    flex: 1 0 400px;
  }
  .jaarverslag-row .menu-col {
    width: 230px;
    -ms-flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
  }
}
@media (min-width: 1200px) {
  .jaarverslag-row .menu-col {
    width: 230px;
    -ms-flex: 0 0 400px;
    -webkit-flex: 0 0 400px;
    flex: 0 0 400px;
  }
}
ul.jaarverslag-hoofdstukken {
  padding: 0;
  margin: 0;
  color: #fff;
  margin-bottom: 2rem;
}
ul.jaarverslag-hoofdstukken li {
  list-style: none none;
  padding: 0;
  margin: 0;
}
ul.jaarverslag-hoofdstukken a {
  text-decoration: none;
  cursor: pointer;
}
ul.jaarverslag-hoofdstukken a:focus,
ul.jaarverslag-hoofdstukken a:hover {
  text-decoration: underline;
}
ul.jaarverslag-hoofdstukken label {
  float: right;
  display: block;
  margin-left: 0.2em;
}
ul.jaarverslag-hoofdstukken label > input {
  display: none;
}
ul.jaarverslag-hoofdstukken label > input ~ .fa {
  line-height: inherit;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
ul.jaarverslag-hoofdstukken label > input.checked ~ .fa,
ul.jaarverslag-hoofdstukken label > input:checked ~ .fa {
  color: #ffffff;
}
ul.jaarverslag-hoofdstukken label > input.checked ~ .fa:before,
ul.jaarverslag-hoofdstukken label > input:checked ~ .fa:before {
  content: "\f046";
}
ul.jaarverslag-hoofdstukken li {
  clear: both;
}
ul.jaarverslag-hoofdstukken li > .fa {
  width: 1.5em;
  cursor: pointer;
}
ul.jaarverslag-hoofdstukken li.has-child.li-open > .fa:before {
  content: "\f147";
}
ul.jaarverslag-hoofdstukken li.has-child > ul,
ul.jaarverslag-hoofdstukken li.has-child > ol {
  margin-left: 1.5em;
}
ul.jaarverslag-hoofdstukken ol li {
  list-style: decimal outside;
}
#vacature-blokken {
  margin-bottom: 2em;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  column-gap: 32px;
  row-gap: 32px;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 537px) {
  #vacature-blokken {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 538px) and (max-width: 1023px) {
  #vacature-blokken {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1311px) {
  #vacature-blokken {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1312px) {
  #vacature-blokken {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#vacature-blokken .item {
  position: relative;
  border: 1px solid #C2DCDC;
  box-shadow: 0 0 12px rgba(48, 48, 48, 0.08);
}
#vacature-blokken .item .item-title-wrapper {
  display: flex;
}
#vacature-blokken .item .item-title-wrapper .item-title {
  display: flex;
  align-self: flex-end;
  padding-right: 1em;
  padding-top: 1em;
  flex-grow: 1;
  height: 5em;
  overflow: hidden;
}
#vacature-blokken .item .item-title-wrapper .item-title h2 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.4rem;
  display: flex;
  align-items: flex-end;
}
#vacature-blokken .item .item-title-wrapper .item-title-bar {
  background: #1995ac;
  width: 10px;
  height: 100px;
  margin-right: 1em;
  margin-left: -1px;
  margin-top: -1px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1312px) {
  #vacature-blokken .item .item-title-wrapper .item-title-bar {
    transition: all 0.2s;
  }
}
#vacature-blokken .item .item-info {
  display: flex;
  flex-direction: column;
  padding: 1em;
}
#vacature-blokken .item .item-info .item-info-row {
  display: flex;
  flex-direction: row;
}
#vacature-blokken .item .item-info .item-info-row .item-info-data,
#vacature-blokken .item .item-info .item-info-row .item-info-icon {
  display: flex;
  align-items: center;
}
#vacature-blokken .item .item-info .item-info-row .item-info-data {
  font-size: 1.35rem;
  line-height: 1.6rem;
}
#vacature-blokken .item .item-info .item-info-row .item-info-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#vacature-blokken .item .item-info .item-info-row .item-info-icon img {
  height: 24px;
  width: auto;
}
#vacature-blokken .item .item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #C2DCDC;
}
@media screen and (min-width: 1312px) {
  #vacature-blokken .item .item-link {
    transition: all 0.2s;
  }
}
@media screen and (min-width: 1312px) {
  #vacature-blokken .item,
  #vacature-blokken .item:hover {
    transition: all 0.2s;
  }
}
#vacature-blokken .item:hover {
  cursor: pointer;
  border: 1px solid rgba(249, 177, 35, 0.5);
  box-shadow: 0 0 24px rgba(48, 48, 48, 0.08);
}
#vacature-blokken .item:hover .item-title-wrapper .item-title-bar {
  background: #f9b123;
}
@media screen and (min-width: 1312px) {
  #vacature-blokken .item:hover .item-title-wrapper .item-title-bar {
    transition: all 0.2s;
  }
}
#vacature-blokken .item:hover .item-link {
  background: #f9b123;
  width: 47px;
  height: 47px;
}
@media screen and (min-width: 1312px) {
  #vacature-blokken .item:hover .item-link {
    transition: all 0.2s;
  }
}
#vacature-blokken .item > a:hover * {
  color: #000;
}
#vacature-blokken .stretch-me {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 4;
  padding-left: 100px;
}
@media (max-width: 537px) {
  #vacature-blokken .stretch-me {
    padding-left: unset;
    padding-top: 100px;
  }
}
#vacature-blokken .sadface {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-sadface.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 85px auto;
}
@media (max-width: 537px) {
  #vacature-blokken .sadface {
    background-position: top center;
  }
}
#vacature-blokken.wait::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('/Portals/_default/Skins/Carmel/images/spinner.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
#vacature-search {
  margin-bottom: 3rem;
  background: #f9b123;
  padding: 2.7rem 3.2rem;
}
#vacature-search .ZoekTitelWrapper {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
#vacature-search input,
#vacature-search select,
#vacature-search button {
  height: 32px;
  border-radius: 0.3rem;
}
#vacature-search .SearchFilter {
  display: flex;
  gap: 1em;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 537px) {
  #vacature-search .SearchFilter {
    flex-direction: row;
  }
}
@media screen and (min-width: 537px) {
  #vacature-search .ZoekVrijWrapper {
    flex-direction: row;
    width: 45%;
  }
}
#vacature-search .ZoekVrijWrapper input {
  width: 100%;
}
#vacature-search .ZoekSelectWrapper {
  display: flex;
  gap: 1em;
  flex-direction: column;
}
@media screen and (min-width: 537px) {
  #vacature-search .ZoekSelectWrapper {
    justify-content: space-evenly;
    flex-direction: row;
    width: 55%;
  }
}
#vacature-search .ZoekSelectWrapper select {
  flex-grow: 1;
}
#vacature-search .ZoekSelectWrapper .ZoekButton {
  width: 100%;
  transition: all 0.2s;
  flex-grow: 0;
  color: #fff;
  background: #1995ac;
  float: none;
  height: 32px;
  line-height: auto !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 537px) {
  #vacature-search .ZoekSelectWrapper .ZoekButton {
    width: auto;
    min-width: calc(24% - 1em);
    margin-left: auto;
  }
}
@media screen and (min-width: 1312px) {
  #vacature-search .ZoekSelectWrapper .ZoekButton:hover {
    transition: all 0.2s;
    background: #C2DCDC;
    color: #000;
  }
}
@media screen and (min-width: 538px) {
  #vacature-search .ZoekSelectWrapper .ms-options-wrap {
    width: 100%;
    max-width: 37%;
  }
}
#vacature-search .ms-options-wrap {
  position: relative;
}
#vacature-search .ms-options-wrap,
#vacature-search .ms-options-wrap * {
  box-sizing: border-box;
}
#vacature-search .ms-options-wrap > button:focus,
#vacature-search .ms-options-wrap > button {
  color: #939699;
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  outline-offset: -2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#vacature-search .ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6;
}
#vacature-search .ms-options-wrap > button:after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #ccc;
  margin-top: -3px;
}
#vacature-search .ms-options-wrap.ms-has-selections > button {
  color: #303030;
}
#vacature-search .ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 100%;
  width: auto;
  margin-top: -1px;
  background: white;
  z-index: 2000;
  border: 1px solid #ccc;
  overflow: auto;
  visibility: hidden;
}
#vacature-search .ms-options-wrap.ms-active > .ms-options {
  visibility: visible;
}
#vacature-search .ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none;
}
#vacature-search .ms-options-wrap > .ms-options > .no-result-message {
  padding: 4px 5px;
  display: none;
}
#vacature-search .ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: 0.9em;
  text-transform: lowercase;
  text-decoration: none;
}
#vacature-search .ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}
#vacature-search .ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
}
#vacature-search .ms-options-wrap > .ms-options > ul,
#vacature-search .ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#vacature-search .ms-options-wrap > .ms-options > ul li,
#vacature-search .ms-options-wrap > .ms-options > ul > li.optgroup ul li {
  margin-left: 0;
  list-style: none;
}
#vacature-search .ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none;
}
#vacature-search .ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}
#vacature-search .ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #ccc;
}
#vacature-search .ms-options-wrap > .ms-options > ul label {
  position: relative;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
}
#vacature-search .ms-options-wrap > .ms-options > ul label.focused,
#vacature-search .ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #ccc;
}
#vacature-search .ms-options-wrap > .ms-options > ul li:hover * {
  cursor: pointer;
}
#vacature-search .ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent;
}
#vacature-search .ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (min-width: 538px) {
  #Body.scrolled #vacature-details .bdsm-wrapper {
    pointer-events: none;
  }
  #Body.scrolled #vacature-details .hs_apply_button {
    pointer-events: auto;
  }
}
@media screen and (max-width: 1312px) {
  .hs_applybutton a.hs_apply_button:hover,
  .hs_applybutton a.hs_apply_button:active {
    background-color: #f9b123 !important;
    color: #000 !important;
  }
  .hs_applybutton a.hs_apply_button:hover span {
    color: #000 !important;
  }
}
@media screen and (max-width: 537px) {
  .vacancy-reference {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 537px) {
  #vacature-details {
    position: relative;
  }
}
#vacature-details .bdsm-wrapper {
  transition: all 0.2s;
}
#vacature-details .bdsm-wrapper.fixed,
#vacature-details .bdsm-wrapper.fixed-mobile {
  transition: all 0.2s;
  z-index: 1;
}
@media screen and (min-width: 538px) {
  #vacature-details .bdsm-wrapper {
    position: absolute;
  }
  #vacature-details .bdsm-wrapper.fixed {
    position: fixed;
  }
}
@media screen and (max-width: 537px) {
  #vacature-details .bdsm-wrapper.fixed-mobile {
    position: fixed;
    bottom: 71px;
    left: 0;
  }
}
#vacature-details .hs_apply_button {
  font-weight: 700;
  position: absolute;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  width: 18%;
  text-align: center;
}
@media screen and (max-width: 537px) {
  #vacature-details .hs_apply_button {
    height: 4em;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    width: 100vw;
    left: 0;
    z-index: 1;
    font-size: 1.8rem;
  }
}
#vacature-details #vacature-details-header {
  border-left: 8px solid #1995ac;
}
#vacature-details #vacature-details-header h1 {
  font-size: 2.5rem;
  padding: 1rem 0 0 2rem;
  margin-bottom: 0;
}
#vacature-details #vacature-details-header ul {
  display: flex;
  flex-flow: wrap;
}
#vacature-details #vacature-details-header ul li {
  list-style-type: none;
  margin: 0;
  padding: 1rem 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #f7fafa;
}
@media screen and (max-width: 537px) {
  #vacature-details #vacature-details-header ul li:nth-child(even) {
    background: none;
  }
}
@media screen and (min-width: 538px) {
  #vacature-details #vacature-details-header ul li {
    flex-direction: row;
  }
  #vacature-details #vacature-details-header ul li.two-cols-md {
    width: 40%;
    background: #f7fafa;
  }
  #vacature-details #vacature-details-header ul li.two-cols-md.two-cols-md + .two-cols-md {
    width: 60%;
  }
  #vacature-details #vacature-details-header ul li.two-cols-md.two-cols-md + .two-cols-md + li {
    background: none;
  }
}
#vacature-details #vacature-details-header ul li label {
  font-weight: 700;
  min-width: 10em;
  display: inline-flex;
}
#vacature-details #vacature-details-header .item-info {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
@media screen and (min-width: 538px) {
  #vacature-details #vacature-details-header .item-info {
    flex-direction: row;
  }
}
#vacature-details #vacature-details-header .item-info .item-info-row {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 538px) {
  #vacature-details #vacature-details-header .item-info .item-info-row {
    width: 40%;
  }
  #vacature-details #vacature-details-header .item-info .item-info-row + .item-info-row {
    width: 30%;
  }
}
#vacature-details #vacature-details-header .item-info .item-info-row .item-info-data,
#vacature-details #vacature-details-header .item-info .item-info-row .item-info-icon {
  display: flex;
  align-items: center;
}
#vacature-details #vacature-details-header .item-info .item-info-row .item-info-data {
  line-height: 1.6rem;
}
#vacature-details #vacature-details-header .item-info .item-info-row .item-info-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#vacature-details #vacature-details-header .item-info .item-info-row .item-info-icon img {
  height: 24px;
  width: auto;
}
.vacancy-go-back {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -3em;
  margin-bottom: 2em;
  display: flex;
  justify-content: end;
}
.vacancy-go-back a {
  font-size: 1.3rem;
  display: flex;
}
.vacancy-go-back a,
.vacancy-go-back a:link,
.vacancy-go-back a:visited {
  color: #1995ac;
}
.vacancy-go-back a:hover,
.vacancy-go-back a:active {
  color: #000;
}
.vacancy-go-back a::before {
  content: " ";
  display: block;
  margin-right: 0.5em;
  width: 14px;
  height: 1.5em;
  background-image: url(/Portals/_default/Skins/Carmel/images/icon-return.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.vacancy-go-back a:hover::before {
  background-image: url(/Portals/_default/Skins/Carmel/images/icon-return-hover.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.vacancy-go-back.vacancy-reset {
  margin-top: -4em;
}
.vacancy-go-back.vacancy-reset a::before {
  background-image: url(/Portals/_default/Skins/Carmel/images/icon-reset.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.vacancy-go-back.vacancy-reset a:hover::before {
  background-image: url(/Portals/_default/Skins/Carmel/images/icon-reset-hover.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.vacancyColumnRight .vacancy-go-back {
  margin-top: -4em;
}
.vacancy-detail-wrap p:first-child {
  font-weight: 700;
  font-size: 1.6rem;
}
.vacancy-detail-wrap h3 {
  color: #1995ac !important;
  font-size: 1.9rem;
}
@media (min-width: 538px) {
  .vacancyDetailSection {
    max-width: 75%;
  }
}
#vacatures-pager {
  padding: 2rem 0;
}
#vacatures-pager ul {
  justify-content: center;
  display: flex;
  padding: 0;
  margin: 0;
}
#vacatures-pager ul li {
  list-style-type: none;
  margin: 0 0.5em;
  display: flex;
  align-items: center;
}
@media (max-width: 537px) {
  #vacatures-pager ul li {
    font-size: 0.8em;
  }
}
#vacatures-pager ul li.page {
  margin: 0 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid rgba(48, 48, 48, 0.2);
  border-radius: 50%;
}
#vacatures-pager ul li.page:not(.active):hover {
  background: rgba(48, 48, 48, 0.2);
  border: 3px solid rgba(48, 48, 48, 0.2);
}
#vacatures-pager ul li.page:not(.active):hover a {
  color: #fff;
}
#vacatures-pager ul li.page a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-left: -1px;
}
@media (max-width: 537px) {
}
#vacatures-pager ul li.page.active {
  background: #1995ac;
  border: 3px solid #1995ac;
}
#vacatures-pager ul li.page.active a {
  color: #fff;
}
#vacatures-pager ul li a#prev-page,
#vacatures-pager ul li a#next-page {
  text-decoration: none;
}
#vacatures-pager ul li a#prev-page.disabled,
#vacatures-pager ul li a#next-page.disabled {
  pointer-events: none;
}
@media (max-width: 537px) {
  #vacatures-pager ul li a#prev-page,
  #vacatures-pager ul li a#next-page {
    width: 20px;
    text-indent: -9999px;
  }
}
#vacatures-pager ul li a#prev-page {
  padding-left: 24px;
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-arrow-left.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left center;
}
#vacatures-pager ul li a#prev-page.disabled {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-arrow-left-disabled.svg');
}
#vacatures-pager ul li a#prev-page:hover {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-arrow-left-hover.svg');
}
#vacatures-pager ul li a#next-page {
  padding-right: 24px;
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right center;
}
#vacatures-pager ul li a#next-page.disabled {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-arrow-right-disabled.svg');
}
#vacatures-pager ul li a#next-page:hover {
  background-image: url('/Portals/_default/Skins/Carmel/images/icon-arrow-right-hover.svg');
}
.vacancy-reference {
  color: #C2DCDC;
  font-size: 1.3rem;
  text-transform: uppercase;
}
/* zoeker override */
/* vacature range sliders */
@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
#vacature-blokken,
#vacature-search,
#vacature-details-header,
#vacatures-pager {
  clear: left !important;
}
*::selection {
  background: #1995ac;
  color: #fff;
}
select {
  background: #fff;
  color: #000;
}
select option {
  background: #fff;
  color: #000;
}
select option:hover,
select option:checked {
  background-color: #1995ac;
  color: #fff;
}
.content-body img {
  max-width: 100%;
  height: auto !important;
}
table.table-populair,
#dnn_ctr709_ContentPane {
  width: 100%;
}
@media (max-width: 537px) {
  table.table-populair,
  #dnn_ctr709_ContentPane {
    max-width: 100%;
  }
  table.table-populair td,
  #dnn_ctr709_ContentPane td {
    width: 100%;
    display: block;
    clear: left;
  }
}
@media (max-width: 537px) {
  .icon-and-search-wrap {
    margin-bottom: 50px;
  }
}
.main-wrapper {
  position: relative;
}
@media (max-width: 537px) {
  #dnn_ContentTopWide {
    position: relative;
    z-index: 1;
  }
  .DnnModule-1074 {
    position: relative;
    z-index: -1;
  }
}
table[style] {
  width: unset !important;
}
.back-to-top,
.box.hidden-lg {
  margin: 0 !important;
}
a {
  -webkit-tap-highlight-color: transparent;
}
.content-wrap.submenu-active .subnav {
  width: 23%;
}
.c-106 .content-column {
  width: 100% !important;
}
.sub-menu-pane .box {
  padding-right: 0 !important;
}
@media (min-width: 1024px) {
  #main-wrapper.home .content-body.row {
    display: grid;
    grid-gap: 20px;
    grid: auto-flow / 1fr 1fr 1fr;
  }
}
@media (min-width: 1312px) {
  #main-wrapper.home .content-body.row {
    grid: auto-flow / 1fr 1fr 1fr 1fr 1fr;
  }
}
#main-wrapper.home .content-body.row > div {
  float: none !important;
  width: unset !important;
  clear: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
  padding: unset !important;
  border: unset !important;
}
#main-wrapper.home .content-body.row::after,
#main-wrapper.home .content-body.row::before {
  display: none !important;
}
#main-wrapper.home .juicer-feed .j-stacker {
  display: flex !important;
  flex-direction: column !important;
}
/*# sourceMappingURL=./Skin.css.map */