@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");
/* Welcome and glad you are using merle.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun. */
 
/*Color Palette 
UM Gold #ffdd5f / Dark #333333
Tr #7d93b2
Tu #0099bb
Ig #ff8459

Facebook #3B5998
Flickr #FE0883
Foursquare #8FD400
Google+ #C63D2D, #dd4b39
Instagram #4E433C(brn) #517fa4(blue)
Linkedin #4875B4, #007bb6
Tumblr #2B4964, #32506d
Twitter #33CCFF
Vimeo #86B32D
Youtube #BB0000
Pinterest #cb2027
*/
 
 
 
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #444;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight:500;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: default;
  font-size: .965rem;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

span.note-text {
  color: #ea00ff;
  font-size: 11px;
  font-family: Monaco, sans-serif;
  border: 1px dotted #ea00ff;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

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

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize merle */

a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

p a, p a:visited, p a:hover, p a:visited:hover, .info-chunks li a, .info-chunks li a:hover, .info-chunks li a:visited  {
  border-bottom:1px dotted #ccc;
}

figure {
  margin: 0 auto 1.25rem;
}

figure img {
  height: 240px;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-widget{
  border-top: 1px solid #efefef;/*  #efefef; */
  background-color: #fdfdfd ;/* #f7f7f7; */
  height: auto;
  line-height: 1.4em;  
}

.footer-widget a {
  text-decoration: none;

}




/* CONTENT CHUNKS LAYOUTS */

ul.info-chunks {
  list-style: none; clear:both;
}

ul.info-chunks li.icon-text {
  display: inline-block;
  padding-left: 48px;
  margin-bottom: 40px;
}

ul.info-chunks li.icon-text h3 {
  line-height: 1;
}


ul.info-chunks li.icon-text p{
  color: #444;
}


ul.info-chunks li.avatar img {
  width: 64px;
  display: inline-block;
  border-radius: 35px;
  margin: 25px 15px 0 20px;
  border: none;
  box-shadow: none;
}

ul.info-chunks.quote-block {
  margin: 10px auto;
}

ul.info-chunks li.avatar-text {
  width: 90%;
  margin: 25px auto;
  display: inline-block;
}

ul.info-chunks li.avatar-text blockquote {
  background: url("../img/graphics/quote-bg.png") 1% 3%  no-repeat;
  border-left: none;
  font-size: 1.1rem;
}

ul.info-chunks li.avatar-text blockquote p {
  border-left: none;
  font-size: 1rem;
}

.section-center {
  text-align: center;
}

.section-center .button {
  margin: 0;
}

.clear {
  clear:both;
  margin-bottom: 20px;
}



.callout {
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  background: #efefef;
  margin-bottom: 45px !important;
  padding: 10px;
  margin: 0;
}

.callout ul li, .callout ul li a{
    font-size: .965rem;
}

.callout div {
  padding: 10px 0px 0px 0px;
  margin: 0;
}

.callout-img {
  background: #fff url("../img/stock/blue-empty-interior.jpg") 50% 56% no-repeat;
  height: 100%;
  border-top: none;
}
.callout-img .row {
  margin-bottom: 10px;
}

.callout-img ul{
  background: rgba(255,255,255,1);
  margin: 2rem 0;
}

.callout .button {
  width: auto;
  margin-top: 25px;
}

.customer-logos {
    margin: 0 auto;
}

.customer-logos img {
  width: 60%;
  text-align: center;
  margin: 0 30px;
}

/*** ALL OF THE ICONS ***/

/* UM gold icons */

.icon-activity-um {
  background: url("../img/icons/um/icon_activity.png") no-repeat;
  background-size: 40px;
}

.icon-analyze-um  {
  background: url("../img/icons/um/icon_analyze.png") no-repeat;
  background-size: 40px;
}

.icon-checklist-um  {
  background: url("../img/icons/um/icon_checklist.png") no-repeat;
  background-size: 40px;
}

.icon-clock-um  {
  background: url("../img/icons/um/icon_clock.png") no-repeat;
  background-size: 40px;
}

.icon-comment-um  {
  background: url("../img/icons/um/icon_comment.png") no-repeat;
  background-size: 40px;
}

.icon-connect-um  {
  background: url("../img/icons/um/icon_connections.png") no-repeat;
  background-size: 40px;
}

.icon-people-um {
  background: url("../img/icons/um/icon_contributors.png") no-repeat;
  background-size: 40px;
}

.icon-conversation-um  {
  background: url("../img/icons/um/icon_conversation.png") no-repeat;
  background-size: 32px;
}

.icon-data-um  {
  background: url("../img/icons/um/icon_data.png") no-repeat;
  background-size: 40px;
}

.icon-export-um  {
  background: url("../img/icons/um/icon_export.png") no-repeat;
  background-size: 40px;
}

.icon-gears-um  {
  background: url("../img/icons/um/icon_gears.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-um  {
  background: url("../img/icons/um/icon_graphs.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-2-um  {
  background: url("../img/icons/tr02/icon_graphs2.png") no-repeat;
  background-size: 40px;
}

.icon-hashtag-um  {
  background: url("../img/icons/um/icon_hashtag.png") no-repeat;
  background-size: 40px;
}

.icon-imac-um  {
  background: url("../img/icons/um/icon_imac.png") no-repeat;
  background-size: 40px;
}

.icon-lightbulb-um  {
  background: url("../img/icons/um/icon_lightbulb.png") no-repeat;
  background-size: 40px;
}

.icon-likes-um  {
  background: url("../img/icons/um/icon_likes.png") no-repeat;
  background-size: 40px;
}

.icon-list-um  {
  background: url("../img/icons/um/icon_list.png") no-repeat;
  background-size: 40px;
}

.icon-monitor-um  {
  background: url("../img/icons/um/icon_monitor.png") no-repeat;
  background-size: 40px;
}

.icon-spread-um  {
  background: url("../img/icons/um/icon_multidirections.png") no-repeat;
  background-size: 40px;
}

.icon-optimize-um  {
  background: url("../img/icons/um/icon_optimize.png") no-repeat;
  background-size: 40px;
}

.icon-stack-um  { /*Impressions, stacks of ...*/
  background: url("../img/icons/um/icon_picstack.png") no-repeat;
  background-size: 40px;
}

.icon-reblog-um  { /* or RT */
  background: url("../img/icons/um/icon_reblog.png") no-repeat;
  background-size: 40px;
}

.icon-report-um  {
  background: url("../img/icons/um/icon_report.png") no-repeat;
  background-size: 40px;
}

.icon-search-um  {
  background: url("../img/icons/um/icon_search.png") no-repeat;
  background-size: 40px;
}

.icon-speechbubble-um  {
  background: url("../img/icons/um/icon_speechbubble.png") no-repeat;
  background-size: 40px;
}

.icon-tags-um  {
  background: url("../img/icons/um/icon_tags.png") no-repeat;
  background-size: 40px;
}

.icon-location-um  { /*location pin dot*/
  background: url("../img/icons/um/icon_location.png") no-repeat;
  background-size: 40px;
}

.icon-pinpost-um  { /*posts*/
  background: url("../img/icons/um/icon_pinpost.png") no-repeat;
  background-size: 40px;
}

.icon-hq-um  { /*posts*/
  background: url("../img/icons/um/icon_sfatx-signs.png") no-repeat;
  background-size: 40px;
}

.icon-support-um  { /*posts*/
  background: url("../img/icons/um/icon_support.png") no-repeat;
  background-size: 40px;
}

 
.icon-group-um  {  /*employees, groups, audience*/
  background: url("../img/icons/um/icon_group.png") no-repeat;
  background-size: 40px;
}

.icon-flag-um  {  /*established/founded*/
  background: url("../img/icons/um/icon_flag.png") no-repeat;
  background-size: 40px;
}

.icon-press-um  {  /*press */
  background: url("../img/icons/um/icon_press.png") no-repeat;
  background-size: 40px;
}

/*end UM icons */


/* Tr icons */

.icon-activity-tr {
  background: url("../img/icons/tr/icon_activity.png") no-repeat;
  background-size: 40px;
}

.icon-analyze-tr  {
  background: url("../img/icons/tr/icon_analyze.png") no-repeat;
  background-size: 40px;
}

.icon-checklist-tr  {
  background: url("../img/icons/tr/icon_checklist.png") no-repeat;
  background-size: 40px;
}

.icon-clock-tr  {
  background: url("../img/icons/tr/icon_clock.png") no-repeat;
  background-size: 40px;
}

.icon-comment-tr  {
  background: url("../img/icons/tr/icon_comment.png") no-repeat;
  background-size: 40px;
}

.icon-connect-tr  {
  background: url("../img/icons/tr/icon_connections.png") no-repeat;
  background-size: 40px;
}

.icon-people-tr {
  background: url("../img/icons/tr/icon_contributors.png") no-repeat;
  background-size: 40px;
}

.icon-conversation-tr  {
  background: url("../img/icons/tr/icon_conversation.png") no-repeat;
  background-size: 32px;
}

.icon-data-tr  {
  background: url("../img/icons/tr/icon_data.png") no-repeat;
  background-size: 40px;
}

.icon-export-tr  {
  background: url("../img/icons/tr/icon_export.png") no-repeat;
  background-size: 40px;
}

.icon-gears-tr  {
  background: url("../img/icons/tr/icon_gears.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-tr  {
  background: url("../img/icons/tr/icon_graphs.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-2-tr  {
  background: url("../img/icons/tr02/icon_graphs2.png") no-repeat;
  background-size: 40px;
}

.icon-hashtag-tr  {
  background: url("../img/icons/tr/icon_hashtag.png") no-repeat;
  background-size: 40px;
}

.icon-imac-tr  {
  background: url("../img/icons/tr/icon_imac.png") no-repeat;
  background-size: 40px;
}

.icon-lightbulb-tr  {
  background: url("../img/icons/tr/icon_lightbulb.png") no-repeat;
  background-size: 40px;
}

.icon-likes-tr  {
  background: url("../img/icons/tr/icon_likes.png") no-repeat;
  background-size: 40px;
}

.icon-list-tr  {
  background: url("../img/icons/tr/icon_list.png") no-repeat;
  background-size: 40px;
}

.icon-monitor-tr  {
  background: url("../img/icons/tr/icon_monitor.png") no-repeat;
  background-size: 40px;
}

.icon-spread-tr  {
  background: url("../img/icons/tr/icon_multidirections.png") no-repeat;
  background-size: 40px;
}

.icon-optimize-tr  {
  background: url("../img/icons/tr/icon_optimize.png") no-repeat;
  background-size: 40px;
}

.icon-stack-tr  { /*Impressions, stacks of ...*/
  background: url("../img/icons/tr/icon_picstack.png") no-repeat;
  background-size: 40px;
}

.icon-reblog-tr  { /* or RT */
  background: url("../img/icons/tr/icon_reblog.png") no-repeat;
  background-size: 40px;
}

.icon-report-tr  {
  background: url("../img/icons/tr/icon_report.png") no-repeat;
  background-size: 40px;
}

.icon-search-tr  {
  background: url("../img/icons/tr/icon_search.png") no-repeat;
  background-size: 40px;
}

.icon-speechbubble-tr  {
  background: url("../img/icons/tr/icon_speechbubble.png") no-repeat;
  background-size: 40px;
}

.icon-tags-tr  {
  background: url("../img/icons/tr/icon_tags.png") no-repeat;
  background-size: 40px;
}

.icon-location-tr  { /*location pin dot*/
  background: url("../img/icons/tr/icon_location.png") no-repeat;
  background-size: 40px;
}

.icon-pinpost-tr  { /*posts*/
  background: url("../img/icons/tr/icon_pinpost.png") no-repeat;
  background-size: 40px;
}

.icon-hq-tr  { /*posts*/
  background: url("../img/icons/tr/icon_sfatx-signs.png") no-repeat;
  background-size: 40px;
}

.icon-support-tr  { /*posts*/
  background: url("../img/icons/tr/icon_support.png") no-repeat;
  background-size: 40px;
}

 
.icon-group-tr  {  /*employees, groups, audience*/
  background: url("../img/icons/tr/icon_group.png") no-repeat;
  background-size: 40px;
}

.icon-flag-tr  {  /*established/founded*/
  background: url("../img/icons/tr/icon_flag.png") no-repeat;
  background-size: 40px;
}

.icon-press-tr  {  /*press */
  background: url("../img/icons/tr/icon_press.png") no-repeat;
  background-size: 40px;
}


/* Tr02 Icons  */

.icon-activity-tr02 {
  background: url("../img/icons/tr/tr02/icon_activity.png") no-repeat;
  background-size: 40px;
}

.icon-analyze-tr02  {
  background: url("../img/icons/tr/icon_analyze.png") no-repeat;
  background-size: 40px;
}

.icon-checklist-tr02  {
  background: url("../img/icons/tr/tr02/icon_checklist.png") no-repeat;
  background-size: 40px;
}

.icon-clock-tr02  {
  background: url("../img/icons/tr/tr02/icon_clock.png") no-repeat;
  background-size: 40px;
}

.icon-comment-tr02  {
  background: url("../img/icons/tr/tr02/icon_comment.png") no-repeat;
  background-size: 40px;
}

.icon-connect-tr02  {
  background: url("../img/icons/tr/icon_connections.png") no-repeat;
  background-size: 40px;
}

.icon-people-tr02  {
  background: url("../img/icons/tr/tr02/icon_contributors.png") no-repeat;
  background-size: 40px;
}

.icon-conversation-tr02  {
  background: url("../img/icons/tr/tr02/icon_conversation.png") no-repeat;
  background-size: 32px;
}

.icon-data-tr02  {
  background: url("../img/icons/tr/tr02/icon_data.png") no-repeat;
  background-size: 40px;
}

.icon-export-tr02  {
  background: url("../img/icons/tr/tr02/icon_export.png") no-repeat;
  background-size: 40px;
}

.icon-gears-tr02  {
  background: url("../img/icons/tr/tr02/icon_gears.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-tr02  {
  background: url("../img/icons/tr/tr02/icon_graphs.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-2-tr02  {
  background: url("../img/icons/tr/tr02/icon_graphs2.png") no-repeat;
  background-size: 40px;
}

.icon-hashtag-tr02  {
  background: url("../img/icons/tr/tr02/icon_hashtag.png") no-repeat;
  background-size: 40px;
}

.icon-imac-tr02  {
  background: url("../img/icons/tr/tr02/icon_imac.png") no-repeat;
  background-size: 40px;
}

.icon-lightbulb-tr02  {
  background: url("../img/icons/tr/tr02/icon_lightbulb.png") no-repeat;
  background-size: 40px;
}

.icon-likes-tr02  {
  background: url("../img/icons/tr/tr02/icon_likes.png") no-repeat;
  background-size: 40px;
}

.icon-list-tr02  {
  background: url("../img/icons/tr/tr02/icon_list.png") no-repeat;
  background-size: 40px;
}

.icon-monitor-tr02  {
  background: url("../img/icons/tr/tr02/icon_monitor.png") no-repeat;
  background-size: 40px;
}

.icon-spread-tr02  {
  background: url("../img/icons/tr/tr02/icon_multidirections.png") no-repeat;
  background-size: 40px;
}

.icon-optimize-tr02  {
  background: url("../img/icons/tr/icon_optimize.png") no-repeat;
  background-size: 40px;
}

.icon-stack-tr02  { /*Impressions, stacks of ...*/
  background: url("../img/icons/tr/tr02/icon_picstack.png") no-repeat;
  background-size: 40px;
}

.icon-reblog-tr02  { /* or RT */
  background: url("../img/icons/tr/tr02/icon_reblog.png") no-repeat;
  background-size: 40px;
}

.icon-report-tr02  {
  background: url("../img/icons/tr/tr02/icon_report.png") no-repeat;
  background-size: 40px;
}

.icon-search-tr02  {
  background: url("../img/icons/tr/tr02/icon_search.png") no-repeat;
  background-size: 40px;
}

.icon-speechbubble-tr02  {
  background: url("../img/icons/tr/tr02/icon_speechbubble.png") no-repeat;
  background-size: 40px;
}

.icon-tags-tr02  {
  background: url("../img/icons/tr/tr02/icon_tags.png") no-repeat;
  background-size: 40px;
}

.icon-location-tr02  { /*location pin dot*/
  background: url("../img/icons/tr/tr02/icon_location.png") no-repeat;
  background-size: 40px;
}

.icon-pinpost-tr02  { /*posts*/
  background: url("../img/icons/tr/tr02/icon_pinpost.png") no-repeat;
  background-size: 40px;
}

.icon-hq-tr02  { /*posts*/
  background: url("../img/icons/tr/tr02/icon_sfatx-signs.png") no-repeat;
  background-size: 40px;
}

.icon-support-tr02  { /*posts*/
  background: url("../img/icons/tr/tr02/icon_support.png") no-repeat;
  background-size: 40px;
}

 
.icon-group-tr02  {  /*employees, groups, audience*/
  background: url("../img/icons/tr/tr02/icon_group.png") no-repeat;
  background-size: 40px;
}

.icon-flag-tr02  {  /*established/founded*/
  background: url("../img/icons/tr/tr02/icon_flag.png") no-repeat;
  background-size: 40px;
}

.icon-press-tr02  {  /*press */
  background: url("../img/icons/tr/tr02/icon_press.png") no-repeat;
  background-size: 40px;
}




/* TU icons */

.icon-activity-tu {
  background: url("../img/icons/tu/icon_activity.png") no-repeat;
  background-size: 40px;
}

.icon-analyze-tu  {
  background: url("../img/icons/tu/icon_analyze.png") no-repeat;
  background-size: 40px;
}

.icon-checklist-tu  {
  background: url("../img/icons/tu/icon_checklist.png") no-repeat;
  background-size: 40px;
}

.icon-clock-tu  {
  background: url("../img/icons/tu/icon_clock.png") no-repeat;
  background-size: 40px;
}

.icon-comment-tu  {
  background: url("../img/icons/tu/icon_comment.png") no-repeat;
  background-size: 40px;
}

.icon-connect-tu  {
  background: url("../img/icons/tu/icon_connections.png") no-repeat;
  background-size: 40px;
}

.icon-people-tu  {
  background: url("../img/icons/tu/icon_contributors.png") no-repeat;
  background-size: 40px;
}

.icon-conversation-tu  {
  background: url("../img/icons/tu/icon_conversation.png") no-repeat;
  background-size: 32px;
}

.icon-data-tu  {
  background: url("../img/icons/tu/icon_data.png") no-repeat;
  background-size: 40px;
}

.icon-export-tu  {
  background: url("../img/icons/tu/icon_export.png") no-repeat;
  background-size: 40px;
}

.icon-gears-tu  {
  background: url("../img/icons/tu/icon_gears.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-tu  {
  background: url("../img/icons/tu/icon_graphs.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-2-tu  {
  background: url("../img/icons/tu/icon_graphs2.png") no-repeat;
  background-size: 40px;
}

.icon-hashtag-tu  {
  background: url("../img/icons/tu/icon_hashtag.png") no-repeat;
  background-size: 40px;
}

.icon-imac-tu  {
  background: url("../img/icons/tu/icon_imac.png") no-repeat;
  background-size: 40px;
}

.icon-lightbulb-tu  {
  background: url("../img/icons/tu/icon_lightbulb.png") no-repeat;
  background-size: 40px;
}

.icon-likes-tu  {
  background: url("../img/icons/tu/icon_likes.png") no-repeat;
  background-size: 40px;
}

.icon-list-tu  {
  background: url("../img/icons/tu/icon_list.png") no-repeat;
  background-size: 40px;
}

.icon-monitor-tu  {
  background: url("../img/icons/tu/icon_monitor.png") no-repeat;
  background-size: 40px;
}

.icon-spread-tu  {
  background: url("../img/icons/tu/icon_multidirections.png") no-repeat;
  background-size: 40px;
}

.icon-optimize-tu  {
  background: url("../img/icons/tu/icon_optimize.png") no-repeat;
  background-size: 40px;
}

.icon-stack-tu  { /*Impressions, stacks of ...*/
  background: url("../img/icons/tu/icon_picstack.png") no-repeat;
  background-size: 40px;
}

.icon-reblog-tu  { /* or RT */
  background: url("../img/icons/tu/icon_reblog.png") no-repeat;
  background-size: 40px;
}

.icon-report-tu  {
  background: url("../img/icons/tu/icon_report.png") no-repeat;
  background-size: 40px;
}

.icon-search-tu  {
  background: url("../img/icons/tu/icon_search.png") no-repeat;
  background-size: 40px;
}

.icon-speechbubble-tu  {
  background: url("../img/icons/tu/icon_speechbubble.png") no-repeat;
  background-size: 40px;
}

.icon-tags-tu  {
  background: url("../img/icons/tu/icon_tags.png") no-repeat;
  background-size: 40px;
}

.icon-location-tu  { /*location pin dot*/
  background: url("../img/icons/tu/icon_location.png") no-repeat;
  background-size: 40px;
}

.icon-pinpost-tu  { /*posts*/
  background: url("../img/icons/tu/icon_pinpost.png") no-repeat;
  background-size: 40px;
}

.icon-hq-tu  { /*posts*/
  background: url("../img/icons/tu/icon_sfatx-signs.png") no-repeat;
  background-size: 40px;
}

.icon-support-tu  { /*posts*/
  background: url("../img/icons/tu/icon_support.png") no-repeat;
  background-size: 40px;
}

 
.icon-group-tu  {  /*employees, groups, audience*/
  background: url("../img/icons/tu/icon_group.png") no-repeat;
  background-size: 40px;
}

.icon-flag-tu  {  /*established/founded*/
  background: url("../img/icons/tu/icon_flag.png") no-repeat;
  background-size: 40px;
}

.icon-press-tu  {  /*press */
  background: url("../img/icons/tu/icon_press.png") no-repeat;
  background-size: 40px;
}


/* Ig icons */

.icon-activity-ig {
  background: url("../img/icons/ig/icon_activity.png") no-repeat;
  background-size: 40px;
}

.icon-analyze-ig  {
  background: url("../img/icons/ig/icon_analyze.png") no-repeat;
  background-size: 40px;
}

.icon-checklist-ig  {
  background: url("../img/icons/ig/icon_checklist.png") no-repeat;
  background-size: 40px;
}

.icon-clock-ig  {
  background: url("../img/icons/ig/icon_clock.png") no-repeat;
  background-size: 40px;
}

.icon-comment-ig  {
  background: url("../img/icons/ig/icon_comment.png") no-repeat;
  background-size: 40px;
}

.icon-connect-ig  {
  background: url("../img/icons/ig/icon_connections.png") no-repeat;
  background-size: 40px;
}

.icon-people-ig  {
  background: url("../img/icons/ig/icon_contributors.png") no-repeat;
  background-size: 40px;
}

.icon-conversation-ig  {
  background: url("../img/icons/ig/icon_conversation.png") no-repeat;
  background-size: 32px;
}

.icon-data-ig  {
  background: url("../img/icons/ig/icon_data.png") no-repeat;
  background-size: 40px;
}

.icon-export-ig  {
  background: url("../img/icons/ig/icon_export.png") no-repeat;
  background-size: 40px;
}

.icon-gears-ig  {
  background: url("../img/icons/ig/icon_gears.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-ig  {
  background: url("../img/icons/ig/icon_graphs.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-2-ig  {
  background: url("../img/icons/ig/icon_graphs2.png") no-repeat;
  background-size: 40px;
}

.icon-hashtag-ig  {
  background: url("../img/icons/ig/icon_hashtag.png") no-repeat;
  background-size: 40px;
}

.icon-imac-ig  {
  background: url("../img/icons/ig/icon_imac.png") no-repeat;
  background-size: 40px;
}

.icon-lightbulb-ig  {
  background: url("../img/icons/ig/icon_lightbulb.png") no-repeat;
  background-size: 40px;
}

.icon-likes-ig  {
  background: url("../img/icons/ig/icon_likes.png") no-repeat;
  background-size: 40px;
}

.icon-list-ig  {
  background: url("../img/icons/ig/icon_list.png") no-repeat;
  background-size: 40px;
}

.icon-monitor-ig  {
  background: url("../img/icons/ig/icon_monitor.png") no-repeat;
  background-size: 40px;
}

.icon-spread-ig  {
  background: url("../img/icons/ig/icon_multidirections.png") no-repeat;
  background-size: 40px;
}

.icon-optimize-ig  {
  background: url("../img/icons/ig/icon_optimize.png") no-repeat;
  background-size: 40px;
}

.icon-stack-ig  { /*Impressions, stacks of ...*/
  background: url("../img/icons/ig/icon_picstack.png") no-repeat;
  background-size: 40px;
}

.icon-reblog-ig  { /* or RT */
  background: url("../img/icons/ig/icon_reblog.png") no-repeat;
  background-size: 40px;
}

.icon-report-ig  {
  background: url("../img/icons/ig/icon_report.png") no-repeat;
  background-size: 40px;
}

.icon-search-ig  {
  background: url("../img/icons/ig/icon_search.png") no-repeat;
  background-size: 40px;
}

.icon-speechbubble-ig  {
  background: url("../img/icons/ig/icon_speechbubble.png") no-repeat;
  background-size: 40px;
}

.icon-tags-ig  {
  background: url("../img/icons/ig/icon_tags.png") no-repeat;
  background-size: 40px;
}

.icon-location-ig  { /*location pin dot*/
  background: url("../img/icons/ig/icon_location.png") no-repeat;
  background-size: 40px;
}

.icon-pinpost-ig  { /*posts*/
  background: url("../img/icons/ig/icon_pinpost.png") no-repeat;
  background-size: 40px;
}

.icon-hq-ig  { /*posts*/
  background: url("../img/icons/ig/icon_sfatx-signs.png") no-repeat;
  background-size: 40px;
}

.icon-support-ig  { /*posts*/
  background: url("../img/icons/ig/icon_support.png") no-repeat;
  background-size: 40px;
}

 
.icon-group-ig  {  /*employees, groups, audience*/
  background: url("../img/icons/ig/icon_group.png") no-repeat;
  background-size: 40px;
}

.icon-flag-ig  {  /*established/founded*/
  background: url("../img/icons/ig/icon_flag.png") no-repeat;
  background-size: 40px;
}

.icon-press-ig  {  /*press */
  background: url("../img/icons/ig/icon_press.png") no-repeat;
  background-size: 40px;
}


/** * ***Alternate Set*** *  **/

/* UM gold icons */

.icon-activity-um-alt {
  background: url("../img/icons/alt/um/icon_activity.png") no-repeat;
  background-size: 40px;
}

.icon-analyze-um-alt  {
  background: url("../img/icons/alt/um/icon_analyze.png") no-repeat;
  background-size: 40px;
}

.icon-checklist-um-alt  {
  background: url("../img/icons/alt/um/icon_checklist.png") no-repeat;
  background-size: 40px;
}

.icon-clock-um-alt  {
  background: url("../img/icons/alt/um/icon_clock.png") no-repeat;
  background-size: 40px;
}

.icon-comment-um-alt  {
  background: url("../img/icons/alt/um/icon_comment.png") no-repeat;
  background-size: 40px;
}

.icon-connect-um-alt  {
  background: url("../img/icons/alt/um/icon_connections.png") no-repeat;
  background-size: 40px;
}

.icon-people-um-alt {
  background: url("../img/icons/alt/um/icon_contributors.png") no-repeat;
  background-size: 40px;
}

.icon-conversation-um-alt  {
  background: url("../img/icons/alt/um/icon_conversation.png") no-repeat;
  background-size: 32px;
}

.icon-data-um-alt  {
  background: url("../img/icons/alt/um/icon_data.png") no-repeat;
  background-size: 40px;
}

.icon-export-um-alt  {
  background: url("../img/icons/alt/um/icon_export.png") no-repeat;
  background-size: 40px;
}

.icon-gears-um-alt  {
  background: url("../img/icons/alt/um/icon_gears.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-um-alt  {
  background: url("../img/icons/alt/um/icon_graphs.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-2-um-alt  {
  background: url("../img/icons/alt/tr02/icon_graphs2.png") no-repeat;
  background-size: 40px;
}

.icon-hashtag-um-alt  {
  background: url("../img/icons/alt/um/icon_hashtag.png") no-repeat;
  background-size: 40px;
}

.icon-imac-um-alt  {
  background: url("../img/icons/alt/um/icon_imac.png") no-repeat;
  background-size: 40px;
}

.icon-lightbulb-um-alt  {
  background: url("../img/icons/alt/um/icon_lightbulb.png") no-repeat;
  background-size: 40px;
}

.icon-likes-um-alt  {
  background: url("../img/icons/alt/um/icon_likes.png") no-repeat;
  background-size: 40px;
}

.icon-list-um-alt  {
  background: url("../img/icons/alt/um/icon_list.png") no-repeat;
  background-size: 40px;
}

.icon-monitor-um-alt  {
  background: url("../img/icons/alt/um/icon_monitor.png") no-repeat;
  background-size: 40px;
}

.icon-spread-um-alt  {
  background: url("../img/icons/alt/um/icon_multidirections.png") no-repeat;
  background-size: 40px;
}

.icon-optimize-um-alt  {
  background: url("../img/icons/alt/um/icon_optimize.png") no-repeat;
  background-size: 40px;
}

.icon-stack-um-alt  { /*Impressions, stacks of ...*/
  background: url("../img/icons/alt/um/icon_picstack.png") no-repeat;
  background-size: 40px;
}

.icon-reblog-um-alt  { /* or RT */
  background: url("../img/icons/alt/um/icon_reblog.png") no-repeat;
  background-size: 40px;
}

.icon-report-um-alt  {
  background: url("../img/icons/alt/um/icon_report.png") no-repeat;
  background-size: 40px;
}

.icon-search-um-alt  {
  background: url("../img/icons/alt/um/icon_search.png") no-repeat;
  background-size: 40px;
}

.icon-speechbubble-um-alt  {
  background: url("../img/icons/alt/um/icon_speechbubble.png") no-repeat;
  background-size: 40px;
}

.icon-tags-um-alt  {
  background: url("../img/icons/alt/um/icon_tags.png") no-repeat;
  background-size: 40px;
}

.icon-location-um-alt  { /*location pin dot*/
  background: url("../img/icons/alt/um/icon_location.png") no-repeat;
  background-size: 40px;
}

.icon-pinpost-um-alt  { /*posts*/
  background: url("../img/icons/alt/um/icon_pinpost.png") no-repeat;
  background-size: 40px;
}

.icon-hq-um-alt  { /*posts*/
  background: url("../img/icons/alt/um/icon_sfatx-signs.png") no-repeat;
  background-size: 40px;
}

.icon-support-um-alt  { /*posts*/
  background: url("../img/icons/alt/um/icon_support.png") no-repeat;
  background-size: 40px;
}

 
.icon-group-um-alt  {  /*employees, groups, audience*/
  background: url("../img/icons/alt/um/icon_group.png") no-repeat;
  background-size: 40px;
}

.icon-flag-um-alt  {  /*established/founded*/
  background: url("../img/icons/alt/um/icon_flag.png") no-repeat;
  background-size: 40px;
}

.icon-press-um-alt  {  /*press */
  background: url("../img/icons/alt/um/icon_press.png") no-repeat;
  background-size: 40px;
}

/*end UM icons */


/* Tr icons */

.icon-activity-tr-alt {
  background: url("../img/icons/alt/tr/icon_activity.png") no-repeat;
  background-size: 40px;
}

.icon-analyze-tr-alt  {
  background: url("../img/icons/alt/tr/icon_analyze.png") no-repeat;
  background-size: 40px;
}

.icon-checklist-tr-alt  {
  background: url("../img/icons/alt/tr/icon_checklist.png") no-repeat;
  background-size: 40px;
}

.icon-clock-tr-alt  {
  background: url("../img/icons/alt/tr/icon_clock.png") no-repeat;
  background-size: 40px;
}

.icon-comment-tr-alt  {
  background: url("../img/icons/alt/tr/icon_comment.png") no-repeat;
  background-size: 40px;
}

.icon-connect-tr-alt  {
  background: url("../img/icons/alt/tr/icon_connections.png") no-repeat;
  background-size: 40px;
}

.icon-people-tr-alt {
  background: url("../img/icons/alt/tr/icon_contributors.png") no-repeat;
  background-size: 40px;
}

.icon-conversation-tr-alt  {
  background: url("../img/icons/alt/tr/icon_conversation.png") no-repeat;
  background-size: 32px;
}

.icon-data-tr-alt  {
  background: url("../img/icons/alt/tr/icon_data.png") no-repeat;
  background-size: 40px;
}

.icon-export-tr-alt  {
  background: url("../img/icons/alt/tr/icon_export.png") no-repeat;
  background-size: 40px;
}

.icon-gears-tr-alt  {
  background: url("../img/icons/alt/tr/icon_gears.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-tr-alt  {
  background: url("../img/icons/alt/tr/icon_graphs.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-2-tr-alt  {
  background: url("../img/icons/alt/tr02/icon_graphs2.png") no-repeat;
  background-size: 40px;
}

.icon-hashtag-tr-alt  {
  background: url("../img/icons/alt/tr/icon_hashtag.png") no-repeat;
  background-size: 40px;
}

.icon-imac-tr-alt  {
  background: url("../img/icons/alt/tr/icon_imac.png") no-repeat;
  background-size: 40px;
}

.icon-lightbulb-tr-alt  {
  background: url("../img/icons/alt/tr/icon_lightbulb.png") no-repeat;
  background-size: 40px;
}

.icon-likes-tr-alt  {
  background: url("../img/icons/alt/tr/icon_likes.png") no-repeat;
  background-size: 40px;
}

.icon-list-tr-alt  {
  background: url("../img/icons/alt/tr/icon_list.png") no-repeat;
  background-size: 40px;
}

.icon-monitor-tr-alt  {
  background: url("../img/icons/alt/tr/icon_monitor.png") no-repeat;
  background-size: 40px;
}

.icon-spread-tr-alt  {
  background: url("../img/icons/alt/tr/icon_multidirections.png") no-repeat;
  background-size: 40px;
}

.icon-optimize-tr-alt  {
  background: url("../img/icons/alt/tr/icon_optimize.png") no-repeat;
  background-size: 40px;
}

.icon-stack-tr-alt  { /*Impressions, stacks of ...*/
  background: url("../img/icons/alt/tr/icon_picstack.png") no-repeat;
  background-size: 40px;
}

.icon-reblog-tr-alt  { /* or RT */
  background: url("../img/icons/alt/tr/icon_reblog.png") no-repeat;
  background-size: 40px;
}

.icon-report-tr-alt  {
  background: url("../img/icons/alt/tr/icon_report.png") no-repeat;
  background-size: 40px;
}

.icon-search-tr-alt  {
  background: url("../img/icons/alt/tr/icon_search.png") no-repeat;
  background-size: 40px;
}

.icon-speechbubble-tr-alt  {
  background: url("../img/icons/alt/tr/icon_speechbubble.png") no-repeat;
  background-size: 40px;
}

.icon-tags-tr-alt  {
  background: url("../img/icons/alt/tr/icon_tags.png") no-repeat;
  background-size: 40px;
}

.icon-location-tr-alt  { /*location pin dot*/
  background: url("../img/icons/alt/tr/icon_location.png") no-repeat;
  background-size: 40px;
}

.icon-pinpost-tr-alt  { /*posts*/
  background: url("../img/icons/alt/tr/icon_pinpost.png") no-repeat;
  background-size: 40px;
}

.icon-hq-tr-alt  { /*posts*/
  background: url("../img/icons/alt/tr/icon_sfatx-signs.png") no-repeat;
  background-size: 40px;
}

.icon-support-tr-alt  { /*posts*/
  background: url("../img/icons/alt/tr/icon_support.png") no-repeat;
  background-size: 40px;
}

 
.icon-group-tr-alt  {  /*employees, groups, audience*/
  background: url("../img/icons/alt/tr/icon_group.png") no-repeat;
  background-size: 40px;
}

.icon-flag-tr-alt  {  /*established/founded*/
  background: url("../img/icons/alt/tr/icon_flag.png") no-repeat;
  background-size: 40px;
}

.icon-press-tr-alt  {  /*press */
  background: url("../img/icons/alt/tr/icon_press.png") no-repeat;
  background-size: 40px;
}


/* Tr02 Icons  */

.icon-activity-tr02-alt {
  background: url("../img/icons/alt/tr/tr02/icon_activity.png") no-repeat;
  background-size: 40px;
}

.icon-analyze-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_analyze.png") no-repeat;
  background-size: 40px;
}

.icon-checklist-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_checklist.png") no-repeat;
  background-size: 40px;
}

.icon-clock-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_clock.png") no-repeat;
  background-size: 40px;
}

.icon-comment-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_comment.png") no-repeat;
  background-size: 40px;
}

.icon-connect-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_connections.png") no-repeat;
  background-size: 40px;
}

.icon-people-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_contributors.png") no-repeat;
  background-size: 40px;
}

.icon-conversation-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_conversation.png") no-repeat;
  background-size: 32px;
}

.icon-data-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_data.png") no-repeat;
  background-size: 40px;
}

.icon-export-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_export.png") no-repeat;
  background-size: 40px;
}

.icon-gears-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_gears.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_graphs.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-2-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_graphs2.png") no-repeat;
  background-size: 40px;
}

.icon-hashtag-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_hashtag.png") no-repeat;
  background-size: 40px;
}

.icon-imac-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_imac.png") no-repeat;
  background-size: 40px;
}

.icon-lightbulb-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_lightbulb.png") no-repeat;
  background-size: 40px;
}

.icon-likes-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_likes.png") no-repeat;
  background-size: 40px;
}

.icon-list-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_list.png") no-repeat;
  background-size: 40px;
}

.icon-monitor-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_monitor.png") no-repeat;
  background-size: 40px;
}

