@charset "UTF-8";
/*!
 *  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
 * -------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/vendor/font-awesome/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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/sites/all/themes/threebl/fonts/vendor/slick/slick.eot");
  src: url("/sites/all/themes/threebl/fonts/vendor/slick/slick.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/threebl/fonts/vendor/slick/slick.woff") format("woff"), url("/sites/all/themes/threebl/fonts/vendor/slick/slick.ttf") format("truetype"), url("/sites/all/themes/threebl/fonts/vendor/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #0AC;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #0AC;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #0AC;
  opacity: 0.75;
}

#main {
  color: black;
}

.threebl-yellowgreen {
  color: #D7DE2A;
}

* {
  box-sizing: border-box;
}

.slick-prev:before, .slick-next:before {
  color: black;
}

.slick-dots li button:before {
  color: black;
}
.slick-dots li.slick-active button:before {
  color: black;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

body.html {
  background: #fff;
}

ul.reset {
  list-style: none;
}

.clr {
  clear: both;
  height: 0;
}

.bordernone {
  border: none;
}

.views-field-totalcount {
  clear: both;
  color: #555657;
  padding: 10px 0;
}

*:focus {
  outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: black;
  border-bottom: 2px #D7DE2A solid;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #D7DE2A;
  border-bottom: none;
}

#page-wrapper {
  background: #fff;
}

.hidden {
  display: none;
}

#skip-link a,
#skip-link a:visited {
  background-color: #666;
  color: #FFF;
  display: block;
  padding: 2px 0 3px;
  text-align: center;
  width: 100%;
}

/*      Navigation      */
/* Items here should go to navigation.css */
#navigation {
  z-index: 1000;
}

/*
 * Content
 */
.breadcrumb {
  padding-bottom: 0;
  /* Undo system.css */
}

h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  margin: 0;
  font-weight: normal;
}

/* hide the page title by default */
h1#page-title {
  display: none;
}

/* show the title on jm-event pages */
.node-type-jm-event h1#page-title {
  display: block;
}

h1.title, h2.block-title {
  font-size: 18px;
  margin-top: 10px;
}

h2.block-title {
  font-size: 13px;
  text-transform: uppercase;
}

.block-views h2.block-title {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
  text-transform: initial;
}

div.messages {
  margin: 1.5em 0;
  clear: both;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* Let the links be inline, but the container be a block. */
ul.links.inline {
  display: block;
}

ul.links li {
  padding: 0 1em 0 0;
  /* LTR */
}

/* A list of page numbers when more than 1 page of content is available */
.item-list .pager {
  padding: 0;
}

/* Each page number in the pager list */
.item-list .pager li {
  padding: 0 0.5em;
}

/* The link to the RSS or Atom feed for the current list of content */
/* Aggregator, blog, and forum more link */
/* social icons (twitter, facebook, etc) */
.csr-news-icons,
.csr-news-icons img {
  float: left;
  margin-right: 5px;
}

.contentheader-box {
  position: relative;
  display: grid;
  margin: 0 0 15px;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  background-color: #D7DE2A;
}
.contentheader-box .contentheader-copy {
  font-size: 12px;
  max-width: 600px;
  margin: 20px 3%;
}
.contentheader-box .contentheader-copy h1 {
  color: black;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.175em;
}
.contentheader-box .contentheader-copy p {
  margin: 5px 0;
  padding: 0;
}

.region-contentheader #block-views-client-content-block-5 .views-field-title {
  font-size: 12px;
}

.page-node-61 .contentheader-copy,
.page-blog .contentheader-copy,
.page-node-18770 .contentheader-copy {
  padding: 20px 0 0;
}

.page-csr-news-campaigns .contentheader-copy {
  padding: 12px 0 0;
}

@media only screen and (max-width: 600px) {
  body.not-logged-in .contentheader-box {
    height: auto;
    min-height: 110px;
    margin-bottom: 10px;
  }
  body.not-logged-in .contentheader-copy {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second .section .content {
  clear: both;
  display: block;
}

.region-sidebar-second .section .content p {
  color: #5C5F61;
}

.region-sidebar-second .section .content strong {
  color: #4E92C3;
}

.region-sidebar-second .section .content em {
  color: #848B8E;
}

/*      Second sidebar views content      */
.region-sidebar-second .views-row .views-field-title a:hover {
  text-decoration: none;
}

.region-sidebar-second .view-id-fmr_related_content_blocks .views-row .views-field-title-1 {
  padding: 5px 0;
}

.region-sidebar-second .views-field {
  /*  max-width: 210px;*/
  clear: both;
}

#main-wrapper .region-sidebar-second .item-list ul.pager {
  text-align: center;
}

@media only screen and (max-width: 960px) {
  body.not-logged-in.page-meetus #content {
    float: none;
  }
  body.not-logged-in.page-meetus .region-sidebar-second {
    display: block;
    width: 100%;
    max-width: 480px;
    float: none;
    padding: 0 22px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  body.not-logged-in.page-meetus .region-sidebar-second * {
    box-sizing: border-box;
  }
  body.not-logged-in.page-meetus .region-sidebar-second .views-row {
    padding: 6px 0;
    border-bottom: 1px solid gray;
  }
}
/*            Footer          */
/*          Page bottom       */
.region-bottom {
  position: relative;
  top: -15px;
}

/* page-node Static page styles */
.page-node .title {
  margin-bottom: 10px;
}

.page-node .section h2 {
  font-size: 14px;
}

.page-node .section-heading {
  font-weight: bold;
  font-size: 12px;
}

.page-node .link,
.page-node .link a,
.page-node #site-page a {
  text-transform: uppercase;
}

/*          Meet 3BL          */
.page-meetus .view-header {
  margin-bottom: 25px;
}

#block-block-4 .content {
  font-size: 12px;
  /*  line-height:16px;*/
  margin: 20px 0;
}

#c-about .profile-image {
  width: 155px;
  float: left;
}

#c-about .profile-text {
  width: 480px;
  float: left;
}

#c-about .clear-block {
  clear: both;
  height: 23px;
}

#cboxContent img {
  display: block;
  float: left;
  margin: 0 1em 1em 0;
}

.page-node .profile-name {
  color: #000;
  font-weight: bold;
}

/*************************
* Blogs 

.section-blog  #block-system-main {
	margin-top: 16px;
  }
.section-blog  #block-system-main .node-promoted {
	padding-bottom: 16px;
	border-bottom: 1px dashed #000;
	margin: 16px 0;
  }
.section-blog  #block-system-main h2.node-title a {
	color: #0AC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
  }
.section-blog #block-system-main .submitted {
	color: #777;
	font-size: 10px;
	font-weight: bold;
  }

  .node-blog.node-teaser .user-picture a {
  width: auto;
  }
.node-blog.node-teaser .user-picture img {
  float: right;
  border: 2px solid #000;
  margin: 0 0 1em 1em;
  }
*/
/* sidebar text */
#block-block-11 .content {
  font-size: 12px;
}

/*        the-CSR-minute styles       */
.page-the-csr-minute .region-sidebar-second .views-row,
.page-csr-video .region-sidebar-second .views-row {
  border-bottom: 1px dashed #D8D8D8 !important;
  margin-bottom: 16px;
  padding-bottom: 15px !important;
  width: 100% !important;
}

.page-the-csr-minute .video-js,
.page-csr-video .video-js {
  width: 400px !important;
  height: 310px;
}

.page-the-csr-minute .views-field-field-video .video-js-box img {
  display: block;
  height: 310px;
  width: 400px;
}

.page-the-csr-minute .video-js-box div.vjs-big-play-button {
  left: 48% !important;
}

.page-the-csr-minute .region-sidebar-second .views-row,
.page-csr-video .region-sidebar-second .views-row {
  border-bottom: 1px dashed #2C2C2B;
  width: 325px;
  padding-bottom: 15px;
  margin-bottom: 23px;
}

.page-the-csr-minute .region-sidebar-second .views-field {
  max-width: 100% !important;
}

.page-the-csr-minute #content {
  /*  margin-left: 0;*/
  /*  margin-right: -910px;*/
  /*  width: 450px;*/
}

.page-the-csr-minute #flowplayer-video {
  width: 400px;
}

.page-the-csr-minute .views-field-title {
  display: block;
  margin-top: 15px;
}

.page-the-csr-minute .views-field-field-csrmin-date,
.page-the-csr-minute .views-label-field-csrmin-sources-1,
.page-the-csr-minute .views-label-field-csrmin-sponsors {
  font-size: 10px;
  font-weight: bold;
  color: #767676;
}

.page-the-csr-minute .views-field-field-csrmin-sources-1 .field-content,
.page-the-csr-minute .views-field-field-csrmin-sponsors .field-content {
  margin-bottom: 15px;
}

.page-the-csr-minute .region-sidebar-second .views-row {
  border-bottom: 1px dashed #2C2C2B;
  width: 395px;
  padding-bottom: 15px;
  margin-bottom: 23px;
}

/*          Client Multiple Login           */
.view-client-multiple-login {
  padding-left: 88px;
}

.view-client-multiple-login .pager {
  padding-top: 1.5em;
}

.client-multiple-login-tiles {
  width: 175px;
  height: 165px;
  padding-top: 10px;
  margin: 5px 5px 0 0;
  text-align: center;
  overflow: hidden;
}

.client-multiple-login-tiles:hover {
  border-color: #079;
}

.client-multiple-login-tiles a {
  display: block;
  height: 165px;
}

.client-multiple-login-logo {
  width: 225px;
  margin-left: -25px;
  height: 132px;
}

/** things to show/hide for clients **/
.role-client .field-widget-group-audience,
.role-client .group-client-admin {
  display: none;
}

/** things to show/hide editors **/
.role-editor .field-widget-group-audience,
.role-editor .group-client-admin {
  display: block;
}

.role-editor div.status {
  display: block;
}

/** things to show/hide admins **/
.role-admin .field-widget-group-audience,
.role-admin div.status {
  display: block;
}

/** things to show/hide dev **/
.role-dev .field-group-format,
.role-dev div.status {
  display: block;
}

/** etc... .role-authenticated-user .role-editor  .role-video  .role-dev**/
/*
    Preview Form Submit page
    Hides everything but center content
*/
.page-preview #header,
.page-preview #navigation,
.page-preview .region-bottom,
.page-preview .region.column.sidebar,
.page-embed-video #admin-menu,
.page-embed-video .dev-query {
  display: none;
}

.page-preview #page-wrapper {
  width: 684px;
}

.page-preview #main-wrapper {
  padding: 22px 0;
}

/*          Embedded Video page           */
body.page-embed-video, .page-embed-video #page-wrapper {
  background: #000;
}

.page-embed-video #page-wrapper,
body.page-embed-video #main-wrapper {
  padding: 0;
  margin: 0;
  width: auto;
}

.page-embed-video #content {
  float: none;
}

body.page-embed-video.admin-menu {
  margin: 0 !important;
}

/*            Unpublished             */
.node-unpublished div.unpublished,
.comment-unpublished div.unpublished {
  font-size: 16px;
}

.page-client-multiple-login .views-row {
  float: left;
}

.node .statistics_counter {
  display: none;
}

.node-type-client .views-field {
  clear: both;
}

.page-dashboard-socialmedia #main-wrapper {
  padding: 0;
}

/*        Reuters Insider Page        */
.section-reutersinsider #rt-reuters {
  color: #696969;
}

.section-reutersinsider #rt-insider {
  color: #EB7D2B;
}

.section-reutersinsider #reuters_player {
  margin-left: 30px;
}

._content .view-header h2 {
  color: #2F3133;
  font-size: 12px;
  font-weight: 700 !important;
  /*  line-height: 20px;*/
  text-shadow: 1px 1px 1px #FFF;
  width: 442px;
  margin: 1em 0 0.75em;
  /*  padding: 5px 10px;*/
}

#edit-account .description {
  display: none;
}

#news-alert-preview {
  margin-left: 486px;
  width: 436px;
  margin-right: -922px;
  float: left;
}

#news-alert-preview a {
  display: block;
  font-size: 120%;
  padding: 0.5em 0;
  text-align: center;
}

#user_user_form_group_news_alerts .fieldset-wrapper {
  padding: 1em 0 0 0.5em;
}

.embed-video-textfield {
  width: 610px;
}

h3.services-page {
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: -5px;
}

#services-img {
  margin: -10px;
  padding-top: 5px;
}

.om-maximenu-open {
  display: none;
}

.role-dev .om-maximenu-open {
  display: block;
}

.cboxLoadedContent {
  overflow: hidden;
}

.page-news .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 3.5em;
}

@media only screen and (max-width: 960px) {
  body.not-logged-in.page-news .view-display-id-news_highlights {
    display: none;
  }
}
.red {
  color: #f00;
}

.view-pickups .view-content {
  margin-top: 30px;
}

html {
  -webkit-font-smoothing: antialiased;
}

.PageContextWrap {
  background-color: #D7DE2A;
  padding: 1em 20px 1px 20px;
  margin-bottom: 20px;
  margin-top: 14px;
  clear: both;
}
.PageContextWrap h2 {
  padding-bottom: 5px;
  font-size: 18px !important;
  text-transform: capitalize !important;
  font-weight: bold;
  margin-top: 5px;
}
.PageContextWrap .content p {
  font-size: 12px;
  font-weight: bold;
  margin: 12px 0;
}
.PageContextWrap .content div {
  display: none;
}

.no-sidebars #main-wrapper,
.sidebar-first #main-wrapper,
.sidebar-second #main-wrapper,
.two-sidebars #main-wrapper {
  position: relative;
  display: grid;
  background-image: none;
  min-height: 600px;
  margin: 0;
  padding-bottom: 20px;
}
.no-sidebars #main-wrapper #content,
.sidebar-first #main-wrapper #content,
.sidebar-second #main-wrapper #content,
.two-sidebars #main-wrapper #content {
  float: none;
  margin: 0;
  padding: 0 15px;
}
@media only screen and (max-width: 960px) {
  .no-sidebars #main-wrapper,
.sidebar-first #main-wrapper,
.sidebar-second #main-wrapper,
.two-sidebars #main-wrapper {
    grid-template-columns: 100%;
    background-image: none;
  }
  .no-sidebars #main-wrapper .region-sidebar-first,
.sidebar-first #main-wrapper .region-sidebar-first,
.sidebar-second #main-wrapper .region-sidebar-first,
.two-sidebars #main-wrapper .region-sidebar-first {
    grid-column: 1;
    grid-row: 2;
  }
  .no-sidebars #main-wrapper #content,
.sidebar-first #main-wrapper #content,
.sidebar-second #main-wrapper #content,
.two-sidebars #main-wrapper #content {
    grid-column: 1;
    grid-row: 1;
  }
  .no-sidebars #main-wrapper .region-sidebar-second,
.sidebar-first #main-wrapper .region-sidebar-second,
.sidebar-second #main-wrapper .region-sidebar-second,
.two-sidebars #main-wrapper .region-sidebar-second {
    grid-column: 1;
    grid-row: 3;
  }
}

.no-sidebars #main-wrapper {
  grid-template-columns: 100%;
}
.no-sidebars #main-wrapper #content {
  grid-column: 1;
}

.sidebar-first #main-wrapper {
  grid-template-columns: 232px 1fr;
  background: #FFF url(../images/bkgd-left-sidebar.gif) repeat-y scroll 0 0;
}
.sidebar-first #main-wrapper #content {
  grid-column: 2;
  grid-row: 1;
}
.sidebar-first #main-wrapper .region-sidebar-first {
  float: none;
  grid-column: 1;
  grid-row: 1;
  padding: 0 15px;
}

.sidebar-second #main-wrapper {
  grid-template-columns: 831px 269px;
  background: #FFF url(../images/bkgd-right-sidebar.gif) repeat-y scroll right 0;
  align-items: flex-start;
}
.sidebar-second #main-wrapper #content {
  grid-column: 1;
  grid-row: 1;
}
.sidebar-second #main-wrapper .region-sidebar-second {
  float: none;
  padding: 20px 15px;
  grid-column: 2;
  grid-row: 1;
}
.sidebar-second.news-page #main-wrapper, .sidebar-second.profile-page #main-wrapper {
  grid-template-columns: 691px 269px;
}

.two-sidebars #main-wrapper {
  grid-template-columns: 231px 1fr 243px;
  background: #FFF url(../images/bkgd-two-sidebars.gif) repeat-y scroll 0 0;
}
.two-sidebars #main-wrapper .region-sidebar-first {
  float: none;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 0 15px;
}
.two-sidebars #main-wrapper #content {
  grid-column: 2;
  grid-row: 1;
  width: auto;
}
.two-sidebars #main-wrapper .region-sidebar-second {
  float: none;
  grid-column: 3;
  grid-row: 1;
  margin: 0;
  padding: 0 15px;
}

@media only screen and (max-width: 960px) {
  .no-sidebars #page-wrapper,
.sidebar-first #page-wrapper,
.sidebar-second #page-wrapper,
.two-sidebars #page-wrapper {
    width: 100%;
  }
  .no-sidebars #main-wrapper,
.sidebar-first #main-wrapper,
.sidebar-second #main-wrapper,
.two-sidebars #main-wrapper {
    grid-template-columns: 100%;
    background-image: none;
  }
  .no-sidebars #main-wrapper .region-sidebar-first,
.sidebar-first #main-wrapper .region-sidebar-first,
.sidebar-second #main-wrapper .region-sidebar-first,
.two-sidebars #main-wrapper .region-sidebar-first {
    grid-column: 1;
    grid-row: 2;
  }
  .no-sidebars #main-wrapper #content,
.sidebar-first #main-wrapper #content,
.sidebar-second #main-wrapper #content,
.two-sidebars #main-wrapper #content {
    grid-column: 1;
    grid-row: 1;
  }
  .no-sidebars #main-wrapper .region-sidebar-second,
.sidebar-first #main-wrapper .region-sidebar-second,
.sidebar-second #main-wrapper .region-sidebar-second,
.two-sidebars #main-wrapper .region-sidebar-second {
    grid-column: 1;
    grid-row: 3;
  }
}
/**
 * @file
 * Navigation Styling
 */
.navigation {
  justify-self: end;
}
.navigation a {
  border-bottom: none;
}
.navigation .primary-site-navigation {
  font-family: "Montserrat", sans-serif;
}
.navigation .primary-site-navigation .nice-menu {
  display: flex;
  align-items: center;
  align-content: center;
}
.navigation .primary-site-navigation .nice-menu .menu__item {
  list-style-type: none;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  text-transform: capitalize;
  background-color: white;
  white-space: nowrap;
}
.navigation .primary-site-navigation .nice-menu .menu__item.active-trail .menu__link.active {
  border-bottom: 1px solid #D7DE2A;
}
.navigation .primary-site-navigation .nice-menu .menu__item .menu__item.first {
  padding-top: 10px;
}
.navigation .primary-site-navigation .nice-menu .menu__item .menu__link {
  color: black;
  font-weight: 600;
}
.navigation .primary-site-navigation .nice-menu .menu__item .menu__link:hover {
  color: #D7DE2A;
}
.navigation .primary-site-navigation .nice-menu .menu__item.menuparent > .menu__link {
  padding-right: 13px;
  position: relative;
}
.navigation .primary-site-navigation .nice-menu .menu__item.menuparent > .menu__link:after {
  font-family: "FontAwesome";
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
}
.navigation .primary-site-navigation .nice-menu .menu__item.menuparent > .menu__link:hover:after {
  transform: rotate(90deg);
  transition-duration: 0.5s;
}
.navigation .primary-site-navigation .nice-menu .menu__item.menuparent ul {
  left: 13px;
  top: 22px;
  border: none;
}
.navigation .hamburger-menu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  bottom: 0;
  background-color: black;
  color: white;
  padding: 50px 20px;
  transform: translateX(0);
  transition-duration: 0.5s;
  z-index: 1;
}
.navigation .hamburger-menu.open {
  transform: translateX(-300px);
}
.navigation .hamburger-menu .fa-times-circle-o {
  font-size: 30px;
  position: absolute;
  right: 0;
  margin: 0 20px 0 0;
  top: 20px;
}
.navigation .hamburger-menu ul.nice-menu-menu-hamburger-menu {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  text-transform: capitalize;
  width: auto;
  height: auto;
}
.navigation .hamburger-menu ul.nice-menu-menu-hamburger-menu .menu__item {
  height: auto;
  list-style-type: none;
  font-size: 16px;
  letter-spacing: 1px;
  width: auto;
  margin: 8px 0;
}
.navigation .hamburger-menu ul.nice-menu-menu-hamburger-menu .menu__item a {
  color: #D7DE2A;
}
.navigation .hamburger-menu ul.nice-menu-menu-hamburger-menu .menu__item ul {
  position: static;
  visibility: visible !important;
  display: block !important;
  border: none;
  height: auto;
}
.navigation .hamburger-menu ul.nice-menu-menu-hamburger-menu .menu__item ul .menu__item {
  position: static;
  margin-left: 12px;
}
.navigation .hamburger-menu ul.nice-menu-menu-hamburger-menu .menu__item ul .menu__item a {
  color: white;
}

.hamburger-button {
  display: none;
  color: black;
  font-size: 3rem;
}
@media only screen and (max-width: 730px) {
  .hamburger-button {
    display: block;
  }
}

.c-mask {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 730px) {
  .navigation .primary-site-navigation .nice-menu {
    width: 100%;
  }
  .navigation .primary-site-navigation .nice-menu .menu__item {
    display: none;
  }
}
/*
 * Default active item in all Drupal menus - paint it black
 */
li a.active {
  color: #000;
}

#admin-menu {
  z-index: 1000;
  background: #000;
}

#navigation {
  z-index: 1000;
}

body.admin-menu {
  margin-top: 28px !important;
}

#admin-menu .dropdown a, #admin-menu .dropdown li > span {
  padding: 6px 8px;
  line-height: 16px;
}

#admin-menu .dropdown li ul {
  width: 200px;
}

#admin-menu .dropdown li li {
  width: 200px;
}

#admin-menu .dropdown li li.expandable ul {
  margin: -20px 0 0 200px;
}

#admin-menu .dropdown li li.expandable {
  background-position: 180px 6px;
}

/*
 * Main menu and Secondary menu links
 * (No such thing on this site?)
 */
#secondary-menu {
  float: right;
}

/*
 * MEGA MENU
 *
 */
.block-menu-id-menu-main-nav-channels .content ul.menu {
  margin-top: -55px;
}

#nice-menu-2.nice-menu-down li a.active,
#nice-menu-2.nice-menu-down li a.active-trail {
  color: #acacac;
}

#block-block-30 {
  display: none;
}

.reuters-menu h2 {
  font-size: 1em;
  font-weight: normal;
}

.reuters-menu .reuters-indsider {
  display: inline-block;
  margin-top: -10px;
}

#admin-menu {
  font-size: 1em;
}
#admin-menu #admin-menu-wrapper .dropdown a {
  font-size: 14px;
}

.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
  background-color: #3D454E;
}

.tb-megamenu .nav a {
  color: #D7DE2A;
}

.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: #000;
  color: #D7DE2A;
}

.tb-megamenu .dropdown-menu li > a {
  clear: both;
  color: #D7DE2A;
  display: block;
  border-top: none;
  text-align: left;
}

.tb-megamenu-menu-main-site-navigation .nav > li {
  float: left;
  height: 35px;
  margin-left: 0;
  margin-top: 0;
  padding-top: 0;
}

.tb-megamenu.tb-megamenu-menu-main-site-navigation .nav > li > a {
  padding: 4px 4px 4px 24px;
}

.tb-megamenu.tb-megamenu-main-site-navigation .dropdown-menu {
  background-color: #3d454e;
  border-bottom: 0;
  min-height: 100px;
}

.tb-megamenu .tb-megamenu-main-site-navigation.nav li.dropdown.open > .dropdown-toggle {
  background-color: #3d454e;
}

.mega-align-center .mega-dropdown-inner,
.mega-align-right .mega-dropdown-inner {
  background-color: #fff;
  margin-top: -13px;
}

.tb-megamenu .profile-sm-icons a {
  margin: -5px;
  margin-left: -45px;
}

.tb-megamenu .profile-sm-icon-first {
  padding-left: 25px;
}

#block-menu-menu-what-we-do ul li, #block-menu-menu-about-us-nav ul li {
  margin: 10px;
}

.tb-megamenu #se-menu img,
.tb-megamenu #jm-menu img,
.tb-megamenu #csr-menu img {
  float: left;
  margin: 15px;
}

.tb-megamenu #jm-menu img {
  margin-top: 17px;
}

.tb-megamenu #csr-menu img {
  margin-top: 13px;
}

.tb-megamenu .tb-block .block-title {
  font-weight: bold;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #000;
  color: #D7DE2A;
  border-bottom-color: #D7DE2A;
}

.tb-megamenu .nav > li.dropdown.open.active > a:hover {
  background-color: #000;
  color: #D7DE2A;
  border-bottom-color: #D7DE2A;
}

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
  background-image: none;
  background-color: #000;
  color: #D7DE2A;
}

.tb-megamenu .dropdown-menu li > a:hover, .tb-megamenu .dropdown-menu li > a:focus, .tb-megamenu .dropdown-submenu:hover > a {
  color: #D7DE2A;
}

#block-tb-megamenu-menu-blogger-menu {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 3000;
}

#block-tb-megamenu-menu-dashboard-menu {
  left: 0px;
  position: fixed;
  top: 0px;
  z-index: 3000;
}

.tb-megamenu-menu-dashboard .nav > li {
  float: left;
  margin-left: 0;
  margin-top: 0;
  padding-top: 0;
}

.tb-megamenu.tb-megamenu-menu-dashboard .nav > li > a {
  padding: 7px 15px;
  border-bottom: none;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}

.tb-megamenu.tb-megamenu-menu-dashboard .nav > li.active > a {
  background: transparent;
  border-bottom: 2px solid #D7DE2A;
  color: #D7DE2A;
}

.tb-megamenu.tb-megamenu-menu-dashboard .dropdown-menu {
  background-color: #000;
  border-bottom: none;
}

#block-tb-megamenu-menu-dashboard .tb-megamenu .span12.mega-col-nav .mega-inner {
  padding: 0;
}

#tb-megamenu-menu-main-site-navigation {
  height: 25px;
}

.tb-megamenu .nav > li > a {
  border-right: 1px solid #222222;
  border-top: 0 none;
  color: #fff;
  padding: 15px 20px;
  text-shadow: none;
  text-transform: capitalize;
}

.tb-megamenu .nav > li > a {
  font-weight: normal;
}

#block-views-videos-block .views-field-title,
#block-views-videos-block-2 .views-field-title {
  max-width: 150px;
}

.tb-megamenu .view-id-videos .view-footer {
  float: right;
}

.tb-megamenu #block-taxonomy-menu-block-1 {
  margin-top: -25px;
}

.tb-megamenu #block-block-41 {
  margin-bottom: -20px;
  padding-bottom: 0px;
  padding-left: 5px;
}

.tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}

.tb-megamenu .mega-nav > li:first-child > a, .tb-megamenu .dropdown-menu .mega-nav > li:first-child > a {
  padding-top: 8px;
}

#block-views-videos-block .views-field-title a,
#block-views-videos-block-2 .views-field-title a {
  white-space: normal;
}

#block-taxonomy-menu-block-1 h2.block-title {
  display: none;
}

#block-taxonomy-menu-block-1 ul li {
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 10px;
  width: 30%;
}

/*
 * Header Nav
 *
 *
 *
 */
#header-search-button {
  margin-top: 10px;
}

.header__login {
  text-align: right;
}

#block-menu-menu-header-nav h2.block-title,
#block-menu-menu-header-nav--2 h2.block-title {
  display: none;
}

#block-menu-menu-header-nav ul,
#block-menu-menu-header-nav--2 ul {
  margin: 0;
  padding: 0;
}

#block-menu-menu-header-nav ul li,
#block-menu-menu-header-nav--2 ul li {
  float: right;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 1px solid black;
  padding: 8px 12px;
  border-radius: 3px;
}

#block-menu-menu-header-nav ul li a,
#block-menu-menu-header-nav ul li a:hover,
#block-menu-menu-header-nav ul li a:visited,
#block-menu-menu-header-nav--2 ul li a,
#block-menu-menu-header-nav--2 ul li a:hover,
#block-menu-menu-header-nav--2 ul li a:visited {
  color: black;
}

#block-menu-menu-header-nav ul li.leaf,
#block-menu-menu-header-nav--2 ul li.leaf {
  list-style: none;
  list-style-image: none;
}

li.tb-megamenu-item.level-1.mega.nav-request-demo {
  float: right;
}

#block-tb-megamenu-menu-main-site-nav-mobile {
  display: none;
}

.fix-megamenu-odd-event-menu {
  display: none;
}

/* Admin menu overrides */
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background-color: black;
  color: #D7DE2A;
}

.tb-megamenu .dropdown-menu li > a {
  color: #fff;
  border-bottom: none;
}

.tb-megamenu .dropdown-menu li > a:hover {
  color: #D7DE2A;
}

#search-block-form--2 .form-item-search-block-form {
  width: 135px;
}
#search-block-form--2 .form-item-search-block-form input.form-text {
  width: 100%;
  padding: 0 5px;
}
#search-block-form--2 #edit-submit--2 {
  display: none;
}

.item-list .pager {
  display: block;
  clear: both;
  text-align: left;
  list-style: none;
  padding-top: 30px;
}
.item-list .pager li {
  display: inline-block;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  margin: 0 1px;
  padding: 3px 6px;
  height: 20px;
  min-width: 20px;
}
.item-list .pager li:hover a {
  color: #D7DE2A;
}
.item-list .pager li a {
  text-decoration: none;
  color: black;
  font-weight: 700;
  border-bottom: none;
}
.item-list .pager li.pager-current {
  background-color: black;
  border-radius: 10px;
  color: #D7DE2A;
}
.view-display-id-block_4 .item-list .pager li.pager-current {
  background-color: transparent;
  color: black;
  width: auto;
}

