@charset "UTF-8";
/* CSS Document */
#mobile-menu {
    background-color: transparent;
}
#mobile-menu-home-link {
    margin: 7px 0 7px 7px;
}
#mobile-menu-items {
    text-align: center;
    float: right;
}
#mobile-menu img {
    margin: 9px 13px 0 0;
}
/* MENU */

nav#nav {
    width: 100%;
    display: none;
}
nav#nav > a,
nav#nav-media a,
nav#nav-topics div.topic-subhead h2,
nav#nav-topics div.topic-subhead ul li {
    display: block;
    position: relative;
    background-color: rgba(199, 201, 203, 1);
    font-family: "omnes-pro", "Myriad-Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #393839;
    text-align: left;
    padding: 6px 0 6px 33px;
    z-index: 12;
    border-bottom: solid 1px #fff;
}
nav#nav > a:hover {
    background-color: rgba(210, 210, 210, 1);
}
nav#nav > a > img {
    width: 30px;
    padding-right: 12px;
}
nav#nav > a > span {
    position: relative;
    bottom: 5px;
}
nav#nav-media {
    width: 100%;
    display: none;
}
nav#nav-media a,
nav#nav-topics div.topic-subhead h2,
nav#nav-topics div.topic-subhead ul li {
    background-color: #fff;
    border-bottom: solid 1px #c7c9cb;
}
.topic-subhead > h2 {
    cursor: pointer;
}
nav#nav-media a img {
    height: 40px;
    padding-right: 12px;
    padding-left: 10px;
}
nav#nav-media a span {
    position: relative;
    bottom: 10px;
}
nav#nav-topics {
    width: 100%;
}
nav#nav-topics,
nav#nav-topics ul {
    display: none;
}
nav#nav-topics div.topic-subhead h2 {
    padding-left: 53px;
}
nav#nav-topics div.topic-subhead ul li {
    font-size: 17px;
    padding-left: 67px;
}
.nav-today-link,
.nav-with-link,
.nav-journal-link,
.nav-faq-link,
.nav-home-link {
    display: none;
}

/* SEARCH */
#search-form {
    padding: 0 56px 8px 8px;
    position: relative;
    display: none;
    z-index: 86;
}
#search {
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    height: 24px;
    width: 100%;
    padding: 4px 10px 4px 38px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 8px;
}
#search:focus {
    background-color: rgba(255, 255, 255, 0.5);
}
/*#search-button {
	position: relative;
	left: 25px;
	top: 4px;
}*/
#search-button {
    position: absolute;
    left: 20px;
    top: 15px;
}

/* LANGUAGES */
ul#languages-list {
    display: none;
}
ul#languages-list li a {
    font-family: Tahoma, Arial, Helvetica, san-serif;
    background-color: rgba(199, 201, 203, 1);
    color: #393839;
    display: block;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 6px 0 6px 33px;
    border-bottom: solid 1px #fff;
}
ul#languages-list li a:hover {
    background-color: rgba(210, 210, 210, 1);
}

/* SHARE */
ul#share-list {
    display: none;
    text-align: center;
}
ul#share-list li {
    display: inline-block;
    /*border: 1px solid #EEE;*/
}
ul#share-list li a img {
    width: 40px;
    margin: 4px 8px;
    border: solid 1px #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#jesuslifetogether {
    text-align: center;
    display: block;
    height: 83px;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #fff;
    position: relative;
    padding-top: 20px;
}
#jesuslifetogether:hover {
    color: #000;
}
#jesuslifetogether.family-site {
    height: 99px;
}
#jesuslifetogether.family-site em {
    font-size: 12px;
    font-style: normal;
}
#jesuslifetogether span {
    position: relative;
    bottom: -70px;
}
#jesuslifetogether img {
    position: relative;
    bottom: 30px;
}
body.sm #jesuslifetogether span {
    position: relative;
    display: block;
}
body.sm #jesuslifetogether img {
    position: relative;
    display: block;
    margin: 0 auto;
}
