/* -------------------------------- WEB FONTS CSS -------------------------------- */
@-zs-include webfonts(Open Sans:300, 400, 700/Oswald:300, 400, 700/Roboto:300, 400, 700);
/* -------------------------------- PRESET CSS -------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-attachment:scroll;
 background-color:#000000;
 background-image:url(images/backgroundTexture.png);
 background-position:0 0;
 background-repeat:repeat;
 background-size:auto;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#585858;
}
h1, h2, h3, h4, h5, h6, p {
    font-weight: 300;
}
h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ffffff;
}
h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ffffff;
}
h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ffffff;
}
h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffffff;
}
h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ffffff;
}
a {
 color:#3a87ad;
 text-decoration:none;
}
a:hover {
 text-decoration:none;
 color:#3a87ad;
}
p {
    line-height: 1.6;
}
a img {
    border: 0 solid
}
:focus {
    outline: none;
}
ul, ol {
    padding: 0 0 0 25px;
}
ol {
    padding: 0 0 0 25px;
}
li {
    padding: 5px 0;
}
hr {
    border: 0;
    border-top: 1px dashed #484343;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#ffffff;
 background:#000000;
 border-width:1px;
 border-style:solid;
 border-color:#131415;
 padding:12px;
}
td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#585858;
 background:rgba(0,0,0,0.85);
 border-width:1px;
 border-style:solid;
 border-color:#131415;
 padding:12px;
}
/* -------------------------------- COMMON USAGE CSS -------------------------------- */
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
.themeWidth {
    width: 960px;
    margin: 0 auto;
}
/* -------------------------------- HEADER & BRANDING AREA CSS -------------------------------- */
.themeTopLine {
    background: #3a87ad;
    height: 3px;
}
.themeHeader {
    padding: 20px 0;
}
.themeBrandingContainer {
    display: table;
    border: 0 solid;
    width: 100%;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell
}
.themeLogoOuterContainer {
    width: 1%;
}
.themeLogoArea {
    padding-right: 15px;
}
.themeSitenameCaptionOuterContainer {
    vertical-align: middle;
    height: 100%
}
.themeSitenameCaptionInnerContainer {
    height: 100%;
    vertical-align: middle;
}
.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitename {
    white-space: nowrap;
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:36px;
 color:#ffffff;
    font-weight: 300;
}
.themeCaption {
    white-space: nowrap;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#585858;
    font-weight: 300;
}
/* -------------------------------- NAVIGATION AREA CSS -------------------------------- */
.themeNavigationContainer {
    border-width: 1px 0;
    border-color: #2c2c2c;
    border-style: dashed;
    height: 40px;
    margin-bottom: 20px;
}
.themeNavigation {
    width: 80%;
    float: left;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation li {
    float: left;
    margin: 0;
    padding: 0;
}
#navigation li a {
 font-family:'Oswald', Verdana, Geneva, sans-serif;
 color:#ffffff;
 font-size:18px;
 background-color:transparent;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
    text-transform: capitalize;
    float: left;
    padding: 0 20px;
    text-decoration: none;
    cursor: pointer;
    line-height: 2.2;
    display: block;
    font-weight: 300;
}
#navigation li.selected a, #navigation li a:hover, #navigation li.active a {
 background-color:#3a87ad;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
}
#navigation li:hover a, #navigation li.active a {
 color:#ffffff;
}
#navigation li a span {
    float: left;
}
#navigation li.navArrow a em, #navigation li:hover.navArrow a em, #navigation li.active.navArrow a em, #navigation li.selected.navArrow a em {
    background: transparent url(images/navArrow.png) no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 8px;
    width: 7px;
    margin: 19px 0 0 10px;
}
/* -------------------------------- SUBMENU AREA CSS -------------------------------- */
.submenu {
    width: 200px;
    position: absolute;
    display: block;
    overflow: hidden;
 background-color:#000000;
background-image:none;
background-position:top left;
background-repeat:repeat;
 border-width:1px;
border-style:solid;
border-color:#131415;
 border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-o-border-radius:0;
    -webkit-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -ms-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 0;
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.submenu li a {
 color:#ffffff;
 font-size:12px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    text-decoration: none;
    display: block;
    font-weight: 300;
    width: 100%;
    line-height: 1.5;
    padding: 5px 0;
    float: left;
    cursor: pointer;
}
.submenu li a:hover {
 color:#6261FA;
 background-color:#0e0e0e;
background-image:none;
background-position:top left;
background-repeat:repeat;
}
.submenu li a span {
    width: 165px;
    float: left;
    padding-left: 10px;
    word-wrap: break-word;
}
.submenu li.navArrow a em, .submenu li:hover.navArrow a em {
    background: url(images/subnavArrow.png) left top no-repeat;
    float: left;
    height: 10px;
    width: 10px;
    margin-top: 6px;
    margin-left: 9px;
}
.submenu li:hover.navArrow a em {
    background: url(images/subnavArrowHover.png) left top no-repeat;
}
/* -------------------------------- THEME BANNER AREA CSS -------------------------------- */
.themeBanner {
    border-bottom: 1px dashed #1a1a1a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/* -------------------------------- THEME CONTENT & SIDEBAR AREA CSS -------------------------------- */
.themeContentContainer {
background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 border-width: 0;
 border-style:none;
 border-color:transparent;
}
/* -------------------------------- THEME BREADCRUMB AREA CSS -------------------------------- */
.themeBreadcrumb {
    padding: 10px 0;
}
.themeBreadcrumb span {
    padding: 0 10px;
}
.themeBreadcrumb p {
    word-wrap: break-word;
}
.themeContentArea {
    padding-bottom: 20px;
    width: 70%;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
/* -------------------------------- THEME SIDEBAR AREA CSS -------------------------------- */
.themeSidebarArea {
    width: 30%;
}
.themeSidebarAreaInner {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#585858;
background-color:#0e0e0e;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 border-width: 0px;
 border-style:none;
 border-color: transparent;
 border-radius: 0px;
 -moz-border-radius:0px;
 -webkit-border-radius:0px;
 -o-border-radius:0px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-left: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.themeSidebarAreaInner h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ffffff;
}
.themeSidebarAreaInner h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ffffff;
}
.themeSidebarAreaInner h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ffffff;
}
.themeSidebarAreaInner h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffffff;
}
.themeSidebarAreaInner h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
.themeSidebarAreaInner h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ffffff;
}
.themeSidebarAreaInner a {
 color:#3a87ad;
 text-decoration:none;
}
.themeSidebarAreaInner a:hover {
 text-decoration:none;
 color:#3a87ad;
}
.themeSidebarAreaInner form li span input[type="text"], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
    background: #000000;
    border-width: 0 0 1px;
    border-color: #151515;
    width: 180px;
}
.themeSidebarAreaInner form ul li label {
    text-align: left;
    padding-right: 0px;
    width: auto;
}
.themeSidebarAreaInner form ul li label, .themeSidebarAreaInner form ul li div {
    width: auto;
    float: none;
    padding: 4px 0;
}
.themeSidebarAreaInner th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#ffffff;
 background:#000000;
 border-width:1px;
 border-style:solid;
 border-color:#131415;
 padding:12px;
    font-weight: normal;
}
.themeSidebarAreaInner td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#585858;
 background:rgba(0,0,0,0.85);
 border-width:1px;
 border-style:solid;
 border-color:#131415;
 padding:12px;
}
/* -------------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS -------------------------------- */
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #fee79b;
 background-image: none;
 background-image: none, -moz-linear-gradient(top, transparent, transparent);
 background-image: none, -webkit-linear-gradient(top, transparent, transparent);
 background-image: none, -o-linear-gradient(top, transparent, transparent);
 background-position: top left;
 background-repeat: no-repeat;
 box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 6px #20252e inset;
 -moz-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 6px #20252e inset;
 -webkit-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 6px #20252e inset;
 -o-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 6px #20252e inset;
 border-width: 1px;
 border-style:solid;
 border-color:#000000;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 0;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#AF9B58;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box a {
 text-decoration:none;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