.item-list .pager li.pager-first a, .item-list .pager li.pager-previous a, .item-list .pager li.pager-next a, .item-list .pager li.pager-last a {
  display: block;
  font-family: "FontAwesome";
}
.item-list .pager li.pager-first a:before, .item-list .pager li.pager-previous a:before, .item-list .pager li.pager-next a:before, .item-list .pager li.pager-last a:before {
  font-size: 1.5rem;
}
.item-list .pager li.pager-first a:before {
  content: "";
}
.item-list .pager li.pager-previous a:before {
  content: "";
}
.item-list .pager li.pager-next a:before {
  content: "";
}
.item-list .pager li.pager-last a:before {
  content: "";
}
.item-list .pager li .ajax-progress-throbber {
  height: 15px;
  width: 15px;
  margin: 0 !important;
  padding: 0 !important;
}

.view-client-dashboard .item-list ul.pager li.pager-next a.progress-disabled {
  display: block;
}

/**
 * @file
 * Form Styling
 */
/*          General Form Styles         */
.form-item {
  margin: 1.5em 0;
}

input[type=text] {
  /*  font-size: 11px;*/
}

input:focus {
  outline: none;
}

a.button {
  display: inline-block;
  margin: 7px 5px 5px 0;
}

html.js input.form-autocomplete {
  background-position: 100% 12px;
  background-repeat: no-repeat;
}

html.js input.throbbing {
  background-position: 100% -12px;
  background-repeat: no-repeat;
}

select {
  /*  border: 1px solid lightGrey;*/
  /*  font-size: 11px;*/
  min-height: 25px;
  height: 28px;
  border: 1px solid #C3C3C3;
  padding: 3px;
  background: #FFF;
}

.form-item input[type=text],
.form-item input[type=password] {
  height: 2em;
  padding: 5px 0 0 5px;
  border: 1px solid #C3C3C3;
}

.form-type-checkbox input {
  /*  width: auto;*/
  /*  outline: none;*/
  /*  border: 0 !important;*/
  margin: 0;
  padding: 0;
}

.form-type-radio input {
  /*  width: auto;*/
  outline: none;
  margin: 0;
  padding: 0;
}

/* Form Buttons */
.form-submit {
  display: inline-block;
  width: auto;
  padding: 7px;
  background: linear-gradient(#D7DE2A, #ABB047);
  text-align: center;
  position: relative;
  text-decoration: none;
  border: 1px black solid !important;
  color: black;
  font-weight: 700;
  text-transform: capitalize;
  margin: 7px 0 0;
  padding: 4px 7px;
}
.form-submit input {
  outline: none;
  margin: 0;
  padding: 0 10px;
}

.searchbox .search-button {
  text-transform: capitalize;
}

.form-checkbox {
  /*  outline: 0; */
  margin: 0 5px 0 0;
}

.fieldset-legend {
  color: #3C3C3C;
}

/* Error highlighting */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #C00;
}

/* The label for a form element */
.form-item label {
  display: block;
  font-weight: bold;
}

/* The label for a radio button or checkbox */
.form-item label.option {
  display: inline;
  font-weight: normal;
}

/* The part of the label that indicates a required field */
.form-required {
  color: #C00;
}

/* The descriptive help text (separate from the label) */
.form-item .description {
  font-size: 0.85em;
}

/* Pack groups of checkboxes and radio buttons closer together */
.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 0.4em 0;
}

/* Fieldsets */
.fieldset-wrapper,
.fieldset-wrapper table,
.fieldset-wrapper .field-multiple-table,
.form-text,
.form-item,
#field-news-facts-values {
  /*  max-width: 800px;*/
}

.fieldset-wrapper table {
  white-space: normal;
}

.form-type-textarea, .form-item input[type=text].text-full {
  /*max-width: 90%;*/
  max-width: 810px;
}

.resizable-textarea textarea {
  border: 1px solid #CBCFD3;
  font-size: 12px;
  resize: none;
  padding: 5px;
}

fieldset.filter-wrapper {
  border-top: 1px solid #CBCFD3;
  margin: 1em 0 0;
  padding: 0 0 1em 0;
}

.wysiwyg-toggle-wrapper {
  text-align: right;
  padding: 10px;
}

/* Inline labels and form divs */
.container-inline div,
.container-inline label {
  display: inline;
}

/* Tips for Drupal's input formats */
/*            Fieldsets             */
fieldset, html.js fieldset.collapsed {
  border: 1px solid #CBCFD3;
  padding-bottom: 24px;
}

html.js fieldset.collapsible .fieldset-legend {
  background: transparent url(../images/icon-minus.gif) no-repeat scroll 0;
  padding-left: 0;
  font-weight: normal;
}

html.js fieldset.collapsed .fieldset-legend {
  background: transparent url(../images/icon-plus.gif) no-repeat scroll 0;
}

html.js fieldset.collapsible .fieldset-legend a {
  padding-left: 20px;
}

/****** Move the legend inside the fieldset *****/
html.js fieldset.collapsible legend {
  position: absolute;
}

html.js fieldset.collapsible div.fieldset-wrapper {
  padding-top: 20px;
}

/***** Tabbed boxes *******/
div.horizontal-tabs,
div.vertical-tabs,
.vertical-tabs ul.vertical-tabs-list {
  border: 2px solid #D9DADA;
}

.vertical-tabs ul.vertical-tabs-list {
  margin: -2px 0 -2px -15em;
  border-right: none;
}

li.vertical-tab-button .selected {
  border-right: none;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/*
 * Search (search-block-form.tpl.php)
 * Wrapper for the search form
 */
/*      The Login form block       */
#top-login {
  position: absolute;
  left: 20px;
  top: 6px;
  color: #FFF;
  font-size: 13px;
}

#top-login div {
  display: inline;
}

/*
#top-login #edit-actions,
#top-login #edit-actions--2 {
  display: inline-block;
  margin: 0 5px 0 0;
  }
*/
#top-login #user-login-form {
  /* this will invoke the IE float margin bug */
  float: left;
  margin-left: 10px;
}

#top-login .login-text {
  border-right: 1px solid #FFF;
  width: 40px;
  float: left;
  margin-top: 3px;
}

#top-login .logged-in {
  padding-right: 10px;
  display: inline;
  position: relative;
  top: -11px;
}

#top-login .logout {
  margin: 0 10px;
  display: inline;
  position: relative;
  top: -7px;
}

#top-login .logout img {
  margin-top: 7px;
}

#top-login .item-list {
  display: none;
}

#top-login .form-item, #user-login-form .form-item {
  width: 180px;
  height: 20px;
  margin-right: 7px;
  position: relative;
  display: inline;
  background: url(../images/login_box_bg.jpg);
}

#top-login .form-item input, #user-login-form .form-item input {
  width: 165px;
  padding-left: 10px;
  padding-top: 0;
  border: none;
  background: none;
  color: #2C2C2C;
  font-size: 11px;
}

#top-login #edit-actions,
#top-login #edit-actions--2 {
  display: inline;
  margin-bottom: 5px;
}

#top-login #edit-actions,
#top-login #edit-actions--2 input.form-submit,
.page-toboggan-denied #top-login #edit-actions--4 input.form-submit {
  background: url(../images/btn_sprite.png) repeat-x scroll left bottom;
  border: 1px solid #2C7C8D;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  height: 20px !important;
  text-shadow: 1px 1px 1px #053C4B;
  width: auto !important;
  text-transform: uppercase;
  padding: 0 10px !important;
}

#page-wrapper #user-login-form .item-list,
#user-login-form label {
  display: none;
}

#user-login-form {
  text-align: left;
  /* LTR */
}

#user-login-form .form-item-name,
#user-login-form .form-item-password {
  background: url(../images/login_box_bg.jpg) repeat scroll 0 0 transparent;
  /*  float: left;*/
  width: 180px;
  height: 20px;
  margin: 0 2px 0 0;
  padding: 0 !important;
}

/*
#user-login-form .form-item label {
	font-weight: normal;
	font-size: 11px;
  }
#user-login-form .form-item-name label,
#user-login-form .form-item-pass label {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #2C2C2C;
  padding-left: 5px;
  font-weight: 300;
  }
*/
#user-login-form .form-item input {
  background: none;
  border: none;
  color: #2C2C2C;
  font-size: 11px;
  height: 20px !important;
  width: 170px;
  padding: 0 0 0 10px !important;
}

#user-login-form .form-required {
  display: none;
}

#user-login-form .form-item {
  margin-top: 0;
}

#edit-submit--2 {
  margin: 0;
}

/*            OpenID            */
#user-login-form ul {
  margin-bottom: 0;
  /* Position OpenID's ul next to the rest of the links. */
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  margin-top: 1.5em;
  margin-left: -20px;
  /* LTR */
  /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link {
  margin-top: 1.5em;
}

/* Dashboard Upload Buttons */
.view-display-id-block_2 .upload-button a {
  color: #FFF;
  text-align: center;
  margin-top: 10px;
  background: transparent url(../images/bttn-background.gif) repeat scroll 0 0;
}

/*
 * Drupal admin tables
 *
 * We overrode these styles in html-reset.css, but restore them for the admin
 * section of the site.
 */
form th {
  /*  border-bottom: none !important;*/
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #CCC;
}

form tbody {
  border-top: 1px solid #ccc;
}

form tr.even {
  background-color: #fff;
}

form table .item-list ul {
  margin: 0;
}

/*
 * Fix OG audience box
 */
form .group-audience {
  height: 250px;
}

/*
 * permanently hidden items because they are hybrid programatic/UI
 */
.group-dont-ever-show {
  display: none;
}

input:-webkit-autofill {
  background: none;
  background-color: none;
}

.tabledrag-hide {
  display: none;
}

/*
#edit-field-dist-now, #edit-field-dist-archive {
  float:right;
  width:250px;
  margin-left:35px;
  }

#edit-field-dist-archive {
  margin-bottom: -30px;
  margin-top: -10px;
  }
*/
#field-fmr-date-time-add-more-wrapper .form-wrapper {
  /*width: 60%;*/
}

#node_fmr_form_group_fmr_distribution .fieldset-wrapper {
  position: relative;
}

#node_fmr_form_group_fmr_distribution .group_distro {
  width: 30%;
  position: absolute;
  right: 10px;
  top: 10px;
}

#edit-field-dist-client-sm .form-type-checkbox label {
  white-space: no-wrap;
  max-width: 150px;
  padding: 5px 80px;
}

/*#edit-field-campaign-summary-und-0-format {
  display: none;
  }*/
.role-editor #edit-field-campaign-summary-und-0-format {
  /*display: none;*/
}

/** Hide the extra form stuff in campaign create popup **/
#cboxContent .node-campaign-form .field-name-group-audience,
#cboxContent .node-campaign-form .vertical-tabs-panes {
  display: none;
}

.tabs-inner-nav {
  clear: both;
  height: 1.5em;
  margin-top: 0.5em;
}

.tabs-inner-nav a {
  display: inline-block;
}

.tabs-inner-nav a.tabs-inner-prev {
  float: left;
  text-align: left;
}

.tabs-inner-nav a.tabs-inner-next {
  float: right;
  text-align: right;
}

#fmr-form-dist-wheel-image {
  margin-left: 50px;
}

#fmr-form-dist-wheel-text {
  margin-bottom: 30px;
}

.cke_contents #cke_contents_edit-field-fmr-body-und-0-value {
  background: #FFF;
}

/*
  The CSR Minute page
*/
.page-the-csr-minute .region-sidebar-second, .page-csr-video .region-sidebar-second {
  background: #ECEDED url(../images/home_sidebar_top.gif) no-repeat scroll right top;
  margin-left: 560px;
  margin-top: 0;
  width: 354px;
}

.page-the-csr-minute #flowplayer-video, .page-csr-video #flowplayer-video {
  width: 540px;
}

.page-the-csr-minute .video-js, .page-csr-video .video-js {
  width: 540px;
  height: 310px;
}

.page-the-csr-minute .region-sidebar-second .views-row, .page-csr-video .region-sidebar-second .views-row {
  border-bottom: 1px dashed #2C2C2B;
  width: 325px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/*
    Video Preview
*/
.video-preview img, .video-widget-data img {
  max-width: 125px;
  display: block;
}

.video-preview, .video-widget-data {
  display: block;
  clear: both;
}

/*
.node-type-fmr .section-node-edit .region-content {
  width: 960px;
  }
*/
/* Hide Opengraph form */
#edit-opengraph-meta {
  display: none;
}

.form-item .description {
  white-space: normal;
  clear: both;
}

.video-widget {
  padding-left: 10px;
}

#block-menu-menu-dashboard {
  display: block;
}

.video-js {
  height: 360px;
}

#admin-menu {
  box-shadow: none;
  z-index: 2000;
  background: #3D454E;
}

.body.admin-menu {
  margin-top: 39px !important;
}

/*            FMR Node Form           */
#edit-field-fmr-video-und-table th {
  display: none;
}

#node_fmr_form_group_fmr_multimedia_fieldset .group-fmr-multimedia .horizontal-tabs {
  width: 820px;
}

#edit-field-fmr-video-und-0-thumbnail-ajax-wrapper {
  margin-top: 20px;
}

/* Hide "Text Format" on fmr body */
#field-fmr-body-add-more-wrapper h3 {
  display: none;
}

#field-fmr-body-add-more-wrapper .filter-wrapper {
  display: block;
  border: none;
}

#field-fmr-body-add-more-wrapper .filter-wrapper .form-type-select, #field-fmr-body-add-more-wrapper .filter-wrapper .filter-guidelines, #field-fmr-body-add-more-wrapper .filter-wrapper .filter-help {
  display: none;
}

.section-fmr-edit tr.odd .form-item,
.section-fmr-edit tr.even .form-item,
.section-fmr-edit div.form-item {
  white-space: normal;
}

#fmr-error form {
  text-align: right;
}

.section-node-edit .node-type-fmr #content {
  width: 100%;
}

.group-fmr-multimedia th {
  display: none;
}

#node_fmr_form_group_fmr_internal_fieldset {
  display: none;
}

.role-editor #node_fmr_form_group_fmr_internal_fieldset {
  display: block;
}

/* FMR Form in Colorbox */
#cboxLoadedContent #fmr-node-form {
  width: 600px;
}

#widget_pager_bottom_fmr_related_content_blocks-block_6 {
  margin-top: 15px;
}

/*          Format all the phone fields           */
/*
#edit-field-user-phone-und-0-country-codes,
#edit-field-processing-phone-und-0-country-codes,
#edit-field-fmr-contact-phone-und-0-country-codes,
#edit-field-fmr-contact-phone2-und-0-country-codes { display: none; }
*/
#edit-field-user-phone-und-0-extension,
#edit-field-processing-phone-und-0-extension,
#edit-field-fmr-contact-phone-und-0-extension,
#edit-field-fmr-contact-phone2-und-0-extension {
  width: 4em;
}

/* items that follow the phone fields */
#edit-picture,
#field-fmr-contact-other-values,
#field-fmr-contact-other2-values {
  clear: both;
}

#edit-field-fmr-tweet-und-0-value .description {
  width: 350px;
}

#edit-field-fmr-campaign-und {
  width: 350px;
}

/*          URL Shortener Form          */
.region-sidebar-second form#shorten-form-shorten #shorten_replace {
  position: relative;
}

.region-sidebar-second form#shorten-form-shorten input.shorten-long-url,
.region-sidebar-second form#shorten-form-shorten #shorten_replace #edit-shortened-url-1,
.region-sidebar-second form#shorten-form-shorten #shorten_replace input.shorten-shortened-url {
  width: 214px !important;
}

.region-sidebar-second form#shorten-form-shorten select.form-select {
  min-width: 221px !important;
}

.region-sidebar-second form#shorten-form-shorten #shorten_replace .messages {
  display: block;
  width: 176px;
  padding: 10px 10px 10px 40px;
  border: 2px solid #6b787a;
  position: absolute;
  left: -239px;
  right: 0;
  top: 9px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  background: url(../images/message-24-ok.png) no-repeat scroll 7px 10px #E9F1F2;
}

.region-sidebar-second form#shorten-form-shorten #shorten_replace .messages em {
  color: #566263 !important;
}

.region-sidebar-second form#shorten-form-shorten #shorten_replace .messages h2.element-invisible {
  width: 15px;
  height: 28px;
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  right: -9px;
  top: 5px;
  background: url(../images/message_bttm_img.png) no-repeat scroll right top;
  clip: rect(auto, auto, auto, auto);
  text-indent: -9999px;
}

#shorten_replace .messages em {
  clear: none;
}

#shorten_replace .form-required {
  display: none;
}

.password-strength {
  width: 17em;
  float: right;
  margin-top: 0;
}

.filter-wrapper {
  display: none;
}

.field-type-text-with-summary .filter-wrapper {
  display: block;
}

.role-editor #edit-field-client-desc-und-0-format {
  display: block;
}

#edit-field-client-desc-und-0-format-help, #edit-field-client-desc-und-0-format-guidelines, .form-item-field-client-desc-und-0-format {
  display: none;
}

.node-type-client fieldset.filter-wrapper {
  border: none;
}

.node-type-client .wysiwyg-toggle-wrapper {
  width: 800px;
}

/* new wysiwyg wraps the disable rich text link in the filter wrapper - must show */
#edit-field-campaign-summary-und-0-format {
  display: block;
}

.cke_show_borders body {
  background-color: #FFFFFF !important;
  background-image: none !important;
}

.cke_contents iframe {
  background-image: url("/sites/all/themes/threebl/images/white-pixel.jpg");
}

.form-item-field-fmr-spec-inst-und-0-value {
  max-width: 100%;
}

#edit-field-fmr-tweet-und-0-value {
  max-width: 845px;
}

.page-node-edit .node-type-fmr .region-sidebar-second {
  margin-left: 300px;
}

#node_fmr_form_group_additional_settings_tab {
  background-color: #ffffff;
}

.group-additional-settings-tab .vertical-tabs {
  width: 455px;
}

/* Fix overflow problem with Switch User Autocomplete form */
.form-item-username #autocomplete ul {
  padding-top: 10px;
  background: #ffffff;
}

#tweet-countdown {
  font-size: 1.1rem;
  color: #C3C3C3;
  border: 1px solid #C3C3C3;
  width: 30px;
  float: right;
  margin-top: -40px;
  text-align: center;
}

#tweet-countdown.negative-tweet {
  color: #b20000;
}

#short-teaser-countdown {
  font-size: 1.1rem;
  margin-top: -15px;
}

.node-fmr-form .form-item-title {
  clear: both;
}

#edit-field-vertical-taxonomy-und input {
  display: none;
}

.form-item-field-vertical-taxonomy-und {
  float: left;
}

#edit-field-dist-vertical-und .form-type-checkbox {
  float: left;
  margin-left: 10px;
}

#edit-field-dist-vertical {
  margin-left: 10px;
  margin-top: -10px;
  padding-top: 0px;
}

#edit-field-vertical-taxonomy {
  margin-right: 25px;
  margin-top: 10px;
}

#edit-field-dist-vertical-und .views-field-field-vertical-big-icon {
  left: -60px;
  bottom: 15px;
  position: relative;
}

.form-item-field-dist-vertical-und label {
  margin-bottom: 12px;
}

.node-blog-form #edit-field-vertical-taxonomy-und input {
  display: block;
}

.node-blog-form #edit-field-vertical-taxonomy-und .form-item-field-vertical-taxonomy-und {
  margin-right: 40px;
}

#news-page-highlight-node-form #edit-field-vertical-taxonomy-und input {
  display: block;
}

.view-display-id-block_2 a {
  color: #000;
}

#news-page-highlight-node-form #edit-field-vertical-taxonomy-und .form-type-radio {
  width: 40px;
  padding: 10px;
}

#colorbox .ajax-progress-throbber {
  top: 140px;
  position: absolute;
  left: 100px;
}

ul.media-list-thumbnails li {
  float: left;
  width: 100% !important;
  height: 100% !important;
  /*overflow: hidden;*/
  border: 1px solid #CBCFD3 !important;
  text-align: center;
  margin: 0 5px 0 0;
  padding: 4px;
}

.clsFieldWidth {
  width: 750px;
}

.fmr-date-time-et {
  font-size: 1.2em;
  color: red;
  padding-right: 20px;
  float: right;
  margin-top: -59px;
}

#no-tweet-error form {
  padding-right: 110px;
  text-align: right;
}

#edit-field-video-und-table {
  width: 100%;
}

#edit-field-video-und-table td {
  padding-bottom: 25px;
}

.field-widget-group-audience .chosen-container .chosen-drop {
  top: 10%;
}

a.button {
  color: #ffffff;
  text-align: center;
}

#fmr-node-form .form-field-name-field-fmr-feature-homepage {
  clear: both;
}

#fmr-node-form .form-field-name-field-include-csrwire {
  padding: 10px;
  float: left;
  width: 250px;
  height: 95px;
}

#fmr-node-form .form-item-field-include-csrwire-und {
  margin-top: 0;
}

#fmr-node-form .form-field-name-field-fmr-other-file {
  display: none;
}

#user-profile-form #edit-actions--2 .form-submit, #edit-actions .form-submit {
  margin-right: 7px;
}

.need_account_link.form-submit {
  float: revert;
  margin-right: 10px;
}
.need_account_link.form-submit + .form-actions.form-wrapper {
  float: left;
  margin-top: 0;
}
.need_account_link.form-submit a, .need_account_link.form-submit a:link, .need_account_link.form-submit a:visited, .need_account_link.form-submit a:hover, .need_account_link.form-submit a:active {
  border: none;
  color: #000;
}

.page-search .form-wrapper .form-item-keys label {
  display: none;
}
.page-search .spelling-suggestions {
  padding-left: 25px;
}
.page-search .spelling-suggestions dd {
  margin-left: 0;
}
.page-search .search-form, .page-search h2 {
  padding-left: 25px;
}

.region-sidebar-second .block-title,
.view-fmr-related-content-blocks .block-title {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: initial !important;
  background-color: #D7DE2A;
  padding: 8px;
}
.region-sidebar-second .views-field-title-1 a,
.view-fmr-related-content-blocks .views-field-title-1 a {
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 2px #D7DE2A solid;
}
.region-sidebar-second .views-field-title-1 a:hover,
.view-fmr-related-content-blocks .views-field-title-1 a:hover {
  color: #D7DE2A;
  border-bottom: none;
}

/* Latest Campaigns in sidebar */
#block-views-news-block-1 .latest-campaigns-sidebar .views-row,
#block-views-news-block-3 .latest-campaigns-sidebar .views-row,
#block-views-news-block-4 .latest-campaigns-sidebar .views-row {
  padding: 10px 0;
}
#block-views-news-block-1 .latest-campaigns-sidebar .views-row .views-field-title a,
#block-views-news-block-3 .latest-campaigns-sidebar .views-row .views-field-title a,
#block-views-news-block-4 .latest-campaigns-sidebar .views-row .views-field-title a {
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 2px #D7DE2A solid;
}
#block-views-news-block-1 .latest-campaigns-sidebar .views-row .views-field-title a:hover,
#block-views-news-block-3 .latest-campaigns-sidebar .views-row .views-field-title a:hover,
#block-views-news-block-4 .latest-campaigns-sidebar .views-row .views-field-title a:hover {
  color: #D7DE2A;
  border-bottom: none;
}
#block-views-news-block-1 .latest-campaigns-sidebar .views-row .views-field-field-campaign-summary,
#block-views-news-block-3 .latest-campaigns-sidebar .views-row .views-field-field-campaign-summary,
#block-views-news-block-4 .latest-campaigns-sidebar .views-row .views-field-field-campaign-summary {
  margin-top: 8px;
}

/*
    FMR node page

    The body class .node-type-fmr identifies an FMR page

    The div class .node.node-fmr identifies the FMR node itself

*/
html {
  font-size: 62.5%;
}

/****** Associated Content Blocks ******/
#block-views-b767bb9283bf4bee06fed926dbb624a1 {
  max-width: 220px;
}

.region-fmr-associated-content {
  float: right;
  clear: right;
}

.views-slideshow-pager-field-item {
  float: left;
  margin-left: 5px;
}

.section-csr-news .node-type-fmr .region-content {
  margin-left: 36px;
  width: 390px;
}

.node-type-fmr .title {
  margin-left: 28px;
}

/* content-header top */
.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 {
  background-color: #ECEDED;
  margin-bottom: 5px;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 h2.block-title {
  font-size: 18px;
  color: #000;
  padding-left: 28px;
  padding-top: 13px;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .views-field-field-campaign {
  text-align: right;
  position: relative;
  left: -28px;
  top: -24px;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .views-field-field-campaign a {
  color: #0AC;
  font-size: 14px;
  text-decoration: none;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .item-list {
  display: none;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .attachment-after {
  background-color: #FFF;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .view-display-id-attachment_2 {
  color: #8c8d90;
  font-weight: bold;
  position: relative;
  left: 28px;
  top: 5px;
  text-transform: uppercase;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .view-display-id-attachment_3 {
  text-align: right;
  position: relative;
  left: -28px;
  top: -14px;
  text-transform: uppercase;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .view-display-id-attachment_2 a,
.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .view-display-id-attachment_3 a {
  color: #05aacc;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

/* keywords */
.node-type-fmr #block-cck-blocks-field-fmr-tags {
  background-color: #eceded;
  color: #8c8d90;
  font-weight: normal;
  font-size: 10px;
  margin-left: 28px;
  padding: 5px;
  width: 430px;
}

.node-type-fmr #block-cck-blocks-field-fmr-tags .block-title {
  display: none;
}

.node-type-fmr #block-cck-blocks-field-fmr-tags .field-label {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}

.node-type-fmr #block-cck-blocks-field-fmr-tags .field-item {
  display: inline;
  padding: 0 3px;
  border-right: 1px solid #8c8d90;
}

.node-type-fmr #block-cck-blocks-field-fmr-tags .field-item a {
  color: #8C8D90;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
}

/*          right sidebar         */
.node-type-fmr .region-sidebar-second,
.node-type-fmr .region-sidebar-second a {
  color: #2C2C2C;
}

.node-type-fmr .region-sidebar-second .views-field-field-fmr-date-time {
  color: #767676;
  font-size: 10px;
}

.colorbox-visible,
#colorbox-content {
  width: 640px;
  height: 350px;
}

.colorbox-hide-video {
  position: absolute;
  left: -10000px;
}

.home-video-player {
  overflow: visible;
}

/*
#cboxWrapper , #cboxContent{
background:none;
}
**/
.ui360-vis a {
  display: none;
}

.page-node-edit h1#page-title {
  display: block;
}

#fmr-header, #fmr-keywords {
  width: calc(100% - 40px);
}

.region-fmr-associated-content {
  margin-right: -215px;
}

#fmr-header {
  padding: 1em 20px;
  margin: 0 0 0.5em;
  border-bottom: 3px solid #e9ebed;
}

.threebl-header--title {
  display: none;
}

.threebl-header--title__short {
  display: none;
}

#fmr-header .client-name {
  padding-bottom: 10px;
  font-size: 1.6em;
  text-shadow: 1px 1px 1px #FFF;
}

#fmr-keywords {
  /*  width: 610px;*/
  min-height: 30px;
  padding: 5px 5px 5px 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #848B8E;
  font-size: 90%;
}

#fmr-title {
  font-size: 2.6em;
  font-weight: bolder;
  color: black;
  margin-bottom: 15px;
}

#fmr-subtitle {
  font-size: 1.3em;
  color: black;
  margin-bottom: 20px;
  /*	font-weight:bold; */
}

.field-name-field-fmr-date-time .date-display-single {
  font-size: 12px;
}

[class^=fmr-meta-container--] {
  color: #848B8E;
  margin: 20px 0 20px 0px;
}
[class^=fmr-meta-container--] p {
  margin-top: 0;
  margin-bottom: 0;
}
[class^=fmr-meta-container--] .field-name-field-fmr-type-of-content {
  display: inline;
  padding: 0 !important;
}
[class^=fmr-meta-container--] .field-name-field-fmr-type-of-content .field-items {
  display: inline;
}
[class^=fmr-meta-container--] .field-name-field-fmr-type-of-content .field-items .field-item {
  display: inline;
}

#fmr-other-file {
  /* border: 1px solid #848B8E;*/
  width: 600px;
  /*height: 20px;*/
  padding: 15px 15px 0 15px;
  border: 1px solid #e9ebed;
}

#fmr-other-file.fmr-other-file-classic {
  padding-bottom: 15px;
}

.view-mode-fmr_document #fmr-other-file {
  margin-bottom: 20px;
  height: auto;
}

.view-mode-fmr_document #fmr-other-file.document-count-1 {
  padding-bottom: 0;
}

/*#fmr-other-file .field-name-field-fmr-other-file,*/
#fmr-other-file-label {
  /*float: left;*/
}

.view-mode-fmr_document #fmr-other-file .field-name-field-fmr-other-file,
.view-mode-fmr_document #fmr-other-file #fmr-other-file-label {
  float: none;
}

.view-mode-fmr_document #fmr-other-file #fmr-other-file-label {
  padding: 0 0 15px 0;
  text-align: center;
}

.group-fmr-disp-contact1 {
  margin-bottom: 15px;
}

.group-fmr-disp-contact .field {
  padding: 0;
}

#fmr-multimedia-title {
  font-size: 1em;
  font-weight: normal;
  color: #848B8E;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.group-fmr-disp-contact a {
  color: black;
}

/*
  .fmr-padding { padding-bottom: 10px; }
  .fmr-indent { margin-left: 20px; }
*/
#fmr-body .content {
  /*  line-height: 1.386;*/
  /*  font-size: 0.875em;*/
  color: #494949;
}

