/* -------------------------------- WEB FONT CSS -------------------------------- */
@-zs-include webfonts(Lato:700, 400/Open Sans:300, 400, 700);
/* -------------------------------- PRESET CSS -------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
body {
 background-attachment:scroll;
 background-color:#ededed;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-size:auto;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#888888;
}
h1 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:28px;
color:#282c2d;
}
h2 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:24px;
color:#282c2d;
}
h3 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:22px;
color:#282c2d;
}
h4 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:20px;
color:#282c2d;
}
h5 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:18px;
color:#282c2d;
}
h6 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:16px;
color:#282c2d;
}
a {
 color:#5cb6aa;
 text-decoration:underline;
}
a:hover {
 text-decoration:none;
 color:#5cb6aa;
}
a:visited {
color:[#551A8B]
}
p {
    line-height: 1.8;
}
a img {
    border: 0 solid
}
:focus {
    outline: none;
}
hr {
    border: 0;
    border-top: 1px solid #e5e5e5;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff;
    -o-box-shadow: 0 1px 1px #fff;
}
th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4f4f6a;
 background:#f7f7f7;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
    font-weight: normal;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
}
td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
}
ul, ol {
    padding: 0 0 0 20px;
}
ol {
    padding: 0 0 0 23px;
}
li {
    padding: 5px 0;
}
/* -------------------------------- COMMON USAGE CSS -------------------------------- */
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
/* -------------------------------- THEME DESIGN CSS -------------------------------- */
.themeWidth {
    width: 1000px;
    margin: 0 auto;
}
.themeContentAreaContainer {
 background-color:#ffffff;
 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;
    padding: 0 20px 0;
    overflow: hidden;
}
/* -------------------------------- NAVIGATION AREA CSS -------------------------------- */
.navigationContainer {
    width: 70%;
    float: left;
}
.themeHeader {
background-color:#5570a3;
 background-image:none;
 background-repeat:repeat-x;
 background-position:left top;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 10;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 3.3;
}
#navigation li a {
 font-family:'Lato', Arial, Helvetica, sans-serif;
 color:#ffffff;
 font-size:12px;
    text-transform: uppercase;
    float: left;
    padding: 0 16px;
    text-decoration: none;
    cursor: pointer;
    line-height: 4;
    font-weight: 400;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
 color:#ffffff;
 background-color:#7ec8d9;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
}
#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: 23px 0 0 8px;
}
/* -------------------------------- SUBMENU AREA CSS -------------------------------- */
.submenu {
    width: 195px;
    position: absolute;
    display: block;
    overflow: hidden;
 background-color:#5570A3;
background-image:none;
background-position:top left;
background-repeat:repeat;
 border-width:0px;
border-style:solid;
border-color:transparent;
 border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-o-border-radius:0;
    -webkit-transition: height 0.5s ease 0s, top 0.5s ease 0s;
    -moz-transition: height 0.5s ease 0s, top 0.5s ease 0s;
    -o-transition: height 0.5s ease 0s, top 0.5s ease 0s;
    -ms-transition: height 0.5s ease 0s, top 0.5s ease 0s;
    transition: height 0.5s ease 0s, top 0.5s ease 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:'Lato', Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 1.7;
    padding: 5px 0;
    float: left;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
}
.submenu li a:hover {
 color:#ffffff;
 background-color:#7EC8D9;
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: 8px;
    margin-left: 9px;
}
/* -------------------------------- THEME BRANDING AREA CSS -------------------------------- */
.themeBrandingBar {
    text-align: center;
    padding: 75px 0 25px;
}
.themeBrandingBar span {
    display: block;
}
.logo {
    margin-bottom: 10px;
}
.sitename {
 font-family:'Lato', Arial, Helvetica, sans-serif;
 font-size:32px;
 color:#282c2d;
    word-wrap: break-word;
    font-weight: bold;
}
.caption {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#666666;
    word-wrap: break-word;
    font-weight: 300;
    padding-top: 5px;
}
.themeBanner {
    margin-bottom: 20px;
}
.themeBreadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
}
.themeBreadcrumb span {
    padding: 0 10px;
}
.themeBreadcrumb p {
    word-wrap: break-word;
}
/* -------------------------------- CONTENT AND SIDEBAR AREA CSS -------------------------------- */
.themeContentArea {
    width: 70%;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding-bottom: 20px;
}
.themeSidebarArea {
    width: 30%;
}
.themeSidebarAreaInner {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#888888;
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;
 -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-bottom: 20px;
}
.themeSidebarAreaInner h1 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:28px;
color:#282c2d;
}
.themeSidebarAreaInner h2 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:24px;
color:#282c2d;
}
.themeSidebarAreaInner h3 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:22px;
color:#282c2d;
}
.themeSidebarAreaInner h4 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:20px;
color:#282c2d;
}
.themeSidebarAreaInner h5 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:18px;
color:#282c2d;
}
.themeSidebarAreaInner h6 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:16px;
color:#282c2d;
}
.themeSidebarAreaInner a {
 color:#5cb6aa;
 text-decoration:none;
}
.themeSidebarAreaInner a:hover {
 text-decoration:none;
 color:#5cb6aa;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
    width: 215px;
    padding: 5px 3px;
}
.themeSidebarAreaInner form li span select {
    width: 228px;
}
.themeSidebarAreaInner form li input[type="submit"], .themeSidebarAreaInner form li input[type="reset"], button {
    padding: 10px 30px;
}
.themeSidebarAreaInner th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4f4f6a;
 background:#f7f7f7;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
    font-weight: normal;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
}
.themeSidebarAreaInner td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
}
/* -------------------------------- THEME SIDEBAR HIGHLIGHT BOX CSS -------------------------------- */
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #b4b0e3;
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: no-repeat;
 box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 border-width: 1px;
 border-style:solid;
 border-color:#dedede;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 10px;
    min-height: 100px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#725997;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:28px;