.icon-spread-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_multidirections.png") no-repeat;
  background-size: 40px;
}

.icon-optimize-tr02-alt  {
  background: url("../img/icons/alt/tr/icon_optimize.png") no-repeat;
  background-size: 40px;
}

.icon-stack-tr02-alt  { /*Impressions, stacks of ...*/
  background: url("../img/icons/alt/tr/tr02/icon_picstack.png") no-repeat;
  background-size: 40px;
}

.icon-reblog-tr02-alt  { /* or RT */
  background: url("../img/icons/alt/tr/tr02/icon_reblog.png") no-repeat;
  background-size: 40px;
}

.icon-report-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_report.png") no-repeat;
  background-size: 40px;
}

.icon-search-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_search.png") no-repeat;
  background-size: 40px;
}

.icon-speechbubble-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_speechbubble.png") no-repeat;
  background-size: 40px;
}

.icon-tags-tr02-alt  {
  background: url("../img/icons/alt/tr/tr02/icon_tags.png") no-repeat;
  background-size: 40px;
}

.icon-location-tr02-alt  { /*location pin dot*/
  background: url("../img/icons/alt/tr/tr02/icon_location.png") no-repeat;
  background-size: 40px;
}

.icon-pinpost-tr02-alt  { /*posts*/
  background: url("../img/icons/alt/tr/tr02/icon_pinpost.png") no-repeat;
  background-size: 40px;
}