/* .node-type-fmr .region-content { margin: 10px 0 0 0; } */
.node-type-fmr h1.title {
  margin: 0 0 10px;
  padding: 5px 127px 5px 12px;
}

.node-type-fmr h1#page-title {
  display: none;
}

.node-type-fmr .region-content {
  clear: left;
  display: block;
}

.node-type-fmr .node-fmr .field-name-field-fmr-body {
  padding: 0 10px 0 0px;
}

#fmr-blog-newsletter-url {
  margin: 1em 0 0.5em;
}

.node-type-fmr .node-fmr .view-display-id-attachment_2 {
  padding: 10px 10px 0 12px;
}

.node-type-fmr .attachment-after .views-row-1 .views-field-php {
  padding: 0;
}

.node-type-fmr .attachment-after .views-row-1 span a {
  margin: 0;
  padding: 0 0 0 10px;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .views-field-field-campaign {
  background: #F4F4F4;
  color: #5C5F61;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
  padding: 10px;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .view-display-id-attachment_2 {
  color: #8C8D90;
  font-weight: 700;
  left: 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
  padding: 10px 10px 0 15px;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .view-display-id-attachment_2 span {
  font-size: 90%;
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .view-display-id-attachment_3 {
  left: -18px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  top: -16px;
  float: right;
  display: none;
  font-size: 90%;
}

/*
.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .view-display-id-attachment_3 a {
  }
*/
.node-type-fmr #block-cck-blocks-field-fmr-tags {
  background: #F4F4F4;
  color: #8C8D90;
  font-size: 90%;
  /*  font-weight: 400;*/
  /*  width: 610px;*/
  margin: 15px 0 0;
  padding: 5px;
}

.node-type-fmr #block-cck-blocks-field-fmr-tags a {
  color: #333;
  padding: 0 10px;
}

/*      Associated Content (images)       */
.region-fmr-associated-content {
  width: 200px;
  float: right;
  border-left: #E5E7E8 1px dashed;
  padding: 0 10px 0 32px;
  margin: 0 0 10px;
}

.region-fmr-associated-content .views-slideshow-pager-fields {
  text-align: center;
  overflow: hidden;
}

.region-fmr-associated-content .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  background: transparent url(../images/pagination_bg.png) repeat-x scroll left top;
  border-radius: 2px;
  display: inline-block;
  font: bold 12px/14px Arial;
  height: 12px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #B9B9B9;
  color: #4F4F4F;
  cursor: pointer;
  float: none;
  margin: 0 2px 0 0;
  padding: 2px;
}

.region-fmr-associated-content .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  border: 1px solid #098BA7;
  background-position: left bottom;
  color: #FFF;
}

.region-fmr-associated-content #fmr-associated-title h3 {
  /*  width: auto;*/
  margin: 0 0 20px;
}

.region-fmr-associated-content .views-slideshow-cycle-main-frame-row-item {
  clear: both;
  width: 200px;
}

#fmr-summary {
  padding-left: 20px;
}

#fmr-preview #fmr-summary p {
  margin: 10px 0;
}

#fmr-summary h2 {
  color: #848B8E;
  text-transform: uppercase;
  font-size: 1em;
  margin-left: -10px;
}

#fmr-preview #fmr-summary h2 {
  color: #848B8E;
  text-transform: uppercase;
  font-size: 1em;
  margin-left: -10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* container for FMR Full rendering */
#fmr-resource-title {
  color: #848B8E;
  font-size: 90%;
  text-transform: uppercase;
}

#fmr-resources {
  padding-left: 20px;
}

.fmr-resource {
  padding: 5px;
}

#views_slideshow_pager_field_item_bottom_fmr_related_content_blocks-block_6_2_0 {
  margin-top: 20px;
}

.ui360-vis .sm2-360btn-default {
  background: url("/sites/all/themes/threebl/images/PlayAudio.png") no-repeat scroll 50% 50% transparent;
}

#fmr-contacts h3 {
  color: #848B8E;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0;
  float: none;
  line-height: 12px;
  /* this is to override backend css in the preview window */
}

#fmr-contacts {
  padding-top: 10px;
  padding-left: 0px;
}

.node-fmr .video-overlay-img {
  display: block;
  width: 100%;
  height: 85px;
  background: url(../images/csr_video_play.png) no-repeat scroll center center;
  position: absolute;
  top: 0;
}

.node-fmr .fmr-mm-4-photo {
  position: relative;
}

.node-fmr .fmr-mm-2-col-video .video-overlay-img, .node-fmr .fmr-mm-4-photo .video-overlay-img {
  top: 70px;
}

.node-fmr #fmr-photos-mm-medium .video-overlay-img {
  top: 30px;
}

.vjs-default-skin .vjs-big-play-button {
  top: 14em;
  left: 25em;
}

.view-fmr-related-content-blocks .views-field-field-video a img {
  margin-left: 20px;
}

/**
  * specific view-mode styling
**/
/* fmr blog style */
/* these don't take responsive display into account yet. */
#fmr-preview {
  z-index: 9999;
  width: 665px;
  height: 1000px;
  background: #fff;
  opacity: 1;
  position: absolute;
  overflow: scroll;
  padding: 13px;
}

#fmr-preview #fmr-body p {
  margin: 10px 0;
  /* only setting this because the colorbox doesn't pick up default browser p margin */
}

/* more preview overrides. Since preview is loaded on an admin page, it inherits some of the admin css
 * that we don't necessarily want on an FMR */
#fmr-preview ul {
  padding-left: 40px;
  margin: 10px 0;
  list-style: disc;
}

#fmr-preview ul > li {
  list-style: disc;
}

#fmr-preview ol > li {
  list-style: decimal;
}

#fmr-preview-close-wrapper {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 35px;
  width: 32px;
  text-align: center;
}

#fmr-preview-close {
  position: fixed;
  font-size: 2em;
  height: 33px;
  width: 30px;
  border: 1px solid #000;
}

#fmr-preview-close-wrapper:hover {
  cursor: pointer;
  background: #000;
}

#fmr-preview-close:hover {
  color: #fff;
  background: #000;
}

.node-fmr.view-mode-fmr_blog .region-fmr-associated-content {
  border: none;
  float: none;
  width: auto;
}

.node-fmr.view-mode-fmr_blog #fmr-associated-content-region, .node-fmr.view-mode-fmr_blog .views-slideshow-controls-bottom {
  text-align: center;
  margin: auto;
}

.node-fmr.view-mode-fmr_blog #fmr-associated-content-region {
  margin-bottom: 20px;
}

.node-fmr.view-mode-fmr_blog .views-slideshow-pager-field-item {
  float: none;
}

.node-fmr.view-mode-fmr_blog #fmr-blog-mm-item, #fmr-associated-content-region {
  position: relative;
}
.node-fmr.view-mode-fmr_blog #fmr-blog-mm-item a, #fmr-associated-content-region a {
  border-bottom: none;
}

.node-fmr.view-mode-fmr_blog #fmr-ss-pager {
  clear: both;
}

.node-fmr.view-mode-fmr_multimedia #fmr-mm-item-main {
  width: 436px;
  height: 336px;
  float: left;
  margin-right: 20px;
  position: relative;
}

.node-fmr.view-mode-fmr_multimedia #fmr-mm-item-main.fmr-mm-total-1 {
  /* try to center if only i item */
  margin-left: 105px;
}

.node-fmr.view-mode-fmr_multimedia #fmr-associated-content-region {
  width: 100%;
  text-align: center;
}

.node-fmr.view-mode-fmr_multimedia #fmr-mm-item-main img {
  margin-bottom: 5px;
  /* spacing before small images */
}

.node-fmr.view-mode-fmr_multimedia #fmr-photos-mm-medium {
  width: 153px;
  float: left;
  position: relative;
}

.node-fmr.view-mode-fmr_multimedia #fmr-photos-mm-small-wrapper {
  width: 608px;
  clear: both;
  /*height: 40px;
  margin-bottom: 40px;*/
  text-align: center;
}

.node-fmr.view-mode-fmr_multimedia #fmr-photos-mm-small {
  /*float: right;*/
}

.node-fmr.view-mode-fmr_multimedia #fmr-photos-mm-small img {
  margin: 0 0 0 7px;
}

.node-fmr.view-mode-fmr_multimedia #fmr-main-video {
  clear: both;
}

[id^=fmr-mm-2-col] {
  display: inline-block;
  width: 50%;
  min-width: 300px;
  position: relative;
  margin-bottom: 20px;
}

.fmr-mm-4-photo {
  float: left;
  width: 300px;
  margin-bottom: 10px;
  margin-right: 20px;
}

#fmr-preview #fmr-associated-content-region .view-fmr-related-content-blocks .views-field-field-video a img {
  margin-left: 20px;
}

.region-sidebar-second .view-id-fmr_related_content_blocks .views-row .views-field-field-video .field-content {
  text-align: center;
}
.region-sidebar-second .view-id-fmr_related_content_blocks .views-row .views-field-field-video .field-content a {
  border-bottom: none;
}
.region-sidebar-second .view-id-fmr_related_content_blocks .views-row .views-field-field-video .field-content a img {
  margin: 0;
}
.region-sidebar-second .view-id-fmr_related_content_blocks .views-row .views-field-title-1 a {
  text-decoration: none;
}

.node-fmr.view-mode-fmr_multimedia > .content {
  clear: both;
}

#fmr-preview #fmr-associated-content-region .view-fmr-related-content-blocks img {
  margin: 0;
  float: none;
  display: inline;
}

.region-fmr-associated-content .views-slideshow-pager-fields {
  text-align: center;
  overflow: hidden;
}
.region-fmr-associated-content #fmr-ss-pager {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-bottom: 7px;
}
.region-fmr-associated-content #fmr-video-ss-pager {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-bottom: 7px;
}
.region-fmr-associated-content #fmr-audio-ss-pager {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-bottom: 7px;
}
.region-fmr-associated-content .fmr-pager-item {
  background: transparent url(../images/pagination_bg.png) repeat-x scroll left top;
  border-radius: 2px;
  display: inline-block;
  font: bold 12px/14px Arial;
  height: 12px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #B9B9B9;
  color: #4F4F4F;
  cursor: pointer;
  float: none;
  margin: 0 7px 0 0;
  padding: 2px;
}
.region-fmr-associated-content .fmr-pager-item.activeSlide {
  border: 1px solid #098BA7;
  background-position: left bottom;
  color: #FFF;
}

.fmr-multimedia-slick-slideshow {
  display: none;
}
.fmr-multimedia-slick-slideshow .slick-slide {
  margin: 5px;
  text-align: center;
  overflow: hidden;
}
.fmr-multimedia-slick-slideshow .slick-slide .slide--item-image {
  width: 100%;
  height: auto;
}
.fmr-multimedia-slick-slideshow .slick-slide .slick-slide__photo-caption {
  text-align: left;
  font-style: italic;
  font-size: 1.2rem;
  margin: 3px 0 0;
}
.fmr-multimedia-slick-slideshow .slick-slide__video {
  position: relative;
}
.fmr-multimedia-slick-slideshow .slick-slide__video .video-overlay-img {
  position: absolute;
  width: 70px;
  height: 70px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fmr-multimedia-slick-slideshow__classic {
  display: block;
}

.region-fmr-associated-content #fmr-photo-slideshow a.colorbox {
  display: block;
  text-align: center;
  width: 100%;
}

.node.view-mode-fmr_blog .region-fmr-associated-content #fmr-photo-slideshow a.colorbox img {
  max-width: none;
}

#hide {
  position: fixed;
  z-index: 9000;
  background-color: #000;
  display: none;
  top: 0;
  left: 0;
}

#fmr-associated-content-region img.fmr-video-thumb-default, #fmr-associated-content-region img.fmr-video-thumb-classic {
  margin-left: 20px;
}

/* styling of preview button/select list */
#edit-field-fmr-template {
  margin-bottom: 30px;
}

#edit-field-fmr-template-und {
  float: left;
}

#edit-field-fmr-template .form-item-field-fmr-template-und {
  margin: 0;
}

.node-fmr #fmr-mm-item-main .video-overlay-img {
  top: 115px;
}

.node-fmr .fmr-mm-video-medium {
  position: relative;
}

.node-fmr .fmr-mm-item-medium-1 {
  margin-bottom: 19px;
}

.node-fmr.view-mode-fmr_blog .video-overlay-img {
  top: 40%;
}

#fmr-video-slideshow {
  position: relative;
}

.node-fmr.view-mode-full #fmr-video-slideshow .video-overlay-img, .node-fmr.view-mode-fmr_classic #fmr-video-slideshow .video-overlay-img {
  margin-left: 10px;
  /* slideshow with multiple videos need the overlay shifted. */
}

.node-fmr.view-mode-full #fmr-video-slideshow.video-items-1 .video-overlay-img, .node-fmr.view-mode-fmr_classic #fmr-video-slideshow.video-items-1 .video-overlay-img {
  margin-left: 0;
  /* slideshow with one video does not */
}

#fmr-audio-slideshow {
  width: 200px;
  margin: 0 auto;
}

.view-mode-fmr_audio #fmr-audio-slideshow {
  /*float: left;*/
  margin-bottom: 15px;
}

.view-mode-fmr_audio #fmr-photo-slideshow-wrapper {
  /*float: left;*/
  /*width: 200px;*/
}

.node-fmr.view-mode-fmr_audio #fmr-associated-content-region {
  /*width: 200px;*/
  /*float: left;*/
  /*margin-right: 20px;*/
}

.view-mode-fmr_audio .ui360-vis, .view-mode-fmr_audio .ui360-vis .sm2-360ui, .view-mode-fmr_audio .sm2-inline-list .ui360-vis {
  width: 200px;
  height: 200px;
}

.view-mode-fmr_document img.file-icon {
  clear: both;
  margin: auto;
  padding: 0 0 5px 0;
  display: block;
}

.view-mode-fmr_document img.file-icon.file-icon-default {
  width: 80px;
}

.view-mode-fmr_document #fmr-document.document-count-1 img.file-icon {
  padding: 0 0 30px 0;
}

.view-mode-fmr_document .fmr-file {
  display: block;
  clear: left;
  text-align: center;
}

.view-mode-fmr_document #fmr-document {
  width: 130px;
  height: 150px;
}

.view-mode-fmr_document #fmr-document.document-count-1 {
  width: 600px;
}

/* these next 3 rules are trickery to center a dynamic amount of horizontal items */
.view-mode-fmr_document .field-name-field-fmr-documents {
  float: left;
  left: 50%;
  position: relative;
}

.view-mode-fmr_document #fmr-other-file.document-count-1 .field-name-field-fmr-documents {
  float: none;
  left: auto;
  position: relative;
}

/* make better use of space when there is only 1 document */
.view-mode-fmr_document .field-name-field-fmr-documents .field-items {
  float: left;
  right: 50%;
  position: relative;
}

.view-mode-fmr_document #fmr-other-file.document-count-1 .field-name-field-fmr-documents .field-items {
  float: none;
  right: auto;
  position: relative;
}

.view-mode-fmr_document .field-name-field-fmr-documents .field-item {
  width: 130px;
  float: left;
  margin-right: 20px;
}

.view-mode-fmr_document #fmr-other-file.document-count-1 .field-name-field-fmr-documents .field-item {
  float: none;
  margin-right: 0;
  width: 600px;
}

.page-node-edit.node-type-fmr .field-name-field-doc-thumbnail {
  position: relative;
}

.page-node-edit.node-type-fmr .field-name-field-doc-thumbnail .openme1front {
  top: -59px !important;
  right: 245px !important;
  width: 333px;
}

.page-node-edit.node-type-fmr .form-field-name-field-fmr-template {
  position: relative;
}

.page-node-edit.node-type-fmr .form-field-name-field-fmr-template .openme1front {
  top: -209px !important;
  left: -157px !important;
  width: 360px;
}

.node-fmr table th {
  border-bottom: 2px solid #666666;
}

.node-fmr .content {
  clear: left;
}

.news-highlight-title {
  text-align: center;
}

.field-multiple-drag a:link, .field-multiple-drag a:visited, .field-multiple-drag a:hover, .field-multiple-drag a:active {
  border-bottom-color: transparent;
}

/*
 * Media Queries
*/
@media only screen and (max-width: 960px) {
  body.not-logged-in {
    box-sizing: border-box;
    width: 100%;
  }
  body.not-logged-in * {
    box-sizing: border-box;
  }
  body.not-logged-in .contentheader-box {
    margin: 10px auto;
    width: 100%;
  }
  body.not-logged-in .region-sidebar-second {
    display: none;
  }
  body.not-logged-in #main-wrapper {
    background-image: none;
    margin-top: 0;
  }
  body.not-logged-in #content, body.not-logged-in .content {
    width: 100% !important;
    min-width: inherit;
    margin: 0 auto;
  }
  body.not-logged-in #content .field-name-field-fmr-body, body.not-logged-in .content .field-name-field-fmr-body {
    padding: 0;
  }
  body.not-logged-in #page-wrapper {
    width: 100%;
  }
  body.not-logged-in #header-mobile--top {
    width: 100%;
  }
  body.not-logged-in #header-mobile--main {
    background-size: 100%;
    overflow: hidden;
    height: 40px;
  }
  body.not-logged-in #header-mobile--main-site-logo {
    width: auto;
  }
  body.not-logged-in .threebl-header--logo {
    display: inline;
    float: right;
    height: 40px;
    margin-right: 10px;
  }
  body.not-logged-in .threebl-header--title {
    display: inline-block;
    width: calc(100% - 50px);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding-left: 10px;
  }
  body.not-logged-in .threebl-header--title__short {
    width: calc(100% - 50px);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding-left: 10px;
  }
  body.not-logged-in .nav-collapse {
    top: 37px;
  }
  body.not-logged-in .region-bottom {
    width: 100%;
  }
  body.not-logged-in .region-bottom .content p {
    overflow: hidden;
  }
  body.not-logged-in p {
    font-size: 1.4rem;
  }
  body.not-logged-in #fmr-header {
    margin: 10px 0;
  }
  body.not-logged-in #fmr-keywords {
    display: none;
  }
  body.not-logged-in #fmr-title {
    font-size: 2rem;
  }
  body.not-logged-in [class^=fmr-meta-container--] {
    margin-left: 0;
  }
  body.not-logged-in .field-name-field-fmr-date-time {
    padding-left: 0 !important;
  }
  body.not-logged-in .field-name-field-fmr-date-time .date-display-single {
    font-size: 1.4rem;
  }
  body.not-logged-in #fmr-associated-content-region {
    display: none;
  }
  body.not-logged-in .view-mode-fmr_audio #fmr-associated-content-region {
    display: block;
  }
  body.not-logged-in .region-fmr-associated-content {
    float: none;
    margin: 0 auto;
    border: none;
    width: 100%;
    padding: 0;
  }
  body.not-logged-in .fmr-multimedia-slick-slideshow {
    display: block;
  }
  body.not-logged-in .fmr-multimedia-slick-slideshow .slick-slide {
    max-height: 140px;
  }
}
@media only screen and (max-width: 760px) {
  body.not-logged-in .threebl-header--title__short {
    display: block;
  }
  body.not-logged-in .threebl-header--title {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  body.not-logged-in .threebl-header--title__short {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 450px) {
  body.not-logged-in .fmr-multimedia-slick-slideshow .slick-slide {
    max-height: none;
  }
}
/*
    Front Page Customization
*/
/* Common CSS */
#olark-wrapper .olark-launch-button-wrapper {
  z-index: 100 !important;
}

#admin-toggle-wrapper {
  z-index: 2;
}

#header-main {
  display: none;
}

#page-wrapper {
  padding-top: 40px;
}

.front #page-wrapper, .logged-in #page-wrapper {
  padding-top: 0px;
}

.page-news-all.logged-in #page-wrapper {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .front.not-logged-in .home-hero-banner {
    padding-top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  body.not-logged-in .header.main-menu-wrapper .menu-left-wrap .menu-wrapper .main-menu {
    height: calc(100% - 62px);
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 767px) {
  body.admin-menu {
    margin-top: 62px !important;
  }
}
@media only screen and (max-width: 990px) {
  body.admin-menu .header.main-menu-wrapper .menu-left-wrap .menu-wrapper {
    top: 142px;
  }
}
@media only screen and (max-width: 767px) {
  body.admin-menu .header.main-menu-wrapper .menu-left-wrap .menu-wrapper {
    top: 174px;
  }
}
@media only screen and (max-width: 767px) {
  body.admin-menu .header.main-menu-wrapper .menu-left-wrap .menu-wrapper .main-menu {
    height: calc(100% - 174px);
    overflow-y: scroll;
  }
}

/* Padding Classes */
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 12px;
}

.p-3 {
  padding: 16px;
}

.p-4 {
  padding: 24px;
}

.p-5 {
  padding: 32px;
}

.p-6 {
  padding: 40px;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 12px;
}

.pl-3 {
  padding-left: 16px;
}

.pl-4 {
  padding-left: 24px;
}

.pl-5 {
  padding-left: 32px;
}

.pl-6 {
  padding-left: 40px;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 8px;
}

.pr-2 {
  padding-right: 12px;
}

.pr-3 {
  padding-right: 16px;
}

.pr-4 {
  padding-right: 24px;
}

.pr-5 {
  padding-right: 32px;
}

.pr-6 {
  padding-right: 40px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 12px;
}

.pt-3 {
  padding-top: 16px;
}

.pt-4 {
  padding-top: 24px;
}

.pt-5 {
  padding-top: 32px;
}

.pt-6 {
  padding-top: 40px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 12px;
}

.pb-3 {
  padding-bottom: 16px;
}

.pb-4 {
  padding-bottom: 24px;
}

.pb-5 {
  padding-bottom: 32px;
}

.pb-6 {
  padding-bottom: 40px;
}

/* Margin Classes */
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 12px;
}

.m-3 {
  margin: 16px;
}

.m-4 {
  margin: 24px;
}

.m-5 {
  margin: 32px;
}

.m-6 {
  margin: 40px;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 12px;
}

.ml-3 {
  margin-left: 16px;
}

.ml-4 {
  margin-left: 24px;
}

.ml-5 {
  margin-left: 32px;
}

.ml-6 {
  margin-left: 40px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 12px;
}

.mr-3 {
  margin-right: 16px;
}

.mr-4 {
  margin-right: 24px;
}

.mr-5 {
  margin-right: 32px;
}

.mr-6 {
  margin-right: 40px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 12px;
}

.mb-3 {
  margin-bottom: 16px;
}

.mb-4 {
  margin-bottom: 24px;
}

.mb-5 {
  margin-bottom: 32px;
}

.mb-6 {
  margin-bottom: 40px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 12px;
}

.mt-3 {
  margin-top: 16px;
}

.mt-4 {
  margin-top: 24px;
}

.mt-5 {
  margin-top: 32px;
}

.mt-6 {
  margin-top: 40px;
}

/* Border Round Classes */
.rounded-none {
  border-radius: 0;
}

.rounded-xs {
  border-radius: 2px;
}

.rounded-sm {
  border-radius: 4px;
}

.rounded {
  border-radius: 6px;
}

.rounded-md {
  border-radius: 8px;
}

.rounded-lg {
  border-radius: 16px;
}

.rounded-xl {
  border-radius: 24px;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5 {
  font-weight: 700;
  line-height: 115.2%;
  letter-spacing: -0.005em;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.front p {
  font-family: "Open Sans", sans-serif;
}

.primary-button,
.secondary-button,
.tertiary-button {
  padding: 12px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 143%;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  border: 1px solid transparent;
  margin-top: 0;
}
.primary-button:disabled, .primary-button.disabled,
.secondary-button:disabled,
.secondary-button.disabled,
.tertiary-button:disabled,
.tertiary-button.disabled {
  background: #e3e3e3;
  color: #636363;
  border-color: #e3e3e3;
  cursor: not-allowed;
}
.primary-button:disabled:hover, .primary-button.disabled:hover,
.secondary-button:disabled:hover,
.secondary-button.disabled:hover,
.tertiary-button:disabled:hover,
.tertiary-button.disabled:hover {
  cursor: not-allowed;
  background: #e3e3e3;
  color: #636363;
  border-color: #e3e3e3;
}
.primary-button:hover,
.secondary-button:hover,
.tertiary-button:hover {
  cursor: pointer;
}
.primary-button.small,
.secondary-button.small,
.tertiary-button.small {
  font-size: 14px;
}

.primary-button {
  background-color: #0066ff;
  border-color: #0066ff;
  color: #fff;
}
.primary-button:link, .primary-button:link, .primary-button:visited, .primary-button:active {
  color: #fff;
}
.primary-button:hover {
  background: #0e369d;
  border-color: #0e369d;
}

.secondary-button {
  background-color: #dade83;
  border-color: #dade83;
  color: #000;
}
.secondary-button:hover, .secondary-button:focus {
  background: #d7de2a;
  border-color: #d7de2a;
  color: #000;
}

.tertiary-button {
  background-color: transparent;
  border-color: #0a2072;
  color: #0a2072;
}
.tertiary-button:hover {
  background: #0a2072;
  color: #fff;
}

a.default-link {
  color: #000;
  text-decoration: none;
  border-color: #0066ff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.015em;
}
a.default-link:hover {
  color: #0066ff;
  text-decoration: none;
  border-color: #0066ff;
}

.heading-1 {
  font-size: 48px;
  color: #0a2072;
}
@media screen and (max-width: 1151px) and (min-width: 414px) {
  .heading-1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-1 {
    font-size: 36px;
  }
}

.heading-2 {
  font-size: 36px;
}
@media screen and (max-width: 1151px) and (min-width: 414px) {
  .heading-2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-2 {
    font-size: 30px;
  }
}

.heading-3 {
  font-size: 30px;
}
@media screen and (max-width: 1151px) and (min-width: 414px) {
  .heading-3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-3 {
    font-size: 24px;
  }
}

.heading-4 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .heading-4 {
    font-size: 20px;
  }
}

.heading-5 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .heading-5 {
    font-size: 16px;
  }
}

