/* ===================================
General
==================================== */
body { 
  background-color: #fff;
  font-family:'Roboto', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Roboto', sans-serif;
  font-weight: 700;
}

p {font-size: 1.095rem;}

/* ===================================
Transparent colors
==================================== */

.bgWhite-transp {
  /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}
.bgBlack-transp {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/*Opacity*/

.opacity0 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}

.opacity5 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}

.opacity8 {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}

a.opacity0:hover, a.opacity3:hover, a.opacity5:hover, a.opacity8:hover, a .opacity0:hover, a .opacity3:hover, a .opacity5:hover, a .opacity8:hover {
	/*opacity*/
  	opacity: 1;
  	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  	filter: alpha(opacity=100);
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ===================================
Buttons
==================================== */

.button {font-family:'Roboto', sans-serif;}

.button.button-green {background-color: #00a651;}

.button.button-orange {background-color: #ff9700;}

.button.button-gray {background-color: #b5b5b5;}

/* ===================================
Breadcrumbs
==================================== */

.breadcrumbs {
  margin: 0;
  background-color: transparent;
  border: none;
  padding: 0.5625rem 0 0;
}

/* ===================================
Helper Class
==================================== */

.dimmer {color: #ccc !important;}
.smaller {font-size: 12px !important;}
.red {color: #CC0000;}
.white-bg {background-color: #fff;}
.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.border-top {border-top: 1px solid #dfdfdf;}

.border-right {border-right: 1px solid #dfdfdf;}

.border-bottom {border-bottom: 1px solid #dfdfdf;}

.border-left {border-left: 1px solid #dfdfdf;}

.no-margin {margin: 0 !important;}

/* ===================================
Top Nav
==================================== */

.revtop {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #e4e4e4;
  height: 46px;
}

.top-bar, .top-bar-section ul { background-color: transparent;}

.top-bar a, .top-bar-section li a:not(.button) {background-color: transparent;}

.top-bar .toggle-topbar.menu-icon a {color: #444;}

.top-bar .toggle-topbar.menu-icon a span {box-shadow: 0 10px 0 1px #444, 0 16px 0 1px #444, 0 22px 0 1px #444;}

.top-bar-section li:hover a, .top-bar-section li a:hover:not(.button) {color: #888; background-color: #efefef;}

.top-bar-section li.hover a, .top-bar-section li.hover a:not(.button) {color: #888; background-color: #fff;}

.top-bar-section .dropdown li:hover, .top-bar-section .dropdown li:hover a, .top-bar-section .dropdown li a:hover:not(.button) {background-color: #efefef;}

.top-bar-section > ul.right > li > a {padding: 0 10px;}

.top-bar-section .has-dropdown > a:after {border-color: rgba(0, 0, 0, 0.4) transparent transparent;}

.top-bar-section .dropdown {z-index: 999;}

.top-bar .name img {max-height: 25px;}

.top-bar .has-form {background-color: transparent !important; padding-right: 0;}

.top-bar-section > ul.left > li:first-child {
  border-left: 1px solid #bfbfbf;
  margin-left: 1rem;
}

.with-form .top-bar-section > ul.right > li > span {
  line-height: 45px;
  font-size: 1rem;
  color: #00a651;
  font-weight: 700;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  display: block;
}

.top-bar form.nav-submit input, .top-bar form.nav-submit .button {margin: 0; top: 5px;}

form.nav-submit .button {background-color: #111;}

.top-bar .nav-search {
  font-size: 14px;
  padding-top: .1em;
  padding-bottom: .1em;
  height: 2em !important;
  margin-bottom: 0;
  margin-top: .2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
}
.sub-nav dt, .sub-nav dd, .sub-nav li {
  font-family:'Roboto', sans-serif;
}
.top-bar-section ul li > a, .top-bar-section .dropdown li a {
  color: #333;
  font-weight: normal;
  letter-spacing: .028rem;
  /*text-transform: uppercase;*/
}
.top-bar-section .dropdown {
  max-width: 300px;
}
.top-bar-section .dropdown label {
  padding-bottom: 7px;
}
.top-bar-section .dropdown li {
  min-width: 200px;
}
.top-bar-section .dropdown li a {
  white-space: inherit;
}
}
.top-bar-section .has-form {
  padding-right: 0;
}
.top-bar.expanded .title-area {
  background-color: #fff;
}
.message-cell {
  display: inline-block;
  width: 100%;
  padding: 1rem 0 1em;
  background-color: #E7EBF2;
  margin-top: .5rem;
}
.message-cell span {text-transform: uppercase; color: #555; font-size: 1rem;}
.message-cell a {display: block; font-size: 1.65rem; font-weight: 700; color: #0BA14B;}

/* ===================================
Alert Notifications
==================================== */

.alert-box {
  position: absolute; 
  width: 97%; 
  z-index: 2;
}

/* ===================================
Footer
==================================== */

footer form {margin: 0;}

footer .action.button {padding: 0.66rem 0 0.63rem;}

.message-action {padding: 3rem 0;}

.message-action h2 {
  color: #777;
  margin: 0;
  font-weight: 400;
}
.call-action {
  margin-top: 2rem;
  padding: 3rem 0 3rem;
  background-color: #00873A;
  color: #fff;
}
.call-action h3 {
  margin-top: -.35rem;
  line-height: 1.1;
  font-size: 2.35rem;
  color: #fff;
  margin-bottom: .3rem;
}
.call-action p {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
}
.footer { 
  background-color: #fff;
  color: #666;
  font-size: 13px;
  padding-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
.footer a {color: #666; text-transform: uppercase; padding: 0 .5rem; font-size: .78rem;}

.footer ul li { 
  list-style-type: none;
}
.fp-banner {margin-top: 2.5em;}

.wrap-content {padding-top: 46px;}

.url-form .prefix {
  background: none;
  border: none;
  font-size: 1.5em;
  font-weight: 300;
  text-align: right;
}
.url-form input {
  border: none;
  border-bottom: 1px solid #333;
  background: none !important;
  font-size: 1.5em;
  padding-left: none !important;
  padding-top: 0.3em;
  box-shadow: none;
  font-weight: 300;
  margin-left: -.3em;
  border-color: none;
  transition: none;
  -webkit-transition: none;
  -webkit-background: none;
  outline: none;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.url-form input:hover {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #aaa;
  border-color: none;
}
.cover-row {
  margin-top: .1em;
  background-color: white;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
.cover-row h1 { font-size: 24px; margin-top: .25em; margin-bottom: 0; font-weight: 700;}

.cover-row h1 a { color: black; }

.cover-row p { margin-bottom: .5em; font-size: 14px; line-height: 1.3; font-weight: 200;}

.cover-row .tag { font-size: 12px; }

.cover-row .search {
  margin-bottom: 1em;
  margin-top: 1em;
  padding-top: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: .5em;
}
.cover-row .search select {
  margin-bottom: 0;
}
.cover-row .search h4 { 
  margin-bottom: 0;
  margin-top: 0;
}
.cover-row .dir-row {
  margin-bottom: 1.5em;
}
.cover-row .dir-img {
  padding-right: .8em !important;
}
.cover-row .dir-img img  {
  border: 1px solid #444;
}
.cover-row .dir-text p {
 font-size: 14px; 
 margin-bottom: .1em;
}
.cover-row .dir-text h5 {
  margin-top: 0;
  line-height: 1;
  font-weight: bold;
  margin-bottom: .2em !important;
}
.x-cover-row.question h1 { font-size: 28px; font-weight: 400; margin-top: .5em; margin-bottom: .5em;}

.cover-row.question p { font-size: 17px }

.cover-row.question .q-media { margin-bottom: 1em;}

.cover-row.question .crumbs { 
  font-size: 13px; 
  margin-top: 1em; 
  margin-bottom: 1em;
  color: #999;
}
.cover-row.question .crumbs a { color: #999; }

.cover-row.question .summary a.toggle, .cover-row.question .summary { 
  font-size: 13px;
  color: #999;
  margin-top: 1em;
}
.cover-row.question .content { 
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.cover-row.question .content p {
  font-family: Georgia, Times;
  font-size: 17px;
  line-height: 1.4;
}
.cover-row.question .lyteShared { margin-top: 1em; } 
 
.cover-row.question .feedback p {
  font-family: Georgia, Times;
  font-size: 17px;
  line-height: 1.4;
}
.cover-row .attach li {
  font-size: 14px;
}
.cover-row .offers li p {
  line-height: 1.2;
  font-size: 14px;
}
.cover-row .offer-content p {
  font-size: 19px;
  font-family: Georgia, Times;
}
#gallery.flex-video { margin-bottom: .5em; }
.gallery-thumbs { 
  margin-bottom: 1em; 
  padding-bottom: 1em;
}
#gallery { margin-bottom: 1em;}

#gallery iframe {width: 100%;}


/* ===================================
Sidebar
==================================== */

.sidebar {
  position: relative;
  width: 100%;
}

[data-magellan-expedition] {
  background: transparent;
  padding: 0;
}

[data-magellan-expedition].fixed {
  width: 24.3333%;
  min-width: 24.3333%;
  z-index: 99;
  left: auto;
}

.sidebar-block {
  margin: 1.25rem 0;
}

.sidebar-block .thumbnail {
  border: none;
  box-shadow: none;
}

.sidebar-block .page-ranking {
  padding: 0.5rem;
  text-align: right;
  margin: 0;
}
.sidebar-block h6 {font-weight: 400; margin-bottom: 0;}

.user-about p {
  margin-bottom: .8em !important;
} 
.user-about p:last-child {
  margin-bottom: 0 !important;
}
.page-cta .button { margin-bottom: 0; }

.page-ranking { font-size: 14px !important; margin-bottom: 1em; margin-top: 1em; }

.page-ranking .author { margin-bottom: .3em; }

.page-ranking .fa { color: gold; }

.content-list .panel { 
  border: 0; 
  background: none; 
  margin-bottom: 0; 
  padding-bottom: 0 !important; 
  padding-left: 0 !important;
}
.content-list h5 { line-height: 1; margin-bottom: 0;  margin-top: 1em;}

.content-list h6 { font-weight: 700;  margin-bottom: .3em !important;}

.cover-photo { 
  height: 320px !important;
  width: 100%;
  background-size: auto;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;      
  position: relative;
}
.cta {
  bottom: 0.8em;
  position: absolute;
  margin-left: 1em;
  max-width: 60%;
  padding: 1em;
  color: white;
}
.cta h5 {
  color: white;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.cta p {
  line-height: 1.3;
  margin-bottom: .5em;
  font-weight: 200;
  font-size: 17px;
}
.cta .button { margin-bottom: 0; }

.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}    

.cc_row .columns { padding: .2em !important;}

/* ===================================
My Home
==================================== */

.bg-banner {
  background-image: url(https://web-archive.nli.org.il/National_Library/oe_/https://s3.amazonaws.com/gttwl/attachments/funadvice.me/c82jrt4hjpo/1388781726_original.jpeg);
  background-attachment: fixed;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-banner-ask {
  max-height: 400px;
  padding: 3rem 0 10rem;
  color: #fff;
  background-image: url(https://web-archive.nli.org.il/National_Library/oe_/https://s3.amazonaws.com/gttwl/attachments/funadvice.me/c82jrt4hjpo/1392847599_original.jpeg);
  background-repeat: repeat-x;
  background-position: top center;
}
.bg-banner-ask.new-banner-ask, .bg-banner-ask.banner-subscribe {padding: 2.5rem 0;}

.bg-banner-ask h2 {
  color: #fff;
  font-size: 3.25rem;
  margin-top: 0;
  line-height: 1.2;
}
.bg-banner-ask.banner-subscribe h2 {
  font-size: 3.85rem; 
  margin-bottom: 0; 
  line-height: 1.3;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6), 0 -1px 1px rgba(0, 0, 0, 0.6);
}
.bg-banner-ask.banner-subscribe h2.subheader-small {
  font-size: 3.25rem;
}
.bg-banner-ask h3 {
  color: #fff;
  font-size: 2.05rem;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
.bg-banner-ask.banner-subscribe h3 {font-size: 2rem; margin-bottom: .8rem;}

.bg-banner-ask.banner-subscribe p {line-height: 1.3; font-size: 1.25rem; margin-bottom: 1.5rem; font-weight: 300;}

.banner-subscribe .banner-askform button {margin: 0; line-height: 1.1; font-size: 1.3rem; font-weight: 600;}

h2.banner-askhead {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.bg-banner-ask p {
  font-size: 1.45rem;
  letter-spacing: .034rem;
  margin-bottom: 1rem;
}
.main.main-ask-form {margin-top: -9rem; padding: 1.5rem;}

.main-ask-form form, form.banner-askform {margin: 0;}

.main.main-ask-form textarea, .banner-askform input {height: 80px; margin: 0;}

.banner-subscribe .banner-askform input, .banner-subscribe .banner-askform span.prefix, .banner-subscribe .banner-askform button {height: 50px;}

.banner-subscribe .banner-askform span.prefix {background-color: #fafafa; font-size: 1.2rem; color: #888; line-height: 47px; border-color: #fafafa;}

.banner-subscribe .banner-askform input {margin-bottom: .5rem; font-size: 1rem; padding-left: 0; background-color: #fafafa; border-color: #fafafa;}

.banner-subscribe form.banner-askform {margin-bottom: 1rem;}

.banner-askform input {
  font-size: 1.4rem;
  border: none;
}

.main-ask-form button, .banner-askform button {
  height: 80px; 
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.3625rem .56rem .56rem;
}
.banner-askform button {
  background-color: #FF9700;
}
.banner-askform button:hover {
  background-color: #ffb848;
}
.main-ask-form button span, .banner-askform button span {
  display: block;
  font-size: .95rem;
  font-weight: 300;
  color: rgba(0, 0, 0,.5);
}

.main-categories {display: inline-block; width: 100%;}

.main-categories > a.button {
  background-color: #BBBBBB;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.13rem;
  margin: 0 0.35rem 0.65rem 0;
  padding: 0.4rem 0.7rem 0.6rem;
}
.main-categories > a.button.dropdown {
  padding-right: 1.78rem;
}
.main-categories > a.button:hover {
  background-color: #666;  
}
.main-categories .dropdown.button:before {
  right: .6rem;
}
.main-categories > a.selected {
  background-color: #666;
}
.main-ask-form .thumb-info {
  border: 0;
  padding: 0;
  margin-bottom: .5rem;
}
.main-ask-form .thumb-info .profile-img {
  width: 13%;
}
.main-ask-form .thumb-info .profile-name {
  width: 85%;
  font-size: .75rem;
  line-height: 1.4;
}
.question-field {position: relative;}

.fq-question-counter {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  z-index: 9;
  color: #bbb;
  background-color: #fff;
  font-size: .9rem;
}
.banner {padding: 2em 0; color: #efefef;}

.banner h1 {margin: 0;}

.banner h3 {
  font-weight: 400;
  color: #90a497;
  margin: 1rem 0;
  font-size: 1.3rem;
}
.banner form {margin: 0;}

.banner-form .prefix {
  background: none;
  border: none;
  font-size: 2em;
  font-weight: 700;
  text-align: right;
  color: #fff;
  height: 40px;
  margin-top: .5em;
}
.banner-form input {
  border: none;
  background: none !important;
  font-size: 2em;
  padding: 0;
  color: #fff;
  box-shadow: none;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: .5em;
  border-color: none;
  transition: none;
  -webkit-transition: none;
  -webkit-background: none;
  outline: none;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 40px;
}
.banner-form input:hover {
  background: none;
  border: none;
  box-shadow: none;
}
.banner-form button[disabled], .home-btn {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  margin: 0;
}
.home-btn img {width: 100%;}

/* ===================================
Home Post June
==================================== */

.index-content {padding: 2rem 0;}

.meta-post {color: #666; font-size: .85rem;}

h2.title-post {font-size: 1.85rem; line-height: 1.2; margin-bottom: 1rem;}

.media-post {margin: 1.5rem 0; display: block;}

.media-post a {display: block;}

.media-post img {width: 100%;}

.post p {font-family: Georgia, Times, serif; font-size: 1.25rem; line-height: 1.5;}

/* ===================================
Right Side
==================================== */

.right-side > section {margin-bottom: 2rem;}

.right-side > section header {padding-bottom: 1.5rem; text-transform: uppercase; font-weight: 600; font-size: 1.3rem; color: #006D31;}

.right-side .thumbnail {margin-bottom: 1.5rem;}

.right-side .thumb-title.to-bottom {bottom: 0; padding: 0.45rem 0.8rem .72rem;}

.right-side .thumb-title h4 {font-size: 1.18rem; line-height: 1.2;}

.right-side .tags a.label {
  margin: .35rem .45rem .35rem 0;
  color: #008cba;
  border-color: #008cba;
  font-size: 1rem;
}
.right-side .tags a.label:hover {
  background-color: #008cba;
  color: #fff;
}
.right-side .search-box, .right-side .search-box input {margin: 0;}

.search-box input {border-right: none;}

.search-box span.postfix {background-color: #fff; border-left: none;}

.right-side .side-nav {padding-bottom: 0;}

.right-side .side-nav li {margin: 0; border-bottom: 1px solid #bfbfbf;}

.right-side .side-nav li a {padding: .45rem 0; text-transform: uppercase; font-size: .92rem; color:#bfbfbf;}

.right-side .side-nav li a:hover {color: #222;}

.right-side .post h3 {font-size: 1.2rem; margin: 0;}

.right-side .post img {padding-right: .75rem;}

.contact-form textarea {height: 6rem;}

/* ===================================
Pagination
==================================== */

.pagination ul {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; 
}
.pagination ul li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem; 
}
.pagination ul li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagination ul li:hover a, .pagination ul li a:focus {background: #e6e6e6;}

.pagination ul li.unavailable a {
  cursor: default;
  color: #999999; 
}
.pagination ul li.unavailable:hover a, .pagination ul li.unavailable a:focus {background: transparent;}

.pagination ul li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default; 
}
.pagination ul li.current a:hover, .pagination ul li.current a:focus {background: #2ba6cb;}

.pagination ul li {
  float: left;
  display: block;
}

/* Pagination centered wrapper */
.pagination-centered {text-align: center;}

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


/* ===================================
Thumbnails
==================================== */

.directory {padding: 2em 0;}

.directory.index-directory {padding-top: 1rem;}

.thumbnails li {margin-bottom: .3em;}

.thumbnail {
  background-color: #fff;
  border-width: 1px; 
  border-style: solid;
  border-color: #E4E4E4 #BEBEBD #BEBEBD #E4E4E4;
  box-shadow: 1px 1px 2px 0 #D0D0D0;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.ads {text-align: center;}

.pending {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 99;
  color: #fff;
  top:0;
  right: 0;
  background-color: transparent;
  background-image: url(https://web-archive.nli.org.il/National_Library/oe_/https://s3.amazonaws.com/gttwl/attachments/funadvice.me/c82jrt4hjpo/1389122803_original.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: .25rem .45rem;
}
.thumb-img {
  display: inline-block; 
  width: 100%; 
  height: 250px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.thumb-hit {
  display: inline-block; 
  width: 100%; 
  height: 250px;
  position: relative;
  left:0
  top: 0;
  z-index:99;
}
a.thumb-hit:hover .thumb-title h4 {
  color: #006D31;
}
.thumb-title {
  padding: .8rem;
  width: 100%;
}
.thumb-title.to-bottom {
  position: absolute;
  bottom: 38px;
  padding: .5rem .8rem;
}
.thumb-title h4 {
  margin: 0; 
  line-height: 1.3;
  font-size: 1.4rem;
}
.thumb-title p {
  margin: 1rem 0 0; line-height: 1.4; color: #8A8C8E; font-size: 1.1rem;
}
.thumb-hit .thumb-bottom {
  color: #A9A9AA;
}
.thumb-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.thumb-info {
  width: 100%;
  background-color: #fff;
  padding: .2rem .5rem .3rem;
  border-top: 1px solid #efefef;
}
a.thumb-hit:hover .thumb-info {
  background-color: #F0F3F7;
  color: #8A8C8E;
}
.profile-img, .profile-name {
  display: inline-block;
  vertical-align: middle;
  font-size: .8rem;
}
.profile-img img {
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
img.circle {border: 1px solid #bfbfbf;}

.thumb-details {
  float: right;
  line-height: 30px;
}
.thumb-details i:first-child {
  margin-right: .75rem;
}
.thumb-details span {margin-left: -.15rem; font-size: .9rem;}

.member .thumb-title.to-bottom {bottom: 0; padding: 0.5rem 0.8rem 0.75rem;}

.member .thumbnail, .member .thumb-hit, .member .thumb-img {
  height: 230px;
}
.member.member-home .thumbnail, .member.member-home .thumb-hit, .member.member-home .thumb-img {
  height: 75px;
}
.member .thumb-title h4 {font-size: 1.15rem;}



/*******************************
       Main Page
*******************************/

.main, .sidebar-block {
  background-color: #fff;
  border-width: 1px; 
  border-style: solid;
  border-color: #E4E4E4 #BEBEBD #BEBEBD #E4E4E4;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
  margin: 1.25rem 0;
}
.main form {margin: 0;}

.main textarea {height: 130px;}

.main form button {margin: 0;}

.main-cover {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.main-cover .main-action {
  position: absolute;
  bottom: 0;
}
.main-no-cover {
  background-color: #fff;
  position: relative;
  height: auto;
  background-position: 0 1rem;
}
.main-img {
  width: 100%; 
  height: 300px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-action {
  width: 100%;
  padding: 1rem;
}
.main-action h1 {
  color: #000; 
  margin: 0;
  line-height: 1.1;
  font-weight: 400;
  font-size: 2.18rem;
  text-shadow: 2px 2px 0 #fff;
}
.action.button {
  width: 100%; 
  margin: 0; 
  padding: 1.0625rem .5rem 1rem; 
  font-weight: 700 !important; 
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .048rem;
}
.filter-links .action.button.with-price {
  padding: .625rem .5rem;
}
.action.button.with-price span {
  display: block;
  font-size: .8rem;
  color: #004F27;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}
.main-content .main-content {padding: 0;}

.main-content .main-header {padding: 0 0 1rem 0; margin-bottom: 1rem;}

.main-header {padding: 1rem;}

.main-header h1 {margin: 0 0 .3rem; line-height: 1.2; font-size: 2.18rem; font-weight: 400; letter-spacing: -.04rem;}

.main-header form.search, .main-header form.search select, .main-header form.search input {margin: 0;}

.main-header p {font-size: 1.02rem; margin: .75rem 0 0; line-height: 1.6; color: #666;}

.main-header .main-details {margin-top: .8rem;}

.main-details {font-size: .74rem; color: #999; font-weight: 300;}

.main-details a {color: #999; font-weight: 400;}

.main-content {padding: 1.2rem 1rem;}

.main-bottom {padding: 1rem; color: #777; font-size: .85rem;}

.main-bottom input, .main-bottom p  {margin-bottom: 0;}

.one-column {padding-top: 1rem; padding-bottom: 1rem;}

h6.main-status {background-color: #E7EBF2; color: #777; padding: .5rem 1rem; margin: 0 0 1rem;}

h6.main-status a {color: #777; display: block;}

.tags {display: inline-block; width: 100%; margin: .5rem 0;}

.tags span {font-size: .75rem; color: #999; text-transform: uppercase; float: left; margin-right: .5rem; line-height: 1.8;}

.tags .label {
  font-size: 0.7875rem; 
  background-color: #fff; 
  border: 1px solid #dfdfdf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tags .label.secondary:hover {background-color: #dfdfdf;}

.comment p {font-size: 1.065rem; color: #555;}

.comment p strong {font-size: 1rem;}

.filter-links {
  position: relative;
}
.filter-links .button-bar .button-group {
  float: right;
  margin-right: 0;
  margin-left: 0;
}
.filter-links .button-bar .button-group > li {margin-left: .25rem;}

.filter-links .button-bar .button-group > li:first-child {margin-left: 0;}

.filter-links .button {
  height: 50px;
  vertical-align: middle;
  margin: 0;
}
.filter-links .button.button-secondary {
  background-color: #666;
}
.filter-links .button.action {
  font-size: .95rem;
  padding: 1.0625rem .65rem 1rem;
}
.button.button-secondary {
  font-size: 1rem;
  padding: 0 1rem;
  line-height: 50px;
  background-color: #aaa;
}
.button.button-secondary:hover {
  background-color: #a3a3a3;
}
.button-secondary.dropdown.button:before {
  border: none;
}
.filter-links .f-dropdown.open, .filter-links .f-dropdown:before, .filter-links .f-dropdown:after {
  left: auto !important;
  right: 0;
}
.filter-links .f-dropdown.open {
  width: auto;
  max-width: none;
  padding: .5rem;
}
.main-expert {display: inline-block; width: 100%;}

.main-expert img {width: 15%; margin-right: .65rem;}

.from-expert, .main-expert {overflow:hidden;}

.from-expert {padding-left: .35rem;}

h2.expert-name { 
  margin: 0 0 .5rem; 
  font-size: 1.85rem;
  line-height: 1.1;
}
a.expert-name  {
  font-size: 1.035rem;
}
.expert-info a.expert-name {color: #222;}

.expert-info {display: inline-block; width: 100%; margin-bottom: .5rem; font-size:.92rem; line-height: 1.3;}

.expert-info a {color: #999;}

.expert-info a:hover {color: #222;}

.expert-info span {display: inline-block; margin: 0 .35rem; font-family: Arial, sans-serif;}

.expert-info span.expert-email {margin: 0;}

.expert-skills {display: inline-block; width: 100%; margin-bottom: .5rem; font-size:.85rem; line-height: 1.3;}

.expert-skills a.label {
  padding-bottom: .29rem; 
  margin: 0 .25rem .29rem 0;
  background-color: #fff; 
  border: 1px solid #dfdfdf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.expert-skills a.label:hover {background-color: #dfdfdf;}

.main-info {line-height: 1.3;}

.from-expert .main-info p {margin: 0;}

.main-header .page-ranking {margin-top: 0;}

/* ===================================
General Pages
==================================== */

.page-content {padding: 2rem 0;}

/* ===================================
Search Page
==================================== */

.main-subheader {padding: .5rem 0;}

.main-subheader h4 {color: #999; text-transform: uppercase; letter-spacing: .125rem;}

.main-subheader p {font-size: .94rem;}

/* ===================================
Filter Bar
==================================== */

.filter-bar {padding: .5rem 1rem 0; background-color: #eee;}

.filter-bar .sub-nav {margin-bottom: 0;}

.filter-bar .sub-nav a, .filter-bar .sub-nav dd.active a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: .1875rem .38rem;
}

.filter-bar .sub-nav dd.active a {background-color: #aaa;}

.filter-bar .sub-nav a:hover {
  background-color: #aaa;
  color: #fff;
}


/* ===================================
Reveal Content
==================================== */

.reveal-modal h2 {font-weight: 400; line-height: 1.2;}

.main-media {display: block; width: 100%; margin: 1rem 0;}


/* ===================================
Chat
==================================== */

.chat {display: inline-block; width: 100%; margin-bottom: 1.35rem; position: relative;}

.chat-content {
  padding: .6rem 1rem .95rem;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.chat-content p {margin-bottom: 0.8rem; line-height: 1.3;}

.chat-detail {
  font-size: .72rem; 
  color: #888; 
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  letter-spacing: .03rem;
  margin-top: -.3rem;
}

.chat-detail span:first-child {font-weight: 700;}

.chat-avatar {position: absolute; bottom: 2px; width: 8%;}

.chat-caret {position: absolute; display: block; width: 15px; height: 15px; bottom: 0; background-repeat: no-repeat;}

/* chat right */

.chat-right .chat-content {margin-right: 10%; background-color: #8fe7ff;}

.chat-right .chat-avatar {right: 0;}

.chat-right .chat-caret {left: 88.5%; background-image: url(https://web-archive.nli.org.il/National_Library/oe_/https://s3.amazonaws.com/gttwl/attachments/funadvice.me/c82jrt4hjpo/1392926986_original.png);}

.chat-right .chat-detail {color: #6f9eab;}

/* chat left */

.chat-left .chat-content {margin-left: 10%; background-color: #E7EBF2;}

.chat-left .chat-avatar {left:0;}

.chat-left .chat-caret {right: 88.5%; background-image: url(https://web-archive.nli.org.il/National_Library/oe_/https://s3.amazonaws.com/gttwl/attachments/funadvice.me/c82jrt4hjpo/1392924599_original.png);}

/* chat notification */

.chat-notification {margin-bottom: 1.35rem;}

.chat-notification .chat {margin-bottom: 0;}

.chat-notification .chat-content {padding-bottom: .6rem; width: 15%;}

.chat-notification .chat-content i {font-size: 1.22rem; line-height: 1; color: #999;}

.chat-notification .chat-right .chat-detail {color: #888; text-align: right;}

/* chat sender */

.chat-sender {display: inline-block; width: 100%; background-color: #E7EBF2;}

.chat-sender textarea {height: 4rem; margin: 0;}

.chat-sender button {width: 100%; margin: 0;}

.chat-sender .button {margin: 0; padding: 0.5625rem 1rem 0.6rem;}

.chat-sender .button-group .button {
  background-color: transparent;
  border-right-color: rgba(0,0,0,.1);
  color: #999;
}

.chat-sender .button-group .button span {margin-left: .5rem; font-size: .92rem;}


/* ===================================
Forms
==================================== */

.ask-form .accordion .content {padding: 0.9375rem 0;}

.ask-form .main-content .accordion .content {padding-bottom: 0;}

form.ask-form {
  background-color: #E7EBF2;
  margin: 0;
  padding: 1.34rem 1rem 1rem;
}

input.ask-title {
  height: auto;
  padding: .8rem 0.5rem;
  font-size: 1rem;
}

.with-toggle {padding-bottom: .5rem; margin: 0;}

.ask-form textarea {height: 200px;}

form .main-bottom, form .main-content {padding-top: 0;}

.ask-form .accordion dd > a.button {
  margin: 0;
  background-color: #008CBA;
  color: #fff;
}

.updater {display: inline-block; width: 100%;}

.textarea-updater {position: relative;}

.textarea-updater i {position: absolute; top: .85rem; left: -.35rem; z-index: 9; color: #aaa; font-size: 1.05rem;}

.main .textarea-updater textarea {height: 70px; margin: 0;}

.options-updater {display: inline-block; width: 100%; padding-top: .35rem;}

.options-updater .button.small {margin: 0; padding: 0.35rem 1.75rem 0.45rem;}


/********* New Q and A Pages **************/

article.main-article {padding: 1rem 0; }

.img-article, .header-article, .summary-article, .content-article, .share-article, .bottom-article, .related-content, .ad-article, .chat-article {
  padding: 1rem 0;
}
.img-article img {max-height: 300px;}

h1.title-article {margin-top: 0; line-height: 1.1; margin-bottom: 1rem;}

.by-article {font-style: italic; font-size: 1.15rem; line-height: 1.3;}

span.views {margin-left: .8rem; padding-left: 1rem; border-left: 1px solid #bfbfbf;}

.by-article, .summary-article, .content-article, .related-content ul, .contentComment {font-family: Georgia, Times, serif;}

.summary-article p {font-size: 1.65rem; line-height: 1.35; color: #888; margin: 0;}

.share-article .button {margin: 0 .25rem .25rem; padding: .7rem 1rem .65rem;}

.share-article .button i {margin-right: .5rem;}

.button.facebook {background-color: #39599f;}

.button.facebook:hover {background-color: #234182;}

.button.twitter {background-color: #45b0e3;}

.button.twitter:hover {background-color: #2795c9;}

.content-article p {font-size: 1.25rem; line-height: 1.5;}

.content-article .adsbygoogle {text-align: center; display: block !important; width: 100% !important;}

.content-article iframe {width: 100%;}

.related-content h3 {font-size: 1.27rem; margin-bottom: 2rem; text-align: center; font-weight: normal;}

.related-content ul {font-size: 1.1rem; line-height: 1.4;}

.related-content ul li {margin-bottom: .95rem;}

.related-content ul li a {display: block; width: 100%; }


/********* Comments **************/

.contentComment, .contentComment p {font-size: 1.1rem; line-height: 1.5; margin-bottom: .65rem;}

.metaComment span, .metaComment strong {font-size: .85rem; color: #666;}

.formComment .button {margin-bottom: 0;}

.formComment p {font-size: 1.35rem; line-height: 1.1;}

.formComment .button {text-transform: uppercase; width: 100%; padding-left: 0; padding-right: 0;}

.formComment textarea {height: 10rem;}



/* ad options for q page */

#special-ad-flow p:first-of-type {
 display: inline;
}

#special-ad-flow .adsbygoogle {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.ad_300x250 {
  text-align: center;
  margin-bottom: 1em;
}

.ad_768x90 {
  text-align: center;
  margin-bottom: 0em;
  margin-top: .5em;
  xx-background-color: #CCC;
}

/* q-page variant 1 */
.variant1 { max-width: 730px; }
.variant1 h1 { font-size: 24px; text-align: center; line-height: 1.3; font-weight: bold; }
.variant1 h2 { font-size: 14px; font-weight: normal;}
.variant1 .answer { padding: .8em; border: 1px solid #ddd; margin-bottom: 1.5em;}
.variant1 .answer p:last-child { margin-bottom: 0; }
.variant1 .answer .ad_768x90 { margin-bottom: 1em; margin-top: 0;}
.variant1 .related { margin-top: 1em; }
.variant1 .related h2 { font-size: 24px; font-weight: normal;}
/*******************************
          Responsive
*******************************/

@media (min-width: 768px) and (max-width: 979px) {
  .banner-form .prefix, .banner-form input {
    font-size: 1.5em;
  }
  .top-bar .name img {
    width: 180px;
    height: auto;
    max-height: none;
  }
}
@media (min-width: 768px) {
}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  body {
    background-color: #fff;
  }
  .cover-photo { 
    height: 250px !important;
    width: 100%;
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;      
    position: relative;
  }
  .cta {
    bottom: 0.8em;
    position: absolute;
    margin-left: 1em;
    margin-right: 1em;
    max-width: 100%;
    padding: 1em;
    color: white;
  }
  .revtop > .row {
    background-color: #fff;
  }
  .top-bar.expanded {
    padding-bottom: 1rem;
  }
  .top-bar .has-form {
    padding: 15px 15px 10px;
  }
  .top-bar form.nav-submit input, .top-bar form.nav-submit .button {
    top: 0;
  }
  .with-form .top-bar-section > ul.right > li > span {
    text-align: center;
    line-height: 1.3;
  }
  .top-bar-section > ul.left > li:first-child {
    border: none;
    margin-left: 0;
    text-align: center;
  }
  .bg-banner-ask, .bg-banner-ask.banner-subscribe {
    padding: 1.5rem 0 1.78rem;
    background-size: 600%;
  }
  .bg-banner-ask h2 {
    font-size: 2.8rem;
  }
  .bg-banner-ask.banner-subscribe h2 {
    font-size: 2.55rem;
    line-height: 1;
    margin-bottom: .23rem;
  }
  .bg-banner-ask p {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .directory {
    padding: 1rem 0;
  }
  .call-action {
    margin: 0;
  }
  .main {
    border: none;
    box-shadow: none;
  }
  .main.main-ask-form {
    padding: 0;
    margin-top: 1rem;
  }
  .main-categories > a.button {
    padding: 0.25rem 0.7rem 0.4rem;
    font-size: .83rem;
  }
  .main-content {
    padding: 0; 
  }
  .banner-form .prefix, .banner-form input {
    font-size: .9em;
  }
  .banner h3 {
    font-size: 1.5rem;
  }
  .main-ask-form .thumb-info {
    display: none;
  }
  .small-block-grid-3 > li, .small-block-grid-4 > li {
    width: 100%;
  }
  .top-bar .name img {
    width: 45%;
    height: auto;
    max-height: none;
  }
  .top-bar-section .dropdown {
    max-width: 100%;
  }
  .top-bar-section .dropdown label {
    padding-bottom: 7px;
  }
  .top-bar-section .dropdown li.second-level {
    min-width: 100%;
  }
  .top-bar-section .dropdown label {
    background-color: #333;
  }
  .top-bar-section li a:not(.button) {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .ask-form input[type="submit"] {
    width: 100%;
  }
  .reveal-modal {
    width: 94%;
    margin-left: -47%;
  }
  .main {
    margin: 1rem 0;
  }
  .main-action {
    padding-bottom: 0;
  }
  .main-action h1 {
    margin-bottom: .3rem;
    font-size: 1.48rem;
  }
  .main-expert {
    margin-bottom: 0.5rem;
  }
  .main-expert img {
    width: 13%;
  }
  .main-header .page-ranking {
    text-align: center;
  }
  .main-header .text-right {
    text-align: left !important;
  }
  .filter-links .button-bar .button-group {
    float: none;
    display: block;
    margin-top: 1rem;
    margin-left: 0;
    text-align: center;
  }
  .filter-links .button-bar .button-group li {
    display: inline-block;
    margin-left: -3px;
  }
  .filter-links .button-bar .button-group li:first-child {
    margin-left: 0;
  }
  .filter-links .button-bar .button-group {
    margin: 0;
  }
  .reveal-modal .recommend {
    margin: 2rem 0;
  }
  .main-header .recommend {
    text-align: center;
  }
  .main-header h1 {
    font-size: 1.58rem;
  }
  .main .medium-1 .recommend {
    margin-top: 2rem;
  }
  .chat-sender {
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
  }
  .chat {
    margin-bottom: 1rem;
  }
  .chat-content p {
    font-size: 0.95rem;
  }
  .chat-detail {
    font-size: .58rem;
    letter-spacing: normal;
  }
  .call-action {
    text-align: center;
    padding: 2rem 0;
  }
  .call-action p {
    margin-bottom: 1rem;
  }
  .message-action {
    padding: 2rem 0;
  }
  .message-action h2 {
    font-size: 2.3125rem;
    line-height: 1.2;
  }
  .one-column {
    padding-top: 0; padding-bottom: 0;
  }
  .main-cover {height: auto;}
  .main-cover .main-action, .main-cover .main-img {
    position: static;
  }
  .main-img {
    height: 140px;
  }
  .main-header, .main-action {
    padding-left: 0;
    padding-right: 0;
  }
  .filter-bar {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .thumbnail, .thumb-hit {
    height: auto;
  }
  .thumb-img {
    position: relative;
  }
  .thumb-title {
    padding: 0.6rem 0.8rem 3rem;
  }
  .thumb-title h4 {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .small-block-grid-3 > li {
    padding-bottom: 0.3rem;
  }
  .img-article, .header-article, .summary-article, .content-article, .share-article, .bottom-article, .related-content, .chat-article {
    padding: .65rem 0;
  }
  .summary-article p {
    font-size: 1.28rem;
  }
  .share-article .button {
    margin-bottom: .65rem; 
    padding: .55rem .65rem .5rem;
    font-size: .9rem;
  }
  h1.title-article {
    margin-bottom: 0;
  }
}
@media (max-width: 979px) {
  .top-bar-section li a:not(.button) {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 64.063em) {
  .at-floatingbar-inner {display: none;}
}