.icon-hq-tr02-alt  { /*posts*/
  background: url("../img/icons/alt/tr/tr02/icon_sfatx-signs.png") no-repeat;
  background-size: 40px;
}

.icon-support-tr02-alt  { /*posts*/
  background: url("../img/icons/alt/tr/tr02/icon_support.png") no-repeat;
  background-size: 40px;
}

 
.icon-group-tr02-alt  {  /*employees, groups, audience*/
  background: url("../img/icons/alt/tr/tr02/icon_group.png") no-repeat;
  background-size: 40px;
}

.icon-flag-tr02-alt  {  /*established/founded*/
  background: url("../img/icons/alt/tr/tr02/icon_flag.png") no-repeat;
  background-size: 40px;
}

.icon-press-tr02-alt  {  /*press */
  background: url("../img/icons/alt/tr/tr02/icon_press.png") no-repeat;
  background-size: 40px;
}




/* TU icons */

.icon-activity-tu-alt {
  background: url("../img/icons/alt/tu/icon_activity.png") no-repeat;
  background-size: 40px;
}

.icon-analyze-tu-alt  {
  background: url("../img/icons/alt/tu/icon_analyze.png") no-repeat;
  background-size: 40px;
}

.icon-checklist-tu-alt  {
  background: url("../img/icons/alt/tu/icon_checklist.png") no-repeat;
  background-size: 40px;
}

