/* IXV Landing Page */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Tags Redo */
body, html {
    background-color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
}

ul {
    list-style: disc inside none;
}

ol {
    list-style: decimal inside none;
}

strong {
    font-weight: normal;
}

/* Styles global generales */
html, body {
    height: 100%;
}

html {
    overflow-y: auto;
}

body {
    font: 16px/20px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
    color: #595959;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font: 16px/20px ff-tisa-web-pro, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 19px;
}

p {
    line-height: 1.4;
}

a {
    color: #595959;
}

a:hover {
    color: #ff9100;
}

.wrapper {
    position: relative;
    min-height: 92%;
    overflow: hidden;
}

.jspVerticalBar {
    width: 4px;
}

#sidebar {
    position: relative;
    width: 175px;
    border-right: 1px solid #a7a7a7;
    height: 100%;
    padding-top: 25px;
}

#sidebar h1 {
    width: 155px;
    overflow: hidden;
    margin-bottom: 35px;
}

#sidebar h1 a {
    color: #000000;
    font-size: 14px;
    font-family: 'Lucida Grande', Tahoma;
    text-decoration: none;
}

#sidebar img {
    margin-bottom: 35px;
    max-width: 155px;
    max-height: 150px;
}

#sidebar ul.nav, #sidebar ul.nav ul {
    list-style-type: none;
}

#sidebar #menu ul.nav > li a, 
#sidebar #menu ul.nav > li strong {
    background: #ffffff;
    padding: 1px 3px;
}

#sidebar #menu ul.nav {
    padding-bottom: 2px;
    width: 114px;
}

#sidebar #menu ul.nav a {
    color: #595959;
    font-size: 11px;
    font-family: 'Lucida Grande', Tahoma;
    text-decoration: none;
    line-height: 1.4em;
}

#sidebar #menu ul.nav a:hover, 
#sidebar ul.nav a:focus {
    color: #ff9100;
}

#sidebar #menu ul.nav a:hover, 
#sidebar #menu ul.nav a:focus, 
#sidebar #menu ul.nav strong:hover, 
#sidebar #menu ul.nav strong:focus, 
#sidebar #menu ul.nav a.selected:hover, 
#sidebar #menu ul.nav strong.selected:hover {
    cursor: pointer;
    background: #ffffff;
}

#sidebar #menu ul.nav .selected a, 
#sidebar #menu ul.nav .selected {
    color: #ff9100;
}

#sidebar #menu ul.nav .selected a, 
#sidebar #menu ul.nav a.selected, 
#sidebar #menu ul.nav strong.selected {
    background: #ffffff;
}

#sidebar #menu ul.nav .item {
    width: 100%;
    line-height: 1.4em;
    padding: 0px 0;
    clear: both;
    font-size: 11px;
    margin-bottom: 0px;
}

#sidebar #menu ul.nav .category {
    font-size: 11px;
    color: #505050;
    cursor: pointer;
    display: block;
    font-family: 'Lucida Grande', Tahoma;
    padding: 0;
    line-height: 1.8em;
    margin-bottom: 0px;
    position: relative;
}

#sidebar #menu ul.nav .category strong {
    background: #ffffff;
}

#sidebar #menu ul.nav .hover {
    color: #ff9100;
}

#sidebar #menu ul.nav .category_container {
    display: none;
    overflow: hidden;
}

#sidebar #menu .inner {
    outline: 0;
}

/* Menu fixed */
#sidebar_fixed_container {
    position: fixed;
    height: 100%;
    top: 0;
    background: #ffffff;
    left: 0;
    padding-left: 21px;
    z-index: 999;
}

#sidebar .jspDrag {
    background: #595959;
}

/* Social links */
#social {
    margin-bottom: 20px;
}

#social ul {
    margin-top: 20px;
    overflow: hidden;
}

#social li {
    display: block;
    float: left;
    height: 20px;
    width: 21px;
    margin-right: 2px;
}

#social li a {
    display: block;
    height: 20px;
    text-indent: -9999px;
    background: #595959 url(/images/social_dot.png) 0 0 no-repeat;
}

