<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
    max-width: 1000px;
    margin: 0;
}

#members-header{
    margin: 0 auto;
}

#user-block {
    padding-bottom: 0;
    padding-left: 0;
}

#user-block a {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 1px;
}

#user-block a.username {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#user-block a:hover {
    border-bottom: none;
    text-decoration: none;
}

#user-block div {
    float: left;
}

#user-block div.help-wrap {
    border-left: 1px solid #000;
    margin-left: 13px;
    /*padding-top: 3px;*/
    padding-left: 12px;
}

#user-block div.log-wrap {
    /*margin-top: 2px;*/
    margin-left: 14px;
}

#top-nav #nav-user-block {

    display: none;
}

#content-wrap {
    background: #000000;
}

#top-nav-wrap {
    background: #343434;
    height: 33px;
    width: 919px !important;
}

#top-nav {
    margin: 0;
    min-height: 0;
    font-weight: bold;
}

#top-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#top-nav li {
    display: inline-block;
}

#top-nav a {
    color: #cccccc;
    font-size: 16px;
    padding: 5px 15px;
    display: block;
    font-family: 'Helvetica Neue Bold', Helvetica, Tahoma, sans-serif;
}

#top-nav .dropdown-menu &gt; li &gt; a:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#top-nav .navbar-nav &gt; li a:focus {
    /*prevent bootstrap coloring (#ccc) on focus*/
    background: #222;
}

#top-nav a:hover {
    text-decoration: none;
    background: #222;
}


#top-nav li.active &gt; a {
    color: #e66d18;
    text-shadow: none;
}

#top-nav .navbar-nav li &gt; a.vip-toggle {
    width: 157px;
    height: 29px;
    display: block;
    background: url(../images/vip/vip-toggle.png) 0 -1px no-repeat;
}

.content-block-inner a.vip-toggle {
    width: 157px;
    height: 29px;
    display: inline-block;
    background: url(../images/vip/vip-toggle.png) 0 -1px no-repeat;
}

.content-block-inner p.vip-access {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.content-block-inner p.vip-access-features {
    display: block;
    padding-left: 14px;
    margin-top: 10px;
    width: 301px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.03em;
    text-decoration: underline;
    color: #666666;
    background: url(../images/shape-orange.png) 0% no-repeat;
}

.content-block-inner a.vip-toggle:hover {
    background-position: 0 -30px;
}


#top-nav .navbar-nav li &gt; a.vip-toggle:hover {
    background-position: 0 -30px;
}

#top-nav .navbar-collapse {
  max-height: 800px;
}

#top-nav .dropdown-menu {
  background: #141414;
  border: none;
  min-width: 0;
}

/*onHover Trigger*/

#top-nav .nav li.dropdown:hover &gt; ul.dropdown-menu {
  display: block;
}

/*onHover Trigger END*/

.navbar-brand, .navbar-nav&gt;li&gt;a {
  text-shadow: none;
}

#top-nav .dropdown-menu li {
width: 100%;
}

#top-nav .nav .open&gt;a:focus {
  background-color: #222;
}

#top-nav .navbar-nav&gt;.open&gt;a {
  color: #FFF;
  text-shadow: none;
  background-color: #222;
}


#top-nav li span.count {
    color: #e66d18;
    font-weight: bold;
    font-size: 15px;
}

#main-nav-bar {
    margin-bottom: 0px !important;
    height: 33px !important;
}

#main-nav-bar .main-nav {
    width: 100%;
}

#main-nav-bar .main-nav&gt;li {
    float: left;
}

#top-nav .navbar-toggle {
  border: solid 1px #fff;
}

#top-nav .navbar-toggle .icon-bar {
  background: #fff;
}

#main-content-wrap {
    width: 919px;
    float: left;
}

#main-content-inner-wrap {
    /* AASN-530 left sidebar background */
    background-color: #dfd2c8;
}

#main-content-inner {
    width: 712px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 49px;
    min-height: 750px;
    border-left: 1px solid #e5e5e5;
    background-color: #f2e4d9;
}

#side-left {
    margin-top: 20px;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 49px;
    padding-left: 18px !important;
    width: 207px;
    float: left;
}

#side-blocks-wrap {
    padding-right: 15px;
}

select#select_label {
    /*we must define width &lt;select&gt; tag different from width class
    for &lt;select&gt; (137px != 141px) for correct realization text-overflow*/
    width: 141px;
}

.saved-searches {
    width: 137px;
}

#select_label-styler .jq-selectbox__select {
    height: 20px;
    padding: 0 20px 0 7px;
    font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#select_label-styler .jq-selectbox__trigger {
    width: 20px;
}

#select_label-styler .jq-selectbox__trigger-arrow {
    top: 7px;
    right: 5px;
}

.jq-selectbox__dropdown {
    top: 20px;
}

.side-header {
    color: #e06a26;
    font-size: 14px;
    padding: 5px;
    margin-top: 4px;
    font-family: Arial, Helvetica, sans-serif;
}

