@-zs-include webfonts(Open Sans:400,700);
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-image:none;
 background-color:#363d40;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}
h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#7ea388;
}
h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#7ea388;
}
h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#7ea388;
}
h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#7ea388;
}
h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#7ea388;
}
h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#7ea388;
}
a {
text-decoration:none;
color:#9a6c5c;
}
a:hover {
 color:#9a6c5c;
 text-decoration:none;
}
p {
    line-height: 1.8;
}
ul, ol {
    padding: 0 0 0 20px;
    list-style: disc;
}
ol {
    list-style: decimal;
    padding: 0 0 0 23px;
}
li {
    padding: 0 0 10px;
}
hr {
    border: 0px;
    border-top: 1px solid #dddddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #dbdbdb;
}
th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:#F5F5F5;
 border-width:1px;
 border-style:solid;
 border-color:#EBEBEB;
 padding:10px;
}
td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#EFEFEF;
 padding:10px;
}
/*---------------------------------- HEADER AREA -----------------------------------------*/
.headerContainer {
    padding: 20px 0 25px;
    text-align: center;
}
.logoarea {
    padding-bottom: 15px;
}
.headerContainer h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#ffffff;
    padding-bottom: 5px;
}
.headerContainer h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#a9a29e;
}
/*---------------------------------- MENU AREA -----------------------------------------*/
.menuarea {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    height: 40px;
    width: 95%;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    height: 40px;
    cursor: pointer;
    width: 33%;
 background-color:transparent;
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
}
#navigation li a {
 font-size:12px;