color:#B0F69E;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:24px;
color:#B0F69E;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:22px;
color:#B0F69E;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:20px;
color:#B0F69E;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:18px;
color:#B0F69E;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:16px;
color:#B0F69E;
}
.themeSidebarAreaInner .zs-highlight-box a {
 color:#B0F69E;
 text-decoration:none;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#B0F69E;
}
.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 {
    width: 185px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 198px;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4f4f6a;
 background:#CAC6F5;
 border-width:1px;
 border-style:solid;
 border-color:#b4b0e3;
 padding:8px;
    font-weight: normal;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
}
/*----------------------------------- SIDEBAR TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#C4C4C4
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#282C2D
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#C4C4C4
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#B0F69E
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
    display: none;
}
.themeSidebarAreaInner .zs-tabs li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #F4F4F4;
    padding: 0 25px;
    overflow: hidden;
    color: #888888;
    line-height: 3;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #5cb6aa;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #888888;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    color: #888888;
    padding: 10px;
    cursor: pointer;
    display: block;
    background: #F4F4F4;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #5cb6aa;
    background: #ffffff;
}
/*---------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.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: #282c2d;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #5cb6aa;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #e5e5e5;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f7f7f7;
    border-color: #dbdbdb;
    color: #4f4f6a;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #dbdbdb;
    color: #595a5b;
}
.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: #f7f7f7;
    color: #888888;
    width: 140px;
    border-bottom-color: #e5e5e5;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 153px;
}
.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 20px;
}
/* -------------------------------- FOOTER AREA CSS -------------------------------- */
.themeFooter {
background-color:#5570A3;
 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;
-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-style:0px;
 border-style:solid;
 border-color:transparent;
 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:#ffffff;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    padding: 20px;
}
.themeFooter h1 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ffffff;
}
.themeFooter h2 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ffffff;
}
.themeFooter h3 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ffffff;
}
.themeFooter h4 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffffff;
}
.themeFooter h5 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
.themeFooter h6 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ffffff;
}
.themeFooter a {
 color:#5cb6aa;
 text-decoration:none;
}
.themeFooter a:hover {
 text-decoration:none;
 color:#5cb6aa;
}
.themeFooter table {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.themeFooter th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#888888;
 background:#1c1f1f;
 border-width:1px;
 border-style:solid;
 border-color:#000000;
 padding:8px;
    font-weight: normal;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.themeFooter td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#282c2d;
 border-width:1px;
 border-style:solid;
 border-color:#000000;
 padding:8px;
}
.themeFooter form li span input[type=text], .themeFooter form li span textarea, .themeFooter form li span select {
    background: #1c1f1f;
    border-bottom: 1px solid #000000;
}
.themeFooter form li input[type=submit], .themeFooter button {
    background: #778D92;
}
.themeFooter hr {
    border-top-color: #4C4E4E;
}
.themeFooter h3.newsletter-heading {
    color: #FFFFFF;
}
.themeFooter button.newsletter-button {
    background: #778D92;
}
.themeFooter .newsletter-input-field {
    background: #1c1f1f;
    border-color:#000000;
}
.themeFooter .newsletter-form input[type="text"]::-moz-placeholder {
    color:#888888;
}
.themeFooter .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#888888;
}
.themeFooter .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#888888;
}
/* -------------------------------- THEME FOOTER HIGHLIGHT BOX CSS -------------------------------- */
.themeFooter .zs-highlight-box {
 background-color: #bd2436;
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: no-repeat;
 box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) 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: 100px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#E76176;
}
.themeFooter .zs-highlight-box h1 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ffffff;
}
.themeFooter .zs-highlight-box h2 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ffffff;
}
.themeFooter .zs-highlight-box h3 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ffffff;
}
.themeFooter .zs-highlight-box h4 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffffff;
}
.themeFooter .zs-highlight-box h5 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
.themeFooter .zs-highlight-box h6 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ffffff;
}
.themeFooter .zs-highlight-box a {
 color:#E7BC61;
 text-decoration:none;
}
.themeFooter .zs-highlight-box a:hover {
 text-decoration:none;
 color:#E7BC61;
}
.themeFooter .zs-highlight-box hr {
    border-top-color: #E44A62;
}
.themeFooter .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#8D1524;
 background:#D53447;
 border-width:1px;
 border-style:solid;
 border-color:#bd2436;
 padding:8px;
    font-weight: normal;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
}
.themeFooter .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#F3F3F3;
 border-width:1px;
 border-style:solid;
 border-color:#DADADA;
 padding:8px;
}
.themeFooter .zs-highlight-box form li span input[type=text], .themeFooter .zs-highlight-box form li span textarea, .themeFooter .zs-highlight-box form li span select {
    background: #D43245;
    border-bottom: 1px solid #A81426;
    color: #F37B8E;
}
.themeFooter .zs-highlight-box h3.newsletter-heading {
    color: #FFFFFF;
}
.themeFooter .zs-highlight-box .newsletter-desc {
    color: #E76176;
}
.themeFooter .zs-highlight-box .newsletter-input-field {
    background: #D43245;
    border-color:#A81426;
    color: #FFB3BF;
}
.themeFooter .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#FFB3BF;
}
.themeFooter .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#FFB3BF;
}
.themeFooter .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#FFB3BF;
}
/*----------------------------------- FOOTER TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.themeFooter .zs-text-light-color {
color:#474747
}
.themeFooter .zs-text-highlight-color {
color:#ffffff
}
.themeFooter .zs-highlight-box .zs-text-light-color {
color:#405257
}
.themeFooter .zs-highlight-box .zs-text-highlight-color {
color:#ffffff
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.themeFooter .zs-tabs ul, .themeFooter .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #34393A;
    padding: 0;
    margin: 0;
}
.themeFooter .zs-tabs li, .themeFooter .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
.themeFooter .zs-tabs ul li div, .themeFooter .zs-highlight-box .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #5570A3;
    padding: 0 25px;
    overflow: hidden;
    color: #888888;
    line-height: 3;
    border: 1px solid #34393A;
}
.themeFooter .zs-tabs ul li.selected div, .themeFooter .zs-highlight-box .zs-tabs ul li.selected div {
    background: #222425;
    border-bottom: 1px solid #222425;
    color: #5cb6aa;
}
.themeFooter .zs-tabs-accordion-content, .themeFooter .zs-highlight-box .zs-tabs-accordion-content {
    background: #222425;
    border: 1px solid #34393A;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #888888;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooter .zs-accordion, .themeFooter .zs-highlight-box .zs-accordion {
    color: #888888;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #34393A;
    position: relative;
    border: 1px solid #34393A;
    margin-bottom: 5px;
}
.themeFooter .zs-accordion.selected, .themeFooter .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #5cb6aa;
    background: #222425;
}
/*---------------------------------- THEME FOOTER AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeFooter .zs-highlight-box .zs-tabs-accordion-content h1, .themeFooter .zs-highlight-box .zs-tabs-accordion-content h2, .themeFooter .zs-highlight-box .zs-tabs-accordion-content h3, .themeFooter .zs-highlight-box .zs-tabs-accordion-content h4, .themeFooter .zs-highlight-box .zs-tabs-accordion-content h5, .themeFooter .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #ffffff;
}
.themeFooter .zs-highlight-box .zs-tabs-accordion-content a, .themeFooter .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #5cb6aa;
}
.themeFooter .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #4c4e4e;
}
.themeFooter .zs-highlight-box .zs-tabs-accordion-content th {
    background: #1c1f1f;
    border-color: #000000;
    color: #888888;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.themeFooter .zs-highlight-box .zs-tabs-accordion-content td {
    background: #282c2d;
    border-color: #000000;
    color: #595a5b;
}
.themeFooter .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeFooter .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooter .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #1c1f1f;
    color: #888888;
    border-bottom-color: #000000;
}
/* -------------------------------- 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;
    margin-top: 6px;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
    padding: 3px 0;
}
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 2px;
}
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:#888888;
    width: 280px;
    background: #f7f7f7;
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    padding: 5px;
    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: 22px;
    height: 20px;
    border: none;
    vertical-align: middle;
    margin-top: 7px;
    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: 12px;
    color: #ffffff;
    border: 0px;
    background: #282c2d;
    padding: 10px 40px;
    margin-right: 10px;
    cursor: pointer;
    text-transform: uppercase;
}
form li input[type=reset] {
    background: #f7f7f7;
    color: #282c2d;
}
/* -------------------------------- SEARCH BOX AREA CSS -------------------------------- */
.searchContainer {
    margin: 10px 0 0;
    float: right;
}
.searchbox {
    width: 160px;
    height: 27px;
    position: relative;
    border: 0 solid;
    background: #ffffff;
}
.searchbox input[type=text] {
    background: transparent;
    width: 125px;
    height: 27px;
    border: 0 none;
    outline: none;
    line-height: 27px;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #888888;
    padding: 0 5px
}
.searchbox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 24px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0 none;
    cursor: pointer;
}
/* ------------------------------------ SLIDESHOW AREA CSS ------------------------------------------------*/
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 55px;
    left: 0px;
    margin-top: -28px;
    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: 28px;
    z-index: 150;
}
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 55px;
    right: 0px;
    margin-top: -28px;
    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: 28px;
    z-index: 150;
    left: auto;
}
.themeSlideshowOuterContainer {
    bottom: 3px;
    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: 13px;
    margin: 0 0 0 7px;
    width: 13px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 0 0 0 5px;
    width: 13px;
}
/*-----------------------------------  THEME HIGHLIGHT BOX AREA CSS  -----------------------------------------------*/
.zs-highlight-box {
 background-color: #b4b0e3;
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: no-repeat;
 box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 4px rgba(0, 0, 0, 0.12) inset;
 border-width: 1px;
 border-style:solid;
 border-color:#dedede;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 10px;
    min-height: 100px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#725997;
}
.zs-highlight-box h1 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:28px;
color:#B0F69E;
}
.zs-highlight-box h2 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:24px;
color:#B0F69E;
}
.zs-highlight-box h3 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:22px;
color:#B0F69E;
}
.zs-highlight-box h4 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:20px;
color:#B0F69E;
}
.zs-highlight-box h5 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:18px;
color:#B0F69E;
}
.zs-highlight-box h6 {
font-family:'Lato', Verdana, Geneva, sans-serif;
font-size:16px;
color:#B0F69E;
}
.zs-highlight-box a {
 color:#B0F69E;
 text-decoration:none;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#B0F69E;
}
.zs-highlight-box hr {
    border-top-color: #A690C7;
}
.zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4f4f6a;
 background:#CAC6F5;
 border-width:1px;
 border-style:solid;
 border-color:#b4b0e3;
 padding:8px;
    font-weight: normal;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
}
.zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background: #C3C0E9;
    border-bottom: 1px solid #A6A1DD;
    color: #725997;
}
.zs-highlight-box h3.newsletter-heading {
    color: #B0F69E;
}
.zs-highlight-box .newsletter-desc {
    color: #725997;
}
.zs-highlight-box .newsletter-input-field {
    background: #C3C0E9;
    border-color:#A6A1DD;
    color: #725997;
}
.themeSidebarArea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#1A4940;
}
.themeSidebarArea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#1A4940;
}
.themeSidebarArea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#1A4940;
}
/*----------------------------------- THEME TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.zs-text-light-color {
color:#C4C4C4
}
.zs-text-highlight-color {
color:#282C2D
}
.zs-highlight-box .zs-text-light-color {
color:#C4C4C4
}
.zs-highlight-box .zs-text-highlight-color {
color:#B0F69E
}
/*------------------------ THEME TABS ACCORDION AREA CSS START ------------------------------*/
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
}
.zs-tabs li, .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #F4F4F4;
    padding: 0 25px;
    overflow: hidden;
    color: #888888;
    line-height: 3;
    border: 1px solid #e5e5e5;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #5cb6aa;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #888888;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #888888;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #F4F4F4;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #5cb6aa;
    background: #ffffff;
}
/*---------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.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: #282c2d;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #5cb6aa;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #e5e5e5;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f7f7f7;
    border-color: #dbdbdb;
    color: #4f4f6a;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #dbdbdb;
    color: #595a5b;
}
.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: #f7f7f7;
    color: #888888;
    border-bottom-color: #e5e5e5;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialIconContainer {
    position: relative;
}
.themeSocialiconArea {
    position: absolute;
    top: 100px;
    right: -30px;
}
.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: 30px;
    height: 30px;
    display: block;
}
.zs-socialicon-email {
    background-position: 0 -0px;
}
.zs-socialicon-facebook {
    background-position: 0 -30px;
}
.zs-socialicon-flickr {
    background-position: 0 -60px;
}
.zs-socialicon-googleplus {
    background-position: 0 -90px;
}
.zs-socialicon-linkedin {
    background-position: 0 -120px;
}
.zs-socialicon-pinterest {
    background-position: 0 -150px;
}
.zs-socialicon-rss {
    background-position: 0 -180px;
}
.zs-socialicon-twitter {
    background-position: 0 -210px;
}
.zs-socialicon-youtube {
    background-position: 0 -240px;
}
.zs-socialicon-medium {
    background-position: 0 -270px;
}
.zs-socialicon-instagram {
    background-position: 0 -300px;
}
/*****************************   END: SOCIAL ICONS SPRITE *****************************/

.newsletter-container {
background: #0037A1;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size: 22px;
color: #282C2D;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
color: #888888;
}
.newsletter-input-field {
background: #F7F7F7;
border-width: 0 0 1px;
border-color: #E5E5E5;
color:#888888;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 12px;
    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: #282C2D;
border-width: 0;
border-color: transparent;
color:#ffffff;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
    border-style: solid;
    cursor: pointer;
    padding: 9px;
    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:#888888;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#888888;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#888888;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 35px;
    position: relative;
    top: 60px;
}
.member-signin {
    float: right;
    padding: 0 25px;
}
.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:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
    text-decoration:none;
    color:#5cb6aa;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#5cb6aa;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#5cb6aa;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}
 