div.side-block {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

#side-nav .side-header {
    margin: 0;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.side-header.plus {
    float: left;
    max-width: 116px;
}

#side-left a.plus {
    display: block;
    height: 11px;
    padding: 0;
    background: url(../images/plus.png) no-repeat;
    margin-top: 10px;
}

.side-header a.plus:hover {
    text-decoration: none;
}

#side-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#side-nav li {
    display: inline-block;
    width: 100%;
}

#side-nav a {
    display: block;
    padding: 5px 0 5px 5px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    font-size: 1em;
    color: #666666;
}

div.side-block-inner .btn.orange {
    padding: 0;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}


div.picture-container {
    width: 200px !important;
}

div.profile-manage-button {
    background: rgb(224,108,38);
    margin-top: 5px;
    padding: .4em .5em;
    width: 200px !important;
    height: 30px;
    border-radius: 3px;
    outline: none;
}
div.profile-manage-button ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}
div.profile-manage-button ul li {
    display: inline-block;
    padding: 0 3px 0 3px;
    width: 50%;
    text-align: center;
    float:left;
}
div.profile-manage-button ul li:first-child {
    border-right: 1px solid #ffffff;
}
div.profile-manage-button ul li:last-child {
    float: left;
}
div.profile-manage-button ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #ffffff;
    text-decoration: none;
}

div.side-block div.form-item-wrap {
    padding-left: 7px;
    padding-right: 1px;
}

div.side-block div.form-item-wrap+div {
    padding-left: 3px;
    padding-right: 0;
}

div.side-block div.form-item-wrap + div + span {
    font-size: 0.8em;
    letter-spacing: 0.03em;
    padding-left: 5px;
}

span.normal-text {
    font-weight: normal;
}

div.user-description-container {
    margin-top: 20px;
}

div.user-description {
    padding-left: 15px;
}

div.user-description .username a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #3b5998;
    padding-bottom: 10px;
}

div.user-description .location {
    padding-top: 5px;
    padding-bottom: 5px;
}

div.profile-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    color: #333333;
    margin: 10px 0 10px 0;
    padding: 5px 13px 5px 10px;
    background: #dec0a7;
    border-radius: 5px;
}

div.user-description .options-group {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    padding: 5px 0 5px 0;
}

div.divider-line {
    background-color: #e8d2c1;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-see-all {
    font-weight: normal !important;
    font-family: Arial, Helvetica, sans-serif;
}

div.side-block-inner input[type="text"], div.side-block-inner select {
    width: 100%;
    font-size: 0.83em;
    padding-left: 5px;
}

div.side-block-inner table {
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

div.side-block-inner table td {
    background: #ffe0af;
    font-size: 12px;
    font-family: "HelveticaNeue";
    padding-left: 5px;
}

#side-actions {
    margin: 30px auto auto 0;
    width: 132px;
    padding-right: 11px;
}

#user-nav-wrap {
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

#first-user-nav {

}

#first-user-nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#first-user-nav li{
    display: inline-block;
}

#first-user-nav a {
    font-size: 24px;
    color: #666666;
    font-family: "Helvetica Light";
    padding: 0 30px;
}

#first-user-nav li:first-child a {
    padding-left: 0;
}

#first-user-nav li:last-child a {
    padding-right: 0;
}

#first-user-nav li.active a {
    font-size: 31px;
}

#first-user-nav a:hover {
    text-decoration: none;
}

#second-user-nav {
    background: #333333;
    border-radius: 5px;
    padding: 5px 20px;
}

#second-user-nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#second-user-nav li {
    display: inline-block;
}

#second-user-nav a {
    font-family: arial;
    font-size: 12px;
    color: #ffffff;
    padding: 0 9px;
}

#second-user-nav li:first-child a {
    padding-left: 0;
}

#second-user-nav li:last-child a {
    padding-right: 0;
}

#second-user-nav a:hover {
    text-decoration: none;
}

#second-user-nav + div.content-block {
    margin-top: 33px;
    padding-bottom: 0;
}

.content-block-header {
    color: #333333;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 5px 13px 5px 20px;
    background: #dec0a7;
    border-radius: 5px;
}

div.content-block {
    padding-bottom:20px;
    margin-top: 20px;
}

.content-block-header a.question-mark {
    width: 19px;
    height: 19px;
    display: block;
    background: url(../images/qm.png) no-repeat;
    float: right;
}

div.content-block-inner {
    padding: 8px 22px 0;
    font-size: 15px;
}

div.content-block-inner .bold {
    font-weight: bold;
    letter-spacing: 0.02em;
}

div.content-block-inner span.label {
    text-transform: uppercase;
    color: #000000;
    font-weight: normal;
    font-size: 0.77em;
    letter-spacing: 0.03em;
    padding-left: 0;
    display: block;
    text-align: left;
    margin-top: 24px;
}

div.content-block-inner span.label + p {
      font-size: 13px;
      letter-spacing: 0.03em;
}