.icon-clock-tu-alt  {
  background: url("../img/icons/alt/tu/icon_clock.png") no-repeat;
  background-size: 40px;
}

.icon-comment-tu-alt  {
  background: url("../img/icons/alt/tu/icon_comment.png") no-repeat;
  background-size: 40px;
}

.icon-connect-tu-alt  {
  background: url("../img/icons/alt/tu/icon_connections.png") no-repeat;
  background-size: 40px;
}

.icon-people-tu-alt  {
  background: url("../img/icons/alt/tu/icon_contributors.png") no-repeat;
  background-size: 40px;
}

.icon-conversation-tu-alt  {
  background: url("../img/icons/alt/tu/icon_conversation.png") no-repeat;
  background-size: 32px;
}

.icon-data-tu-alt  {
  background: url("../img/icons/alt/tu/icon_data.png") no-repeat;
  background-size: 40px;
}

.icon-export-tu-alt  {
  background: url("../img/icons/alt/tu/icon_export.png") no-repeat;
  background-size: 40px;
}

.icon-gears-tu-alt  {
  background: url("../img/icons/alt/tu/icon_gears.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-tu-alt  {
  background: url("../img/icons/alt/tu/icon_graphs.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-2-tu-alt  {
  background: url("../img/icons/alt/tu/icon_graphs2.png") no-repeat;
  background-size: 40px;
}

.icon-hashtag-tu-alt  {
  background: url("../img/icons/alt/tu/icon_hashtag.png") no-repeat;
  background-size: 40px;
}

.icon-imac-tu-alt  {
  background: url("../img/icons/alt/tu/icon_imac.png") no-repeat;
  background-size: 40px;
}

.icon-lightbulb-tu-alt  {
  background: url("../img/icons/alt/tu/icon_lightbulb.png") no-repeat;
  background-size: 40px;
}

.icon-likes-tu-alt  {
  background: url("../img/icons/alt/tu/icon_likes.png") no-repeat;
  background-size: 40px;
}

.icon-list-tu-alt  {
  background: url("../img/icons/alt/tu/icon_list.png") no-repeat;
  background-size: 40px;
}

.icon-monitor-tu-alt  {
  background: url("../img/icons/alt/tu/icon_monitor.png") no-repeat;
  background-size: 40px;
}

.icon-spread-tu-alt  {
  background: url("../img/icons/alt/tu/icon_multidirections.png") no-repeat;
  background-size: 40px;
}

.icon-optimize-tu-alt  {
  background: url("../img/icons/alt/tu/icon_optimize.png") no-repeat;
  background-size: 40px;
}

.icon-stack-tu-alt  { /*Impressions, stacks of ...*/
  background: url("../img/icons/alt/tu/icon_picstack.png") no-repeat;
  background-size: 40px;
}

.icon-reblog-tu-alt  { /* or RT */
  background: url("../img/icons/alt/tu/icon_reblog.png") no-repeat;
  background-size: 40px;
}

.icon-report-tu-alt  {
  background: url("../img/icons/alt/tu/icon_report.png") no-repeat;
  background-size: 40px;
}

.icon-search-tu-alt  {
  background: url("../img/icons/alt/tu/icon_search.png") no-repeat;
  background-size: 40px;
}

.icon-speechbubble-tu-alt  {
  background: url("../img/icons/alt/tu/icon_speechbubble.png") no-repeat;
  background-size: 40px;
}

.icon-tags-tu-alt  {
  background: url("../img/icons/alt/tu/icon_tags.png") no-repeat;
  background-size: 40px;
}

.icon-location-tu-alt  { /*location pin dot*/
  background: url("../img/icons/alt/tu/icon_location.png") no-repeat;
  background-size: 40px;
}

.icon-pinpost-tu-alt  { /*posts*/
  background: url("../img/icons/alt/tu/icon_pinpost.png") no-repeat;
  background-size: 40px;
}

.icon-hq-tu-alt  { /*posts*/
  background: url("../img/icons/alt/tu/icon_sfatx-signs.png") no-repeat;
  background-size: 40px;
}

.icon-support-tu-alt  { /*posts*/
  background: url("../img/icons/alt/tu/icon_support.png") no-repeat;
  background-size: 40px;
}

 
.icon-group-tu-alt  {  /*employees, groups, audience*/
  background: url("../img/icons/alt/tu/icon_group.png") no-repeat;
  background-size: 40px;
}

.icon-flag-tu-alt  {  /*established/founded*/
  background: url("../img/icons/alt/tu/icon_flag.png") no-repeat;
  background-size: 40px;
}

.icon-press-tu-alt  {  /*press */
  background: url("../img/icons/alt/tu/icon_press.png") no-repeat;
  background-size: 40px;
}


/* Ig icons */

.icon-activity-ig-alt {
  background: url("../img/icons/alt/ig/icon_activity.png") no-repeat;
  background-size: 40px;
}

.icon-analyze-ig-alt  {
  background: url("../img/icons/alt/ig/icon_analyze.png") no-repeat;
  background-size: 40px;
}

.icon-checklist-ig-alt  {
  background: url("../img/icons/alt/ig/icon_checklist.png") no-repeat;
  background-size: 40px;
}

.icon-clock-ig-alt  {
  background: url("../img/icons/alt/ig/icon_clock.png") no-repeat;
  background-size: 40px;
}

.icon-comment-ig-alt  {
  background: url("../img/icons/alt/ig/icon_comment.png") no-repeat;
  background-size: 40px;
}

.icon-connect-ig-alt  {
  background: url("../img/icons/alt/ig/icon_connections.png") no-repeat;
  background-size: 40px;
}

.icon-people-ig-alt  {
  background: url("../img/icons/alt/ig/icon_contributors.png") no-repeat;
  background-size: 40px;
}

.icon-conversation-ig-alt  {
  background: url("../img/icons/alt/ig/icon_conversation.png") no-repeat;
  background-size: 32px;
}

.icon-data-ig-alt  {
  background: url("../img/icons/alt/ig/icon_data.png") no-repeat;
  background-size: 40px;
}

.icon-export-ig-alt  {
  background: url("../img/icons/alt/ig/icon_export.png") no-repeat;
  background-size: 40px;
}

.icon-gears-ig-alt  {
  background: url("../img/icons/alt/ig/icon_gears.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-ig-alt  {
  background: url("../img/icons/alt/ig/icon_graphs.png") no-repeat;
  background-size: 40px;
}

.icon-graphs-2-ig-alt  {
  background: url("../img/icons/alt/ig/icon_graphs2.png") no-repeat;
  background-size: 40px;
}

.icon-hashtag-ig-alt  {
  background: url("../img/icons/alt/ig/icon_hashtag.png") no-repeat;
  background-size: 40px;
}

.icon-imac-ig-alt  {
  background: url("../img/icons/alt/ig/icon_imac.png") no-repeat;
  background-size: 40px;
}

.icon-lightbulb-ig-alt  {
  background: url("../img/icons/alt/ig/icon_lightbulb.png") no-repeat;
  background-size: 40px;
}

.icon-likes-ig-alt  {
  background: url("../img/icons/alt/ig/icon_likes.png") no-repeat;
  background-size: 40px;
}

.icon-list-ig-alt  {
  background: url("../img/icons/alt/ig/icon_list.png") no-repeat;
  background-size: 40px;
}

.icon-monitor-ig-alt  {
  background: url("../img/icons/alt/ig/icon_monitor.png") no-repeat;
  background-size: 40px;
}

.icon-spread-ig-alt  {
  background: url("../img/icons/alt/ig/icon_multidirections.png") no-repeat;
  background-size: 40px;
}

.icon-optimize-ig-alt  {
  background: url("../img/icons/alt/ig/icon_optimize.png") no-repeat;
  background-size: 40px;
}

.icon-stack-ig-alt  { /*Impressions, stacks of ...*/
  background: url("../img/icons/alt/ig/icon_picstack.png") no-repeat;
  background-size: 40px;
}

.icon-reblog-ig-alt  { /* or RT */
  background: url("../img/icons/alt/ig/icon_reblog.png") no-repeat;
  background-size: 40px;
}

.icon-report-ig-alt  {
  background: url("../img/icons/alt/ig/icon_report.png") no-repeat;
  background-size: 40px;
}

.icon-search-ig-alt  {
  background: url("../img/icons/alt/ig/icon_search.png") no-repeat;
  background-size: 40px;
}

.icon-speechbubble-ig-alt  {
  background: url("../img/icons/alt/ig/icon_speechbubble.png") no-repeat;
  background-size: 40px;
}

.icon-tags-ig-alt  {
  background: url("../img/icons/alt/ig/icon_tags.png") no-repeat;
  background-size: 40px;
}

.icon-location-ig-alt  { /*location pin dot*/
  background: url("../img/icons/alt/ig/icon_location.png") no-repeat;
  background-size: 40px;
}

.icon-pinpost-ig-alt  { /*posts*/
  background: url("../img/icons/alt/ig/icon_pinpost.png") no-repeat;
  background-size: 40px;
}

.icon-hq-ig-alt  { /*posts*/
  background: url("../img/icons/alt/ig/icon_sfatx-signs.png") no-repeat;
  background-size: 40px;
}

.icon-support-ig-alt  { /*posts*/
  background: url("../img/icons/alt/ig/icon_support.png") no-repeat;
  background-size: 40px;
}

 
.icon-group-ig-alt  {  /*employees, groups, audience*/
  background: url("../img/icons/alt/ig/icon_group.png") no-repeat;
  background-size: 40px;
}

.icon-flag-ig-alt  {  /*established/founded*/
  background: url("../img/icons/alt/ig/icon_flag.png") no-repeat;
  background-size: 40px;
}

.icon-press-ig-alt  {  /*press */
  background: url("../img/icons/alt/alt/ig/icon_press.png") no-repeat;
  background-size: 40px;
}



/* end ALL OF THE ICONS */


/****** TRUNCATE ALL THE THINGS! ******/

/*.truncate { generic truncate class 
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  width: 100%;
  overflow: hidden;
}
*/

/***Specific truncate classes***/

ul.info-chunks p,
.hero-widget-product div.textwidget p{ /* 2 lines */
  display: -webkit-box; 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  width: 100%;
  overflow: hidden;
}

.callout h4, .callout p,
div.large-4.columns p,
div.large-4.columns h4{  /* 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  width: 100%;
  overflow: hidden;
}

div.large-6.columns p,
.info-chunks p,
div.row div.large-6.columns p{ /* 4 lines */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  width: 100%;
  overflow: hidden;
}

.no-truncate,
.no-truncate p,
div.large-4.columns h4.no-truncate,
div.large-6.columns.no-truncate ul.small-block-grid-2 li p,
ul.info-chunks li.avatar-text blockquote p {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;  
  width: 100%;
  overflow: hidden;
}

/*
.img-adjustments {
 -webkit-filter: brightness(50%);
-moz-filter: brightness(50%); 
 -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
 -webkit-filter: blur(10px);
-moz-filter: blur(10px);

}
*/

/* end TRUNCATE */


/*** PRICING PAGES ***/

table.product-pricing, 
table.product-pricing thead,
table.table tfoot,
table.product-pricing tr.even,
table.product-pricing tr.alt,
table.product-pricing tr:nth-of-type(even) {
  background: none;
  border: 0px solid black;
}

table.product-pricing tbody td {
  border-bottom: 1px solid #eee;
}

table.product-pricing tbody tr.no-border td{
  border-bottom: none;
}

/** Pricing Table UL adjustments **/
.pricing-ul {
  margin-right: 0;
  padding-right: 0px;
  padding-left: 0;
}
.pricing-table.alt {
  width: 95%;
  margin: 0 auto;
}

ul.pricing-table.alt li.title.um, ul.pricing-table.alt li.title.um-alt,
ul.pricing-table.alt li.price {
  margin-right: 0;
}

.pricing-ul ul.pricing-table.features {
  border-right: 1px solid #eee;
  padding-right: 0;
}


ul.pricing-table.features li{
  text-align: left;
  text-indent: 15px;
}

ul.pricing-table.features li.title,
ul.pricing-table.features li.price {
  background: transparent;
}

.pricing-ul ul.pricing-table.highlight {
  background:#fff; /* rgba(255,250,232, 1) */
  border: 1px solid #ffdd5f; /* #ffdd5f; */
  margin-top: 22px;
  margin-bottom: 0;
}

.pricing-ul ul.pricing-table.highlight li.title {
  background:#ffdd5f;
}

.pricing-ul ul.pricing-table.highlight li.price {
  background:#fff;
}

.pricing-ul ul.pricing-table {
  border: none;
}


.pricing-ul ul.pricing-table li.title {
  margin-bottom: 0;  
}
.pricing-ul ul.pricing-table li.title,
.pricing-ul ul.pricing-table li.price {
  margin-right: 1px;
}

.pricing-ul ul.pricing-table li.empty {
  height: 65px;
}


.pricing-ul ul.pricing-table.last li.title,
.pricing-ul ul.pricing-table.last li.price  {
  margin-right: 0;
}

ul.pricing-table li.tu{
  background: #0099bb;
/* no bg, border-top only
  border-top:2px solid #0099bb;
  border-bottom:1px solid #0099bb;
  background: #fff;
  color: #0099bb;
 */  
}

ul.pricing-table li.ig {
  background: #ff8459;
/*   
  border-top:2px solid #ff8459;
  border-bottom:1px solid #ff8459;
  background: #fff;
  color: #ff8459;
  */
}

ul.pricing-table li.tr {
  background: #7d93b2;
/*   
  border-top:2px solid #7d93b2;
  border-bottom:1px solid #7d93b2;
  background: #fff;
  color: #7d93b2;
  */
}

ul.pricing-table li.um {
  background: #000;
/*   
  border-top:2px solid #7d93b2;
  border-bottom:1px solid #7d93b2;
  background: #fff;
  color: #7d93b2;
  */

}

ul.pricing-table li.um-alt {
  background:#ffdd5f;
}



/****** ABOUT PAGES ******/

.stat-container {
  text-align: center;
}

li.founders img {
  border-radius:90px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 180px;
  float: right;
  margin-right: 10px;
}

li.founders-bio {
  margin:6% 0 0 -10px;
  padding:0 10px 0 0; 
}

li.founders-bio p {
  width: 240px;
}


.founders-photo-div, .team-photo-div{
  max-height: 640px;
  clear: both;
  overflow: hidden;
  text-align: center;
  margin: 25px;
}

.founders-photo-div{
  margin-bottom: 40px;
}


.about-content p{
  margin-top: 15px;
  padding: 5px 10px;
}

div.callout.about .row {
  margin-bottom: 0;
}

.team-stats-tu, .team-stats-tu h2 {
  color: #0099bb;
}

.team-stats-tu dl {
  font-size: 1rem;
}

.team-stats-tu dl dd {
  text-indent: 11px;
  font-size: .9rem;
  line-height: .8;
  font-weight: 300;
}

.dark-bg {
  background: rgba(51, 51, 51, 1);
  color: #fff;
  padding-bottom: 25px;
}

.dark-bg h1 {
  color: #fff;
  margin-bottom: 25px;
}

.dark-bg h2, .dark-bg h3, .dark-bg h5{
    color: #fff;
    line-height: 1;
}

.dark-bg p {
  line-height: 1.4;
}

.manifesto {
  text-align: center;
}

.team-grid img {
  border-radius: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}

.team-grid h5, .team-grid h6 {
  line-height: 1;
}

.team-grid ul li {
  text-align: center;
}

.team-grid h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: .8rem;
}

.team-grid h6 a {
  border-bottom: 1px dotted #777;
}

a.close-reveal-modal, a.close-reveal-modal:hover{
  border-bottom: none;
}

.team-cards {
  top: 50%;
  left: 50%;
  border: 1px solid #888;
}

.team-cards h4 {
  line-height: .3;
}

.team-cards img {
}

.no-border, .no-border:hover {
  border-bottom: none;
}

div.social-icons {
  width: auto;
}

div.social-icons.share a i{
  font-size: 2rem;
  margin-right: 15px;
}
  
  div.social-icons.share i.fi-social-facebook {
    color: #3B5998;
  }
  div.social-icons.share i.fi-social-twitter {
    color: #00b0ed;
  }
  div.social-icons.share i.fi-social-linkedin{
    color: #4875B4;
  }
  div.social-icons.share i.fi-social-google-plus {
  color: #C63D2D;
}

  div.social-icons.share i.fi-social-instagram {
    color: #517fa4;
  }
  div.social-icons.share i.fi-social-tumblr {
    color: #2B4964;
  }



/*
div.social-icons i.fi-social-instagram,
div.social-icons i.fi-list-bullet {
  display:none;
}
*/

.social-icons a i, .social-icons-footer a i{
  font-size: 1.2rem;
  display: inline-block;
  margin: 0px 3px;
  color: #777;
}

.social-icons-footer a i{
  font-size: 1.5rem;
  display: inline-block;
  margin: 0px 6px;
  color: #888;
}

.social-icons-landing a i{
  font-size: 1.5rem;
  display: inline-block;
  margin: 0px 6px;
  color: #777;
  text-align: right;
}


.social-icons a i:hover, .social-icons-footer a i:hover, .social-icons-landing a i:hover {
  color: #444;
}

.founders-social a i{
  color: #fff;
}

.founders-social a i:hover {
  color: #ffdd5f;
}



/* News / Archives */

table.archives {
  text-align: left;
  font-size: .9rem;

}

table.archives td.date{
  min-width: 10rem;
}
table.archives td.publisher {
  font-weight: 600;
  min-width: 12rem;
}
table.archives td.pub_link, table.archives td.pub_link a{
  color: #3a5999;
}

table.archives td.pub_link a:hover {
  border-bottom: 1px dotted #3a5999;
}



/* Events */

.events li {
  width: 78%;
}

li.date {
  width: 20%;
  line-height: 32px;
  background: #f1f1f1;
  padding: 0;
  padding-left: 8px;
}


/* end ABOUT PAGES */





/****** COLORS FOR DIFFERENT PRODUCTS ******/

/* UM gold  #ffdd5f */
.um-bg {
  border-top:1px solid rgba(255,221,95, 0.4); /* #efefef;  #ffd022;*/
  border-bottom:1px solid rgba(255,221,95, 0.4);
  background: rgba(255,250,232, 1); /* #fdfdfd; #fffae8; */
  margin-bottom: 45px !important;
}

/* UM Suite  */

.um-button {
  background: #333;
}

.um-button-alt { /*gold*/
    background: #ffd84c;

}

.um-button-alt:hover {
  background: rgba(255,221,94,0.9);

}


.um-button:hover, .um-button:focus {
  background: #000;

}


/* Tu */
.tu-bg {   /* .callout #0099bb*/
  border-top:1px solid rgba(0, 153, 187, 0.2);
  border-bottom:1px solid rgba(0, 153, 187, 0.2);
  background: rgba(0, 153, 187, 0.1);
}
.tu-button {
  background-color: #0099bb;
}

.tu-button:hover, .tu-button:focus {
  background: #0c93b1;
}
jdfkjefe

a.tu, a.tu:hover{
  color: #0099bb;
  border-bottom: 1px dotted #0099bb;
}

/* Tr */
.tr-bg {   /* .callout #7d93b2*/
  border-top:1px solid rgba(125, 147, 178, 0.3);
  border-bottom:1px solid rgba(125, 147, 178, 0.3);
  background: rgba(125, 147, 178, 0.2);

}

.tr-button {
  background-color: #7d93b2;
}

.tr-button:hover, .tr-button:focus {
  background-color: #718cb2;
  border-bottom: none;
}

a.tr, a.tr:hover{
  color: #7d93b2;
  border-bottom: 1px dotted #7d93b2;
}

/* Ig */
.ig-bg {   /* .callout #ff8459*/
  border-top:1px solid rgba(255, 132, 89, 0.2);
  border-bottom:1px solid rgba(255, 132, 89, 0.2);
  background: rgba(255, 132, 89, 0.1);
}

.ig-button {
  background-color: #ff8459;
}

.ig-button:hover, .ig-button:focus {
  background-color: #fc7546;
  border-bottom: none;
}
a.ig, a.ig:hover{
  color: #ff8459;
  border-bottom: 1px dotted #ff8459;
}


/***** RESOURCES - UPCP  *****/

.Grey-prod-cat-header-div, .Black-prod-cat-header-div {
  border-bottom: none;
  padding: 10px 15px;
}

.upcp-list-toggle-icon {
  display: none;
}

.prod-cat-header-padding {
  width: 100%;
  height: 1px;
  float: left;
  padding-left: 20px;
}


.prod-cat-sidebar {
  width: 12rem;
  display: inline-block;
  float: left;
  left: 0;
  margin-left: 4px;
}

.prod-cat-inner {
  height: auto;
  width: 48rem;
  float: none;
  left: 20px;
}

.upcp-detail-details-link {
  background: none;
  color: #444;
}

.upcp-thumb-title {
  border-bottom: none;
  padding: 0 0 0 10px;
  height: 25px;
}

.upcp-thumb-item {
  min-height: 220px;
}

.upcp-thumb-image-div {
  background: none;
}

.upcp-thumb-details-link {
  height: 35px !important;
}

.upcp-thumb-price {
  display:none;
}

.upcp-detail-item {
  border: none;
  width: auto;
  margin-bottom: 5px;
  height: 125px;
}


.upcp-detail-image-div {
  background: none;
  width: 110px;
  height:75px;
  vertical-align: top;
}

.upcp-detail-title {
  color: #444;
  font-size: .975rem
}

.upcp-detail-desc {
  color: #777;
}
.upcp-detail-image, .upcp-detail-image-div a {
  width: 115px;
  vertical-align: top;
}

.upcp-detail-price {
  height: auto;
  line-height: inherit;
  font-size: .7rem;
  margin-left: 0;
  color: #777;
}

.upcp-mid-detail-div {
  border: none;
  height: 120px;
  padding: 10px;
}


input.jquery-prod-cat-value {
  margin-right: 8px;
}

.prod-cat-sidebar-category-title h3 {
  display: none;
}

.prod-cat-sidebar-category {
  margin-top: 0;
}

.prod-cat-back-link{
  font-size: 12px;
  padding-left: 15px;
/*   margin-top: -30px; */
}

.prod-cat-addt-details-right-div {
/*   margin-top: -60px; */
}

.prod-cat-addt-details-main {
  display: none;
}

.prod-cat-category-label {
  margin-bottom: 20px;
  font-size: 1.2rem;
  background: #efefef;
  padding: 6px 10px;
}

.prod-cat-addt-details {
  min-height: 240px;
}

.styled-input {
  height: 37px;
  margin-bottom: 20px;
  margin-top: -30px;
}

.prod-cat-addt-details-thumb {
  max-width: 480px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}

/***** Resources *****/
.um-resources .um-resources-search input[type=text] {
  margin: 0;
  border: solid 1px #EEE;
}
.um-resources .um-resource-category>h2 {
  font-size: 1.2rem;
  padding: 0 0 3px 0;
  border-bottom: solid 1px #CCC;
}
.um-resources .um-resources-listing .um-resource-item {
  text-align: center;
}
.um-resources .um-resources-listing .um-resource-item-thumbnail {
  display: block;
  max-height: 150px;
}
.um-resources .um-resources-listing .um-resource-item-thumbnail img {
  max-height: 150px
}
.um-resources .um-resources-listing .um-resource-item-name {
  padding: 3px 0 6px 0;
}

.um-resources .um-resource-single-item .um-resource-item-name {
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-align: left;
}
.um-resources .um-resource-single-item .um-resource-item-vimeo {
  min-height: 336px;
}

.um-resource-article h1.entry-title {
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}


/**** Jobs ****/
.job-container ul {
  list-style-position: inside;
}
.job-container ul li {
  margin-bottom: 0.5rem;
}

/**** Newsletter Footer ****/
.newsletter-footer {
  padding-top: 5px;
}
.newsletter-footer form {
  position: relative;
}
.newsletter-footer form button {
  position: absolute;
  top: 0px;
  left: 151px;
  width: 40px;
  height: 100%;
  padding: 0;
  font-size: 14pt;
}
.newsletter-footer form input[type=email] {
  border: solid 1px #ddd;
}


/***** HERO WIDGETS!!  *****/

.cta-link{
  font-size: 0.875rem;
}

.hero-widget-home.row {
}

.hero-widget-home.row:before{    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}


.hero-widget-home article.panel.widget_text,
.hero-widget-product article.panel.widget_text,
.hero-widget-about-contact article.panel.widget_text,
.hero-widget-about-contact article.panel.widget_text,
.hero-widget-resources article.panel.widget_text{
  margin:100px .7rem 0 .7rem;
  background: rgba(0,0,0,0.5);
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
}

.hero-widget-product article.panel.widget_text {
    margin-top: 60px;
}

.hero-widget-home article.panel.widget_text p,
.hero-widget-product article.panel.widget_text p,
.hero-widget-home article.panel.widget_text h2,
.hero-widget-product article.panel.widget_text h2,
.hero-widget-about article.panel.widget_text h2,
.hero-widget-about article.panel.widget_text p,
.hero-widget-about-contact article.panel.widget_text h2,
.hero-widget-about-contact article.panel.widget_text p,
.hero-widget-resources article.panel.widget_text h2,
.hero-widget-resources article.panel.widget_text p
{
    color: #fff;
    font-size: 18px; 
    line-height: 1.4em;   
}

.hero-widget-home article.panel.widget_text h2,
.hero-widget-product article.panel.widget_text h2 {
  font-size: 28px;
}

.hero-widget-about {
  background: rgba(51, 51, 51, 1);
}


.hero-widget-about-contact {
  background: transparent url("../img/photos/customer-team.jpg") 50% top no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  background-color: #fff;
  height: 410px;
  border-top: none;
}



.hero-widget-home {
  background: transparent url("../img/photos/customer-jess-ipad.jpg") left no-repeat; 
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  background-color: #fff;
  height: 540px;
  border-top: none;
  border-bottom: 3px solid #ffdd5f;
}

.hero-widget-product.tr {
  background: transparent url("../img/photos/um-design-2.jpg") 50% no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  background-color: #fff;
  height: 410px;
  border-top: none;
  border-bottom: 3px solid #7d93b2;
}

.hero-widget-product.tu {
  background: transparent url("../img/photos/um-desk-1.jpg") 50% no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  background-color: #fff;
  height: 410px;
  border-top: none;
  border-bottom: 3px solid #0099bb;
}


.hero-widget-product.ig {
  background: transparent url("../img/photos/user-laptop.jpg") 50% no-repeat;
    -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  background-color: #fff;
  height: 410px;
  border-top: none;
  border-bottom: 3px solid #ff8459;
}

.hero-widget-product.suite {
  background: transparent url("../img/photos/um-suite-hero.jpg") 50% no-repeat;
    -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  background-color: #fff;
  height: 410px;
  border-top: none;
  border-bottom: 3px solid #ffdd5f;
}

.hero-widget-resources {
  background: transparent url("../img/photos/um-design-1.jpg") 50% no-repeat;
    -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  background-color: #fff;
  height: 260px;
  border-top: none;
  border-bottom: 3px solid #ffdd5f;
}

.hero-widget-resources article.panel.widget_text{
  margin-top: 10px
}

/***** OTHER WIDGETS    *****/

.product-cta-widget,
.resource-cta-widget {
  border-top:1px solid rgba(255,221,95, 0.4); /* #efefef;  #ffd022;
/*   border-bottom:1px solid rgba(255,221,95, 0.4); */
  background: rgba(255,250,232, .6); /* #fdfdfd; #fffae8; */
}

.home-sub-cta-widget {
  background: none; 
  padding: 0 0 5px 0;
/*
   -moz-box-shadow:    inset 1px 4px 9px -9px;
   -webkit-box-shadow: inset 1px 4px 9px -9px;
   box-shadow:         inset 1px 4px 9px -9px;
*/

}

.product-cta-widget .button,
.resource-cta-widget .button,
.home-sub-cta-widget .button {
  background-color: #ffdd5f;
}

h3.hero-home-sub-flag {
  background: #ffdd5f;
  padding: 5px 20px;
  text-align: left;
  margin-top: -51px !important;
  border-radius: 2px;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  color: #fff;
}

.home-sub-cta-widget .row .row, .home-sub-cta-widget .panel.widget.widget_text{
  margin-bottom: 5px;
}
.home-sub-cta-widget .panel.widget.widget_text {
  border-bottom: 1px dotted #efefef;
}
.home-sub-cta-widget img {
  display: inline-block;
  width: 6%;
  margin-right: 10px;
}

.home-sub-cta-widget p {
  display: inline-block;
  width: 92%;
  margin-bottom: 0;
}

.product-cta-widget .button:hover,
.product-cta-widget .button:focus,
.resource-cta-widget .button:hover,
.resource-cta-widget .button:focus,
.home-sub-cta-widget .button:hover,
.home-sub-cta-widget .button:focus {
  background-color: #ffd022;
  border-bottom: none;
}

div.product-cta-widget div.row,
div.resource-cta-widget div.row {
  margin-bottom: 0;
}

.panel.widget.Tumblr ul {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 180px;
}


li.tumblr_post{
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
}


li.tumblr_post blockquote {
  margin-top: -20px;
  font-style: italic;
}

li.tumblr_post p,
li.tumblr_post p a
li.tumblr_post ol li,
li.tumblr_post ul li,
li.tumblr_post a,
li.tumblr_post p a,
li.tumblr_post.photo p,
li.tumblr_post.photo p a
li.tumblr_post.photo ol li,
li.tumblr_post.photo ul li,
li.tumblr_post.photo a,
li.tumblr_post.photo p a {
  font-size: 0.875rem;
}

div.textwidget img {
  vertical-align:bottom;
}

div.textwidget a.button {
  width: auto;
  clear: both;
}

/* END Widgets */


/**** LANDING PAGES *****/

.media-large {
  height: 320px;
  overflow-y: hidden;
}

.media-large img {

}




body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0;
}

#content {
  background-color: #fff;
}