body .home-page-wrap {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.005em;
}
body .home-page-wrap .container {
  width: 1152px;
  padding-bottom: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  body .home-page-wrap .container {
    width: 100%;
    padding-bottom: 70px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 767px) {
  body .home-page-wrap .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .home-page-wrap p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.005em;
}
@media only screen and (max-width: 1150px) {
  body .home-page-wrap p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  body .home-page-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}

.white-bg {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 990px) {
  .white-bg {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .white-bg {
    padding-top: 60px;
  }
}
.white-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -400px;
  background: #fff;
}
@media only screen and (max-width: 990px) {
  .white-bg:before {
    top: 0;
  }
}
.white-bg .white-bg-inner {
  position: relative;
  z-index: 1;
}

body.role-authenticated-user .header {
  position: relative;
  z-index: 111;
  margin-bottom: 20px;
}

body.front.role-authenticated-user .header {
  position: relative;
  z-index: 111;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  body.front.role-authenticated-user .header {
    position: fixed;
  }
}

@media only screen and (max-width: 767px) {
  .fixed-header-spacer {
    display: none;
  }
}

.hamburger-menu-button {
  display: none;
}

.title-shape-section {
  margin-bottom: 18px;
  display: grid;
  justify-content: center;
}
.title-shape-section .title-inner {
  position: relative;
  padding: 26px 44px;
}
.title-shape-section .title-inner:before, .title-shape-section .title-inner:after {
  content: "";
  background: url("../images/green-shape.png") no-repeat 0 0;
  width: 83px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
.title-shape-section .title-inner:after {
  content: "";
  transform: rotate(180deg);
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .title-shape-section .title-inner {
    text-align: center;
  }
}
.title-shape-section .title-inner .connector-shape {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  bottom: 0;
}
.title-shape-section .title-inner .connector-shape .left-shape {
  position: absolute;
  height: 6px;
  width: 78px;
  display: inline-block;
  background-color: #d7de2a;
  transform: scaleX(-1);
  top: -10px;
  left: 0;
}
.title-shape-section .title-inner .connector-shape .left-shape:before {
  content: "";
  height: 19px;
  width: 8px;
  background-color: #d7de2a;
  display: block;
  position: absolute;
  right: 1px;
  top: 0px;
  transform: skew(-34deg);
}
.title-shape-section .title-inner .connector-shape .left-shape.bottom-shape {
  transform: scale(1, -1);
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}

form.default-form .form-group {
  margin-bottom: 24px;
}
form.default-form .form-group .label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 5px 0;
  color: #fff;
}
@media only screen and (max-width: 990px) {
  form.default-form .form-group .label {
    line-height: 18px;
  }
}
form.default-form .form-group .form-control {
  min-height: 44px;
  background-color: #fff;
  border: 1px solid #b8c1cb;
  border-radius: 3px;
  width: 100%;
}

.front .modal-default {
  position: fixed !important;
  z-index: 9999999 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #fff;
  padding: 0;
  background-color: #0a2072;
  display: grid !important;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .front .modal-default {
    align-items: flex-start;
    padding-top: 15px;
  }
}
.front .modal-default div.modal-forms-modal-content {
  width: 100% !important;
}
.front .modal-default div.modal-forms-modal-content .popups-close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99;
  background: url("../images/close-icon.png") no-repeat center center;
}
.front .modal-default div.modal-forms-modal-content .popups-close:hover {
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .front .modal-default div.modal-forms-modal-content .popups-close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container {
  background: transparent;
  height: auto;
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-header {
  min-height: 0;
  padding: 0;
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-title {
  display: none;
}
.front .modal-default div.modal-forms-modal-content .popups-container div.messages.error {
  margin-bottom: 30px;
}
.front .modal-default div.modal-forms-modal-content .popups-container div.messages.status {
  background: transparent;
  border: 0;
  padding: 0 0 25px 0;
  color: #fff;
  width: 480px;
}
@media only screen and (max-width: 767px) {
  .front .modal-default div.modal-forms-modal-content .popups-container div.messages.status {
    width: 100%;
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container div.messages.status p {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .front .modal-default div.modal-forms-modal-content .popups-container div.messages.status p {
    font-size: 16px;
    line-height: 22px;
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container div.messages.status a {
  color: #fff;
  border-bottom: 2px solid #0066ff;
}
.front .modal-default div.modal-forms-modal-content .popups-container div.messages.status a:hover, .front .modal-default div.modal-forms-modal-content .popups-container div.messages.status a:focus {
  color: #0066ff;
}
.front .modal-default div.modal-forms-modal-content .popups-container div.messages.status + .webform-client-form {
  display: none;
}
.front .modal-default div.modal-forms-modal-content .popups-container .captcha {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}
@media only screen and (max-width: 400px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .captcha .g-recaptcha > div {
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .captcha .g-recaptcha > div iframe {
    width: 100% !important;
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container .form-actions {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 3;
  margin: 24px 0 24px 0;
}
.front .modal-default div.modal-forms-modal-content .popups-container .fieldset-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .fieldset-wrapper p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 22px 0;
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container .connector-shape {
  display: none;
}
.front .modal-default div.modal-forms-modal-content .popups-container .heading-2 {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .heading-2 {
    width: calc(100% - 10px);
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container .heading-2:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  display: inline-block;
  background-color: #d7de2a;
  transform: scale(1);
  bottom: -19px;
  left: 0;
}
.front .modal-default div.modal-forms-modal-content .popups-container .heading-2:after {
  content: "";
  height: 19px;
  width: 8px;
  background-color: #d7de2a;
  display: block;
  position: absolute;
  right: 1px;
  bottom: -32px;
  transform: skew(-39deg);
}
.front .modal-default div.modal-forms-modal-content .popups-container ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.front .modal-default div.modal-forms-modal-content .popups-container ul li:first-child:before {
  content: "";
  background: url("../images/email-icon.png") no-repeat center center;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.front .modal-default div.modal-forms-modal-content .popups-container ul li:last-child:before {
  content: "";
  background: url("../images/phone-icon.png") no-repeat center center;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.front .modal-default div.modal-forms-modal-content .popups-container ul li p {
  margin: 0 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .front .modal-default div.modal-forms-modal-content .popups-container ul li p {
    font-size: 16px;
    line-height: 22px;
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container ul li a {
  color: #fff;
}
.front .modal-default div.modal-forms-modal-content .popups-container ul li a:hover, .front .modal-default div.modal-forms-modal-content .popups-container ul li a:focus {
  color: #d7de2a;
}
.front .modal-default div.modal-forms-modal-content .popups-container ul li .fa {
  margin-right: 10px;
  min-width: 12px;
  text-align: center;
  font-size: 20px;
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-content {
  width: 1440px !important;
  height: 100% !important;
  padding: 30px 130px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .modal-content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 990px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .modal-content {
    padding: 60px 48px 60px 48px;
  }
}
@media only screen and (max-width: 767px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .modal-content {
    padding: 24px 33px 44px 33px;
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-content .form-submit {
  padding: 12px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 143%;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #dade83 !important;
  margin-top: 0;
  background: linear-gradient(#dade83, #dade83);
  color: #000;
}
@media only screen and (max-width: 767px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .modal-content .form-submit {
    font-size: 14px;
    line-height: 20px;
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-content .form-submit:hover, .front .modal-default div.modal-forms-modal-content .popups-container .modal-content .form-submit:focus {
  background: linear-gradient(#d7de2a, #d7de2a);
  border-color: #d7de2a !important;
  cursor: pointer;
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-content > form > div {
  display: grid;
  grid-template-columns: 480px 1fr;
  font-family: "Open Sans", sans-serif;
  grid-column-gap: 68px;
}
@media only screen and (max-width: 990px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .modal-content > form > div {
    grid-column-gap: 30px;
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .modal-content > form > div {
    display: flex;
    flex-direction: column;
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-content > form > div .webform-progressbar {
  display: none;
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-content > form > div fieldset {
  border: none;
  padding-bottom: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .front .modal-default div.modal-forms-modal-content .popups-container .modal-content > form > div fieldset.webform-component--fieldset2 {
    margin: 20px 0 0 0;
  }
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-content > form > div fieldset .form-item {
  margin: 0 0 22px 0;
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-content > form > div fieldset .form-item label {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  color: #fff;
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-content > form > div fieldset .form-item input {
  background: #fff;
  border: 1px solid #B8C1CB;
  border-radius: 3px;
  min-height: 44px;
  height: 44px;
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.front .modal-default div.modal-forms-modal-content .popups-container .modal-content > form > div fieldset .form-textarea-wrapper textarea {
  background: #fff;
  border: 1px solid #B8C1CB;
  border-radius: 3px;
  min-height: 44px;
  height: 92px;
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

/* Common CSS Ends */
/* Main navigation CSS */
.header.main-menu-wrapper {
  padding: 0 48px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-template-rows: 62px;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  position: fixed;
  letter-spacing: -0.015em;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  grid-gap: 0;
  height: auto;
}
.header.main-menu-wrapper #navigation {
  position: unset;
}
.header.main-menu-wrapper #navigation .region-navigation {
  position: unset !important;
}
@media only screen and (max-width: 767px) {
  .header.main-menu-wrapper .header {
    display: none;
  }
}
.header.main-menu-wrapper .hamburger-button {
  display: none !important;
}
@media only screen and (max-width: 1150px) {
  .header.main-menu-wrapper {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper {
    padding: 0 24px;
    display: grid;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 102;
    grid-template-columns: 150px auto 1fr;
  }
}
.header.main-menu-wrapper .navigation {
  justify-self: auto;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .header__login {
    display: none;
  }
}
.header.main-menu-wrapper .header--3bl-logo img {
  width: auto;
}
.header.main-menu-wrapper .menu-left-wrap {
  display: grid;
}
.header.main-menu-wrapper .menu-left-wrap .menu-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .menu-wrapper {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    background: #fff;
    flex-direction: column;
    height: 100%;
    z-index: 9999;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .menu-wrapper.menu-open {
    display: block;
    box-shadow: inset 0px 6px 5px -3px rgba(0, 0, 0, 0.25);
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu {
    display: block;
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li.mobile-view {
  display: none;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li.mobile-view {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li.mobile-view span {
    display: block;
    word-break: break-all;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: -0.015em;
    color: #000;
  }
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li {
    border-bottom: 1px solid #e3e3e3;
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li > a {
  padding: 21px 12px 17px 12px;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  border-bottom: 5px solid transparent;
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li > a.active {
  border-bottom-color: #d7de2a;
  color: #000;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > a.active {
    border-bottom-color: #d7de2a;
    color: #000;
    background: rgba(215, 222, 42, 0.2);
  }
}
@media only screen and (max-width: 1150px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > a {
    padding: 21px 5px 17px 5px;
  }
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > a {
    border: none;
    padding: 16px 24px;
    display: block;
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li > a:hover {
  border-bottom-color: #d7de2a;
  color: #000;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > a:hover {
    background: rgba(215, 222, 42, 0.2);
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li > a:focus {
  color: #000;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > a:focus {
    border-bottom-color: #d7de2a;
    color: #000;
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > a:focus {
    background: rgba(215, 222, 42, 0.2);
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu > a {
  position: relative;
  padding-right: 36px;
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu > a.active {
  background: rgba(215, 222, 42, 0.2);
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu > a:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  top: 6px;
  bottom: 0;
  font-size: 13px;
  background: url("../images/down-arrow.png") no-repeat;
  background-position: center center;
  width: 17px;
  transform: rotate(0deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu > a:before {
    transform: rotate(-90deg);
    right: 24px;
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu > a:hover {
  background-color: rgba(215, 222, 42, 0.2);
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu > a:hover:before {
  content: "";
  transform: rotate(-180deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu > a:hover:before {
    transform: rotate(-90deg);
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu:hover > a {
  border-bottom-color: #d7de2a;
  color: #000;
  background: rgba(215, 222, 42, 0.2);
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu:hover > a:before {
  content: "";
  transform: rotate(-180deg);
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu:hover > a:before {
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li.dropdown-main-menu.sub-menu-open > a:before {
    transform: rotate(0deg);
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown {
  display: none;
  z-index: 1;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 62px;
  background-color: #eef4ff;
  padding: 48px 84px 48px 84px;
  grid-column-gap: 44px;
  grid-row-gap: 20px;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 24px;
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: calc(100% / 3 + 22px);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown:before {
    display: none;
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown > li {
  position: relative;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown > li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown > li:last-child {
    margin-bottom: 0;
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown > li > a {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown > li > a {
    font-size: 16px;
    line-height: 22px;
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown > li > a:hover, .header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown > li > a:focus, .header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown > li > a.active {
  border-color: #0066ff;
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown > li p {
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown > li p {
    display: none;
  }
}
.header.main-menu-wrapper .menu-left-wrap .main-menu > li:hover > .menu-dropdown {
  display: grid;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li:hover > .menu-dropdown {
    display: none;
  }
}
@media (hover: none) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li > .menu-dropdown {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li.sub-menu-open > .menu-dropdown {
    display: grid;
    box-shadow: none;
    border-top: 1px solid #e3e3e3;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .header.main-menu-wrapper .menu-left-wrap .main-menu > li.sub-menu-open > .menu-dropdown > li:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 5;
  }
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li {
    border-bottom: 1px solid #e3e3e3;
  }
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li.dropdown-menu:hover > a {
  background-color: rgba(215, 222, 42, 0.2);
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li.dropdown-menu > a.active {
  background-color: rgba(215, 222, 42, 0.2);
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > a {
  padding: 21px 12px 17px 12px;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  border-bottom: 5px solid transparent;
}
@media only screen and (max-width: 1150px) {
  .header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > a {
    padding: 21px 5px 17px 5px;
  }
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > a {
    padding: 16px 24px;
    display: block;
  }
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > a.active {
  border-bottom-color: #d7de2a;
  color: #000;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > a.active {
    background: rgba(215, 222, 42, 0.2);
  }
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > a .fa {
  font-size: 20px;
  margin-right: 2px;
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > ul {
  display: none;
  position: absolute;
  right: 48px;
  top: 62px;
  background: #fff;
  box-shadow: inset 1px 7px 4px -3px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.15);
  min-width: 250px;
  max-width: 250px;
  padding-top: 24px;
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > ul > li {
  padding: 0 24px 24px 24px;
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > ul > li span {
  display: block;
  word-break: break-all;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  font-size: 15px;
  letter-spacing: -0.015em;
  color: #000;
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > ul > li a {
  padding: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > ul > li a:hover, .header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > ul > li a.active {
  color: #000;
  border-color: #0066ff;
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > ul > li p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li:hover > a {
  border-bottom-color: #d7de2a;
  color: #000;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li:hover > a {
    background: rgba(215, 222, 42, 0.2);
  }
}
.header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li:hover > ul {
  display: block;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li:hover > ul {
    display: none;
  }
}
@media (hover: none) {
  .header.main-menu-wrapper .menu-left-wrap .user-menu-wrapper > li > ul {
    display: none;
  }
}
.header.main-menu-wrapper .hamburger-menu-button {
  display: none;
  text-align: right;
  font-size: 30px;
}
.header.main-menu-wrapper .hamburger-menu-button .fa-close {
  display: none;
  background: url("../images/black-close.png") no-repeat center center;
}
.header.main-menu-wrapper .hamburger-menu-button .fa {
  color: transparent;
}
.header.main-menu-wrapper .hamburger-menu-button .fa-bars {
  background: url("../images/burger-nav.png") no-repeat center center;
}
.header.main-menu-wrapper .hamburger-menu-button.humbergun-open .fa-bars {
  display: none;
}
.header.main-menu-wrapper .hamburger-menu-button.humbergun-open .fa-close {
  display: block;
}
.header.main-menu-wrapper .hamburger-menu-button:hover {
  cursor: pointer;
}
@media only screen and (max-width: 990px) {
  .header.main-menu-wrapper .hamburger-menu-button {
    display: inline-block;
    margin: auto 0 auto auto;
  }
}
.header.main-menu-wrapper .list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Main navigation CSS Ends */
/* Banner CSS */
@media only screen and (max-width: 767px) {
  .home-hero-banner {
    padding-top: 85px;
  }
}
.home-hero-banner .home-hero-wrap {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
}
.home-hero-banner .home-hero-wrap .heading-1 {
  grid-column: 1/3;
  grid-row: 1;
  margin-top: 20px;
}
@media only screen and (max-width: 990px) {
  .home-hero-banner .home-hero-wrap .heading-1 {
    grid-column: auto;
    grid-row: 1;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .home-hero-banner .home-hero-wrap .heading-1 br {
    display: none;
  }
}
.home-hero-banner .home-hero-wrap .banner-image {
  margin-right: -102px;
  grid-column: 2/4;
  grid-row: 1;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 1300px) {
  .home-hero-banner .home-hero-wrap .banner-image {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 1150px) {
  .home-hero-banner .home-hero-wrap .banner-image {
    margin-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 990px) {
  .home-hero-banner .home-hero-wrap .banner-image {
    margin-right: 0;
    grid-column: auto;
    grid-row: 2;
    text-align: center;
  }
}
@media only screen and (max-width: 1150px) {
  .home-hero-banner .home-hero-wrap .banner-image img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .home-hero-banner .home-hero-wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding-bottom: 17px;
  }
}
.home-hero-banner .hero-text-wrap {
  background: #0a2072;
  box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.home-hero-banner .hero-text-wrap:after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -31px;
  width: 0;
  height: 0;
  border-left: 40px solid #f5f8fe;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  z-index: 1;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .home-hero-banner .hero-text-wrap:after {
    display: none;
  }
}
.home-hero-banner .hero-text-wrap p {
  color: #fff;
  margin-bottom: 26px;
  margin-top: 0;
}
.home-hero-banner .hero-text-wrap a.primary-button {
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  .home-hero-banner .hero-text-wrap {
    min-width: 100%;
    margin: 0;
    box-shadow: none;
    padding: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-banner .hero-text-wrap {
    min-width: 100%;
    margin: 0 -30px;
    padding: 22px 34px;
  }
}

/* Banner CSS Ends */
/* Our Clients Slider CSS */
.client-logo-slider-wrap {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1150px) {
  .client-logo-slider-wrap {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 990px) {
  .client-logo-slider-wrap {
    padding-bottom: 60px;
  }
}
.client-logo-slider-wrap .slick-slider {
  margin-bottom: 0;
}
.client-logo-slider-wrap .slick-prev,
.client-logo-slider-wrap .slick-next {
  width: 44px;
  height: calc(100% - 7px);
  top: 14px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .client-logo-slider-wrap .slick-prev,
.client-logo-slider-wrap .slick-next {
    width: 23px;
  }
}
.client-logo-slider-wrap .slick-prev:before,
.client-logo-slider-wrap .slick-next:before {
  font-family: "FontAwesome";
  font-size: 32px;
  position: relative;
  z-index: 2;
}
.client-logo-slider-wrap .slick-prev:after,
.client-logo-slider-wrap .slick-next:after {
  content: "";
  background: linear-gradient(91deg, #f5f8fe 70.1%, rgba(245, 248, 254, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .client-logo-slider-wrap .slick-prev:after,
.client-logo-slider-wrap .slick-next:after {
    display: none;
  }
}
.client-logo-slider-wrap .slick-prev {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .client-logo-slider-wrap .slick-prev {
    left: 6px;
  }
}
.client-logo-slider-wrap .slick-prev:before {
  content: "";
}
.client-logo-slider-wrap .slick-next {
  right: 6px;
}
.client-logo-slider-wrap .slick-next:before {
  content: "";
}
.client-logo-slider-wrap .slick-next:after {
  content: "";
  left: -30px;
  background: linear-gradient(269deg, #f5f8fe 70.1%, rgba(245, 248, 254, 0) 100%);
}
.client-logo-slider-wrap .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-logo-slider-wrap .slick-slide {
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid transparent;
  box-shadow: 0px 4px 20px 2px transparent;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .client-logo-slider-wrap .slick-slide {
    background: #fff;
    border-color: #e6e6e6;
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.15);
    margin: 20px 7.5px;
  }
}
.client-logo-slider-wrap .slick-slide.slick-active:hover .client-list > img {
  cursor: pointer;
  -webkit-filter: none;
  filter: none;
}
.client-logo-slider-wrap .slick-slide .client-list img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 0 auto;
  min-height: 111px;
}
.client-logo-slider-wrap .slick-slide .client-info {
  padding: 0 30px 0 30px;
  opacity: 0;
  max-height: 0;
  min-height: 0;
}
@media only screen and (max-width: 767px) {
  .client-logo-slider-wrap .slick-slide .client-info {
    text-align: center;
    opacity: 1;
    max-height: 100%;
    min-height: 100%;
    padding: 0 30px 35px 30px;
  }
}
.client-logo-slider-wrap .slick-slide .client-info img {
  margin: 0 auto 24px auto;
  min-height: auto;
}
.client-logo-slider-wrap .slick-slide .client-info p {
  margin-top: 0;
  min-height: 120px;
  font-size: 15px;
  line-height: 22px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .client-logo-slider-wrap .slick-slide .client-info p {
    text-align: left;
    min-height: auto;
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 380px) {
  .client-logo-slider-wrap .slick-slide .client-info p {
    min-height: 120px;
    margin-bottom: 0;
  }
}
.client-logo-slider-wrap .slick-slide .client-info a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  border-bottom: 2px solid #0066ff;
}
.client-logo-slider-wrap .slick-slide .client-info a:hover {
  color: #0066ff;
}
.client-logo-slider-wrap .slick-slide.slick-center {
  background: #fff;
  border-color: #e6e6e6;
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.15);
  min-width: 300px !important;
}
@media only screen and (max-width: 767px) {
  .client-logo-slider-wrap .slick-slide.slick-center {
    min-width: inherit !important;
  }
}
.client-logo-slider-wrap .slick-slide.slick-center:hover {
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.2);
}
.client-logo-slider-wrap .slick-slide.slick-center:hover .client-list > img {
  cursor: default;
}
.client-logo-slider-wrap .slick-slide.slick-center img {
  -webkit-filter: none;
  filter: none;
}
.client-logo-slider-wrap .slick-slide.slick-center .client-info {
  display: block;
  opacity: 1;
  max-height: 100%;
  min-height: 100%;
  padding: 0 30px 35px 30px;
}

/* Our Clients Slider CSS Ends */
/* Bring Your Purpose to Life CSS */
.purpose-life-wrap {
  display: grid;
  text-align: center;
  position: relative;
  z-index: 2;
}
.purpose-life-wrap.container {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 990px) and (max-width: 1150px) {
  .purpose-life-wrap.container {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap.container {
    padding-bottom: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .purpose-life-wrap.container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap {
    grid-template-columns: 1fr;
  }
}
.purpose-life-wrap .heading-2 {
  padding-bottom: 72px;
  grid-column: 1/4;
}
@media only screen and (max-width: 1150px) {
  .purpose-life-wrap .heading-2 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .heading-2 {
    padding-bottom: 30px;
  }
}
.purpose-life-wrap .title-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7px;
  min-height: 650px;
  align-items: flex-start;
}
@media only screen and (min-width: 990px) and (max-width: 1150px) {
  .purpose-life-wrap .title-wrap {
    min-height: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .title-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .title-wrap {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .purpose-life-wrap .title-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.purpose-life-wrap .title-wrap > div, .purpose-life-wrap .title-wrap a.title-list {
  display: grid;
}
@media only screen and (min-width: 990px) and (max-width: 1150px) {
  .purpose-life-wrap .title-wrap > div, .purpose-life-wrap .title-wrap a.title-list {
    height: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  .purpose-life-wrap .title-wrap > div, .purpose-life-wrap .title-wrap a.title-list {
    grid-template-rows: 60px auto;
  }
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .title-wrap > div, .purpose-life-wrap .title-wrap a.title-list {
    grid-template-rows: 50px auto;
    margin: 0 0 37px 0;
  }
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .title-wrap > div:last-child, .purpose-life-wrap .title-wrap a.title-list:last-child {
    margin: 0;
  }
}
.purpose-life-wrap .title-wrap > div img, .purpose-life-wrap .title-wrap a.title-list img {
  margin: 0 auto;
  max-width: 100%;
}
.purpose-life-wrap .title-wrap > div img.title-logo, .purpose-life-wrap .title-wrap a.title-list img.title-logo {
  clear: both;
  display: block;
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .title-wrap > div img.title-logo, .purpose-life-wrap .title-wrap a.title-list img.title-logo {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .purpose-life-wrap .title-wrap > div img.title-logo.logo3blProfessional, .purpose-life-wrap .title-wrap a.title-list img.title-logo.logo3blProfessional {
    width: 237px;
  }
}
.purpose-life-wrap .title-wrap .detail-wrap:hover {
  margin-top: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: url("../images/corner-cut-bg-hover.png") no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .purpose-life-wrap .title-wrap .detail-wrap:hover, .purpose-life-wrap .title-wrap .detail-wrap:focus {
    background: #fff;
    margin-top: 0px;
  }
}
.purpose-life-wrap .title-wrap .connector-shape {
  position: absolute;
  height: 30px;
  width: 254px;
  top: 11px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 990px) and (max-width: 1150px) {
  .purpose-life-wrap .title-wrap .connector-shape {
    width: 150px;
  }
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .title-wrap .connector-shape {
    width: 250px;
  }
}
.purpose-life-wrap .title-wrap .connector-shape .left-shape {
  height: 6px;
  width: calc(100% - 44%);
  display: inline-block;
  background-color: #d7de2a;
}
@media only screen and (min-width: 990px) and (max-width: 1150px) {
  .purpose-life-wrap .title-wrap .connector-shape .left-shape {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .title-wrap .connector-shape .left-shape {
    width: 141px;
  }
}
.purpose-life-wrap .title-wrap .connector-shape .left-shape {
  position: absolute;
}
.purpose-life-wrap .title-wrap .connector-shape .left-shape:before {
  content: "";
  height: 19px;
  width: 8px;
  background-color: #d7de2a;
  display: block;
  position: absolute;
  right: 1px;
  top: 0px;
  transform: skew(-39deg);
}
.purpose-life-wrap .title-wrap .connector-shape .left-shape.bottom-shape {
  transform: rotate(180deg);
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .title-wrap .connector-shape {
    position: relative;
    margin-bottom: 30px;
    top: 0;
  }
}
.purpose-life-wrap .detail-wrap {
  display: grid;
  padding: 40px 55px 55px 55px;
  position: relative;
  background: url("../images/corner-cut-bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 17px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .detail-wrap {
    padding: 48px 48px 60px 48px;
    grid-template-rows: auto;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .purpose-life-wrap .detail-wrap {
    padding: 31px 16px 30px 16px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    margin-top: 24px;
    height: auto;
  }
}
.purpose-life-wrap .detail-wrap .image-wrap {
  position: relative;
}
@media only screen and (max-width: 990px) {
  .purpose-life-wrap .detail-wrap .image-wrap img {
    padding: 0;
    max-width: 100%;
    width: fit-content;
  }
}
.purpose-life-wrap .detail-wrap p {
  color: #0f0e0e;
  text-align: left;
  margin-top: 26px;
  margin-bottom: 24px;
}
.purpose-life-wrap .detail-wrap .learn-more {
  display: inline-block;
  text-align: left;
  width: fit-content;
}
.purpose-life-wrap .detail-wrap .learn-more a {
  display: inline-block;
}

/* Bring Your Purpose to Life CSS Ends */
/* Explore Our Services CSS */
.explore-our-services-wrap .tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tabs {
    flex-direction: column;
    margin-top: 0px;
    align-items: inherit;
    padding-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tabs .transformer-tabs {
    position: relative;
  }
}
.explore-our-services-wrap .tabs ul.tab-menu {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tabs ul.tab-menu {
    border-bottom: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #adadad;
    height: 47px;
    flex-direction: column;
    margin-bottom: 28px;
    display: grid;
  }
  .explore-our-services-wrap .tabs ul.tab-menu::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
    font-size: 30px;
    font-family: "FontAwesome";
    color: #636363;
    transform: rotate(0deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .explore-our-services-wrap .tabs ul.tab-menu.open {
    border-color: #0066ff;
  }
  .explore-our-services-wrap .tabs ul.tab-menu.open a {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    bottom: auto;
    border: 0;
  }
  .explore-our-services-wrap .tabs ul.tab-menu.open::after {
    content: "";
    transform: rotate(-180deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #0066ff;
  }
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tabs ul.tab-menu.open {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tabs ul.tab-menu li.active {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    border-bottom: 2px solid #0066ff;
  }
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tabs ul.tab-menu li {
    display: block;
  }
  .explore-our-services-wrap .tabs ul.tab-menu li:last-child a {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .explore-our-services-wrap .tabs ul.tab-menu li:first-child a {
    margin-left: 0;
  }
  .explore-our-services-wrap .tabs ul.tab-menu li:last-child a {
    margin-right: 0;
  }
}
.explore-our-services-wrap .tabs ul.tab-menu li a {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 30px 55px 30px;
  border-bottom: 4px solid transparent;
  color: #636363;
  position: relative;
  bottom: -4px;
  display: block;
}
@media only screen and (max-width: 1150px) {
  .explore-our-services-wrap .tabs ul.tab-menu li a {
    font-size: 28px;
    margin: 0 25px 40px 25px;
  }
}
@media only screen and (max-width: 990px) {
  .explore-our-services-wrap .tabs ul.tab-menu li a {
    margin: 0 10px 40px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tabs ul.tab-menu li a {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    line-height: inherit;
  }
}
.explore-our-services-wrap .tabs ul.tab-menu li a:hover {
  cursor: pointer;
  color: #000;
}
.explore-our-services-wrap .tabs ul.tab-menu li a.active {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tabs ul.tab-menu li a.active {
    font-weight: bold;
    color: #636363;
    padding: 12px;
  }
}
.explore-our-services-wrap .tabs ul.tab-menu li a.active.distribution {
  border-color: #d7de2a;
}
.explore-our-services-wrap .tabs ul.tab-menu li a.active.brand-studio {
  border-color: #0066ff;
}
.explore-our-services-wrap .tabs ul.tab-menu li a.active.events-awards {
  border-color: #851a83;
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tabs ul.tab-menu li a {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 6px 12px;
  }
  .explore-our-services-wrap .tabs ul.tab-menu li a.active {
    border: 0;
    z-index: 1;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tab-content {
    padding-top: 75px;
  }
}
.explore-our-services-wrap .tab-content .tab-content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 990px) {
  .explore-our-services-wrap .tab-content .tab-content-inner {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.explore-our-services-wrap .tab-content .tab-content-inner .image-content {
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .explore-our-services-wrap .tab-content .tab-content-inner .image-content {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 990px) {
  .explore-our-services-wrap .tab-content .tab-content-inner .image-content img {
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
  }
}
.explore-our-services-wrap .tab-content .tab-content-inner .image-content p {
  text-align: left;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 990px) {
  .explore-our-services-wrap .tab-content .tab-content-inner .image-content p {
    margin: 0 auto 20px auto;
    max-width: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .explore-our-services-wrap .tab-content .tab-content-inner .list-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li:hover {
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.25);
}
.explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li:hover h4 {
  color: #0066ff;
  border-bottom: 2px solid #0066ff;
}
.explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li a {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  padding: 16px 16px 16px 0;
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li a {
    align-items: flex-start;
    grid-template-columns: 75px 1fr;
  }
}
.explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li a:hover, .explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li a:focus {
  color: #000;
}
.explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li .plus-icon {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li .plus-icon {
    width: 35px;
  }
}
.explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li:last-child {
  margin-bottom: 0;
}
.explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li h4 {
  margin: 0 0 6px 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.explore-our-services-wrap .tab-content .tab-content-inner .list-content ul li p {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.015em;
  margin: 0;
}
.explore-our-services-wrap .tab-content.current {
  display: inherit;
}
.explore-our-services-wrap .tabs > div {
  display: none;
}
.explore-our-services-wrap .tabs > .active {
  display: block;
}

/* Explore Our Services CSS Ends */
/* Ready to amplify your ESG news CSS */
.ready-to-amplipy-wrap {
  background: url("../images/get-in-touch-bg.png") repeat;
  background-size: cover;
  display: grid;
  padding: 140px 100px;
  color: #fff;
}
.ready-to-amplipy-wrap .title-shape-section {
  margin-bottom: 0;
}
@media only screen and (max-width: 1150px) {
  .ready-to-amplipy-wrap {
    padding: 120px 80px;
  }
}
@media only screen and (max-width: 990px) {
  .ready-to-amplipy-wrap {
    padding: 85px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .ready-to-amplipy-wrap {
    text-align: center;
    padding: 64px 32px;
  }
}
.ready-to-amplipy-wrap .inner-section {
  position: relative;
  padding: 35px;
}
.ready-to-amplipy-wrap .heading-1 {
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.ready-to-amplipy-wrap a.heading-1 {
  font-weight: normal;
  color: #fff;
  border-bottom: 3px solid #d7de2a;
}
.ready-to-amplipy-wrap a.heading-1:hover {
  color: #d7de2a;
  cursor: pointer;
}
.ready-to-amplipy-wrap.fixed-layout {
  padding: 36px 100px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  display: none;
}
@media only screen and (max-width: 767px) {
  .ready-to-amplipy-wrap.fixed-layout {
    padding: 14px 10px;
  }
}
.ready-to-amplipy-wrap.fixed-layout .close-button1 {
  position: absolute;
  right: 10px;
  top: 10px;
}
.ready-to-amplipy-wrap.fixed-layout .close-button1:hover {
  cursor: pointer;
}
.ready-to-amplipy-wrap.fixed-layout .heading-1 {
  font-size: 30px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .ready-to-amplipy-wrap.fixed-layout .heading-1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.ready-to-amplipy-wrap.fixed-layout .title-inner:before, .ready-to-amplipy-wrap.fixed-layout .title-inner:after {
  display: none;
}
.ready-to-amplipy-wrap.fixed-layout .title-inner .connector-shape {
  position: relative;
  top: 13px;
  left: auto;
  right: auto;
  bottom: 0;
  margin: 0;
}
.ready-to-amplipy-wrap.fixed-layout .title-inner .connector-shape .left-shape {
  position: relative;
  transform: scaleX(1);
  top: 0;
}
.ready-to-amplipy-wrap.fixed-layout .title-inner .connector-shape .left-shape.bottom-shape {
  transform: scale(-1, -1);
  top: 14px;
}

/* Ready to amplify your ESG news CSS Ends */
/* Footer CSS */
.region.region-bottom {
  display: grid;
  padding: 48px 84px 60px 84px;
  background-color: #0a2072;
  color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #fff;
}
.region.region-bottom .footer-menu .views-row {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.region.region-bottom .footer-menu .views-row .views-field {
  padding-top: 0;
}
.region.region-bottom .footer-menu .views-row .views-field .field-content a:hover {
  color: #d7de2a !important;
  border-bottom: none !important;
}
.region.region-bottom > div {
  padding-bottom: 24px;
}
.region.region-bottom #block-block-39 {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .region.region-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .region.region-bottom #block-views-footer-block-3 {
    grid-column: 1/5;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 1150px) {
  .region.region-bottom {
    padding: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .region.region-bottom {
    display: block;
    padding: 24px;
  }
}
.region.region-bottom h2.field-content {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 4px 0;
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  padding-left: 0;
  text-transform: initial !important;
}
.region.region-bottom .address-field {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .region.region-bottom .address-field {
    margin-bottom: 12px;
  }
}
.region.region-bottom a,
.region.region-bottom div.field-content, .region.region-bottom .address-field {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #fff;
}
.region.region-bottom a:hover {
  color: #d7de2a;
}
.region.region-bottom .social-media-wrap li {
  display: flex;
  flex-wrap: wrap;
}
.region.region-bottom .social-media-wrap li div:first-child {
  width: 100%;
}
.region.region-bottom .social-media-wrap li div:not(:first-child) {
  width: 40px;
}
.region.region-bottom .social-media-wrap a.fa {
  font-size: 22px;
  line-height: 22px;
}
.region.region-bottom .social-media-wrap a + a {
  display: none;
}
.region.region-bottom #block-views-footer-block-4 {
  grid-column: 1/5;
  padding-top: 80px;
  position: relative;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .region.region-bottom #block-views-footer-block-4 {
    margin-top: 8px;
    padding-top: 44px;
  }
}
.region.region-bottom #block-views-footer-block-4:after {
  content: "";
  position: absolute;
  height: 6px;
  width: calc(100% - 15px);
  display: inline-block;
  background-color: #d7de2a;
  top: 41px;
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .region.region-bottom #block-views-footer-block-4:after {
    top: 13px;
  }
}
.region.region-bottom #block-views-footer-block-4:before {
  content: "";
  height: 19px;
  width: 8px;
  background-color: #d7de2a;
  display: block;
  position: absolute;
  left: 13px;
  top: 28px;
  transform: skew(-34deg);
}
@media only screen and (max-width: 767px) {
  .region.region-bottom #block-views-footer-block-4:before {
    top: 0;
  }
}
.region.region-bottom #block-views-footer-block-4 > .content:before {
  content: "";
  height: 19px;
  width: 8px;
  background-color: #d7de2a;
  display: block;
  position: absolute;
  left: 0;
  top: 28px;
  transform: skew(-34deg);
}
@media only screen and (max-width: 767px) {
  .region.region-bottom #block-views-footer-block-4 > .content:before {
    top: 0;
  }
}
.region.region-bottom #block-views-footer-block-4 .footer-secodary-menu li {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .region.region-bottom #block-views-footer-block-4 .footer-secodary-menu li {
    flex-direction: column;
  }
}
.region.region-bottom #block-views-footer-block-4 .footer-secodary-menu li > div {
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .region.region-bottom #block-views-footer-block-4 .footer-secodary-menu li > div {
    padding-right: 0;
    padding-bottom: 2px;
  }
}

/* Footer CSS Ends */
.font-white {
  color: white;
}

.font-black {
  color: black;
}

body.front {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  background-image: none;
  background-color: white;
}
body.front a {
  border-bottom: none;
}
body.front .page-wrapper,
body.front #page-wrapper {
  width: 100%;
  margin: 0 auto;
}
body.front .main-wrapper,
body.front #main-wrapper {
  background-image: none;
  background-color: #f5f8fe;
  display: block;
  padding: 0;
  margin: 0;
  min-height: 0;
}
body.front .homepage-panels-slider {
  /* Dots */
}
body.front .homepage-panels-slider.slick-slider {
  margin-bottom: 0;
}
body.front .homepage-panels-slider .slick-disabled {
  display: none !important;
}
body.front .homepage-panels-slider .slick-prev:before,
body.front .homepage-panels-slider .slick-next:before {
  font-family: "FontAwesome";
  font-size: 36px;
  font-weight: 100;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}
body.front .homepage-panels-slider .slick-prev {
  height: 40px;
  width: 40px;
  left: 25px;
  z-index: 1;
}
body.front .homepage-panels-slider .slick-prev:before {
  content: "";
  opacity: 1;
}
@media only screen and (max-width: 650px) {
  body.front .homepage-panels-slider .slick-prev {
    top: unset;
    margin-top: 0;
    bottom: 5px;
    height: 37px;
  }
  body.front .homepage-panels-slider .slick-prev:before {
    content: "";
  }
}
body.front .homepage-panels-slider .slick-next {
  height: 40px;
  width: 40px;
  right: 25px;
  z-index: 1;
}
body.front .homepage-panels-slider .slick-next:before {
  content: "";
  opacity: 1;
}
@media only screen and (max-width: 650px) {
  body.front .homepage-panels-slider .slick-next {
    right: 25px;
    top: unset;
    margin-top: 0;
    bottom: 5px;
    height: 37px;
  }
  body.front .homepage-panels-slider .slick-next:before {
    content: "";
  }
}
body.front .homepage-panels-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body.front .homepage-panels-slider .slick-dots {
  position: absolute;
  bottom: 16px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
body.front .homepage-panels-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
body.front .homepage-panels-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
body.front .homepage-panels-slider .slick-dots li button:hover,
body.front .homepage-panels-slider .slick-dots li button:focus {
  outline: none;
}
body.front .homepage-panels-slider .slick-dots li button:hover:before,
body.front .homepage-panels-slider .slick-dots li button:focus:before {
  opacity: 1;
}
body.front .homepage-panels-slider .slick-dots li button:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}
body.front .homepage-panels-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
}
body.front .panel {
  display: grid;
  position: relative;
  align-items: start;
  width: 100%;
  padding: 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 650px) {
  body.front .panel {
    min-height: 0;
  }
}
@media only screen and (max-width: 680px) {
  body.front .panel {
    padding: 10%;
  }
}
body.front .panel__content-wrapper {
  display: grid;
  margin: 40px 4%;
}
body.front .panel__title {
  font-size: 54px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
body.front .panel__heading-vertical-bar {
  border-left: 2px solid black;
  height: 100%;
}
body.front .panel__sub-heading {
  text-align: center;
}
body.front .panel__body-copy {
  max-width: 500px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
body.front .panel__body-copy p {
  margin: 0;
}
body.front .panel .cta__work-with-us {
  display: block;
  width: 160px;
  color: black;
  font-weight: bold;
  background-color: white;
  padding: 7px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
}
body.front .panel--main {
  grid-template-areas: ". . ." ". content ." ". . .";
  grid-template-columns: 10% auto 10%;
  grid-template-rows: 0 auto 0;
  width: 100%;
  color: black;
  padding: 0;
  min-height: 500px;
  overflow: hidden;
  align-items: center;
}
body.front .panel--main .panel__background-image {
  /*grid-area: 1/1/-1/-1;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body.front .panel--main .panel__background-image img {
  width: 100%;
}
body.front .panel--main .panel__content-wrapper {
  grid-area: content;
  width: 610px;
  margin: 40px auto;
  color: white;
  position: relative;
}
@media only screen and (max-width: 960px) {
  body.front .panel--main .panel__content-wrapper {
    width: auto;
  }
}
body.front .panel--main .panel__content-wrapper h1 {
  font-size: 72px;
  line-height: 92px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  body.front .panel--main .panel__content-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
body.front .panel--main .panel__content-wrapper p {
  font-size: 18px;
  width: 490px;
}
body.front .panel--main .panel__content-wrapper p.short-description {
  display: none;
}
@media only screen and (max-width: 960px) {
  body.front .panel--main .panel__content-wrapper p {
    font-size: 14px;
    width: auto;
  }
  body.front .panel--main .panel__content-wrapper p.long-description {
    display: none;
  }
  body.front .panel--main .panel__content-wrapper p.short-description {
    display: block;
  }
}
body.front .panel--main .panel--main__learnmore {
  display: inline-block;
  padding: 14px 27px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 3px;
  margin-right: auto;
}
body.front .panel--main .panel--main__learnmore:hover {
  background-color: white;
  color: black;
}
body.front .homepage-panels-slider--main .slick-prev:before,
body.front .homepage-panels-slider--main .slick-next:before {
  color: black;
}
body.front .solutions_heading {
  text-align: center;
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  margin: 0;
  padding: 20px 0;
}
@media only screen and (max-width: 680px) {
  body.front .solutions_heading {
    font-size: 36px;
  }
}
body.front .panel__pillar .panel__heading {
  display: grid;
  grid-gap: 30px;
  justify-content: center;
  align-items: center;
  align-content: center;
  grid-template-columns: max-content min-content auto;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1110px) {
  body.front .panel__pillar .panel__heading {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.front .panel__pillar .panel__heading .panel__title {
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
  }
  body.front .panel__pillar .panel__heading .panel__heading-vertical-bar {
    display: none;
  }
  body.front .panel__pillar .panel__heading .panel__sub-heading {
    max-width: auto;
  }
}
@media only screen and (max-width: 680px) {
  body.front .panel__pillar .panel__heading .panel__title {
    font-size: 36px;
  }
  body.front .panel__pillar .panel__heading .panel__sub-heading {
    font-size: 18px;
  }
}
body.front .panel__pillar .panel__heading .panel__sub-heading {
  font-size: 24px;
  text-align: left;
  margin: 0;
}
body.front .panel__pillar .panel__content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  grid-column-gap: 80px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1200px) {
  body.front .panel__pillar .panel__content-wrapper {
    grid-template-columns: 1fr;
    max-width: 800px;
  }
  body.front .panel__pillar .panel__content-wrapper .product_wrapper {
    justify-items: center;
    margin-bottom: 30px;
  }
  body.front .panel__pillar .panel__content-wrapper .dist_latest_button {
    margin: 30px auto;
  }
}
body.front .panel__pillar .product_wrapper {
  display: grid;
  grid-template-rows: min-content 1fr min-content;
}
body.front .panel__pillar .tbl_logo {
  height: 50px;
  margin: 5px 0 20px;
  display: block;
}
body.front .panel__pillar .panel__body-copy {
  text-align: left;
  font-size: 18px;
}
body.front .panel__pillar .dist_latest_button {
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  padding: 12px 33px;
  margin: 30px auto 0 0;
  border: 1px solid black;
  border-radius: 3px;
  text-transform: uppercase;
}
body.front .panel__pillar .dist_latest_button:hover {
  background-color: white;
  border-color: white;
  color: black;
}
body.front .panel--distribution {
  background: url("../images/bg-green-hex.png") #d7de2a;
  padding-bottom: 30px;
}
@media only screen and (max-width: 550px) {
  body.front .panel--distribution .tbl_logo {
    height: 36px;
  }
}
body.front .panel--distribution .dist_latest_button:hover {
  background-color: black;
  border-color: black;
  color: white;
}
body.front .panel--distribution .panel__heading {
  display: grid;
  grid-gap: 30px;
  justify-content: center;
  align-items: center;
  align-content: center;
  grid-template-columns: max-content min-content 490px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1110px) {
  body.front .panel--distribution .panel__heading {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.front .panel--distribution .panel__heading .panel__title {
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
  }
  body.front .panel--distribution .panel__heading .panel__heading-vertical-bar {
    display: none;
  }
  body.front .panel--distribution .panel__heading .panel__sub-heading {
    max-width: 490px;
  }
}
@media only screen and (max-width: 680px) {
  body.front .panel--distribution .panel__heading .panel__title {
    font-size: 36px;
  }
  body.front .panel--distribution .panel__heading .panel__sub-heading {
    font-size: 18px;
  }
}
body.front .panel--distribution .panel__heading .panel__sub-heading {
  font-size: 24px;
  text-align: left;
  margin: 0;
}
body.front .panel--news {
  background: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 30px;
}
body.front .panel--news .homepage-news-container {
  max-width: 1170px;
  margin: 0px auto 40px;
}
body.front .panel--news .homepage-news-container .news-section-heading {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  body.front .panel--news .homepage-news-container .news-section-heading {
    grid-template-columns: 1fr;
  }
}
body.front .panel--news .homepage-news-container .news-section-heading h2 {
  font-size: 28px;
  font-weight: 900;
}
body.front .panel--news .homepage-news-container .news-section-heading h2:hover {
  color: black;
}
body.front .panel--news .homepage-news-container .news-section-heading .more-news-link {
  font-weight: 900;
  font-size: 18px;
  border-bottom: 3px solid black;
  align-self: end;
  justify-self: end;
  margin: 10px 0;
}
body.front .panel--news .homepage-news-container .view-display-id-homepage_news .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
}
@media only screen and (max-width: 970px) {
  body.front .panel--news .homepage-news-container .view-display-id-homepage_news .view-content {
    grid-template-columns: 1fr;
  }
}
body.front .panel--news .homepage-news-container .view-display-id-homepage_news .view-content .views-row {
  display: grid;
  grid-template-areas: "logo" "title" "description" "read-more";
  grid-template-rows: min-content auto 1fr max-content;
  align-content: start;
  background-color: white;
  padding: 14px;
}
body.front .panel--news .homepage-news-container .view-display-id-homepage_news .view-content .views-row .views-field-field-homepage-tile {
  grid-area: logo;
}
body.front .panel--news .homepage-news-container .view-display-id-homepage_news .view-content .views-row .views-field-title {
  grid-area: title;
  font-weight: bold;
  margin-bottom: 12px;
}
body.front .panel--news .homepage-news-container .view-display-id-homepage_news .view-content .views-row .views-field-title a:hover {
  color: black;
  text-decoration: underline;
}
body.front .panel--news .homepage-news-container .view-display-id-homepage_news .view-content .views-row .views-field-field-fmr-short-teaser {
  grid-area: description;
}
body.front .panel--news .homepage-news-container .view-display-id-homepage_news .view-content .views-row .read-more-link {
  grid-area: read-more;
  font-weight: bold;
  margin: 20px 0 0;
  display: none;
}
body.front .panel--news .homepage-news-container .view-display-id-homepage_news .view-content .views-row .read-more-link a:hover {
  color: black;
  text-decoration: underline;
}
body.front .panel--leadership {
  background: url("../images/bg-purple-hex.png") #90278e;
}
body.front .panel--leadership .panel__heading {
  display: grid;
  grid-gap: 30px;
  justify-content: center;
  align-items: center;
  align-content: center;
  grid-template-columns: max-content min-content 560px;
  margin: 0 auto 80px;
  color: white;
}
@media only screen and (max-width: 1110px) {
  body.front .panel--leadership .panel__heading {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.front .panel--leadership .panel__heading .panel__title {
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
  }
  body.front .panel--leadership .panel__heading .panel__heading-vertical-bar {
    display: none;
  }
  body.front .panel--leadership .panel__heading .panel__sub-heading {
    max-width: 560px;
  }
}
@media only screen and (max-width: 680px) {
  body.front .panel--leadership .panel__heading .panel__title {
    font-size: 36px;
  }
  body.front .panel--leadership .panel__heading .panel__sub-heading {
    font-size: 18px;
  }
}
body.front .panel--leadership .panel__heading .panel__sub-heading {
  font-size: 24px;
  text-align: left;
  margin: 0;
}
body.front .panel--leadership .panel__heading .panel__heading-vertical-bar {
  border-color: white;
}
body.front .panel--leadership .panel__content-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1200px) {
  body.front .panel--leadership .panel__content-wrapper {
    grid-template-columns: 1fr;
    max-width: 800px;
  }
}
body.front .panel--leadership .panel__content-wrapper .panel__body-copy {
  color: white;
  max-width: 100%;
}
body.front .panel--leadership .panel__content-wrapper .product_wrapper {
  grid-template-rows: 63px 1fr min-content;
}
body.front .panel--leadership .panel__content-wrapper .product_wrapper .product_logo {
  align-self: end;
}
body.front .panel--leadership .panel__content-wrapper .product-wrapper-cr .tbl_logo {
  height: 40px;
}
@media only screen and (max-width: 500px) {
  body.front .panel--leadership .panel__content-wrapper .product-wrapper-cr .tbl_logo {
    height: 30px;
  }
}
body.front .panel--leadership .panel__content-wrapper .product-wrapper-cc .tbl_logo {
  height: 22px;
}
@media only screen and (max-width: 500px) {
  body.front .panel--leadership .panel__content-wrapper .product-wrapper-cc .tbl_logo {
    height: auto;
    width: 100%;
  }
}
body.front .panel--leadership .tbl_logo {
  height: 22px;
}
@media only screen and (max-width: 500px) {
  body.front .panel--leadership .tbl_logo {
    height: 20px;
  }
}
body.front .panel--leadership .dist_latest_button {
  color: white;
  border-color: white;
}
body.front .panel--editorial {
  background-color: #0066ff;
  background: url("../images/bg-blue-hex.png") #0066ff;
}
body.front .panel--editorial .panel__heading {
  display: grid;
  grid-gap: 30px;
  justify-content: center;
  align-items: center;
  align-content: center;
  grid-template-columns: max-content min-content 450px;
  margin: 0 auto 80px;
  color: white;
}
@media only screen and (max-width: 1110px) {
  body.front .panel--editorial .panel__heading {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.front .panel--editorial .panel__heading .panel__title {
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
  }
  body.front .panel--editorial .panel__heading .panel__heading-vertical-bar {
    display: none;
  }
  body.front .panel--editorial .panel__heading .panel__sub-heading {
    max-width: 450px;
  }
}
@media only screen and (max-width: 680px) {
  body.front .panel--editorial .panel__heading .panel__title {
    font-size: 36px;
  }
  body.front .panel--editorial .panel__heading .panel__sub-heading {
    font-size: 18px;
  }
}
body.front .panel--editorial .panel__heading .panel__sub-heading {
  font-size: 24px;
  text-align: left;
  margin: 0;
}
body.front .panel--editorial .panel__heading .panel__heading-vertical-bar {
  border-color: white;
}
body.front .panel--editorial .panel__content-wrapper {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1200px) {
  body.front .panel--editorial .panel__content-wrapper {
    grid-template-columns: 1fr;
    max-width: 800px;
  }
}
body.front .panel--editorial .tbl_logo {
  height: 137px;
}
@media only screen and (max-width: 500px) {
  body.front .panel--editorial .tbl_logo {
    height: 90px;
  }
}
body.front .panel--editorial .panel__body-copy {
  color: white;
  margin: 0;
}
body.front .panel--editorial .dist_latest_button {
  color: white;
  border-color: white;
}
body.front .panel--video {
  background-color: #e8e8e8;
}
@media only screen and (max-width: 960px) {
  body.front .panel--video {
    padding: 0;
  }
}
body.front .panel--video .panel__heading {
  max-width: 936px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 960px) {
  body.front .panel--video .panel__heading {
    margin: 0 10%;
  }
}
body.front .panel--video .panel__heading .panel__title {
  font-size: 54px;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  body.front .panel--video .panel__heading .panel__title {
    text-align: center;
    margin: 40px 10%;
  }
}
@media only screen and (max-width: 760px) {
  body.front .panel--video .panel__heading .panel__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 400px) {
  body.front .panel--video .panel__heading .panel__title {
    font-size: 34px;
  }
}
body.front .panel--video .video-player {
  margin: 0 auto;
}
body.front .panel--video .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
body.front .panel--video .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
body.front .panel--our-clients {
  background-color: white;
  padding-bottom: 20px;
  max-width: 1170px;
}
body.front .panel--our-clients .panel__content-wrapper {
  margin: 40px 0 0 0;
}
body.front .panel--our-clients .panel__heading {
  display: grid;
  grid-gap: 30px;
  justify-content: center;
  align-items: center;
  align-content: center;
  grid-template-columns: max-content min-content 490px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1110px) {
  body.front .panel--our-clients .panel__heading {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.front .panel--our-clients .panel__heading .panel__title {
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
  }
  body.front .panel--our-clients .panel__heading .panel__heading-vertical-bar {
    display: none;
  }
  body.front .panel--our-clients .panel__heading .panel__sub-heading {
    max-width: 490px;
  }
}
@media only screen and (max-width: 680px) {
  body.front .panel--our-clients .panel__heading .panel__title {
    font-size: 36px;
  }
  body.front .panel--our-clients .panel__heading .panel__sub-heading {
    font-size: 18px;
  }
}
body.front .panel--our-clients .panel__heading .panel__sub-heading {
  font-size: 24px;
  text-align: left;
  margin: 0;
}
body.front .panel--our-clients .panel__body-copy {
  margin: 40px auto;
}
body.front .panel--our-clients .client-logo__wrapper .view-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
body.front .panel--our-clients .client-logo__wrapper .view-content .field-content a img {
  width: 150px;
  height: auto;
  margin-bottom: 40px;
}

/* _fmr-share.scss - Sass partial for the FMR share buttons. */
#fmr-share-buttons {
  padding: 20px 0;
  clear: both;
}
#fmr-share-buttons a {
  border-bottom: 0;
}

.view-mode-fmr_audio #fmr-share-buttons {
  clear: both;
  padding-top: 30px;
}

.social-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.social-share-wrap {
  position: absolute;
  top: 7px;
  left: -90px;
}
@media only screen and (max-width: 960px) {
  .social-share-wrap {
    left: 24px;
    display: flex;
    flex-direction: row;
    top: 31px;
    padding-top: 0 !important;
  }
}

#fmr-fb-share, #fmr-twitter-share, #fmr-linkedin-share, #fmr-email-share {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 17px;
  color: white;
  width: 38px;
  height: 38px;
  margin-right: 2px;
}
@media only screen and (max-width: 960px) {
  #fmr-fb-share, #fmr-twitter-share, #fmr-linkedin-share, #fmr-email-share {
    margin-right: 5px;
  }
}
#fmr-fb-share i, #fmr-twitter-share i, #fmr-linkedin-share i, #fmr-email-share i {
  font-size: 25px;
}

#fmr-fb-share {
  background-color: #3B5998;
}

#fmr-twitter-share {
  background-color: #1DA1F2;
}

#fmr-linkedin-share {
  background-color: #0077b5;
}

#fmr-email-share {
  background-color: #0066FF;
}

#fmr-share-expand {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/share-expand.jpg) no-repeat;
  margin: 0 auto;
  background-size: cover;
}

#fmr-share-expand:hover {
  cursor: pointer;
}

.st_sharethis_custom {
  /*background: url(../images/share-expand.jpg) no-repeat;*/
  width: 38px;
  height: 38px;
  display: block;
}

@media only screen and (max-width: 960px) {
  body.not-logged-in #fmr-share-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  body.not-logged-in #fmr-share-buttons #fmr-fb-share {
    float: none;
    width: 40px;
  }
  body.not-logged-in #fmr-share-buttons #fmr-fb-share .fmr-fb-share__label {
    display: none;
  }
  body.not-logged-in #fmr-share-buttons #fmr-twitter-share {
    width: 40px;
  }
  body.not-logged-in #fmr-share-buttons #fmr-twitter-share .fmr-twitter-share__label {
    display: none;
  }
  body.not-logged-in #fmr-share-buttons #fmr-share-expand {
    width: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .node-fmr {
    margin-top: 100px;
  }
}

.fmr-tweet--wrapper {
  border: 3px solid #d9d9d9 !important;
  border-radius: 10px;
  clear: both;
  display: block;
  margin: 1em 0 3em;
  padding: 15px;
  position: relative;
}
.fmr-tweet--wrapper:before {
  border-color: #d9d9d9 transparent;
  border-style: solid;
  border-width: 20px 13px 0;
  bottom: -20px;
  content: "";
  display: block;
  left: 30px;
  position: absolute;
  width: 0;
}
.fmr-tweet--wrapper:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 14px 9px 0;
  bottom: -14px;
  content: "";
  display: block;
  left: 34px;
  position: absolute;
  width: 0;
}
.fmr-tweet--wrapper .fmr-tweet--contents {
  display: flex;
  justify-content: space-between;
}
.fmr-tweet--wrapper .fmr-tweet--label {
  align-self: center;
  flex-shrink: 0;
  white-space: nowrap;
}
.fmr-tweet--wrapper .fmr-tweet--suggestion {
  flex-grow: 3;
}

.fmr-tweet--label {
  color: #848b8e;
  font-size: 18px;
  line-height: 30px;
  padding-right: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}
.fmr-tweet--label .fa-twitter:before {
  color: #55acee;
  font-size: 30px;
}

.field-name-field-fmr-tweet .field-item {
  color: #2c2c2b;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999999;
  display: grid;
  grid-template-columns: min-content max-content 1fr min-content max-content;
  grid-gap: 20px;
  align-items: center;
  height: 60px;
  background-color: #fff;
  padding: 0 4%;
  clear: both;
}
.role-authenticated-user .header {
  position: static;
  z-index: 0;
}

.header .header--3bl-logo img {
  height: 27px;
}
.header .userNameCompanyName {
  padding-left: 40px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
.header .userNameCompanyName a {
  border-bottom: 2px solid #D7DE2A;
  font-weight: bold;
}
.header .userNameCompanyName .field-username {
  text-transform: capitalize;
}
.header .header__login .menu .menu__item {
  margin: 0 4px;
}
.header a {
  border-bottom: none;
}
@media only screen and (max-width: 730px) {
  .header #header-main {
    display: none;
  }
  .header .header__login {
    display: none;
  }
}

.fixed-header-spacer {
  height: 60px;
}
.role-authenticated-user .fixed-header-spacer {
  display: none;
}

/* _region-footer.scss - Sass partial for footer styles. */
.region-bottom {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  background-color: white;
}
.region-bottom a {
  border-bottom: none;
}

.footer-block {
  box-sizing: border-box;
  padding: 60px 0 15px;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .footer-block {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 800px) {
  .footer-block {
    margin: 0 10%;
  }
}
.footer-block .footer--3bl-logo img {
  height: 27px;
}
.footer-block .footer-link-bar {
  padding: 25px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "copyright address social latest editorial";
  grid-gap: 14px;
  min-height: 40px;
  color: black;
}
@media only screen and (max-width: 900px) {
  .footer-block .footer-link-bar {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "latest editorial copyright" "address social .";
  }
}
@media only screen and (max-width: 500px) {
  .footer-block .footer-link-bar {
    grid-template-columns: 1fr;
    grid-template-areas: "latest" "editorial" "social" "address" "copyright";
  }
}
.footer-block .footer-link-bar h3 {
  margin-top: 0;
  float: none;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}
.footer-block .footer-link-bar ul {
  font-size: 12px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 650px) {
  .footer-block .footer-link-bar ul {
    align-items: flex-start;
  }
}
.footer-block .footer-link-bar ul li {
  padding: 0;
}
.footer-block .footer-link-bar ul li a {
  color: inherit;
  text-decoration: underline;
}
.footer-block .footer-link-bar .copyright-notice {
  font-weight: 500;
}
.footer-block .footer__column1 {
  grid-area: copyright;
}
.footer-block .footer__column2 {
  grid-area: address;
}
.footer-block .footer__column2 address {
  margin-bottom: 10px;
  font-style: normal;
  font-size: 12px;
}
.footer-block .footer__column3 {
  grid-area: social;
}
.footer-block .footer__column4 {
  grid-area: latest;
}
.footer-block .footer__column5 {
  grid-area: editorial;
}
.footer-block .footer__social-list {
  display: flex;
  flex-direction: row;
}
.footer-block .footer__social-list li {
  margin: 0 5px;
}
.footer-block .footer__social-list li a {
  font-size: 20px;
}

/* _page-csr-video.scss - Sass partial for styling "Latest Videos" page. */
#block-views-csr-video-block-1 .views-row,
#block-views-csr-video-block-2 .views-row {
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E9EBED;
}

.view-csr-video .with-navigation .region-sidebar-second .views-row .views-field-title a {
  color: #0AC;
}

.page-videos .view-id-videos {
  text-align: center;
}
.page-videos .view-id-videos .views-row {
  display: inline-block;
  width: 209px;
  min-height: 230px;
  vertical-align: top;
  margin: 3px;
  padding: 3px;
  border: 1px solid black;
}
.page-videos .view-id-videos .views-row .views-field-group-audience {
  height: 55px;
  padding: 15px;
  font-size: 1.2em;
  box-sizing: border-box;
  text-align: left;
}
.page-videos .view-id-videos .views-row .views-field-field-video {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.page-videos .view-id-videos .views-row .views-field-field-video img {
  width: 100%;
  height: 124px;
}
.page-videos .view-id-videos .views-row .views-field-field-video img .video-overlay-img {
  z-index: 10;
  position: relative;
  width: 215px;
}
.page-videos .view-id-videos .views-row .views-field-title {
  text-align: left;
  height: 55px;
}
.page-videos .view-id-videos .views-row .views-field-field-fmr-body {
  height: 105px;
}

@media only screen and (max-width: 480px) {
  .page-videos .view-id-videos .views-row {
    width: 90%;
  }
  .page-videos .view-id-videos .views-row .views-field-field-video {
    width: 200px;
  }
}
.node-type-client .region-contentheader {
  background-color: #D7DE2A;
  padding: 1em 20px;
}
.node-type-client .region-contentheader h1 {
  color: black;
  font-weight: bolder;
  padding-bottom: 10px;
}
.node-type-client .region-contentheader .views-field-php {
  font-weight: bold;
}

.node-type-client h1#page-title {
  display: none;
}

.node-type-client .region-sidebar-second .views-field {
  padding-bottom: 5px;
}

.profile-share-icons {
  display: none;
}
.profile-share-icons .view-header {
  text-transform: uppercase;
}
.profile-share-icons .views-row [class^=profile-social-content-icons--] {
  background: url("../images/socialmedia-icon-sprite.png");
  display: inline-block;
  height: 33px;
  margin: 5px;
  width: 34px;
}
.profile-share-icons .views-row [class^=profile-social-content-icons--] a {
  display: block;
  height: 100%;
  width: 100%;
}
.profile-share-icons .views-row .profile-social-content-icons--facebook {
  background-position: -53px -8px;
}
.profile-share-icons .views-row .profile-social-content-icons--twitter {
  background-position: -222px -8px;
}
.profile-share-icons .views-row .profile-social-content-icons--linkedin {
  background-position: -138px -8px;
}
.profile-share-icons .views-row .profile-social-content-icons--pinterest {
  background-position: -180px -8px;
}
.profile-share-icons .views-row .profile-social-content-icons--youtube {
  background-position: -264px -8px;
}
.profile-share-icons .views-row .profile-social-content-icons--instagram {
  background-position: -11px -8px;
}
.profile-share-icons .views-row .profile-social-content-icons--googleplus {
  background-position: -96px -8px;
}

.profile-sidebar .views-row [class^=profile-social-sidebar-icons--] {
  background: url("../images/socialmedia-icon-sprite.png");
  display: inline-block;
  height: 33px;
  margin: 5px;
  width: 34px;
  border-bottom: none;
}
.profile-sidebar .views-row [class^=profile-social-sidebar-icons--] a {
  display: block;
  height: 100%;
  width: 100%;
  border-bottom: none;
}
.profile-sidebar .views-row .profile-social-sidebar-icons--facebook {
  background-position: -53px -8px;
}
.profile-sidebar .views-row .profile-social-sidebar-icons--twitter {
  background-position: -222px -8px;
}
.profile-sidebar .views-row .profile-social-sidebar-icons--linkedin {
  background-position: -138px -8px;
}
.profile-sidebar .views-row .profile-social-sidebar-icons--pinterest {
  background-position: -180px -8px;
}
.profile-sidebar .views-row .profile-social-sidebar-icons--youtube {
  background-position: -264px -8px;
}
.profile-sidebar .views-row .profile-social-sidebar-icons--instagram {
  background-position: -11px -8px;
}
.profile-sidebar .views-row .profile-social-sidebar-icons--googleplus {
  background-position: -96px -8px;
}

.view-display-id-client_video_carousel {
  margin-bottom: 35px;
}

.view-display-id-profile_client_campaigns .views-row {
  border-bottom: 1px dashed #d8d8d8;
  margin: 0 1em 1em 0;
  padding: 0 0 1em 1em;
}
.view-display-id-profile_client_campaigns .views-row .views-field-title-1 a {
  font-size: 1.4rem;
  font-weight: 900;
  border-bottom: none;
}
.view-display-id-profile_client_campaigns .views-row .views-field-title-1 a:hover {
  color: black;
  text-decoration: underline solid #D7DE2A;
}
.view-display-id-profile_client_campaigns .views-row.last {
  border: 0;
}

.node-type-client .view-client-content .views-field-title-1 {
  margin: 0 0 0.5em;
}

.node-type-client .view-client-content .views-field-field-fmr-icons {
  display: none;
  float: right;
  position: relative;
  top: -1em;
}

.group_client_admin_og {
  display: none;
}

.region-sidebar-second .section .content .field-content strong {
  color: #2c2c2b;
}

.view-display-id-profile_client_campaigns img {
  float: right;
}
.view-display-id-profile_client_campaigns .views-field-title-1 {
  font-weight: bold;
  clear: none;
}

.view-display-id-client_fmrs_block .views-row {
  margin-bottom: 15px;
}
.view-display-id-client_fmrs_block .views-row .views-field-title-1 a {
  font-size: 1.4rem;
  font-weight: 900;
  border-bottom: none;
}
.view-display-id-client_fmrs_block .views-row .views-field-title-1 a:hover {
  color: black;
  text-decoration: underline solid #D7DE2A;
}

/*** Use of importants because the original CSS is being added through JS ***/
.node-type-client .view-content .jcarousel-skin-default .jcarousel-next {
  right: 0px !important;
}
.node-type-client .view-content .jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%;
  max-width: 585px;
}
.node-type-client .view-content .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
  max-width: 585px;
}

.node-type-client .view-client-content .jcarousel-item .views-field-title-1 {
  margin: 0 0 4.5em !important;
  bottom: -80px !important;
}

.node-type-client .view-content .jcarousel-skin-default .jcarousel-container-horizontal ul.jcarousel li.jcarousel-item .views-field-title-1 a {
  height: 80px !important;
}

.node-type-client .view-content .jcarousel-skin-default .jcarousel-container-horizontal ul.jcarousel li.jcarousel-item {
  height: 160px !important;
}

#block-views-d1cfc8dc9e24151ab0b2195d5bef9871 {
  margin-top: 0px;
  background-color: #F8F8F8;
  padding: 5px;
}

.slick-client-profile-videos {
  margin: 0 22px;
}
.slick-client-profile-videos .slick-slide {
  border: none;
  margin: 4px;
  padding: 0;
}
.slick-client-profile-videos .slick-slide img {
  width: 100%;
}
.slick-client-profile-videos .slick-dots {
  position: initial;
}

@media only screen and (max-width: 960px) {
  .node-type-client .region-contentheader {
    width: 100%;
  }
  .node-type-client .profile-share-icons {
    display: block;
  }
}
/*
      Campaign Page Customizations
*/
#campaign-header {
  background: #D7DE2A;
  padding: 1em 20px;
}
#campaign-header .client-link {
  font-weight: bold;
}
#campaign-header .campaign-name {
  padding-bottom: 10px;
  font-size: 1.6em;
  font-weight: bolder;
}
#campaign-header a:hover {
  color: black;
  border-bottom: 2px black solid;
}

.node-type-campaign .node-campaign .content {
  padding: 1em;
}

.node-type-campaign .node-campaign.view-mode-full .field-name-field-campaign-logo {
  float: right;
  margin-top: 1em;
}
.node-type-campaign .node-campaign.view-mode-full .field-name-field-campaign-logo a {
  border-bottom: none;
}

/*.view-campaign-content { padding: 0 1em; }*/
/*.field-name-field-campaign-summary .field-items { padding: 0 1em; }*/
.node-type-campaign .views-field-field-fmr-icons {
  display: none;
  float: right;
  margin-top: -1em;
}

.node-type-campaign .views-row {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #D8D8D8;
}

.node-type-campaign .views-row.last {
  border-bottom: 0;
}

.node-type-campaign .views-field-field-fmr-body {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*            csr/Campaigns            */
.page-news-campaigns .views-row {
  clear: both;
  padding: 0;
  margin: 1em 0;
}

.page-news-campaigns .views-field-title {
  float: left;
  width: 68%;
  padding: 10px 1%;
}

.page-news-campaigns .views-field-group-audience {
  float: left;
  width: 28%;
  padding: 10px 1%;
}

.page-news-campaigns .views-field-title a,
.page-news-campaigns .views-field-group-audience a {
  display: block;
  padding: 10px 0;
}

.page-news-campaigns .views-field-group-audience {
  text-align: right;
}

.page-news-campaigns .views-field-field-campaign-summary {
  float: left;
  width: 98%;
  padding: 1em 1% 1.5em;
  margin-top: -2em;
}

.page-news-campaigns .views-field-field-campaign-summary p {
  display: inline;
}

/*.page-news-csr-campaigns .views-field-field-campaign-summary br { display: none; }*/
.page-news-campaigns .views-field-field-campaign-summary img {
  float: right;
  padding: 0 0 0 1em;
}

.page-news-campaigns .views-field-field-campaign-logo {
  float: right;
}

.view-campaign-content .pager {
  padding-top: 2em;
  text-align: right;
}

/*            energy/Campaigns            */
.page-news-campaigns .views-row {
  clear: both;
  padding: 0;
  margin: 1em 0;
}

.page-news-campaigns .views-field-title {
  float: left;
  width: 68%;
  padding: 10px 1%;
}

.page-news-campaigns .views-field-group-audience {
  float: left;
  width: 28%;
  padding: 10px 1%;
}

.page-news-campaigns .views-field-title a,
.page-news-campaigns .views-field-group-audience a {
  display: block;
  padding: 10px 0;
}

.page-news-campaigns .views-field-group-audience {
  text-align: right;
}

.page-news-campaigns .views-field-field-campaign-summary {
  float: left;
  width: 98%;
  padding: 1em 1% 1.5em;
  margin-top: -2em;
}

.page-news-campaigns .views-field-field-campaign-summary p {
  display: inline;
}

/*.page-news-energy-campaigns .views-field-field-campaign-summary br { display: none; }*/
.page-news-campaigns .views-field-field-campaign-summary img {
  float: right;
  padding: 0 0 0 1em;
}

.page-news-campaigns .views-field-field-campaign-logo {
  float: right;
}

/** HEALTH CAMPAIGNS **/
.page-news-campaigns .views-row {
  clear: both;
  padding: 0;
  margin: 1em 0;
}

.page-news-campaigns .views-field-title {
  float: left;
  width: 68%;
  padding: 10px 1%;
}

.page-news-campaigns .views-field-group-audience {
  float: left;
  width: 28%;
  padding: 10px 1%;
}

.page-news-campaigns .views-field-title a,
.page-news-campaigns .views-field-group-audience a {
  display: block;
  padding: 10px 0;
}

.page-news-campaigns .views-field-group-audience {
  text-align: right;
}

.page-news-campaigns .views-field-field-campaign-summary {
  float: left;
  width: 98%;
  padding: 1em 1% 1.5em;
  margin-top: -2em;
}

.page-news-campaigns .views-field-field-campaign-summary p {
  display: inline;
}

/*.page-news-health-campaigns .views-field-field-campaign-summary br { display: none; }*/
.page-news-campaigns .views-field-field-campaign-summary img {
  float: right;
  padding: 0 0 0 1em;
}

.page-news-campaigns .views-field-field-campaign-logo {
  float: right;
}

/*** Use of importants because the original CSS is being added through JS ***/
.node-type-campaign .view-content .jcarousel-skin-default .jcarousel-next {
  right: 10px !important;
}
.node-type-campaign .view-content .jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%;
  max-width: 585px;
}
.node-type-campaign .view-content .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
  max-width: 585px;
}

.node-type-campaign .view-client-content .jcarousel-item .views-field-title-1 {
  margin: 0 0 4.5em !important;
  bottom: -85px !important;
}

.node-type-campaign .view-content .jcarousel-skin-default .jcarousel-container-horizontal ul.jcarousel li.jcarousel-item .views-field-title-1 a {
  height: 80px !important;
}

.node-type-campaign .view-content .jcarousel-skin-default .jcarousel-container-horizontal ul.jcarousel li.jcarousel-item {
  height: 160px !important;
}

#block-views-campaign-content-block-1 {
  margin-top: -10px;
}

.view-display-id-campaign_videos {
  margin: 0 22px;
}
.view-display-id-campaign_videos .slick-slide {
  border: none;
  margin: 4px;
  padding: 0;
}
.view-display-id-campaign_videos .slick-slide img {
  width: 100%;
}
.view-display-id-campaign_videos .slick-dots {
  position: initial;
}

.view-campaign-content .views-field-title a {
  font-size: 1.4rem;
  font-weight: 900;
  border-bottom: none;
}
.view-campaign-content .views-field-title a:hover {
  color: black;
  text-decoration: underline solid #D7DE2A;
}

.view-fmr-related-content-blocks .views-field-field-client-logo-1 a {
  border-bottom: none;
}

/*
    CSR-News Customizations
*/
.page-csr-news #main-wrapper {
  background: #FFF;
}

.page-csr-news .contentheader-copy {
  padding: 20px 0 0;
}

/*            Content View            */
.page-csr-news .region-content .views-row {
  border: 0;
  margin-bottom: 2em;
  padding: 0 0 0 5px;
}

.page-csr-news .region-content .views-field-title {
  padding: 0 0 0.5em;
}

.page-csr-news .region-content .views-field-field-fmr-date-time {
  width: 370px;
  float: none;
  color: #767676;
}

.page-csr-news .region-content .views-field-field-fmr-icons {
  float: right;
}

.page-csr-news .region-content .page-edit-mode {
  float: left;
  padding: 0 0 0 10px;
}

/*        Right Sidebar       */
.page-csr-news .region-sidebar-second {
  background: #ECEDED;
}

.page-csr-news .region-sidebar-second h2.block-title {
  margin-bottom: 1em;
}

.page-csr-news .region-sidebar-second .content {
  /* this should just be padded instead */
  /*  clear: both;*/
  /*  width: 225px; */
  /*  width: 210px; */
}

/*        Right Sidebar View       */
.page-csr-news .region-sidebar-second .views-row {
  padding-bottom: 15px;
  border-bottom: 2px solid #D8D8D8;
  margin-bottom: 15px;
}

.front .region-sidebar-second .views-row-last {
  border-bottom: none;
}

.page-csr-news .region-sidebar-second .views-field-title {
  margin-bottom: 0.75em;
}

.page-csr-news .region-sidebar-second .views-field-field-fmr-date-time {
  color: #707070;
  font-weight: bold;
  font-size: 8px;
}

.page-csr-news .region-sidebar-second .views-field-php {
  margin-top: 10px;
}

.page-csr-news .region-sidebar-second .view-footer {
  text-align: right;
}

.page-csr-news .region-sidebar-second .view-footer a {
  text-decoration: none;
}

#block-views-news-vertical-banner {
  background: url("/sites/all/themes/threebl/images/contentheader_bg.jpg") no-repeat scroll right top #ECEDED;
  height: 110px;
  margin: 10px auto 0;
  position: relative;
  width: 915px;
}

.vertical-banner-left li {
  list-style: none;
  float: right;
  font-weight: bold;
  padding: none;
}

.vertical-banner-left ul li {
  margin: 0px;
}

.vertical-banner-left li.last {
  color: #00AACC;
}

.vertical-banner-right, .vertical-banner-left {
  float: left;
  margin: 0;
  height: 0;
  float: left;
}

.vertical-banner-right {
  width: 645px;
  margin-left: 165px;
  font-size: 12px;
  padding: 20px 0 0 50px;
}

.vertical-banner-right h3 {
  color: #00AACC;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: none;
}

.vertical-banner-left {
  width: 190px;
  text-align: right;
}

.vertical-banner-left-text {
  margin-left: 35%;
}

.views-field-field-vertical-icon {
  top: 4px;
  position: relative;
  text-align: right;
}

.vertical-banner-left-text {
  font-size: 16px;
  padding-top: 10px;
  text-align: right;
}

.vertical-banner-left-icon {
  clear: both;
  margin-right: 0px;
}

.view-id-news .attachment {
  background-color: #D7DE2A;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  justify-items: center;
  padding: 20px 0;
}
.view-id-news .attachment .news-highlight-title:hover {
  color: black;
}
.view-id-news .fmr-title a {
  font-size: 1.4rem;
  font-weight: 900;
  border-bottom: none;
}
.view-id-news .fmr-title a:hover {
  color: black;
  text-decoration: underline solid #D7DE2A;
}
.view-id-news .read-more {
  margin: 10px 0 0;
  display: inline-block;
  font-weight: bold;
}

.view-id-news .view-display-id-news_minute_highlight,
.view-id-news .view-display-id-news_report_highlight,
.view-id-news .view-display-id-news_reuters_highlight {
  height: 165px;
}

.view-id-news .view-display-id-news_reuters_highlight a {
  text-decoration: none;
}

.view-id-news .view-display-id-news_reuters_highlight h2 {
  color: #696969;
  font-weight: normal;
  margin-top: 0;
}

.view-news.view-display-id-page .views-row {
  display: flex;
  padding-bottom: 15px;
  padding-top: 10px;
  border-bottom: 1px solid #F4F4F4;
}
.view-news.view-display-id-page .views-row .views-field-field-homepage-tile {
  margin-right: 10px;
  flex-shrink: 0;
}
.view-news.view-display-id-page .views-row .views-field-field-homepage-tile img {
  width: 118.2px;
  height: 66.6px;
}
.view-news.view-display-id-page .views-row .views-field-field-homepage-tile a {
  border-bottom: none;
}
.view-news.view-display-id-page .views-row .views-field-field-fmr-icons {
  flex-grow: 1;
}
.view-news.view-display-id-page .views-row .field-content.fmr-meta-container {
  position: relative;
}
.view-news.view-display-id-page .views-row .field-content.fmr-meta-container .fmr-title {
  margin: 0 0 10px;
}
.view-news.view-display-id-page .views-row .fmr-read-more-link {
  display: block;
  margin-top: 15px;
}
.view-news.view-display-id-page .views-row .fmr-share-icons {
  position: absolute;
  right: 0;
  bottom: 0;
}

.view-id-news .views-field-title {
  max-width: 550px;
}

#block-views-news-block-1 {
  color: #2C2C2B;
}

#block-views-news-block-1 a {
  color: #4F5255;
}

#block-views-news-block-1 {
  padding-left: 15px;
}

#block-views-news-block-1 .views-row {
  padding: 10px;
  border-bottom: 2px solid #D8D8D8;
  width: 85%;
}

#block-views-news-block-1 .views-row-last {
  border-bottom: none;
}

#block-views-news-block-1 .views-field-field-campaign-logo {
  margin-left: -10px;
}

.view-news h1 {
  font-size: 1.1em;
  display: none;
}

.view-display-id-news_highlights a:hover .news-highlight-title {
  color: black;
  border-bottom: 2px black solid;
}
.view-display-id-news_highlights .news-highlight-image {
  margin-bottom: 8px;
}
.view-display-id-news_highlights .news-highlight-title {
  display: inline;
}

.view-display-id-news_blog_highlight .views-field-picture {
  text-align: center;
  background: #ECEDED;
}

.view-id-news.view-display-id-page {
  clear: both;
}

#block-views-news-news-highlights .views-field-picture {
  background: none repeat scroll 0 0 #ECEDED;
  width: 195px;
  height: 110px;
}

#block-views-news-news-highlights .views-field-title {
  max-width: 200px;
}

.view-display-id-middle_highlights {
  height: 165px;
  text-align: center;
}

.view-display-id-middle_highlights .views-row {
  width: 195px;
  float: left;
  margin-right: 15px;
}

.view-display-id-middle_highlights .news-highlight-title {
  text-align: center;
}

.view-display-id-middle_highlights .news-highlight-image {
  /* background-color: #ECEDED; */
  height: 110px;
}

.view-display-id-news_minute_highlight .video-overlay-img,
.view-display-id-news_reuters_highlight .video-overlay-img {
  height: 110px;
  left: 0px;
  width: 195px;
  top: -113px;
  margin-bottom: -113px;
  position: relative;
}

.page-news #edit-submit-news,
.page-news #edit-reset {
  height: 30px;
  margin-top: 30px;
}

.page-news .views-exposed-form {
  /*display:none;*/
}

.news-page-reset {
  float: left;
  margin-left: 300px;
  margin-top: -48px;
}

@media only screen and (max-width: 550px) {
  .view-news.view-display-id-page .views-row {
    flex-wrap: wrap;
  }

  .views-field-field-homepage-tile {
    flex-basis: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
/* _about-media-services.scss - Sass partial for styles specific to About 3BL Media's Services page. */
.threebl-button__large {
  border-radius: 8px;
  background-color: #00aacc;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 20px;
  max-width: 280px;
  padding: 10px 15px;
  text-align: center;
}
.threebl-button__large:link {
  color: #fff;
}
.threebl-button__large:visited {
  color: #fff;
}
.threebl-button__large:hover {
  color: #fff;
}
.threebl-button__large:active {
  color: #fff;
}

#content {
  max-width: 100%;
}

.subtitle {
  color: #00aacc;
  font-size: 17px;
}

.section-about-3bl-media-services * {
  box-sizing: border-box;
}
.section-about-3bl-media-services .threebl-button__large {
  margin: 10px auto;
}
.section-about-3bl-media-services .slick-learnmore-channels {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.section-about-3bl-media-services .slick-learnmore-channels .slick-slide {
  min-height: 150px;
  background-color: #0cb3db;
  border-radius: 20px;
  margin: 0 5px;
  padding: 15px;
}
.section-about-3bl-media-services .slick-learnmore-channels .slick-slide h3 {
  color: white;
  text-transform: uppercase;
}
.section-about-3bl-media-services .logo-container .logo {
  display: inline-block;
  background: url(/sites/all/themes/threebl/images/icons/LearnMore_icons.png);
  margin: 0 10px 10px 0;
  height: 38px;
}
.section-about-3bl-media-services .logo-container .logo__ap {
  width: 35px;
  background-position: -25px -31px;
}
.section-about-3bl-media-services .logo-container .logo__bloomberg {
  width: 99px;
  background-position: -281px -32px;
}
.section-about-3bl-media-services .logo-container .logo__thomsonreuters {
  width: 136px;
  background-position: -103px -34px;
}
.section-about-3bl-media-services .logo-container .logo__justmeans {
  width: 92px;
  background-position: -23px -103px;
}
.section-about-3bl-media-services .logo-container .logo__socialearth {
  width: 102px;
  background-position: -158px -99px;
}
.section-about-3bl-media-services .logo-container .logo__3blmedia {
  width: 34px;
  background-position: -299px -99px;
}
.section-about-3bl-media-services .logo-container .logo__twitter {
  width: 27px;
  background-position: -23px -175px;
}
.section-about-3bl-media-services .logo-container .logo__youtube {
  width: 29px;
  background-position: -88px -175px;
}
.section-about-3bl-media-services .logo-container .logo__googleplus {
  width: 35px;
  background-position: -170px -175px;
}
.section-about-3bl-media-services .logo-container .logo__facebook {
  width: 35px;
  background-position: -247px -175px;
}
.section-about-3bl-media-services .logo-container .logo__linkedin {
  width: 36px;
  background-position: -331px -176px;
}
.section-about-3bl-media-services .format-logo--container {
  text-align: center;
}
.section-about-3bl-media-services .format-logo--container .format-logo--container__inner {
  display: inline-block;
}
.section-about-3bl-media-services .format-logo--container .format {
  display: inline-block;
  background: url(/sites/all/themes/threebl/images/icons/LearnMore_icons.png);
  background-size: 1340px;
  margin: 0 10px 10px 0;
  height: 58px;
  width: 58px;
  border-radius: 10px;
  border: 4px solid #00aacc;
}
.section-about-3bl-media-services .format-logo--container .format-logo__pressrelease {
  background-position: -594px -11px;
}
.section-about-3bl-media-services .format-logo--container .format-logo__blogs {
  background-position: -648px -11px;
}
.section-about-3bl-media-services .format-logo--container .format-logo__socialmedia {
  background-position: -701px -12px;
}
.section-about-3bl-media-services .format-logo--container .format-logo__photos {
  background-position: -751px -11px;
}
.section-about-3bl-media-services .format-logo--container .format-logo__videos {
  background-position: -808px -10px;
}
.section-about-3bl-media-services .format-logo--container .format-logo__3BL {
  background-size: 1280px;
  background-position: -831px -13px;
}
.section-about-3bl-media-services .request-demo--phone-container {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}

.f500-logo--container {
  display: none;
  box-sizing: border-box;
  text-align: center;
}
.f500-logo--container * {
  box-sizing: border-box;
}
.f500-logo--container .f500-logo {
  display: inline-block;
  background: url(/sites/all/themes/threebl/images/icons/LearnMore_icons.png);
  height: 79px;
  margin: 4px;
}
.f500-logo--container .f500-logo__boeing {
  width: 129px;
  background-position: -940px -400px;
}
.f500-logo--container .f500-logo__cisco {
  width: 94px;
  background-position: -1139px -397px;
}
.f500-logo--container .f500-logo__home-depot {
  width: 76px;
  background-position: -1331px -397px;
}
.f500-logo--container .f500-logo__sears {
  width: 98px;
  background-position: -1494px -398px;
}
.f500-logo--container .f500-logo__cbsr {
  width: 136px;
  background-position: -1668px -397px;
}
.f500-logo--container .f500-logo__samsung {
  width: 124px;
  background-position: -947px -506px;
}
.f500-logo--container .f500-logo__gm {
  width: 80px;
  background-position: -1146px -497px;
}
.f500-logo--container .f500-logo__toyota {
  width: 79px;
  background-position: -1331px -503px;
}
.f500-logo--container .f500-logo__fedex {
  width: 83px;
  background-position: -1500px -504px;
}
.f500-logo--container .f500-logo__clorox {
  width: 99px;
  background-position: -1709px -503px;
}

.f500-success__slick-container {
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
}
.f500-success__slick-container * {
  box-sizing: border-box;
}

.f500-success-slide {
  margin: 4px;
}
.f500-success-slide img {
  width: 100%;
}

.f500-success__front {
  border: 4px solid #00aacc;
  border-radius: 7px;
  text-align: center;
}

[class^=f500-success__logo] {
  display: inline-block;
  background: url(/sites/all/themes/threebl/images/icons/LearnMore_icons.png);
  background-size: 592%;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}

.f500-success__logo--allstate {
  background-position: 2.9% -69.9%;
}

.f500-success__logo--allstate-foundation {
  background-position: 2.9% -45.6%;
}

.f500-success__logo--waste-management {
  background-position: 2.9% -21.2%;
}

.f500-success__logo--bombardier {
  background-position: 29.1% -57.65%;
}

.f500-success__back-header {
  width: 100%;
  background-color: #00aacc;
  color: white;
  text-transform: uppercase;
  text-align: left;
  padding: 4px 6px 6px 6px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.f500-success__back-heading {
  color: #00aacc;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
}

.f500-success__back-copy {
  text-align: left;
  padding: 0 5px;
}

.how-it-works__drawers-container {
  box-sizing: border-box;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.how-it-works__drawers-container * {
  box-sizing: border-box;
}

.how-it-works-slide {
  border: 4px solid #00aacc;
  border-radius: 7px;
  text-align: center;
  margin: 4px;
}

.how-it-works__header {
  width: 100%;
  background-color: #00aacc;
  color: white;
  text-transform: uppercase;
  text-align: left;
  padding: 4px 6px 6px 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.how-it-works__toggle-button {
  float: right;
}

.how-it-works__contents-container {
  display: none;
}

.how-it-works__heading {
  color: #00aacc;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
}

.how-it-works__copy {
  text-align: left;
  padding: 0 5px;
}

.page-meetus .view-display-id-page .views-row {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.page-meetus .view-display-id-page .views-field-field-about-me p {
  margin-top: 0;
}
.page-meetus .region-sidebar-second {
  padding-top: 0 !important;
}
.page-meetus .view-display-id-block_meetus_sidebar .views-row {
  margin: 0 auto 15px;
}
.page-meetus .view-display-id-block_meetus_sidebar .views-row .meetus-sidebar__fullname {
  font-weight: 700;
}
.page-user-register {
  box-sizing: border-box;
}
.page-user-register #main-wrapper {
  margin-top: 2em;
}
.page-user-register .other-platform-signup .other-platform-signup__subheading {
  color: #2C2C2B;
  font-weight: bold;
  margin: 0 15px;
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.17em;
}
.page-user-register .other-platform-signup .other-platform-signup__form {
  display: flex;
  flex-direction: column;
  margin: 0 15px 20px;
}
.page-user-register .other-platform-signup .other-platform-signup__form .other-platform-signup__platform-container {
  display: flex;
}
.page-user-register .other-platform-signup .other-platform-signup__form .other-platform-signup__platform-container input {
  margin: 14px 10px 0 0;
  flex-shrink: 0;
}
.page-user-register .other-platform-signup .other-platform-signup__form [class^=other-platforms-signup__logo--] {
  background: url(/sites/all/themes/threebl/css/sprites/homepage-sprite.png) 0 0/1300px no-repeat;
  height: 30px;
  width: 121px;
  position: relative;
  border: 1px solid transparent;
  border-bottom: 0;
}
.page-user-register .other-platform-signup .other-platform-signup__form .other-platforms-signup__logo--socialearth {
  background-position: -603px -70px;
}
.page-user-register .other-platform-signup .other-platform-signup__form .other-platforms-signup__logo--reportalert {
  background-position: -458px -66px;
}
.page-user-register .other-platform-signup .other-platform-signup__form .other-platforms-signup__logo--justmeans {
  background-position: -330px -64px;
}
.page-user-register .other-platform-signup .other-platform-signup__form .other-platforms-signup__logo--ethicalperformance {
  background-position: -745px -65px;
}
.page-user-register .other-platform-signup .other-platform-signup__form .other-platforms-signup__logo--csrwire {
  background-position: -197px -62px;
}
.page-user-register .other-platform-signup .other-platform-signup__form label {
  margin: 2px 0;
  font-weight: normal;
}
.page-user-register .signup-heading--other-alerts {
  background-color: #00aacc;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  padding: 5px;
}
.page-user-register .user-register-form__heading {
  background-color: #D7DE2A;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  padding: 5px;
  font-weight: 700;
}
.page-user-register #user-register-form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.page-user-register #user-register-form > div {
  border-radius: 8px;
  background: #EEE;
  padding: 0 6px 0.25em;
}
.page-user-register #user-register-form fieldset {
  border-color: #CCC;
}
.page-user-register #user-register-form > div {
  background: none;
  margin: 0 15px 20px;
}
.page-user-register #user-register-form #edit-mail, .page-user-register #user-register-form #edit-field-job-title-und {
  width: 330px;
}
.page-user-register #user-register-form #edit-actions {
  text-align: left;
}
.page-user-register #user-register-form #edit-actions .form-submit {
  background-image: none;
  background-color: #D7DE2A;
  text-transform: capitalize;
  color: black;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border: none;
  margin: 0;
  text-shadow: none;
  font-size: inherit;
}
.page-user-register #block-block-24 {
  display: none;
  vertical-align: top;
  width: 49%;
}
.page-user-register .contentheader-box {
  display: block;
  margin: 10px 20px 0;
  position: relative;
  width: calc(100% - 40px);
  background: url("/sites/all/themes/threebl/images/news-alert-signup-banner.png") no-repeat;
  background-size: cover;
  color: white;
  height: 155px;
}
.page-user-register .contentheader-box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  height: 100%;
}
.page-user-register .contentheader-box .page-title {
  font-weight: unset;
  margin: 5px 0;
}
.page-user-register .contentheader-box .page-subtitle {
  font-size: 16px;
  margin: 5px 0;
}
.page-user-register legend {
  font-weight: bold;
  font-size: 1.17em;
  padding-left: 0;
}
.page-user-register .group-news-alerts {
  border: none;
  padding: 0 0 15px;
}
.page-user-register .group-news-alerts .form-item-field-daily-news-alert-und,
.page-user-register .group-news-alerts .form-item-field-weekly-news-alert-und {
  margin: 0;
}
.page-user-register .group-news-alerts .form-item-field-daily-news-alert-und > label,
.page-user-register .group-news-alerts .form-item-field-weekly-news-alert-und > label {
  font-weight: bold;
}
.page-user-register .group-news-alerts .field-name-field-daily-news-alert,
.page-user-register .group-news-alerts .field-name-field-weekly-news-alert {
  margin: 0 0 10px;
}
.page-user-register .group-news-alerts .customize-alert-toggle {
  color: #00aacc;
  font-weight: normal;
  font-size: 10px;
  cursor: pointer;
  font-style: italic;
  display: inline-block;
  padding-left: 20px;
}
.page-user-register .group-news-alerts .field-name-field-daily-categories .form-item-field-daily-categories-und,
.page-user-register .group-news-alerts .field-name-field-daily-categories .form-item-field-weekly-categories-und,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .form-item-field-daily-categories-und,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .form-item-field-weekly-categories-und {
  margin: 0;
}
.page-user-register .group-news-alerts .field-name-field-daily-categories .form-item-field-daily-categories-und > label,
.page-user-register .group-news-alerts .field-name-field-daily-categories .form-item-field-weekly-categories-und > label,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .form-item-field-daily-categories-und > label,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .form-item-field-weekly-categories-und > label {
  display: none;
}
.page-user-register .group-news-alerts .field-name-field-daily-categories .form-item-field-daily-categories-und .form-required,
.page-user-register .group-news-alerts .field-name-field-daily-categories .form-item-field-weekly-categories-und .form-required,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .form-item-field-daily-categories-und .form-required,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .form-item-field-weekly-categories-und .form-required {
  display: none;
}
.page-user-register .group-news-alerts .field-name-field-daily-categories .form-item-field-daily-categories-und .form-checkboxes,
.page-user-register .group-news-alerts .field-name-field-daily-categories .form-item-field-weekly-categories-und .form-checkboxes,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .form-item-field-daily-categories-und .form-checkboxes,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .form-item-field-weekly-categories-und .form-checkboxes {
  margin-left: 15px;
}
.page-user-register .group-news-alerts .field-name-field-daily-categories .user-register-form__select-all-daily-categories,
.page-user-register .group-news-alerts .field-name-field-daily-categories .user-register-form__select-all-weekly-categories,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .user-register-form__select-all-daily-categories,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .user-register-form__select-all-weekly-categories {
  cursor: pointer;
  font-weight: bold;
  margin: 10px 0;
  padding: 4px 10px;
  color: white;
  background-color: #00aacc;
  display: inline-block;
}
.page-user-register .group-news-alerts .field-name-field-daily-categories .user-register-form__select-no-daily-categories,
.page-user-register .group-news-alerts .field-name-field-daily-categories .user-register-form__select-no-weekly-categories,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .user-register-form__select-no-daily-categories,
.page-user-register .group-news-alerts .field-name-field-weekly-categories .user-register-form__select-no-weekly-categories {
  cursor: pointer;
  font-weight: bold;
  margin: 10px 0 10px 10px;
  padding: 4px 10px;
  color: white;
  background-color: #00aacc;
  display: inline-block;
}
.page-user-register .group-news-alerts .field-name-field-weekly-categories .form-checkboxes {
  display: none;
}
.page-user-register .group-news-alerts .field-name-field-daily-categories .form-checkboxes {
  display: none;
}
.page-user-register .form-item-name {
  display: none;
}
.page-user-register #modalContent .form-item-name {
  display: block;
}
.page-user-register .group-other-alerts {
  display: none;
}
.page-user-register .field-name-field-is-daily-customized {
  display: none;
}
.page-user-register .field-name-field-is-weekly-customized {
  display: none;
}
@media only screen and (max-width: 730px) {
  .page-user-register #block-block-24 {
    width: 100%;
  }
  .page-user-register #user-register-form {
    width: 100%;
  }
}

.page-user-edit .form-item-field-daily-categories-und,
.page-user-edit .form-item-field-weekly-categories-und {
  margin: 0;
}
.page-user-edit .form-item-field-daily-categories-und > label,
.page-user-edit .form-item-field-weekly-categories-und > label {
  display: none;
}
.page-user-edit .form-item-field-daily-categories-und .form-required,
.page-user-edit .form-item-field-weekly-categories-und .form-required {
  display: none;
}
.page-user-edit .form-item-field-daily-categories-und .form-checkboxes,
.page-user-edit .form-item-field-weekly-categories-und .form-checkboxes {
  margin-left: 15px;
}
.page-user-edit .user-register-form__select-all-daily-categories,
.page-user-edit .user-register-form__select-all-weekly-categories {
  cursor: pointer;
  font-weight: bold;
  margin: 10px 0;
  padding: 4px 10px;
  color: white;
  background-color: #00aacc;
  display: inline-block;
}
.page-user-edit .user-register-form__select-no-daily-categories,
.page-user-edit .user-register-form__select-no-weekly-categories {
  cursor: pointer;
  font-weight: bold;
  margin: 10px 0 10px 10px;
  padding: 4px 10px;
  color: white;
  background-color: #00aacc;
  display: inline-block;
}
.page-user-edit .field-name-field-energy-news-alert {
  display: none;
}
.page-user-edit .field-name-field-health-news-alert {
  display: none;
}
.page-user-edit .field-name-field-is-daily-customized {
  display: none;
}
.page-user-edit .field-name-field-is-weekly-customized {
  display: none;
}
.page-user-edit .group-other-alerts {
  display: none;
}
.page-user-edit .field-name-field-micro-list {
  display: none;
}

fieldset.group-csrwire-news {
  margin-top: 15px;
}
fieldset.group-csrwire-news, fieldset.group-triplepundit, fieldset.group-brand-taking-stands, fieldset.group-3bl-alerts {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
fieldset.group-csrwire-news h4, fieldset.group-triplepundit h4, fieldset.group-brand-taking-stands h4, fieldset.group-3bl-alerts h4 {
  margin-bottom: 5px;
}
fieldset.group-csrwire-news .form-item, fieldset.group-triplepundit .form-item, fieldset.group-brand-taking-stands .form-item, fieldset.group-3bl-alerts .form-item {
  margin-top: 5px;
}
fieldset.group-csrwire-news .form-item label.option, fieldset.group-triplepundit .form-item label.option, fieldset.group-brand-taking-stands .form-item label.option, fieldset.group-3bl-alerts .form-item label.option {
  font-weight: bold;
}

#user-profile-form fieldset.field-group-fieldset {
  padding-bottom: 24px;
  border: 1px solid #CBCFD3;
  margin-bottom: 1em;
  padding: 0.5em;
}

/*--- Login Top Row ---
 ================= Submenu ================ */
#navigation .region-navigation {
  position: static !important;
}

.region-bottom {
  position: relative;
  top: 0 !important;
}

.region-bottom .block-block .content p {
  margin: 0;
  padding: 0;
}

#block-menu-menu-dashboard {
  margin-left: 30px;
  padding-top: 25px;
  clear: both;
}

/*submenu - add Padding and clear style */
.section h1.title {
  /*  background: #E9F1F2 scroll repeat-y right top;
  */
  color: #000;
  font-size: 16px;
  /*  float: left;*/
  /*  line-height:22px;*/
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #fff;
  text-transform: none;
  min-width: 220px;
  padding: 0 127px 0 0;
}

/* url(../images/title_bg.png) */
.form-item label {
  font-size: 11px;
  font-weight: 700;
  color: #3c3c3c;
  padding: 8px 0;
}

.field-type-node-reference select {
  height: 28px;
  border: 1px solid #C3C3C3;
  /*  line-height: 30px;*/
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1,color=#C3C3C3) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1,color=#C3C3C3);
  padding: 3px;
}

/***Internal Admin Section ( Vertical Tabs ) ***/
.vertical-tabs table.redirect-list {
  width: 100%;
}

.group-fmr-internal-fieldset {
  margin: 15px 0 0 !important;
}

.vertical-tabs {
  border: 1px solid #CBCFD3 !important;
  min-height: 301px;
}

ul.vertical-tabs-list {
  border-style: solid;
  border-color: #CBCFD3;
  border-width: 1px 0 0 0;
}

.vertical-tabs ul.vertical-tabs-list {
  float: left;
  list-style: none outside none;
  position: relative;
  top: 1px;
  width: 15em;
  padding: 0;
}

.vertical-tabs ul.vertical-tabs-list li {
  background: #EFEFEF;
  border: 1px solid #CBCFD3;
  border-top: 0 !important;
  min-height: 42px;
}

.vertical-tabs .form-type-textfield input {
  -moz-box-sizing: border-box;
  height: 30px;
  width: 100%;
}

/*Add Multimedia*/
.fieldset-legend .fieldset-title {
  color: #3C3C3C;
  font-weight: 700;
  text-decoration: none;
  border-bottom: none;
}

html.js fieldset.collapsible legend {
  position: absolute;
  padding: 2px 0 0;
}

tr.even, tr.odd {
  background-color: #E9E9E9;
  border-bottom: none !important;
  padding: 0.1em 1em;
}

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  text-decoration: none;
  margin: -0.4em 0 -0.4em 0.1em;
  padding: 0.42em 1.5em 0.42em 0.3em;
}

.ui-widget-content {
  color: #3C3C3C;
  min-height: 219px;
  width: 773px;
}

#media-browser-tabset .ui-tabs-nav {
  border-bottom: 1px solid #CBCFD3 !important;
  border-top: 0 none !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
  background: url(../images/tab_bg.png) scroll repeat-x left top;
  height: 35px;
  width: 762px;
  border: 1px solid #CBCFD3;
  padding: 2px 5px 0;
}

.ui-tabs .ui-tabs-panel {
  background: none;
  display: block;
  width: 721px !important;
  border-width: 0;
  padding: 1em 1.4em;
}

.ui-state-default {
  background: none !important;
  float: left;
  height: 33px;
  border: none !important;
  font-size: 14px;
  margin: 0 5px !important;
  padding: 0 10px 1px !important;
}

.ui-state-default a {
  /*  line-height: 35px;*/
  width: 100%;
  padding: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background: #fff !important;
  height: 33px;
  border: 1px solid #CBCFD3 !important;
  border-bottom: none !important;
  font-size: 14px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  /*  line-height: 35px;*/
  width: 100%;
  padding: 0;
}

#media-tab-media_internet h2 {
  font-size: 13px;
  font-weight: 700;
  color: #3C3C3C;
  margin: 0 !important;
  padding: 0 0 10px;
}

#media-tab-media_internet .media-provider {
  float: left;
  border: 1px solid #CBCFD3 !important;
  height: 80px;
  width: 80px;
  text-align: center;
  margin: 0 0 15px 10px;
  padding: 4px;
}

.view-filters label {
  font-size: 11px !important;
  padding: 8px 0;
}

.view-filters select {
  font-size: 11px !important;
  min-width: 288px !important;
}

.view-filters p {
  font-size: 11px !important;
}

ul.media-list-thumbnails {
  list-style: none;
  overflow: hidden;
}

ul.media-list-thumbnails li {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #CBCFD3 !important;
  text-align: center;
  margin: 0 5px 0 0;
  padding: 4px;
}

ul.media-list-thumbnails li .media-item {
  width: auto !important;
  height: 80px;
  padding: 0;
  border: 0 !important;
  margin: 0;
  background: none;
}

ul.media-list-thumbnails li .media-item img {
  width: 100%;
  height: auto;
  border: 0;
  margin-left: 0;
  display: inline-block;
}

.views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0 !important;
}

.views-widget .form-item-filename input {
  width: 280px;
}

.container-inline-date {
  overflow: hidden;
  padding: 0 10px 10px;
}

.container-inline-date input {
  width: 200px;
  margin: 0 20px 0 0 !important;
}

.container-inline-date .date-padding {
  overflow: hidden;
  padding: 0 10px 10px;
}

.container-inline-date > .form-item {
  border: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0;
  padding: 0 0 10px;
}

/*Jquery Calendar*/
.ui-datepicker-title select {
  color: #51747B;
  font-size: 12px !important;
  height: 20px !important;
  min-width: 94px !important;
  padding: 2px !important;
}

.ui-datepicker-header {
  background: url(../images/cal_head_bg.png) repeat-x scroll left top;
  border: 1px solid #0B839A;
}

#ui-datepicker-div {
  width: 266px;
  border-color: #7D8A8D;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-radius: 0 6px 6px 6px;
  background: #FFF !important;
  -moz-border-radius: 0 6px 6px;
  -webkit-border-radius: 0 6px 6px 6px;
}

.ui-datepicker th {
  color: #72898D;
  font-size: 11px;
  text-align: center;
}

.ui-datepicker-calendar a {
  background: url(../images/tab_bg.png) scroll repeat-x left top !important;
  height: 26px;
  text-align: center !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: url(../images/cal_head_bg.png) repeat-x scroll left top !important;
  color: #004D66;
}

.ui-datepicker-calendar td {
  text-align: center !important;
}

/*        Edit Dashboard Page         */
.cke_skin_kama .cke_wrapper {
  resize: none;
}

.at-term {
  background: #E9F1F2 url(../images/title_bg.png) scroll repeat-y right top !important;
  border: 1px solid #DEE9EE;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  cursor: pointer;
  display: inline-block;
  margin: 5px 2px 0 0;
  padding: 4px 8px;
}

.at-term-list {
  border-bottom: 1px solid #EAECED;
  margin-bottom: 3px;
  padding: 5px 0 0 5px;
}

.at-term-action-remove {
  color: #F03;
  text-shadow: 1px 1px 1px #FFF;
  padding-left: 8px;
}

.media-item {
  background: #FFF;
  border: 1px solid #ccc;
  display: block;
  width: 100px;
  margin: 5px;
  padding: 6px;
}

#field-fmr-news-facts-text-add-more-wrapper .form-textarea-wrapper .cke_editor .cke_contents {
  height: 200px !important;
}

/*    ^    Edit Dashboard Page    ^     */
#block-views-client-dashboard-manage-sched,
#block-views-client-dashboard-manage-sent {
  border-top: none;
}

/*
.one-sidebar .contextual-links-region #block-system-main .view-client-dashboard .views-row,
.one-sidebar .contextual-links-region #block-views-client-dashboard-manage-sched .view-client-dashboard .views-row,
.one-sidebar .contextual-links-region #block-views-client-dashboard-manage-sent .view-client-dashboard .views-row {
  width: 98% !important;
  }
*/
/*          PORTAL PAGES          */
#block-menu-menu-dashboard {
  margin-left: 30px;
  /*margin-top:25px;*/
}

#block-menu-menu-dashboard li {
  border-right: 2px solid #8C8D90;
  list-style: none;
  padding: 0 18px;
}

#block-menu-menu-dashboard li.first {
  padding-left: 0;
}

#block-menu-menu-dashboard li.last {
  padding-right: 0;
  border-right: none;
}

#block-menu-menu-dashboard a {
  color: #8C8D90;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#block-menu-menu-dashboard a.active {
  color: #000;
}

#block-menu-menu-dashboard h2 {
  display: none;
}

/*
    #page-title HIDDEN ON PAGES...
    This is now the default.
*/
/*
.node-type-csr-esg-video #page-title,
.node-type-conference-video #page-title,
.node-type-thecsrminute #page-title,
.page-node-30 #page-title,
.page-node-31 #page-title,
.section-dashboard #page-title {
	display:none;
}
*/
/** Analytics page **/
.page-dashboard #block-threebl-analytics-quarterly-summary-report.block-threebl-analytics h3, .page-dashboard #block-threebl-analytics-quarterly-summary-report.block-threebl-analytics h2.block-title, .page-dashboard #block-views-dashboard-messages-block h3, .page-dashboard #block-views-dashboard-messages-block h2.block-title {
  padding: 0;
  padding-left: 0.5em;
  font-size: 14px !important;
  text-transform: initial !important;
  background-color: #D7DE2A;
  height: 29px;
  line-height: 29px;
}
.page-dashboard #block-threebl-analytics-quarterly-summary-report.block-threebl-analytics .brBottom, .page-dashboard #block-views-dashboard-messages-block .brBottom {
  border-bottom: none;
  padding-bottom: 25px;
}

.section-dashboard .block-threebl-analytics img {
  /* width: 100px; */
  display: inline;
}

.section-dashboard #block-views-client-dashboard {
  border-top: 2px solid #eceded;
  margin-top: 20px;
}

.section-dashboard #content .view-client-dashboard .view-header h2 {
  font-size: 14px !important;
  text-transform: initial !important;
  margin-top: 0;
  background-color: #D7DE2A;
  padding-left: 0.5em;
  height: 29px;
  line-height: 29px;
}

.section-dashboard #content .view-client-dashboard .views-row {
  /*  line-height:16px;*/
  margin-bottom: 16px;
}

.section-dashboard #content .view-client-dashboard .views-field-title-1 a {
  font-size: 1.4rem;
  font-weight: 900;
  border-bottom: none;
}
.section-dashboard #content .view-client-dashboard .views-field-title-1 a:hover {
  color: black;
  text-decoration: underline solid #D7DE2A;
}

.section-dashboard #content .view-client-dashboard .views-field-title-1 a, body .view-campaign-content .views-field-title a {
  font-size: 14px;
  font-weight: 700;
}

.section-dashboard #content .view-client-dashboard .views-field-field-fmr-date-time {
  color: #8C8D90;
  font-size: 90%;
}

.view-client-dashboard .attachment.attachment-after {
  padding-top: 36px;
}

.attachment.attachment-after .view-client-dashboard {
  padding-bottom: 36px;
}

/** Manage FMRs **/
#block-views-client-dashboard-manage-sched {
  padding-top: 36px;
}

#block-views-client-dashboard-manage-sched,
#block-views-client-dashboard-manage-sent {
  margin-top: 0px;
  padding-bottom: 36px;
}

#block-views-client-dashboard-manage-sched .view-client-dashboard {
  padding-bottom: 0 !important;
}

#block-views-client-dashboard-manage-sched .view-client-dashboard .view-empty {
  margin-bottom: 0;
  color: #555657;
  padding: 0 10px;
  font-weight: 400;
}

#block-views-client-dashboard-manage-sched .view-client-dashboard .view-empty p {
  margin-bottom: 0;
}

/** SIDEBAR **/
#block-views-client-dashboard-block-2 .view-header h2 {
  /*
    color: #0AC;
  	font-size: 11px;
  	font-weight: bold;
  	text-transform: uppercase;
  	margin: 15px 0 5px;
  */
}

#block-views-client-dashboard-block-2 .view-header {
  padding: 0;
}

/*.views-field-nothing { margin: 2px 0 0; }*/
#block-views-homepage-content-block-1 .views-field-nothing .field-content {
  color: #EB7D2B;
  font-size: 18px;
  font-weight: normal;
}

.upload-button {
  display: block;
  width: auto;
  padding: 7px;
  background: linear-gradient(#D7DE2A, #ABB047);
  text-align: center;
  position: relative;
  text-decoration: none;
  border: 1px black solid !important;
  color: black;
  font-weight: 700;
  text-transform: capitalize;
  margin: 5px auto;
  text-transform: capitalize;
}

.feed-button {
  width: fit-content;
  padding: 8px 20px;
  margin: 26px auto 14px auto;
  font-size: 14px;
}

#block-views-client-dashboard-block-2 .view-content {
  padding-bottom: 10px;
}

#block-views-client-dashboard-block-2 .view-content .views-field-field-client-disabled,
#block-views-client-dashboard-block-2 .view-content .your-consultant-name {
  color: #000;
  font-weight: normal;
  font-size: 18px;
}

.one-sidebar .contextual-links-region #block-system-main .view-client-dashboard .views-row .views-field-title-1,
.one-sidebar .contextual-links-region #block-views-client-dashboard-manage-sched .view-client-dashboard .views-row .views-field-title-1,
.one-sidebar .contextual-links-region #block-views-client-dashboard-manage-sent .view-client-dashboard .views-row .views-field-title-1 {
  /*  width: 81% !important;*/
}

.section-dashboard #content .view-client-dashboard .views-row .views-field-title-1 span a {
  /*  padding: 0;*/
  font-size: 14px;
  font-weight: 700;
}

.section-dashboard #content .view-client-dashboard .views-row {
  padding: 0 0 0em;
  margin: 0 0 36px 0.5em;
}