div.content-block-inner p select {
    margin-left: 16px;
    margin-top: 5px;
    width: 170px;
    padding-left: 5px;
    font-size: 0.8em;
}

div.content-block-inner p.red {
    color: #d70505;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.content-block-inner.small-font p {
    font-size: 0.85em;
    letter-spacing: 0.03em;
    line-height: 16px;
}

div.content-block-inner p.small-font {
    font-size: 0.85em;
    letter-spacing: 0.03em;
    margin-top: 12px;
}

div.content-block-inner a.link.orange.bold {
    font-size: 15px;
    font-weight: bold;
}

div.content-block-inner div.actions-wrap a.btn.orange.premium {
    width: 215px;
}

div.content-block-inner div.actions-wrap a.btn.orange {
    width: 196px;
    height: 40px;
    margin-top: 4px;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
}

div.content-block-inner div.actions-wrap a.link.orange.marked {
    width: 301px;
    height: 40px;
    margin-top: 8px;
    display: block;
    font-size: 18px;
    letter-spacing: 0.03em;
    padding-right: 0;
    background: url(../images/shape-orange.png) 0 30% no-repeat;
    text-decoration: underline;
}


div.content-block-inner div.actions-wrap .after-vip-toggle a.link.orange.marked {
    width: 301px;
    height: 40px;
    margin-top: -3px;
    display: block;
    font-size: 18px;
    letter-spacing: 0.03em;
    padding-right: 0;
    background: url(../images/shape-orange.png) 0 30% no-repeat;
    text-decoration: underline;
}


div.content-block-inner div.actions-wrap a.link.orange.marked:hover {
    text-decoration: none;
}

div.side-block-inner table+a.btn.orange {
    width: 52px;
    height: 20px;
    display: block;
    font-size: 13px;
    text-transform: none;
    margin-top: 3px;
}

#side-actions a.btn.orange {
    display: block;
    width: 100%;
    height: 29px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 13px;
}

div.content-block-inner div.actions-wrap a.link.marked {
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    padding: 0 22px 0 10px;
    background: url(../images/shape.png) 0 50% no-repeat;
}

a.link.orange {
    color: #e66d18;
    font-size: 13px;
}

.btn.orange {
    background: #e66d18;
    color: #fff;
    text-align: center;
}

ul.marked-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.marked-nav a {
    color: #343434;
    font-size: 13px;
    padding: 0 0 0 10px;
    background: url(../images/shape-gray.png) 0 50% no-repeat;
    text-decoration: underline;
}

ul.marked-nav a small {
    font-weight: normal;
}

ul.marked-nav a:before {

}

div.list.three-part label {
    font-weight: normal;
}

div.list.three-part select {
    display: block;
    margin-top: 3px;
    font-size: 0.87em;
}
#side-right{
    width: 160px;
    float: left;
    position: relative;
    min-height: 1px;
}

#side-right&gt;div:first-child {
    margin-top: 33px;
}

#side-right div.img-wrap {
    padding: 0 8px 14px 8px;
}

@media (min-width: 1200px) {
    #header {
        margin: 0 0 0 87px;
    }
    #user-block {
        padding-bottom: 0;
    }
    .col-lg-0{
        width: 0px;
    }
    #main-centred-wrap, #main-centred-wrap-header{
        max-width: 1226px;
        overflow: visible;
        margin: 0 auto;
        float: none;
    }

    #main-content-inner-wrap {
        /* AASN-530 left sidebar background */
        background-color: #dfd2c8;
    }

    #side-right {
        background: #000000;
    }

    div.actions-wrap div {
        width: 51%;
    }

    div.actions-wrap div:first-child {
        width: 49%;
    }

    div.list.two-part {
        padding-right: 0 !important;
    }

    div.list.two-part ul {
        width: 55%;
    }
    div.list.two-part ul:first-child {
        width: 45%;
    }

    div.list.three-part ul {
        width: 29%;
    }
    div.list.three-part p + ul {
        width: 35%;
    }
    div.list.three-part p + ul + ul {
        width: 36%;
    }
}
@media (min-width: 1250px) {
    #left-margin-members,#left-margin-members-header {
        width: 12.5%
    }
}
@media (min-width: 1280px) {
    #left-margin-members,#left-margin-members-header {
        width: 13.5%
    }
}
@media (min-width: 1300px) {
    #left-margin-members,#left-margin-members-header {
        width: 13.9%
    }
}
@media (min-width: 1350px) {
    #left-margin-members,#left-margin-members-header {
        width: 14.2%
    }
}
@media (min-width: 1400px) {
    #left-margin-members,#left-margin-members-header {
        width: 15%
    }
}
@media (min-width: 1420px) {
    #left-margin-members,#left-margin-members-header {
        width: 8.333333%
    }
}

td.upload-image-td-padding{
    padding-bottom: 4px;
}

#visibility-help-panel,
#premium-access-features-panel {
    display: none;
}</pre></body></html>