#social li a:hover {
    background: #595959 url(/images/social_dot.png) 0 0 no-repeat;
}

#social .icon_twitter a, #social .icon_twitter a:hover {
    background-position: -37px 0;
}

#social .icon_facebook a, #social .icon_facebook a:hover {
    background-position: -19px 0;
}

#social .icon_linkedin a, #social .icon_linkedin a:hover {
    background-position: -1px 0;
}

.post_text, .pre_text {
    width: 150px;
    line-height: 1.2;
    margin: 0 0 17px 0;
}

.pre_text {
    color: #595959;
    font-family: 'Lucida Grande';
    font-size: 14px;
}

.post_text {
    margin: 20px 0 0 0;
    color: #1708c4;
    font-family: 'Lucida Grande', Tahoma;
    font-size: 12px;
}

/* General content styles */
#content {
    color: #595959;
    font-size: 14px;
    font-family: 'Lucida Grande', Tahoma;
    line-height: 1.5;
    margin-left: 237px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#content a {
    color: #595959;
}

#content a:hover, 
#content a:focus {
    color: #ff9100;
}

#content table td {
    padding: 1px 3px;
}

#content table th {
    font-weight: bold;
    padding: 1px 3px;
}

#content h1 {
    color: #000000;
    font-size: 23px;
    font-family: 'ff-tisa-web-pro', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    line-height: 1.2em;
    margin-bottom: 1em;
}

#content h2 {
    color: #000000;
    font-size: 19px;
    font-family: 'ff-tisa-web-pro', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    line-height: 1.3em;
    margin-bottom: 1em;
}

#content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

#content h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

#content h5 {
    font-size: 12px;
    margin-bottom: 10px;
}

#content h6 {
    font-size: 11px;
    margin-bottom: 10px;
}

/* Clear floats */
.clear {
    clear: both;
}

div.wrapper {
    position: relative;
    min-height: 92%;
    overflow: hidden;
}

span.info {
    color: #a7a7a7;
    font-size: 0.9em;
    margin-left: 10px;
}

/* Scrollbar */
#scroll_content {
    overflow: auto;
    height: auto;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
}

#scroll_content::-webkit-scrollbar {
    width: 8px;
}

#scroll_content::-webkit-scrollbar-thumb {
    background: rgba(89, 89, 89, 0.5);
    border-radius: 4px;
}

/* Misc */
.jspVerticalBar {
    width: 4px;
}

#sidebar {
    position: relative;
    width: 175px;
    border-right: 1px solid #a7a7a7;
    height: 100%;
    padding-top: 25px;
}

#sidebar h1 {
    width: 155px;
    overflow: hidden;
    margin-bottom: 35px;
}

#sidebar h1 a {
    color: #000000;
    font-size: 14px;
    font-family: 'Lucida Grande', Tahoma;
    text-decoration: none;
}

#sidebar img {
    margin-bottom: 35px;
    max-width: 155px;
    max-height: 150px;
}

#sidebar ul.nav, #sidebar ul.nav ul {
    list-style-type: none;
}

#sidebar #menu ul.nav > li a, 
#sidebar #menu ul.nav > li strong {
    background: #ffffff;
    padding: 1px 3px;
}

#sidebar #menu ul.nav {
    padding-bottom: 2px;
    width: 114px;
}

#sidebar #menu ul.nav a {
    color: #595959;
    font-size: 11px;
    font-family: 'Lucida Grande', Tahoma;
    text-decoration: none;
    line-height: 1.4em;
}

#sidebar #menu ul.nav a:hover, 
#sidebar ul.nav a:focus {
    color: #ff9100;
}

#sidebar #menu ul.nav a:hover, 
#sidebar #menu ul.nav a:focus, 
#sidebar #menu ul.nav strong:hover, 
#sidebar #menu ul.nav strong:focus, 
#sidebar #menu ul.nav a.selected:hover, 
#sidebar #menu ul.nav strong.selected:hover {
    cursor: pointer;
    background: #ffffff;
}

#sidebar #menu ul.nav .selected a, 
#sidebar #menu ul.nav .selected {
    color: #ff9100;
}