.section-dashboard #content .view-client-dashboard .views-field-field-fmr-date-time,
.section-dashboard #content .view-client-dashboard .views-row .views-field-changed {
  padding: 3px 0 0;
  display: block;
}

.section-dashboard #content .view-client-dashboard .views-row .views-field-field-fmr-icons {
  /*display: block;    */
  /*float: right;*/
  /*position: relative;*/
  /*padding: 4px 0 0;*/
  /*margin-top: -17px;*/
  display: none;
}

.region-sidebar-first #block-views-client-dashboard-block-1 span.field-content {
  display: block;
  clear: both;
  padding: 0 0 10px 5px;
}

.region-sidebar-first .view-content .views-row .views-field-title-1 a {
  font-size: 11px;
  font-weight: bold;
}

/* Manage Campaigns Page */
.view-display-id-manage_campaigns_page .views-field-title-1 {
  /*background: #f4f4f4 scroll no-repeat right top;*/
  color: #5c5f61 !important;
  font-size: 12px !important;
  width: 400px;
  /*  line-height: 28px;*/
  text-transform: initial !important;
  font-weight: 700 !important;
  text-shadow: 1px 1px 1px #FFF;
  margin: 10px 0 !important;
  padding: 0;
}

.view-display-id-manage_campaigns_page .fmr-count {
  float: right;
}