text-decoration:none;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box hr {
    border-top-color: #CCB259;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#CEAF4C;
 background:#FFF1C3;
 border-width:1px;
 border-style:solid;
 border-color:#FFE489;
 padding:12px;
    font-weight: normal;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#585858;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#E0E0E0;
 padding:12px;
}
.themeSidebarAreaInner .zs-highlight-box form li span input[type=text], .themeSidebarAreaInner .zs-highlight-box form li span textarea, .themeSidebarAreaInner .zs-highlight-box form li span select {
    background: #ffffff;
    border-bottom: 2px solid #D8D8D8;
color:#AF9B58;
    width: 155px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 168px;
}
.themeSidebarAreaInner .zs-highlight-box form li input[type=submit], .themeSidebarAreaInner .zs-highlight-box form li input[type=reset] {
    padding: 10px 25px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field {
    width:180px;
    background: #ffffff;
    border-color:#D8D8D8;
    color:#AF9B58;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#AF9B58;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#AF9B58;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#AF9B58;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form {
    width:180px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:180px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:180px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-desc {
    color:#AF9B58;
}
/* ------------------------------------ TEXT HIGHLIGHT AREA CSS ------------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#343434
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#FFFFFF
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#343434
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#FFFFFF
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: none;
    border-bottom: 3px solid #3A87AD;
}
.themeSidebarAreaInner .zs-tabs ul li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0;
    padding: 0px;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    position: relative;
    color: #7D8491;
    line-height: 3;
    cursor: pointer;
}
.themeSidebarAreaInner .zs-tabs ul li.selected, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected {
    background: #3A87AD;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    color: #ffffff;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #20252E;
    padding: 10px;
    display: none;
    color: #7D8491;
    margin-bottom: 2px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
    margin-bottom: 3px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    background: #2B3444;
    color: #758491;
    padding: 12px;
    cursor: pointer;
    display: block;
    position: relative;
    margin-bottom: 2px;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #3A87AD;
    color: #ffffff;
}
.themeSidebarAreaInner .zs-tabs-accordion-content form li input[type="submit"], .themeSidebarAreaInner .zs-tabs-accordion-content form li input[type="reset"] {
    padding:10px 20px;
}
/*---------------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    color: #ffffff;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h1, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h2, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h3, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h4, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h5, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #ffffff;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #3a87ad;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #2c2c2c;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #252D3C;
    border-color: #131415;
    color: #ffffff;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #131415;
    color: #585858;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #181818;
    border-color: #000000;
    color: #585858;
    width: 115px
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 128px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="submit"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    padding: 10px 15px;
}
/* -------------------------------- THEME FOOTER AREA CSS -------------------------------- */
.themeFooterArea {
background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat-X;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px  transparent, 0px 0px 0px 0px transparent inset;
-moz-box-shadow: 0px 0px 0px 0px  transparent, 0px 0px 0px 0px transparent inset;
-webkit-box-shadow: 0px 0px 0px 0px  transparent, 0px 0px 0px 0px transparent inset;
-o-box-shadow: 0px 0px 0px 0px  transparent, 0px 0px 0px 0px transparent inset;
border-width:1px 0 0;
 border-style:dashed;
 border-color:#5b5b5b;
 border-radius: 0px;
 -moz-border-radius:0px;
 -webkit-border-radius:0px;
 -o-border-radius:0px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#585858;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    padding: 25px 0;
}
.themeFooterArea h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ffffff;
}
.themeFooterArea h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ffffff;
}
.themeFooterArea h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ffffff;
}
.themeFooterArea h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffffff;
}
.themeFooterArea h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
.themeFooterArea h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ffffff;
}
.themeFooterArea a {
 color:#3a87ad;
 text-decoration:none;
}
.themeFooterArea a:hover {
 text-decoration:none;
 color:#3a87ad;
}
.themeFooterArea th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#ffffff;
 background:#000000;
 border-width:1px;
 border-style:solid;
 border-color:#131415;
 padding:12px;
    font-weight: normal;
}
.themeFooterArea td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#585858;
 background:rgba(0,0,0,0.85);
 border-width:1px;
 border-style:solid;
 border-color:#131415;
 padding:12px;
}
/* -------------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS -------------------------------- */
.themeFooterArea .zs-highlight-box {
background-color: #6bc4ea;
 background-image: none;
 background-image: none, -moz-linear-gradient(top, transparent, transparent);
 background-image: none, -webkit-linear-gradient(top, transparent, transparent);
 background-image: none, -o-linear-gradient(top, transparent, transparent);
 background-position: top left;
 background-repeat: no-repeat;
 box-shadow: 0px 0px 5px 0px #151515, 0px 0px 0px 6px #191919 inset;
 -moz-box-shadow: 0px 0px 5px 0px #151515, 0px 0px 0px 6px #191919 inset;
 -webkit-box-shadow: 0px 0px 5px 0px #151515, 0px 0px 0px 6px #191919 inset;
 -o-box-shadow: 0px 0px 5px 0px #151515, 0px 0px 0px 6px #191919 inset;
 border-width: 1px;
 border-style:solid;
 border-color:#000000;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 0;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#BEECFF;
}
.themeFooterArea .zs-highlight-box h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box a {
 text-decoration:none;
color:#ECEC34;
}
.themeFooterArea .zs-highlight-box a:hover {
text-decoration:none;
color:#ECEC34;
}
.themeFooterArea .zs-highlight-box hr {
    border-top-color: #3a87ad;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#ffffff;
 background:#82D8FD;
 border-width:1px;
 border-style:solid;
 border-color:#6bc4ea;
 padding:12px;
    font-weight: normal;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#585858;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#E0E0E0;
 padding:12px;
}
.themeFooterArea .zs-highlight-box form li span input[type=text], .themeFooterArea .zs-highlight-box form li span textarea, .themeFooterArea .zs-highlight-box form li span select {
    background: #74D5FF;
    border-bottom: 2px solid #6BC0E4;
color:#BEECFF;
}
.themeFooterArea .zs-highlight-box .newsletter-desc {
    color:#BEECFF;
}
.themeFooterArea .zs-highlight-box .newsletter-input-field {
    background: #74D5FF;
    border-color:#6BC0E4;
    color:#E2F7FF;
}
.themeFooterArea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#E2F7FF;
}
.themeFooterArea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#E2F7FF;
}
.themeFooterArea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#E2F7FF;
}
/* ------------------------------------ TEXT HIGHLIGHT AREA CSS ------------------------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#343434
}
.themeFooterArea .zs-text-highlight-color {
color:#FFFFFF
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#343434
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#FFFFFF
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 3px solid #3A87AD;
}
.themeFooterArea .zs-tabs ul li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0;
    padding: 0px;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    position: relative;
    color: #7D8491;
    line-height: 3;
    cursor: pointer;
}
.themeFooterArea .zs-tabs ul li.selected, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected {
    background: #3A87AD;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    color: #ffffff;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #20252E;
    padding: 15px;
    display: none;
    color: #7D8491;
    margin-bottom: 2px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
    margin-bottom: 3px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    background: #2B3444;
    color: #758491;
    padding: 12px;
    cursor: pointer;
    display: none;
    position: relative;
    margin-bottom: 2px;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    background: #3A87AD;
    color: #ffffff;
}
/*---------------------------------- THEME FOOTER AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    color: #ffffff;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h1, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h2, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h3, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h4, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h5, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #ffffff;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #3a87ad;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #413F3F;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #252D3C;
    border-color: #131415;
    color: #ffffff;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #131415;
    color: #585858;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #181818;
    border-color: #000000;
    color: #585858;
}
/* -------------------------------- THEME FORM AREA CSS -------------------------------- */
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
form li {
    overflow: hidden;
    padding: 6px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: left;
}
form ul li label {
    width: 170px;
    text-align: right;
    padding-right: 20px;
}
form li div span {
    display: block;
}
form li span input, form li span label {
    float: none;
    width: auto;
    margin: 5px 2px 0;
    font-weight: normal;
    padding: 5px 5px;
}
form li span input[type=text], form li span textarea, form li span select {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#585858;
    width: 280px;
    background: #0f0f0f;
    border: 0;
    border-bottom: 2px solid #000000;
    float: left;
    padding: 8px;
    resize: none;
    margin: 0px;
}
form li span select {
    width: 293px;
}
form li span textarea {
    height: 80px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 16px;
    height: 15px;
    border: none;
    vertical-align: middle;
    margin-top: 8px;
    margin-left: 5px;
    outline: none;
    padding: 0px;
}
form li input[type=submit], form li input[type=reset], button {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #ffffff;
    border: 0 solid;
    background: #3a87ad;
    padding: 10px 30px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 300;
}
form li input[type=reset] {
    background: #1a1a1a;
    color: #515151;
}
/* -------------------------------- THEME SEARCH BOX AREA CSS -------------------------------- */
.themeSearchContainer {
    float: right;
    margin-top: 7px;
}
.themeSearchBox {
    width: 175px;
}
.themeSearchBox input[type=text] {
    background: url(images/searchicon.png) 8px center no-repeat #151515;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #000000;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #585858;
    padding: 0 5px 0 30px;
    width: 140px;
    height: 25px;
    outline: none;
    line-height: 25px;
    float: right;
}
/* ------------------------------------ THEME  SLIDESHOW AREA CSS ------------------------------------------------*/
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 74px;
    left: 0px;
    margin-top: -37px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 30px;
    z-index: 150;
}
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 74px;
    right: 0px;
    margin-top: -37px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 30px;
    z-index: 150;
    left: auto;
}
.themeSlideshowOuterContainer {
    bottom: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 500ms ease 0s;
    z-index: 150;
}
.themeSlideshowInnerContainer {
    background: transparent;
    border-radius: 0;
    padding: 0px 10px 10px;
    float: right;
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 0 0 7px;
    width: 10px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 0 0 7px;
    width: 10px;
}
/* -------------------------------- THEME HIGHLIGHT BOX AREA CSS -------------------------------- */
.zs-highlight-box {
 background-color: #fa565a;
 background-image: none;
 background-image: none, -moz-linear-gradient(top, transparent, transparent);
 background-image: none, -webkit-linear-gradient(top, transparent, transparent);
 background-image: none, -o-linear-gradient(top, transparent, transparent);
 background-position: top left;
 background-repeat: no-repeat;
 box-shadow: 0px 0px 5px 0px #151515, 0px 0px 0px 6px #191919 inset;
 -moz-box-shadow: 0px 0px 5px 0px #151515, 0px 0px 0px 6px #191919 inset;
 -webkit-box-shadow: 0px 0px 5px 0px #151515, 0px 0px 0px 6px #191919 inset;
 -o-box-shadow: 0px 0px 5px 0px #151515, 0px 0px 0px 6px #191919 inset;
 border-width: 1px;
 border-style:solid;
 border-color:#000000;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 10px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#B12528;
}
.zs-highlight-box h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ffffff;
}
.zs-highlight-box h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ffffff;
}
.zs-highlight-box h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ffffff;
}
.zs-highlight-box h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffffff;
}
.zs-highlight-box h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
.zs-highlight-box h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ffffff;
}
.zs-highlight-box a {
 text-decoration:none;
color:#fee79b;
}
.zs-highlight-box a:hover {
text-decoration:none;
color:#fee79b;
}
.zs-highlight-box hr {
    border-top: 1px solid #D43E42;
}
.zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#ffffff;
 background:#FF797C;
 border-width:1px;
 border-style:solid;
 border-color:#DB6F71;
 padding:12px;
    font-weight: normal;
}
.zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#585858;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#E0E0E0;
 padding:12px;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background: #FF6E71;
    border-bottom: 2px solid #FF8184;