.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #444444;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444;
}
.entry-author p {
  color: #bbb;
}

.post header,
.page header {
  margin-bottom: 1.25rem;
}

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a {
  color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #444444;
}



.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #008cba;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}
.page-numbers li span.current {
  background: #008cba;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children {
  margin-left: 4rem;
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
  display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #444444;
}

#sidebar {
  margin-top: 1.25rem;
}

#sidebar .panel, .hero-widget-home .panel, .hero-widget-product .panel {
  border: none;
  padding: 1.5rem 1.875rem;
}


#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #fdfdfd ; /*#f7f7f7; */
  color: #777;
  padding: .925rem .825rem;
  font-size: 0.825rem;
}
#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.825rem;
}

#sidebar .panel, .footer-widget .panel img {
  margin: 9px 3px 0 0;
}

#sidebar .panel a.button, .footer-widget .panel a.button {
  color: #fff;
  padding: 10px;
  margin-top: 2px;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444;
}
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
#sidebar .widget h4, .footer-widget .widget h4{
  text-transform: uppercase;
  font-size: .95rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ddd;
  color: #888;
  font-family: "Montserrat", Arial, sans-serif;
}


article#tumblr-widget-2.panel.widget.Tumblr h4 a, article#tumblr-widget-2.panel.widget.Tumblr h4 a:hover  {
    font-size: 1rem;
    color: #888;
}

footer.full-width {
  background-color: #333;
  padding-top: 1rem;
}

footer.full-width a, footer.full-width p a  {
  border-bottom: none;
  color: #999;
}

footer.full-width p {
  color: #999;
  font-size: 0.675rem;
}

div.footer-menu a {
  margin-right: 15px;
  font-size: 0.775rem;
  border-bottom: none;
  text-transform: uppercase;
}

footer.full-width p.tos {
  text-align: right;
}

footer.full-width a:hover, footer.full-width a:focus {
  color: #fff;
}
footer.full-width .love-merle {
  border: none;
  padding-top: 1.5rem;
}

@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #content {
    padding: 3.125rem;
  }

  .entry-author {
    margin: 3.125rem -3.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0;
  }

  .footer-widget {
    margin-top: 0;
    padding-top: 1rem;
  }
}