/*
.page-dashboard-campaigns .view-display-id-manage_campaigns_page .views-row {
  width: 100% !important;
  display: block;
  overflow: hidden;
  }
.page-dashboard-campaigns .view-display-id-manage_campaigns_page .views-row .views-field .field-content .view-campaign-content .views-row {
  border: none !important;
  width: 500px;
  }
*/
/* url(../images/leftsidebar_titleBg.png) */
#content .expandable-title a:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 7px;
  color: #D7DE2A;
}
#content .expandable-title a.opened:before {
  content: "";
}

/*                                  */
/*          Dashboard Views         */
/*                                  */
.view-content .views-row .views-field-php {
  padding: 0 0 0 8px;
  font-size: 12px;
}

.view-content .views-row .views-field-php a {
  clear: both;
  display: block;
  padding: 5px 0;
}

.sidebar .view-header h2 {
  float: left;
  width: 190px !important;
}

.views-field-field-client-disabled .field-content {
  font-size: 13px;
  font-weight: 700;
  color: #4E92C3;
}

.sidebar-first #content .view-client-dashboard {
  padding: 0px 0 36px 0;
}

.sidebar-first #content .view-client-dashboard h2 {
  margin-top: 0;
}

.view-client-dashboard .view-footer p a {
  color: black !important;
  font-size: 12px;
}