color:#B12528;
}
.zs-highlight-box orm li input[type=submit] {
    background-color: #ffffff;
    color: #525252;
}
.zs-highlight-box form li input[type=reset] {
    color: #A2A2A2;
}
.zs-highlight-box .newsletter-desc {
    color:#B12528;
}
.zs-highlight-box .newsletter-input-field {
    background: #FF6E71;
    border-color:#FF8184;
    color:#B12528;
}
.zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#B12528;
}
.zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#B12528;
}
.zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#B12528;
}
/* ------------------------------------ TEXT HIGHLIGHT AREA CSS ------------------------------------------------*/
.zs-text-light-color {
color:#343434
}
.zs-text-highlight-color {
color:#FFFFFF
}
.zs-highlight-box .zs-text-light-color {
color:#343434
}
.zs-highlight-box .zs-text-highlight-color {
color:#FFFFFF
}
/*----------------------------------------------------- THEME TABS ACCORDION AREA CSS START -----------------------------------------------------*/
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 3px solid #3A87AD;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0;
    padding: 0px;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    position: relative;
    color: #7D8491;
    line-height: 3;
    cursor: pointer;
}
.zs-tabs ul li.selected, .zs-highlight-box .zs-tabs ul li.selected {
    background: #3A87AD;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    color: #ffffff;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #20252E;
    padding: 15px;
    display: none;
    color: #7D8491;
    margin-bottom: 2px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
    margin-bottom: 3px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    background: #2B3444;
    color: #758491;
    padding: 12px;
    cursor: pointer;
    display: none;
    position: relative;
    margin-bottom: 2px;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #3A87AD;
    color: #ffffff;
}
/*---------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.zs-highlight-box .zs-tabs ul li div {
    color: #ffffff;
}
.zs-highlight-box .zs-tabs-accordion-content h1, .zs-highlight-box .zs-tabs-accordion-content h2, .zs-highlight-box .zs-tabs-accordion-content h3, .zs-highlight-box .zs-tabs-accordion-content h4, .zs-highlight-box .zs-tabs-accordion-content h5, .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #ffffff;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #3a87ad;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #2c2c2c;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #252D3C;
    border-color: #131415;
    color: #ffffff;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #131415;
    color: #585858;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #181818;
    border-color: #000000;
    color: #585858;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialiconPosition {
    position: relative;
}
.themeSocialiconContainer {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 0;
}
.zs-socialicon-email, .zs-socialicon-facebook, .zs-socialicon-flickr, .zs-socialicon-googleplus, .zs-socialicon-linkedin, .zs-socialicon-pinterest, .zs-socialicon-rss, .zs-socialicon-twitter, .zs-socialicon-youtube, .zs-socialicon-medium, .zs-socialicon-instagram {
    background: url('images/zs-socialicon-sprite.png') no-repeat top left;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 3px;
}
.zs-socialicon-email {
    background-position: 0 -0px;
}
.zs-socialicon-facebook {
    background-position: 0 -24px;
}
.zs-socialicon-flickr {
    background-position: 0 -48px;
}
.zs-socialicon-googleplus {
    background-position: 0 -72px;
}
.zs-socialicon-linkedin {
    background-position: 0 -96px;
}
.zs-socialicon-pinterest {
    background-position: 0 -120px;
}
.zs-socialicon-rss {
    background-position: 0 -144px;
}
.zs-socialicon-twitter {
    background-position: 0 -168px;
}
.zs-socialicon-youtube {
    background-position: 0 -192px;
}
.zs-socialicon-medium {
    background-position: 0 -216px;
}
.zs-socialicon-instagram {
    background-position: 0 -240px;
}
/*****************************   END: SOCIAL ICONS SPRITE *****************************/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #ffffff;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #4B4B4B;
}
.newsletter-input-field {
background: #151515;
border-width: 0 0 2px;
border-color: #000000;
color:#585858;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    vertical-align:top;
}
button.newsletter-button {
background: #3A87AD;
border-width: 0;
border-color: transparent;
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
    border-style: solid;
    cursor: pointer;
    padding: 10px;
    font-weight: 400;
    box-sizing: border-box;
    margin-right: 0;
}
.newsletter-layout-1 .newsletter-form, .newsletter-layout-2 .newsletter-form {
    margin: 0 auto;
    text-align: center;
}
.newsletter-layout-3 .newsletter-form {
    width: 200px;
    margin: 0 auto;
    text-align: right;
}
.newsletter-layout-3 button {
    text-align: right;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#585858;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#585858;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#585858;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 35px;
}
.member-signin {
    float:right;
}
.member-signin > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.member-signin li {
    display: inline-block;
    line-height: 35px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li a {
 font-family:'Lato', Tahoma, Geneva, sans-serif;
 font-size:14px;
    text-decoration:none;
    color:#3a87ad;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#3a87ad;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#3a87ad;
    content: "|";
    position: absolute;
    top: 0px;
    left:-13px;
} 