color:#a9a29e;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
    text-decoration: none;
    float: left;
    display: block;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
}
#navigation li.selected {
 background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
}
#navigation li.selected a span {
color:#ffffff;
}
#navigation li a span {
    word-wrap: break-word;
    height: 40px;
    display: block;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    margin: 0 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#navigation li a em {
    display: block;
    float: right;
    height: 7px;
    width: 11px;
    margin: -21px 10px 0 10px;
}
#navigation li.navArrow a em {
    background: url(images/navArrow.png) no-repeat scroll 0 0;
}
#navigation li.selected.navArrow a em {
    background: url(images/navArrow1.png) no-repeat 0 0;
}
/*---------------------------------- SUBMENU AREA -----------------------------------------*/
.submenu {
    min-height: 10px;
    height: auto !important;
    height: 10px;
    overflow: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
 background-color:#363D40;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 border-width:0px;
 border-style:none;
 border-color:transparent;
 border-radius:0px;
 -webkit-border-radius:0px;
 -moz-border-radius:0px;
 -o-border-radius:0px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #2B3133;
    cursor: pointer;
}
.submenu li a {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:12px;
 color:#c4cacd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 3;
    float: left;
    cursor: pointer;
}
.submenu li:first-child a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.submenu li.selected {
 background-color:#2c3033;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
}
.submenu li.selected a span {
 color:#ffffff;
}
.submenu li a span {
    background: url(images/submenuStyle.png) left center no-repeat;
    float: left;
    padding-left: 15px;
    word-wrap: break-word;
    width: 80%;
    margin-left: 15px;
}
.submenu li a em {
    width: 5px;
    float: right;
    height: 9px;
}
.submenu li.navArrow a em {
    background: url(images/subnavArrow1.png) left top no-repeat;
    float: right;
    height: 6px;
    width: 10px;
    margin: 17px 5px 0 13px;
}
.submenu li.selected.navArrow a em {
    background: url(images/subnavArrow.png) left top no-repeat;
}
/*---------------------------------- CONTENT AREA -----------------------------------------*/
.container {
 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;
 -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: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    margin: 0 8px;
    padding:15px;
}
/*---------------------------------- BANNER AREA CSS -----------------------------------------*/
.bannerImage {
    margin:0 8px;
}
.bannerImage img{
    display:block;
}
/*---------------------------------- BREADCRUMB AREA CSS -----------------------------------------*/
.breadcrumb {
    padding: 5px 15px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 15px;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb span {
    padding: 0 10px;
}
.breadcrumb p {
    word-wrap: break-word
}
.contentArea {
    min-height: 250px;
    height: auto !important;
    height: 250px;
}
/*---------------------------------- SIDEBAR AREA CSS -----------------------------------------*/
.sidebararea {
 background-color:#ffffff;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
    margin: 15px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 10px;
}
.sidebararea h1 {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
font-size:30px;
color:#7ea388;
}
.sidebararea h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#7ea388;
}
.sidebararea h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#7ea388;
}
.sidebararea h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#7ea388;
}
.sidebararea h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#7ea388;
}
.sidebararea h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#7ea388;
}
.sidebararea a {
 color:#9A6C5C;
 text-decoration:none;
}
.sidebararea a:hover {
 text-decoration:none;
 color:#9A6C5C;
}
.sidebararea th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:#F5F5F5;
 border-width:1px;
 border-style:solid;
 border-color:#EBEBEB;
 padding:10px;
}
.sidebararea td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#EFEFEF;
 padding:10px;
}
/* ------------- THEME SIDEBAR AREA HIGHLIGHT BOX CSS -------------- */
.sidebararea .zs-highlight-box {
 background-color: #57adc9;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#348099;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#255261;
}
.sidebararea .zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#FFFFFF;
}
.sidebararea .zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#FFFFFF;
}
.sidebararea .zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#FFFFFF;
}
.sidebararea .zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#FFFFFF;
}
.sidebararea .zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#FFFFFF;
}
.sidebararea .zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#FFFFFF;
}
.sidebararea .zs-highlight-box a {
text-decoration:none;
color:#255261;
}
.sidebararea .zs-highlight-box a:hover {
 color:#255261;
 text-decoration:none;
}
.sidebararea .zs-highlight-box hr {
    border-top: 1px solid #427C8F;
}
.sidebararea .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#2A6C81;
 background:#71BBD3;
 border-width:1px;
 border-style:solid;
 border-color:#4CA1BD;
 padding:10px;
}
.sidebararea .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#255261;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#4098B4;
 padding:10px;
}
.sidebararea .zs-highlight-box h3.newsletter-heading {
    color:#FFFFFF;
}
.sidebararea .zs-highlight-box .newsletter-desc {
    color:#255261;
}
/*----------------------------------- TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.sidebararea .zs-text-light-color {
color:#C4C4C4
}
.sidebararea .zs-text-highlight-color {
color:#7EA388
}
.sidebararea .zs-highlight-box .zs-text-light-color {
color:#C4C4C4
}
.sidebararea .zs-highlight-box .zs-text-highlight-color {
color:#FFFFFF
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.sidebararea .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
    border-bottom: 1px solid #dfdfdf;
}
.sidebararea .zs-tabs ul li {
    float: left;
    margin:0px 1px 0px;
    padding: 0;
}
.sidebararea .zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    color: #6a777c;
    margin: 0 0 -1px;
    line-height: 3;
    background: #EFEFEF;
}
.sidebararea .zs-tabs ul li:first-child {
    margin-left: 0px;
}
.sidebararea .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 3px solid #7ea388;
    padding-top:0;
    color:#7ea388;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
}
.sidebararea .zs-tabs-accordion-content, .sidebararea .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    padding: 15px;
    display: none;
    clear:both;
    border-top: 0;
    margin-bottom:5px;
    min-height:70px;
    height:auto !important;
    height:70px;
}
.sidebararea .zs-accordion, .sidebararea .zs-highlight-box .zs-accordion {
    color: #6a777c;
    padding:10px;
    cursor: pointer;
    margin-bottom: 5px;
    display:block;
    background: #EFEFEF;
    border: 1px solid #dfdfdf;
}
.sidebararea .zs-accordion.selected, .sidebararea .zs-highlight-box .zs-accordion.selected {
    background: #7ea388;
    color: #ffffff;
    margin-bottom: 0px;
    border-color:#7ea388;
}
/*---------------------------------- THEME  SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.sidebararea .zs-highlight-box .zs-tabs-accordion-content {
    padding:10px;
    color:#6a777c;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content h1, .sidebararea .zs-highlight-box .zs-tabs-accordion-content h2, .sidebararea .zs-highlight-box .zs-tabs-accordion-content h3, .sidebararea .zs-highlight-box .zs-tabs-accordion-content h4, .sidebararea .zs-highlight-box .zs-tabs-accordion-content h5, .sidebararea .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #7ea388;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content a, .sidebararea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #9a6c5c;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #dddddd;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f5f5f5;
    border-color: #ebebeb;
    color: #6a777c;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #efefef;
    color: #6a777c;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .sidebararea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .sidebararea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    color: #6a777c;
}
/*---------------------------------- FOOTER AREA -----------------------------------------*/
.footerArea {
 background-color:#2f3538;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 border-width:0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    padding: 20px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6A777C;
}
.footerArea th {
    background: #272c2f;
    border: 1px solid #3a4044;
}
.footerArea td {
    border: 1px solid #3a4044;
}
.footerArea h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#9A9A9A;
}
.footerArea h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#9A9A9A;
}
.footerArea h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#9A9A9A;
}
.footerArea h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#9A9A9A;
}
.footerArea h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#9A9A9A;
}
.footerArea h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#9A9A9A;
}
.footerArea a {
 color:#9a6c5c;
 text-decoration:none;
}
.footerArea a:hover {
 text-decoration:none;
 color:#9a6c5c;
}
.footerArea form li span input[type=text], .footerArea form li span textarea, .footerArea form li span select {
    background: #2E3236;
    border-color: #323A3E;
}
.footerArea form li input[type=submit], .footerArea form li input[type=reset] {
    border: 1px solid #222222;
}
.footerArea hr {
    border-top-color: #6A777C;
}
.footerArea th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:#F5F5F5;
 border-width:1px;
 border-style:solid;
 border-color:#EBEBEB;
 padding:10px;
}
.footerArea td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#EFEFEF;
 padding:10px;
}
.footerArea h3.newsletter-heading {
    color:#9A9A9A;
}
.footerArea .newsletter-desc {
    color:#6A777C;
}
.footerArea .newsletter-input-field {
    color: #6A777C;
    background: #2E3236;
    border-color: #323A3E;
}
.footerArea .newsletter-form input[type="text"]::-moz-placeholder {
    color:#6A777C;
}
.footerArea .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#6A777C;
}
.footerArea .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#6A777C;
}
/* ------------- THEME FOOTER AREA  HIGHLIGHT BOX CSS -------------- */
.footerArea .zs-highlight-box {
 background-color: #5d6d81;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#273241;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#8AA2B3;
}
.footerArea .zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#FFB15E;
}
.footerArea .zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#FFB15E;
}
.footerArea .zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#FFB15E;
}
.footerArea .zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#FFB15E;
}
.footerArea .zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#FFB15E;
}
.footerArea .zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#FFB15E;
}
.footerArea .zs-highlight-box a {
 color:#FFB15E;
 text-decoration:none;
}
.footerArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#FFB15E;
}
.footerArea .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#C9D3DA;
 background:#798799;
 border-width:1px;
 border-style:solid;
 border-color:#59677A;
 padding:10px;
}
.footerArea .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#8AA2B3;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#4C596B;
 padding:10px;
}
.footerArea .zs-highlight-box hr {
    border-top-color: #8AA2B3;
}
.footerArea .zs-highlight-box form li span input[type=text], .footerArea .zs-highlight-box form li span textarea, .footerArea .zs-highlight-box form li span select {
    background: #536479;
    border-color: #5d6d81;
 color:#8AA2B3;
}
.footerArea .zs-highlight-box .newsletter-desc {
    color:#8AA2B3;
}
.footerArea .zs-highlight-box .newsletter-input-field {
    background: #536479;
    border-color: #5D6D81;
    color: #8AA2B3;
}
.footerArea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#8AA2B3;
}
.footerArea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#8AA2B3;
}
.footerArea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#8AA2B3;
}
/*----------------------------------- TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.footerArea .zs-text-light-color {
color:#445055
}
.footerArea .zs-text-highlight-color {
color:#7EA388
}
.footerArea .zs-highlight-box .zs-text-light-color {
color:#445055
}
.footerArea .zs-highlight-box .zs-text-highlight-color {
color:#7EA388
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.footerArea .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
    border-bottom: 1px solid #424A4D;
}
.footerArea .zs-tabs ul li {
    float: left;
    margin:0px 1px 0px;
    padding: 0;
}
.footerArea .zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    color: #6A777C;
    margin: 0 0 -1px;
    line-height: 3;
    background: #282D2F;
}
.footerArea .zs-tabs ul li.selected div {
    background: #363D40;
    border-top: 3px solid #9a6c5c;
    padding-top:0;
    color:#9a6c5c;
    border-left:1px solid #424A4D;
    border-right:1px solid #424A4D;
}
.footerArea .zs-tabs-accordion-content, .footerArea .zs-highlight-box .zs-tabs-accordion-content {
      background: #363D40;
  border: 1px solid #424A4D;
    padding: 15px;
    display: none;
    font-size: 14px;
    clear:both;
    border-top: 0;
    margin-bottom:5px;
    min-height:70px;
    height:auto !important;
    height:70px;
}
.footerArea .zs-accordion, .footerArea .zs-highlight-box .zs-accordion {
    color: #6A777C;
    padding:10px;
    cursor: pointer;
    margin-bottom: 5px;
    display:block;
    font-size: 14px;
    background: #282D2F;
    border: 1px solid #424A4D;
}
.footerArea .zs-accordion.selected, .footerArea .zs-highlight-box .zs-accordion.selected {
    background: #4E9BB4;
    color: #ffffff;
    margin-bottom: 0px;
    border-color:#4E9BB4;
}
/*---------------------------------- THEME FOOTER HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.footerArea .zs-highlight-box .zs-tabs-accordion-content {
    color: #6a777c;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content h1, .footerArea .zs-highlight-box .zs-tabs-accordion-content h2, .footerArea .zs-highlight-box .zs-tabs-accordion-content h3, .footerArea .zs-highlight-box .zs-tabs-accordion-content h4, .footerArea .zs-highlight-box .zs-tabs-accordion-content h5, .footerArea .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #9a9a9a;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content a, .footerArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #9a6c5c;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #6a777c;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #282d2f;
    border-color: #36393a;
    color: #c9d3da;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #40474a;
    color: #6a777c;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .footerArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .footerArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #2e3236;
    border-color: #414548;
    color: #6a777c;
}
/*---------------------------------- FORM AREA CSS -----------------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
form li {
    overflow: hidden;
    padding: 5px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
    padding: 5px 0;
}
form ul li label {
    width: 200px;
    text-align: left;
}
form li div span {
    clear: both;
    display: block;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 0px 5px 0;
    margin-top: 10px;
}
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:#6a777c;
    background: #F4F4F4;
    border: 1px solid #E8E8E8;
    width: 200px;
    float: left;
    padding: 3px;
    resize: none;
    outline: none;
    margin: 0px;
    padding: 8px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
form li span select {
    width: 207px;
}
form li span textarea {
    height: 80px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    border: 0;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 5px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
form li input[type=submit], form li input[type=reset], button {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    background: #FFA743;
    border: 1px solid #C57D2D;
    padding: 10px 30px;
    margin-right: 5px;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    cursor: pointer;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}
form li input[type=reset] {
    background: #f5f5f5;
    border: 1px solid #b0b0b0;
    color: #808080;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
/*----------------------------------- THEME HIGHLIGHT BOX AREA CSS  -----------------------------------------------*/
.zs-highlight-box {
 background-color: #ca4b81;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#9b305d;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#F098BD;
}
.zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#FFB15E;
}
.zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#FFB15E;
}
.zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#FFB15E;
}
.zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#FFB15E;
}
.zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#FFB15E;
}
.zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#FFB15E;
}
.zs-highlight-box a {
text-decoration:none;
color:#FFB15E;
}
.zs-highlight-box a:hover {
 color:#FFB15E;
 text-decoration:none;
}
.zs-highlight-box hr {
    border-top-color: #E27CA8;
}
.zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#A03663;
 background:#D36D99;
 border-width:1px;
 border-style:solid;
 border-color:#ca4b81;
 padding:10px;
}
.zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#F098BD;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#B9376E;
 padding:10px;
}
.zs-highlight-box h3.newsletter-heading {
    color:#FFB15E;
}
.zs-highlight-box .newsletter-desc {
    color:#F098BD;
}
/*----------------------------------- TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.zs-text-light-color {
color:#C4C4C4
}
.zs-text-highlight-color {
color:#7EA388
}
.zs-highlight-box .zs-text-light-color {
color:#C4C4C4
}
.zs-highlight-box .zs-text-highlight-color {
color:#FFB15E
}
/*----------------------------------- THEME TABS AREA -----------------------------------*/
.zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    display:none;
    margin: 0px;
    border-bottom: 1px solid #dfdfdf;
}
.zs-tabs ul li {
    float: left;
    margin:0px 1px 0px;
    padding: 0;
}
.zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    color: #6a777c;
    margin: 0 0 -1px;
    line-height: 3;
    background: #EFEFEF;
}
.zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 3px solid #7ea388;
    padding-top:0;
    color:#7ea388;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    padding: 15px;
    display: none;
    clear:both;
    border-top: 0;
    margin-bottom:5px;
    min-height:70px;
    height:auto !important;
    height:70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #6a777c;
    padding:10px;
    cursor: pointer;
    margin-bottom: 5px;
    display:block;
    background: #EFEFEF;
    border: 1px solid #dfdfdf;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #7ea388;
    color: #ffffff;
    margin-bottom: 0px;
    border-color:#7ea388;
}
/*---------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.zs-highlight-box .zs-tabs-accordion-content {
    color:#6a777c;
}
.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: #7ea388;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #9a6c5c;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #dddddd;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f5f5f5;
    border-color: #ebebeb;
    color: #6a777c;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #efefef;
    color: #6a777c;
}
.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: #f4f4f4;
    border: 1px solid #e8e8e8;
    color: #6a777c;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialIconContainer {
    margin: 10px 0;
    text-align: center;
}
.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: inline-block;
    margin: 3px 3px 0;
}
.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: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 26px;
color: #7EA388;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
color: #6A777C;
}
.newsletter-input-field {
background: #F4F4F4;
border-width: 1px;
border-color: #cbcbcb;
color:#6A777C;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
    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: #FFA743;
border-width: 1px;
border-color: #C57D2D;
color:#ffffff;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
text-shadow:none;
-webkit-text-shadow:none;
-moz-text-shadow:none;
-o-text-shadow:none;
    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-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#6A777C;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#6A777C;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#6A777C;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 35px;
    background:#303538;
    border-bottom:1px solid #495153;
}
.member-signin {
    padding:0 5px;
}
.member-signin > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align:right;
}
.member-signin li {
    display: inline-block;
    line-height: 35px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li:first-child {
    width:75%;
}
.member-signin li a {
    font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:12px;
    text-decoration:none;
    color:#B47B67;
    display:block;
    text-align:right;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#B47B67;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#B47B67;
    content: "|";
    position: absolute;
    top: 0;
    left:-12px;
}
 