.view-client-dashboard .view-footer p a:hover {
  text-transform: underline #D7DE2A solid !important;
}

/*
.node-type-campaign .view-id-campaign_content .view-content .views-row {
/*  overflow: hidden; * /
  clear: both;
  }
*/
.node-type-campaign .view-id-campaign_content .view-content .views-row .field-content p em {
  font-style: normal;
}

.node-type-campaign .view-id-campaign_content .view-content .views-row .field-content p strong {
  font-weight: 400;
}

.views-field-totalcount span.views-label-totalcount {
  /*  line-height: 16px;*/
  display: block;
  height: 20px;
  float: left;
  padding: 0 10px 0 0;
}

.views-field-totalcount span.field-content {
  border: 1px solid #D8D8D8;
  color: #4f6570;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 5px;
}

.views-field-last-editor {
  width: 335px;
  /*  background: #e9f1f2 url(../images/title_bg.png) scroll repeat-y right top;*/
  margin: 0 0 10px;
  padding: 2px 50px 2px 5px;
}

.page-dashboard-campaigns .view-display-id-manage_campaigns_page .views-field-title-1 .expandable-title {
  background: none;
}

.views-field-view .views-label-view {
  /*  line-height: 28px;*/
  display: block;
  font-weight: 700;
  color: #5C5F61 !important;
}

.view-csr-news {
  /*padding:0 15px;*/
}

#c-about .profile-image {
  width: 124px;
  height: 124px;
  border: 1px dotted #ABD5DA;
  float: left;
  margin: 0 20px 0 0;
  padding: 2px;
}

#c-about .profile-image img {
  width: 123px;
  height: 123px;
}

#c-about .profile-text {
  float: left;
  text-align: justify;
  width: 480px;
  /*  line-height: 16px;*/
  color: #343434;
}

#c-about .profile-text span.profile-name {
  color: #4791C6;
}

#c-about #c-about-ga {
  text-align: justify;
  /*  line-height: 16px;*/
}

#c-about .clear-block {
  clear: both;
  height: 12px;
  border-bottom: 1px dashed #E9EBED;
  margin-bottom: 12px;
}

#c-about h1 {
  background: #f4f4f4 url(../images/leftsidebar_titleBg.png) scroll repeat-y right top;
  color: #5c5f61 !important;
  font-size: 15px !important;
  width: 500px;
  /*  line-height: 28px;*/
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-shadow: 1px 1px 1px #fff;
  margin: 10px 0 !important;
  padding: 0 10px;
}

#c-about p {
  color: #343434;
  padding: 0 0 0 28px;
}

#c-about p br {
  margin: 3px 0;
}

.view-3bl-in-the-news .view-content .views-row .node-in-the-news h2 {
  /*  line-height: 18px;*/
  padding: 5px !important;
}

.page-3bl-in-the-news #main-wrapper #content .views-row h2 {
  width: 700px !important;
}

.page-node-41 h1#page-title {
  margin: 15px 0 !important;
}

.page-node-41 .region-fmr-associated-content {
  float: none;
  display: block;
}

.node-fmr ul.links li.statistics_counter span {
  border: 1px solid #D8D8D8;
  background: url(../images/tab_bg.png) scroll repeat-x left -10px !important;
  color: #4f6570;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 5px;
}

/* fade  url(../images/leftsidebar_titleBg.png) */
#fmr-associated-title h3 {
  color: #848B8E;
  /*  line-height: 20px;*/
  text-transform: uppercase;
  margin: 10px 0;
  padding: 5px 15px 5px 11px;
}

.page-node-41 #node-41 .content .field-name-field-fmr-type-of-content {
  font-size: 13px;
  font-weight: 700;
}

#block-views-a95a56240c3fa9f8162e883201d63139 .view-content .views-row,
#block-views-f752ab3b011ea169fb9d28e682b8dfa2 .view-content .views-row {
  border-bottom: 1px dashed #DFE1E3;
  /*  overflow: hidden;*/
  /*  display: block;*/
  margin-bottom: 10px;
  min-height: 15px;
  padding-bottom: 15px;
}

/*
#block-cck-blocks-field-fmr-taxonomy .field-name-field-fmr-taxonomy .field-items .field-item {
  padding: 2px;
  }

#block-cck-blocks-field-fmr-taxonomy .field-name-field-fmr-taxonomy .field-items .field-item a {
  text-decoration: underline;
  color: #4E92C3;
  }

*/
.node-by-viewer .field-name-field-fmr-type-of-content .field-items {
  text-transform: uppercase;
  color: #939393;
  padding: 10px 0 0;
}

#edit-field-fmr-taxonomy-und ul.term-reference-tree-level li div.term-reference-tree-button {
  float: left;
  margin: 4px 6px 0 0;
}

#edit-field-fmr-taxonomy-und ul.term-reference-tree-level li ul.term-reference-tree-start-minimized {
  clear: both;
  float: left;
  margin-left: 44px;
}

.home-reuters-wrapper .view-content {
  float: left;
  width: 205px;
}