#sidebar #menu ul.nav .selected a, 
#sidebar #menu ul.nav a.selected, 
#sidebar #menu ul.nav strong.selected {
    background: #ffffff;
}

#sidebar #menu ul.nav .item {
    width: 100%;
    line-height: 1.4em;
    padding: 0px 0;
    clear: both;
    font-size: 11px;
    margin-bottom: 0px;
}

#sidebar #menu ul.nav .category {
    font-size: 11px;
    color: #505050;
    cursor: pointer;
    display: block;
    font-family: 'Lucida Grande', Tahoma;
    padding: 0;
    line-height: 1.8em;
    margin-bottom: 0px;
    position: relative;
}

#sidebar #menu ul.nav .category strong {
    background: #ffffff;
}

#sidebar #menu ul.nav .hover {
    color: #ff9100;
}

#sidebar #menu ul.nav .category_container {
    display: none;
    overflow: hidden;
}

#sidebar #menu .inner {
    outline: 0;
}

#sidebar_fixed_container {
    position: fixed;
    height: 100%;
    top: 0;
    background: #ffffff;
    left: 0;
    padding-left: 21px;
    z-index: 999;
}

#sidebar .jspDrag {
    background: #595959;
}

#social {
    margin-bottom: 20px;
}

#social ul {
    margin-top: 20px;
    overflow: hidden;
}

#social li {
    display: block;
    float: left;
    height: 20px;
    width: 21px;
    margin-right: 2px;
}

#social li a {
    display: block;
    height: 20px;
    text-indent: -9999px;
    background: #595959 url(/images/social_dot.png) 0 0 no-repeat;
}

#social li a:hover {
    background: #595959 url(/images/social_dot.png) 0 0 no-repeat;
}

#social .icon_twitter a, #social .icon_twitter a:hover {
    background-position: -37px 0;
}

#social .icon_facebook a, #social .icon_facebook a:hover {
    background-position: -19px 0;
}

#social .icon_linkedin a, #social .icon_linkedin a:hover {
    background-position: -1px 0;
}

.post_text, .pre_text {
    width: 150px;
    line-height: 1.2;
    margin: 0 0 17px 0;
}

.pre_text {
    color: #595959;
    font-family: 'Lucida Grande';
    font-size: 14px;
}

.post_text {
    margin: 20px 0 0 0;
    color: #1708c4;
    font-family: 'Lucida Grande', Tahoma;
    font-size: 12px;
}

#content {
    color: #595959;
    font-size: 14px;
    font-family: 'Lucida Grande', Tahoma;
    line-height: 1.5;
    margin-left: 237px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#content a {
    color: #595959;
}

#content a:hover, 
#content a:focus {
    color: #ff9100;
}

#content table td {
    padding: 1px 3px;
}

#content table th {
    font-weight: bold;
    padding: 1px 3px;
}

#content h1 {
    color: #000000;
    font-size: 23px;
    font-family: 'ff-tisa-web-pro', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    line-height: 1.2em;
    margin-bottom: 1em;
}

#content h2 {
    color: #000000;
    font-size: 19px;
    font-family: 'ff-tisa-web-pro', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    line-height: 1.3em;
    margin-bottom: 1em;
}

#content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

#content h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

#content h5 {
    font-size: 12px;
    margin-bottom: 10px;
}

#content h6 {
    font-size: 11px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

div.wrapper {
    position: relative;
    min-height: 92%;
    overflow: hidden;
}

span.info {
    color: #a7a7a7;
    font-size: 0.9em;
    margin-left: 10px;
}

/* Adjustments for Specific Page */
#full_screen_image {
    background: url('../images/nyc2.jpg') no-repeat;
    background-size: cover;
    font-size: 5em;
    width: 90%;
}

#content_page_wrapper .content_page_title {
    font-size: 5em;
    width: 90%;
}

#content_page_wrapper .content_page_title #namo {
    text-align: center;
    position: relative;
    z-index: 9999;
}

#content_page_wrapper .content_page_title a {
    border-bottom: solid 3px transparent;
    color: #dedde5;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    #full_screen_image, 
    #content_page_wrapper .content_page_title {
        font-size: 1.5em !important;
        width: 100%;
    }
}