.video-overlay-img {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/csr_video_play.png) no-repeat scroll center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*          Manage Campaigns          */
.page-dashboard-campaigns .region-content .view-content .views-field-title-1 {
  width: 600px !important;
}

.page-dashboard-campaigns .view-content .views-row .views-field-last-editor {
  clear: both;
  margin-left: 5px;
}

/*--------------------Dashboard Reps block -----------------*/
.dashboard-rep-phone {
  float: left;
  margin-right: 15px;
}

.dashboard-rep-unavailable {
  margin-bottom: 8px;
}

#block-views-dashboard-messages-block .views-row,
#block-views-dashboard-messages-block-1 .views-row {
  margin-bottom: 10px;
  padding: 5px 5px 10px;
}

#block-views-dashboard-messages-block .views-field-title,
#block-views-dashboard-messages-block-1 .views-field-title {
  font-size: 1.2em;
  font-weight: 700;
}

.views-field-field-fmr-date-time {
  /* float: left;*/
}

.node-type-fmr .attachment-after .views-row-1 span,
#edit-field-fmr-taxonomy-und ul.term-reference-tree-level li div.form-type-checkbox {
  float: left;
}

.toggle-dashboard-message {
  float: right;
}

.ovfl-hidden,
#media-tab-media_internet form div,
.views-field-field-fmr-icons,
.page-dashboard-campaigns .view-content .views-row {
  /*  overflow: hidden; */
}

form tbody {
  border-top: none;
}

.section-dashboard #content .view-display-id-manage_campaigns_page .fieldset.collapsed,
#edit-field-fmr-taxonomy-und ul.term-reference-tree-level li div.no-term-reference-tree-button {
  display: none;
}

.page-edit-mode,
.views-field-edit-node {
  float: left;
  padding: 0 0 0 10px;
}

#media-tab-media_internet .media-provider img,
.node-type-fmr .title,
#block-views-a95a56240c3fa9f8162e883201d63139 .view-content .views-row span {
  margin: 0 !important;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution {
  padding: 10px;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution #edit-field-dist-main #edit-field-dist-main-und .form-item input.form-checkbox {
  left: 10px;
  position: absolute;
  top: 38%;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution #edit-field-dist-main #edit-field-dist-main-und {
  display: block;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution #edit-field-dist-main #edit-field-dist-main-und .form-type-checkbox {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution #edit-field-dist-main #edit-field-dist-main-und .form-item label.option {
  overflow: hidden;
  float: left;
  width: 94%;
  margin: 0 0 0 43px;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution #edit-field-dist-main #edit-field-dist-main-und .form-item label.option span {
  display: block;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution #edit-field-dist-main #edit-field-dist-main-und .form-item label.option .views-field-field-dist-channel-logo {
  display: block;
  float: left;
  padding: 0 15px 0 0;
  min-height: 100px;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution .fieldset-wrapper .field-type-node-reference {
  overflow: hidden;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution .fieldset-wrapper #edit-field-dist-client-sm {
  overflow: hidden;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution .fieldset-wrapper #edit-field-dist-client-sm label {
  padding: 5px 0;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution .fieldset-wrapper #edit-field-dist-client-sm .description {
  padding: 5px 0;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution .fieldset-wrapper #edit-field-dist-client-sm table.sticky-table {
  clear: both;
  white-space: normal;
  max-width: 780px;
  border: 1px solid #E0DEDE;
}

.node-type-fmr #edit-field-dist-client-sm table.sticky-table tr.even,
.node-type-fmr #edit-field-dist-client-sm table.sticky-table tr.odd {
  background: none;
}

.node-type-fmr #edit-field-dist-client-sm table.sticky-table td {
  width: 125px;
  text-align: center;
  padding: 8px 0;
}

.node-type-fmr #edit-field-dist-client-sm table.sticky-table td .client-sm-dist-thumb {
  height: 54px;
  width: 54px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #F4F4F4;
}

.node-type-fmr #edit-field-dist-client-sm .description {
  line-height: 20px;
  margin: 10px 0;
  padding: 0 5px;
}

.node-type-fmr #edit-field-dist-client-sm table.sticky-table td .client-sm-dist-thumb img {
  margin: auto !important;
  max-width: 100% !important;
  padding: 2px;
}

.node-type-fmr #edit-field-dist-client-sm table.sticky-table td .form-type-checkbox {
  padding: 5px 0;
  text-align: center;
}

.node-type-fmr #edit-field-dist-client-sm table.sticky-table td .form-type-checkbox label {
  padding: 0;
  white-space: normal;
}

.node-type-fmr #edit-field-dist-client-sm table.sticky-table td .client-sm-dist-default-msg a {
  background: #F4F4F4;
  display: block;
  font-size: 10px;
  margin: 0 20px;
  padding: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.node-type-fmr #edit-field-dist-client-sm table.sticky-table td .client-sm-dist-default-msg a:hover, .form-item-field-fmr-feature-homepage-und a:hover {
  background: none;
  border: 1px solid #F4F4F4;
  display: block;
  font-size: 10px;
  margin: 0 20px;
  padding: 3px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

#edit-field-dist-client-sm table {
  width: 100% !important;
  margin-top: 15px;
}

#edit-field-fmr-feature-homepage {
  border: 1px solid #00AACC;
  padding: 0 5px 5px;
}

.node-type-fmr #node_fmr_form_group_fmr_distribution #edit-field-dist-custom-lists .form-item,
.node-type-fmr #node_fmr_form_group_fmr_distribution #edit-field-dist-paid .form-item {
  margin: 0;
}

.node-type-fmr #edit-field-dist-client-sm table.sticky-table th {
  color: #36546C;
  font-weight: normal;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  width: 125px;
  background: #F4F4F4;
}

#edit-field-fmr-feature-homepage .description a {
  background: none repeat scroll 0 0 #F4F4F4;
  display: block;
  font-size: 10px;
  margin: -15px 130px;
  padding: 4px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 75px;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution .fieldset-wrapper .field-type-node-reference .edit-field-dist-main-und .form-item-field-dist-main-und-25001 {
  overflow: hidden;
}

.node-type-fmr .field-group-htabs-wrapper .horizontal-tabs-panes #node_fmr_form_group_fmr_distribution .fieldset-wrapper #edit-field-dist-client-sm,
.node-type-fmr .field-type-list-boolean {
  clear: both;
}

.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  background-color: #D7DE2A;
  border-radius: 10px 10px 0 0;
}
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected {
  color: #D7DE2A;
  background-color: black;
  height: 33px;
  border: 1px solid #e4e4e4;
  border-bottom: none;
}

.horizontal-tabs ul.horizontal-tabs-list li a:hover,
.group-fmr-multimedia .horizontal-tabs ul.horizontal-tabs-list li a:hover {
  background: url(../images/tab_bg.png) scroll repeat-x left bottom;
  border: none !important;
  color: #000;
}

.group-fmr-multimedia .horizontal-tabs .horizontal-tab-button-0 a strong,
.group-fmr-multimedia .horizontal-tabs .horizontal-tab-button-1 a strong,
.group-fmr-multimedia .horizontal-tabs .horizontal-tab-button-2 a strong,
.group-fmr-multimedia .horizontal-tabs .horizontal-tab-button-3 a strong,
.group-fmr-multimedia .horizontal-tabs .horizontal-tab-button-4 a strong,
.group-fmr-multimedia .horizontal-tabs .horizontal-tabs-list .selected a strong {
  background: none !important;
  padding: 0 !important;
}

.vertical-tabs ul.vertical-tabs-list a strong,
.vertical-tabs ul.vertical-tabs-list a span {
  color: #333 !important;
}

#media-browser-tabset .media-browser-tab,
.section-dashboard #content .view-client-dashboard .views-row-last {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.view-id-client_dashboard.view-client-dashboard .views-row-last {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.ui-state-default a span,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a span,
.region-fmr-associated-content .views-slideshow-cycle-main-frame-row-item a.colorbox,
.region-fmr-associated-content .fmr-video-wrapper a.colorbox-inline {
  width: 100%;
  display: block;
  text-align: center;
}

.ui-widget input {
  font-size: 11px;
}

#media-tab-upload .description,
#media-tab-media_internet .description,
.view-filters .description {
  font-size: 12px;
  color: #3C3C3C;
  padding: 10px 0;
}

#media-tab-media_internet #edit-actions,
.views-widget-sort-by {
  clear: both !important;
}

.views-widget-filter-type,
.views-widget-sort-order {
  margin: 0 0 0 15px;
}

.term-reference-tree-collapsed,
.term-reference-tree-button {
  margin: 0 10px 0 0;
}

.no-term-reference-tree-button,
.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 {
  background: none;
}

.fake-submit, .fake-cancel {
  background: url(../images/btn_sprite.png) repeat-x scroll left bottom;
  border: 1px solid #2C7C8D;
  color: #FFF !important;
  font-size: 11px;
  font-weight: 700;
  height: 29px !important;
  /*  line-height: 28px;*/
  text-shadow: 1px 1px 1px #053c4b;
  width: auto !important;
  text-transform: uppercase;
  text-decoration: none !important;
  margin: 0 10px !important;
  padding: 0 10px !important;
}

.section-dashboard .region-sidebar-first #block-views-client-dashboard-block-2 .attachment-after .view-header h2 {
  background: none !important;
}

.section-dashboard .region-sidebar-first .attachment-after .view-display-id-attachment_3 h2 {
  padding: 7px 15px 7px 0 !important;
}

.region-sidebar-first .last .view-client-multiple-login h3 {
  /*  padding: 7px 15px 7px 0 !important;*/
}

.region-sidebar-first #block-views-client-dashboard-block-2 h2 {
  /*  padding: 7px 15px 7px 14px !important;*/
  text-transform: initial !important;
}

.region-sidebar-first #block-views-client-dashboard-block-1 h2,
.region-sidebar-first #block-views-client-dashboard-block-2 h2,
.region-sidebar-first .view-client-multiple-login .view-header h3 {
  /*  background-color: #E9F1F2;*/
  /*  width: 182px !important;*/
  /*  padding: 7px 15px 7px 0;*/
  margin: 10px 0;
  /*  color: #0AC;*/
  font-size: 13px;
  font-weight: 700 !important;
  /*  float: left;*/
  /*  line-height: 16px;*/
  text-shadow: 1px 1px 1px #FFF;
  text-transform: uppercase;
}

/*.sidebar-first #content .views-row, */
.no-sidebars .contextual-links-region .views-row {
  /*  font-weight: 400;*/
  border-bottom: 1px dashed #e9ebed;
  /*  line-height: 16px;*/
  margin-bottom: 10px !important;
  padding: 0 10px 10px;
}

.section-dashboard .region-sidebar-first #block-views-client-dashboard-block-2 .attachment-after {
  border-top: 2px solid #F4F4F4;
  border-bottom: 2px solid #F4F4F4;
  margin: 10px 0 0;
  padding: 0 0 10px;
}

.section-dashboard .region-sidebar-first #block-views-client-dashboard-block-2 .view-display-id-attachment_3 .view-content {
  clear: both;
}

.no-sidebars .contextual-links-region .view-empty,
.sidebar-first #content .view-empty,
.view-client-dashboard .view-empty {
  color: #555657;
  padding: 0 0.5em;
  font-weight: 400;
}

.view-client-dashboard .view-empty p {
  margin-bottom: 0;
}

.no-sidebars .contextual-links-region .view-empty a:hover,
.views-field-changed span.field-content a:hover,
.sidebar-first #content .view-empty a:hover,
.views-field-last-editor a:hover {
  text-decoration: none !important;
}

.views-field-changed span.field-content,
.date-display-single {
  font-size: 12px;
  font-weight: 400;
  color: #555657;
}

.node-by-viewer .field-type-text-with-summary {
  padding: 0 0 0 10px;
}

.section-about-us #content {
  /*  clear: both;*/
}

.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 .content {
  clear: both;
}

#views_slideshow_cycle_main_fmr_related_content_blocks-block_5 {
  clear: both;
}

#block-views-b767bb9283bf4bee06fed926dbb624a1 .skin-default,
#block-views-b767bb9283bf4bee06fed926dbb624a1 {
  clear: both;
}

.region-sidebar-second .view-id-fmr_related_content_blocks .views-row .views-field-field-video {
  clear: both;
}

.region-fmr-associated-content .skin-default {
  clear: both;
}

#block-cck-blocks-field-fmr-taxonomy .field-name-field-fmr-taxonomy,
#block-cck-blocks-field-fmr-taxonomy .field-name-field-fmr-taxonomy .field-items,
#edit-field-fmr-taxonomy-und ul.term-reference-tree-level li {
  clear: both;
}

.dashboard-rep-phone-wrapper {
  clear: both;
}

.fmr-video-wrapper a {
  display: block;
}

#c-about .about-us-profiles {
  display: block;
}

.page-node-43 #site-page h2,
#node-25 #site-page h2 {
  /*  line-height: 20px;*/
  font-size: 120%;
}

.page-node-43 #site-page p.section-heading,
#node-25 #site-page span.case-heading {
  color: #0AC;
  /*  font-size: 12px;*/
  font-weight: 700;
}

.page-node-43 ul.links li.statistics_counter span,
#node-25 ul.links li.statistics_counter span {
  float: left;
  border: 1px solid #D8D8D8;
  background: url(../images/tab_bg.png) scroll repeat-x left -10px !important;
  color: #4f6570;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  padding: 2px 5px;
}

.node-type-fmr .node-fmr .field-name-field-fmr-type-of-content {
  padding: 0 0 0 12px;
}

.page-node-41 #node-41 .content p,
.page-node-41 #node-41 .content ul {
  text-align: justify;
}

.region-fmr-associated-content .views-slideshow-cycle-main-frame-row-item a.colorbox img,
.region-fmr-associated-content .fmr-video-wrapper a.colorbox-inline img {
  max-width: 150px;
}

.view-client-dashboard .item-list,
#main-wrapper .item-list {
  display: block;
}

.home-theCSRminute-video-wrapper,
.fmr-video-wrapper,
.home-csr-esg-video-wrapper,
.home-reuters-video-wrapper {
  position: relative;
}

.section-inthenews .view-3bl-in-the-news .view-content .views-row {
  /*  font-weight: 400;*/
  border-bottom: 1px dashed #E9EBED;
  /*  line-height: 16px;*/
  margin-bottom: 10px !important;
  overflow: hidden;
  padding: 0 10px 6px;
}

.view-display-id-homepage_fmr a {
  color: #4F5255;
}

/*
    All the H2 Block Titles
*/
.node-type-fmr #block-views-eeccdb35c73427e4401a8238cd0759b0 h2.block-title {
  font-size: 14px;
  padding-left: 10px;
  padding-top: 0;
  width: 300px;
  display: none;
}

/*
.section-dashboard .region-sidebar-second h2.block-title {
  background-color: #F7F8F9;
  }
*/
#block-views-b767bb9283bf4bee06fed926dbb624a1 h2.block-title,
#block-views-b9220e8b11110e2862f318ca5d14d34d h2.block-title,
.region-fmr-associated-content h2.block-title {
  background: #F7F8F9;
  color: #5C5F61 !important;
  font-size: 12px !important;
  width: 180px;
  /*  line-height: 28px;*/
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-shadow: 1px 1px 1px #FFF;
  margin: 10px 0 !important;
  padding: 0 10px;
  display: none;
}

.page-the-csr-minute .region-sidebar-second #block-views-csr-video-block-1 h2.block-title {
  width: 100% !important;
}

.section-dashboard .region-sidebar-first h2.block-title,
.section-dashboard .region-sidebar-first h2 {
  color: #000;
  text-transform: initial !important;
  font-size: 1.17em;
  font-weight: bold;
}

/*        Second Sidebar Rules          */
.region-sidebar-second .view-csr-news {
  padding: 0 !important;
}

/*  Overrides for Analytics and Social Media  */
.page-dashboard-analytics.page-dashboard.no-sidebars #page-wrapper #content .trackingSel:before {
  display: none;
}
.page-dashboard-analytics.page-dashboard.no-sidebars #analyticsWrapper .rightSideCont {
  width: 100%;
}

.page-dashboard-analytics #blWrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.page-dashboard-analytics #blMainWrapper {
  width: 100%;
  margin: 0;
}

.page-dashboard-analytics ul.analyticsTrigger {
  padding: 0;
}

.page-dashboard-analytics .detailsContainer ul li .toggle_container .detailsTable ul,
.page-dashboard-analytics ul.anlyticsTab {
  margin: 0;
  padding: 0;
}

.page-dashboard-analytics #analyticsWrapper .rightSideCont .detailsContainer ul.analyticsTrigger li {
  padding: 0;
  margin-bottom: 5px;
}

.page-dashboard-analytics .detailsContainer ul li .toggle_container .detailsTable .tableTh h2,
.page-dashboard-analytics .detailsContainer ul li .toggle_container .detailsTable ul li h2 {
  /*width: 38%;*/
  margin: 0.5em 0 0 1%;
  padding: 0;
  line-height: 1;
}

.page-dashboard-analytics .detailsContainer ul li .toggle_container .detailsTable .tableTh h3,
.page-dashboard-analytics .detailsContainer ul li .toggle_container .detailsTable .tableTh h4,
.page-dashboard-analytics .detailsContainer ul li .toggle_container .detailsTable ul li h3,
.page-dashboard-analytics .detailsContainer ul li .toggle_container .detailsTable ul li h4 {
  /*width: 30%;*/
  margin: 0.5em 0 0;
  padding: 0;
  line-height: 1;
}

.page-dashboard-analytics .detailsContainer ul li .toggle_container .detailsTable ul li.rowBg {
  z-index: inherit;
}

/*Over-rides for Analytic module CSS*/
/*  Overrides for Analytics and Social Media  */
.page-dashboard-analytics-test #blWrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.page-dashboard-analytics-test #blMainWrapper {
  width: 100%;
  margin: 0;
}

.page-dashboard-analytics-test ul.analyticsTrigger {
  padding: 0;
}

.page-dashboard-analytics-test .detailsContainer ul li .toggle_container .detailsTable ul,
.page-dashboard-analytics-test ul.anlyticsTab {
  margin: 0;
  padding: 0;
}

.page-dashboard-analytics-test #analyticsWrapper .rightSideCont .detailsContainer ul.analyticsTrigger li {
  padding: 0;
}

.page-dashboard-analytics-test .detailsContainer ul li .toggle_container .detailsTable .tableTh h2,
.page-dashboard-analytics-test .detailsContainer ul li .toggle_container .detailsTable ul li h2 {
  /*width: 38%;*/
  margin: 0.5em 0 0 1%;
  padding: 0;
  line-height: 1;
}

.page-dashboard-analytics-test .detailsContainer ul li .toggle_container .detailsTable .tableTh h3,
.page-dashboard-analytics-test .detailsContainer ul li .toggle_container .detailsTable .tableTh h4,
.page-dashboard-analytics-test .detailsContainer ul li .toggle_container .detailsTable ul li h3,
.page-dashboard-analytics-test .detailsContainer ul li .toggle_container .detailsTable ul li h4 {
  /*width: 30%;*/
  margin: 0.5em 0 0;
  padding: 0;
  line-height: 1;
}

.page-dashboard-analytics-test .detailsContainer ul li .toggle_container .detailsTable ul li.rowBg {
  z-index: inherit;
}

.page-dashboard-social-media #content .section {
  padding: 0 !important;
}

.page-dashboard-socialmedia .no-sidebars #content .section {
  padding: 0 !important;
}

.dashboard-approved {
  color: #FF9900 !important;
}

#edit-field-video-und-0-thumbnail {
  width: 675px;
}

.view-vertical-upload-content td {
  border: 1px solid #000000;
  height: 165px;
  width: 220px;
  text-align: center;
}

.view-vertical-upload-content table {
  border-collapse: separate;
  border-spacing: 5px;
}

.vertical-radio {
  float: left;
  text-align: left;
  padding: 12px;
  margin: 5px;
}

.vertical-radio {
  border: 2px solid #ffffff;
}

.vertical-radio:hover {
  border: 2px solid #848B8E;
}

.vertical-radio.vertical-selected {
  border: 2px solid #00AACC;
}

.clear {
  clear: both;
}

.vertical-signup #vertical-signup {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
  color: red;
  height: 95px;
  margin-left: -10px;
  margin-top: -115px;
  position: relative;
  width: 113px;
  padding: 10px;
  text-align: center;
  top: 105px;
}

.vertical-radio.vertical-signup {
  padding-right: 0px;
}

#node_fmr_form_group_verticals_dist {
  padding-top: 20px;
}

#edit-field-vertical-taxonomy,
#edit-field-vertical-taxonomy-2 {
  float: left;
}

#edit-field-vertical-taxonomy-2 {
  margin-top: -40px;
  margin-left: 15px;
  padding: 10px;
}

#edit-field-vertical-taxonomy-2 .form-item {
  float: left;
}

#edit-field-vertical-taxonomy-2 .form-checkbox {
  margin-left: 10px;
}

#edit-field-vertical-taxonomy-2 .views-field-name {
  margin-left: -70px;
  padding-right: 100px;
}

#edit-field-vertical-taxonomy-2 .views-field-field-vertical-icon {
  margin-left: -30px;
}

#edit-field-vertical-taxonomy-2 .views-field-field-vertical-icon img {
  padding-bottom: 20px;
}

/* pickups view */
.view-pickups.view-display-id-block_1 .view-content {
  margin-top: 1em;
  padding: 0 1em;
}

.view-pickups.view-display-id-block_1 .views-row {
  margin-bottom: 3em;
  border-top: 1px dashed #ccc;
}

.view-pickups.view-display-id-block_1 .views-row .views-field-title-1 {
  padding-top: 8px;
}

.view-pickups.view-display-id-block_1 .views-row .views-field-field-pickup-image {
  padding-top: 10px;
}

.view-pickups.view-display-id-block_1 .views-row .views-field-title-1 .field-content a:hover, .view-pickups.view-display-id-block_1 .views-row .views-field-title .field-content a:hover, .view-pickups.view-display-id-block_1 .views-row .views-field-nothing .field-content a:hover {
  color: black;
  border-bottom: 2px #D7DE2A solid !important;
}

.view-pickups.view-display-id-block_1 .date-display-single {
  font-size: 100%;
  color: inherit;
}

.view-pickups .views-field-field-pickup-image {
  width: 100px;
  float: right;
  margin-left: 5px;
}

#analyticsWrapper .node {
  padding: 10px;
}

#analyticsWrapper #pickups-header {
  margin-bottom: 10px;
}

.page-dashboard .block-threebl-analytics h3 {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: initial !important;
  background-color: #D7DE2A;
  padding: 8px;
}
.page-dashboard .view-display-id-attachment_3 .dashboard-rep-wrapper .dashboard-rep-mail {
  margin-bottom: 7px;
}
.page-dashboard .view-display-id-attachment_3 .dashboard-rep-wrapper .dashboard-rep-mail a {
  display: inline;
  font-size: 14px;
  padding: 0;
  line-height: 28px;
  margin-bottom: 7px;
}
.page-dashboard #block-views-client-dashboard-block-1 .views-field-nothing a {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  padding: 3px 0;
}
.page-dashboard .view-client-multiple-login {
  padding: 0 5px 5px 0;
}
.page-dashboard .view-client-multiple-login .view-content {
  padding: 0 0 0 5px;
  display: none;
}
.page-dashboard .view-client-multiple-login a {
  padding: 0.25em 0;
  display: inline-block;
}

/* the multiple login sidebar block */
.section-dashboard #block-views-client-multiple-login-block .view-content .views-row a {
  /*  color: #0AC;*/
  /*  font-size: 12px;*/
  text-decoration: none;
  padding: 3px 0;
}

.reportSelect .fmrNewSelect {
  display: block !important;
}
.reportSelect .fmrNewSelect + .chosen-container {
  display: none !important;
}

.page-dashboard.no-sidebars #page-wrapper #content, .section-support.no-sidebars #page-wrapper #content, .my-account-page.no-sidebars #page-wrapper #content {
  width: 960px;
  margin: 0 auto;
}

.support-wrp {
  margin-top: 30px;
  display: block;
}
.support-wrp p {
  display: flex;
  align-items: center;
}
.support-wrp p img {
  width: 25px;
  margin-right: 10px;
}
.support-wrp table {
  width: 100%;
}
.support-wrp table tbody {
  border: none;
}
.support-wrp table tr td {
  padding: 10px 20px 10px 0;
}
.support-wrp table tr td:first-child {
  width: 170px;
  text-align: center;
}
.support-wrp table tr td:first-child img {
  width: 150px;
  max-width: 150px;
}
.support-wrp table tr td:first-child p img {
  width: 25px;
  max-width: 25px;
}
.support-wrp table tr td:nth-child(2) {
  text-align: center;
}
.support-wrp table tr td:nth-child(2) img {
  width: 25px;
  max-width: 25px;
}
.support-wrp table tr td a {
  font-weight: bold;
}

.client-notes-wrp h2.block-title.block__title {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
.client-notes-wrp br {
  display: none;
}

#fmr-node-form {
  width: auto;
}
#fmr-node-form .collapsible .fieldset-legend {
  background: transparent none;
}
#fmr-node-form .collapsible .fieldset-legend .fieldset-title {
  padding: 0;
}
#fmr-node-form .collapsible .fieldset-legend .fieldset-title:before {
  font-family: "FontAwesome";
  color: #D7DE2A;
  content: "";
  font-size: 1.8rem;
  margin-right: 5px;
}
#fmr-node-form .collapsible.collapsed .fieldset-legend {
  background: transparent none;
}
#fmr-node-form .collapsible.collapsed .fieldset-legend .fieldset-title:before {
  content: "";
}
#fmr-node-form #edit-field-fmr-template-preview-button {
  margin: 2px 0 0 6px;
}
#fmr-node-form .field-name-field-doc-thumbnail {
  position: relative;
}
#fmr-node-form .field-name-field-doc-thumbnail .openme1front {
  top: -59px !important;
  right: 245px !important;
  width: 333px;
}
#fmr-node-form .form-field-name-field-fmr-template {
  position: relative;
  padding-bottom: 30px;
}
#fmr-node-form .form-field-name-field-fmr-template .openme1front {
  top: -209px !important;
  left: -157px !important;
  width: 360px;
}
#fmr-node-form .group-main-tabs .horizontal-tabs {
  display: block;
  width: auto;
}
#fmr-node-form .group-main-tabs .horizontal-tabs .horizontal-tabs-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(max-content, 1fr));
  grid-gap: 3px;
  float: none;
  width: auto;
  margin-top: -35px;
  background: transparent none;
  border: none;
}
#fmr-node-form .group-main-tabs .horizontal-tabs .horizontal-tabs-list #tab-anchor {
  display: none;
}
#fmr-node-form .group-main-tabs .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  min-width: 0;
  border-radius: 10px 10px 0 0;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fmr-node-form .group-main-tabs .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
  background: transparent none;
  color: black;
  font-size: 1.3rem;
  border-bottom: 2px solid #D7DE2A;
  padding: 0;
}
#fmr-node-form .group-main-tabs .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a strong {
  background: transparent none;
  padding: 0;
  color: inherit;
  font-weight: 900;
}
#fmr-node-form .group-main-tabs .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected, #fmr-node-form .group-main-tabs .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button:hover {
  background: black none;
  color: #D7DE2A;
}
#fmr-node-form .group-main-tabs .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected a, #fmr-node-form .group-main-tabs .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button:hover a {
  color: #D7DE2A;
}
#fmr-node-form .group-main-tabs .fmr-upload__tab--multimedia {
  margin-top: 55px;
}
#fmr-node-form .group-main-tabs .fmr-upload__tab--multimedia .horizontal-tabs-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  margin: -43px auto 15px;
}
#fmr-node-form .group-main-tabs .fmr-upload__tab--multimedia .horizontal-tabs-list #tab-anchor {
  display: none;
}
#fmr-node-form .group-main-tabs .fmr-upload__tab--multimedia .horizontal-tabs-list .horizontal-tab-button {
  border: 1px solid black;
  border-radius: 0;
  background: transparent none;
}
#fmr-node-form .group-main-tabs .fmr-upload__tab--multimedia .horizontal-tabs-list .horizontal-tab-button a {
  border: none;
}
#fmr-node-form .group-main-tabs .fmr-upload__tab--multimedia .horizontal-tabs-list .horizontal-tab-button-0 a:before {
  font-family: "FontAwesome";
  content: "";
  margin-right: 5px;
}
#fmr-node-form .group-main-tabs .fmr-upload__tab--multimedia .horizontal-tabs-list .horizontal-tab-button-1 a:before {
  font-family: "FontAwesome";
  content: "";
  margin-right: 5px;
}
#fmr-node-form .group-main-tabs .fmr-upload__tab--multimedia .horizontal-tabs-list .horizontal-tab-button-2 a:before {
  font-family: "FontAwesome";
  content: "";
  margin-right: 5px;
}
#fmr-node-form .group-main-tabs .fmr-upload__tab--multimedia .horizontal-tabs-list .horizontal-tab-button-3 a:before {
  font-family: "FontAwesome";
  content: "";
  margin-right: 5px;
}
#fmr-node-form .group-main-tabs .fieldset-wrapper {
  padding-top: 25px;
}
#fmr-node-form .group-main-tabs .at-add-btn {
  margin-left: 7px;
}
#fmr-node-form #edit-field-fmr-long-teaser-preview-long-teaser-button {
  margin: 7px auto;
}
#fmr-node-form #edit-actions .form-submit {
  margin: 0 7px 0 0;
}
#fmr-node-form .form-field-name-field-include-csrwire {
  width: auto;
  height: auto;
}
#fmr-node-form .form-item input[type=text] {
  height: 37px;
}

.node-fmr-form .form-submit {
  margin: 0 7px 0 0;
}

/*# sourceMappingURL=pages.css.map */
