/* -------------------------------- WEB FONTS CSS -------------------------------- */
@-zs-include webfonts(PT Sans:400,700/Raleway: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:#BC63D4;
 background-image:url('/zimages/cssVarBG14.png');
 background-position:0 0;
 background-repeat:repeat;
 background-size:auto;
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:19px;
 color:#000000;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}
h1 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:28px;
color:#70128A;
}
h2 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:24px;
color:#70128A;
}
h3 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ecc012;
}
h4 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ecc012;
}
h5 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ecc012;
}
h6 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ecc012;
}
a {
 color:#8e48a1;
 text-decoration:None;
}
a:hover {
 text-decoration:Underline;
 color:#BE67D6;
}
p {
    line-height: 1.7;
}
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: 0;
  border-top: 1px dashed #e6e5e5;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:19px;
 color:#82249c;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:10px;
 font-weight:normal;
}
td {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:19px;
 color:#000000;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:10px;
}
/*---------------------------------- HEADER AREA -----------------------------------------*/
.headerContainer {
    background:#ffffff;
    padding: 20px;
    text-align: center;
    margin:15px;
    box-shadow:0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 6px rgba(0,0,0,0.1);
    -o-box-shadow:0 0 6px rgba(0,0,0,0.1);
}
.logoarea {
    padding-bottom: 15px;
}
.headerContainer h1 {
 font-family:"Lobster";
 font-size:48px;
 color:#82249C;
    padding-bottom: 5px;
}
.headerContainer h5 {
  font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:19px;
 color:#626262;
 font-weight:400;
}
/*---------------------------------- MENU AREA -----------------------------------------*/
.menuarea {
    width: 100%;
    margin: 0 auto;
    padding:20px 0;
    background:#ffffff;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 95%;
    background-color:#3E23E8;
 background-image:none;
 background-repeat:repeat-x;
 background-position:left top;
 border-bottom:2px solid #f05959;
 height:58px;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    margin:0;
    height:60px;
    cursor: pointer;
    width: 33%;
}
#navigation li a {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 color:#ffffff;
 font-size:15px;
 text-transform:capitalize;
    text-decoration: none;
    float: left;
    display: block;
    width: 100%;
    height:60px;
    text-shadow:0 1px 0 #000000;
  -webkit-text-shadow:0 1px 0 #000000;
  -moz-text-shadow:0 1px 0 #000000;
  -o-text-shadow:0 1px 0 #000000;
}
#navigation li.selected a{
 background-color:#3422a8;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
 color:#ffffff;
}
#navigation li a span {
    word-wrap: break-word;
    height:58px;
    display: block;
    line-height:60px;
    margin-right:0px;
    overflow: hidden;
    margin-left: 0;
    text-align:center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#navigation li a em {
    display: block;
    float: right;
    height: 7px;
    width: 11px;
    margin:-28px 10px 0 10px;
}
#navigation li.navArrow a em {
    background: url(images/navArrow.png) no-repeat 0 0;
}
#navigation li.selected.navArrow a em {
    background: url(images/navArrowHover.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:#3e23e8;
background-image:none;
background-position:top left;
background-repeat:repeat;
 border-width:0;
border-style:none;
border-color: transparent;
 border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-o-border-radius:0;
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.submenu li a {
 color:#ffffff;
 font-size:14px;
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height:2.5;
    float: left;
    cursor: pointer;
    font-weight:400;
}
.submenu li.selected {
 background-color:#3422A8;
background-image:none;
background-position:top left;
background-repeat:repeat;

}
.submenu li.selected a span{
    color:#ffffff;
}
.submenu li a span {
    float: left;
    padding-left: 15px;
    word-wrap: break-word;
    width: 85%
}
.submenu li a em {
    width: 5px;
    float: right;
    height: 9px;
}
.submenu li.navArrow a em {
    background: url(images/subnavArrow.png) left top no-repeat;
    float: right;
    height: 6px;
    width: 10px;
    margin: 15px 5px 0 13px;
}
.submenu li.selected.navArrow a em {
    background: url(images/subnavArrowHover.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 6px 0px rgba(0,0,0,0.1), 0px 0px 0px 0px transparent inset;
 -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1), 0px 0px 0px 0px transparent inset;
 -o-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1), 0px 0px 0px 0px transparent inset;
 -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1), 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;
    margin-top:20px;
    margin:10px;
    padding:15px;
}
.bannerImage {
    margin-bottom:30px;
}
.breadcrumb {
    padding: 5px 0;
    border-bottom: 1px dotted #CBCBCB;
    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 -----------------------------------------*/
.sidebararea {
font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
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: 0px;
 border-style:none;
 border-color: transparent;
 border-radius: 0px;
 -moz-border-radius:0px;
 -webkit-border-radius:0px;
 -o-border-radius:0px;
 margin:10px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding:20px;
}
.sidebararea h1 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ecc012;
}
.sidebararea h2 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ecc012;
}
.sidebararea h3 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ecc012;
}
.sidebararea h4 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ecc012;
}
.sidebararea h5 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ecc012;
}
.sidebararea h6 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ecc012;
}
.sidebararea a {
 color:#ecc012;
 text-decoration:none;
}
.sidebararea a:hover {
 text-decoration:none;
 color:#ecc012;
}
.sidebararea th {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:10px;
    font-weight: normal;
}
.sidebararea td {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:10px;
}
.sidebararea .zs-highlight-box {
 background-color: #434343;
 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 rgba(0,0,0,0.5), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 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: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#7A7A7A;
}
.sidebararea .zs-highlight-box h1 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ecc012;
}
.sidebararea .zs-highlight-box h2 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ecc012;
}
.sidebararea .zs-highlight-box h3 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ecc012;
}
.sidebararea .zs-highlight-box h4 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ecc012;
}
.sidebararea .zs-highlight-box h5 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ecc012;
}
.sidebararea .zs-highlight-box h6 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ecc012;
}
.sidebararea .zs-highlight-box a {
 text-decoration:none;
color:#ecc012;
}
.sidebararea .zs-highlight-box a:hover {
text-decoration:none;
color:#ecc012;
}
.sidebararea .zs-highlight-box hr {
    border-top-color:#313030;
}
.sidebararea .zs-highlight-box form li span input[type=text], .sidebararea .zs-highlight-box form li span textarea, .sidebararea .zs-highlight-box form li span select {
    background: #535353;
    border: 1px solid #3F3C3C;
    color:#7A7A7A;
}
.sidebararea .zs-highlight-box form li input[type=reset] {
    background: #353434;
}
.sidebararea .zs-highlight-box th {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#6D6D6D;
 background:#313131;
 border-width:1px;
 border-style:solid;
 border-color:#434343;
 padding:10px;
    font-weight: normal;
}
.sidebararea .zs-highlight-box td {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:10px;
}
.sidebararea .zs-highlight-box h3.newsletter-heading {
    color:#ECC012;
}
.sidebararea .zs-highlight-box .newsletter-desc {
    color:#7A7A7A;
}
.sidebararea .zs-highlight-box .newsletter-input-field {
    background: #535353;
    border-color: #3F3C3C;
    color: #B0B0B0;
}
.sidebararea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#B0B0B0;
}
.sidebararea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#B0B0B0;
}
.sidebararea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#B0B0B0;
}
/* ------------------------------------ TEXT HIGHLIGHT CSS ------------------------------------------------*/
.sidebararea .zs-text-light-color {
color:#BFBFBF
}
.sidebararea .zs-text-highlight-color {
color:#ECC012
}
.sidebararea .zs-highlight-box .zs-text-light-color {
color:#BFBFBF
}
.sidebararea .zs-highlight-box .zs-text-highlight-color {
color:#ECC012
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.sidebararea .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    display:none;
    border-bottom: 1px solid #E8E8E8;
}
.sidebararea .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.sidebararea .zs-tabs ul li:first-child div {
    border-left: 1px solid #E8E8E8;
}
.sidebararea .sidebararea .zs-tabs ul li div {
    background: #F3F3F3;
    padding: 0 25px;
    font-size: 14px;
    color: #777777;
    position: relative;
    margin: 0 0 -1px;
    line-height:3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}
.sidebararea .zs-tabs ul li:hover div {
    background: #F05959;
    color: #ffffff;
}
.sidebararea .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #F05959;
    padding-top: 1px;
}
.sidebararea .zs-tabs-accordion-content, .sidebararea .zs-highlight-box .zs-tabs-accordion-content {
    clear:both;
    border: 1px solid #E8E8E8;
    padding: 15px;
    display: none;
    color: #777777;
    border-top: 0px;
    background: #FFFFFF;
    margin-bottom:3px;
    min-height:70px;
    height:auto !important;
    height:70px; 
}
.sidebararea .zs-accordion, .sidebararea .zs-highlight-box .zs-accordion {
    background: #F3F3F3;
    color: #777777;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    margin-bottom: 2px;
    display:block;
}
.sidebararea .zs-accordion.selected, .sidebararea .zs-highlight-box .zs-accordion.selected {
    background: #F05959;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.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: #ecc012;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content a, .sidebararea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #ecc012;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #DDDDDD;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #ffffff;
    border-color: #e6e5e5;
    color: #777777;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #f8f8f8;
    border-color: #e6e5e5;
    color: #777777;
}
.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: #fcfbfb;
    border: 1px solid #e7e6e6;
    color: #777777;
}
/*---------------------------------- FOOTER AREA -----------------------------------------*/
.footerArea {
    background-color:#3b3b3b;
 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:0;
 border-style:none;
 border-color:transparent;
 border-radius: 0px;
 -moz-border-radius:0px;
 -webkit-border-radius:0px;
 -o-border-radius:0px;
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
    padding:20px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    margin:0 10px;
}
.footerArea h1 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ecc012;
}
.footerArea h2 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ecc012;
}
.footerArea h3 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ecc012;
}
.footerArea h4 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ecc012;
}
.footerArea h5 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ecc012;
}
.footerArea h6 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ecc012;
}
.footerArea a {
 color:#ecc012;
 text-decoration:none;
}
.footerArea a:hover {
 text-decoration:none;
 color:#ecc012;
}
.footerArea form li span input[type=text], .footerArea form li span textarea, .footerArea form li span select {
    background:#373737;
  border:1px solid #333333;
}
.footerArea form li input[type=reset] {
  background:#2B2B2B;
}
.footerArea .newsletter-input-field {
    background: #373737;
    border-color: #333333;
    color: #969696;
}
.footerArea .newsletter-form input[type="text"]::-moz-placeholder {
    color:#969696;
}
.footerArea .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#969696;
}
.footerArea .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#969696;
}
.footerArea th {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:#2D2D2D;
 border-width:1px;
 border-style:solid;
 border-color:#282828;
 padding:10px;
    font-weight: normal;
}
.footerArea td {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#343434;
 padding:10px;
}
.footerArea .zs-highlight-box {
 background-color: #ecc012;
 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 rgba(0,0,0,0.5), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 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: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#FFEBA1;
}
.footerArea .zs-highlight-box h1 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:28px;
color:#FF4242;
}
.footerArea .zs-highlight-box h2 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:24px;
color:#FF4242;
}
.footerArea .zs-highlight-box h3 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:22px;
color:#FF4242;
}
.footerArea .zs-highlight-box h4 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:20px;
color:#FF4242;
}
.footerArea .zs-highlight-box h5 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:18px;
color:#FF4242;
}
.footerArea .zs-highlight-box h6 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:16px;
color:#FF4242;
}
.footerArea .zs-highlight-box a {
 text-decoration:none;
color:#FF4242;
}
.footerArea .zs-highlight-box a:hover {
text-decoration:none;
color:#FF4242;
}
.footerArea .zs-highlight-box hr {
    border-top-color:#FFDC24;
}
.footerArea .zs-highlight-box th {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#B93636;
 background:#FFDA47;
 border-width:1px;
 border-style:solid;
 border-color:#ecc012;
 padding:10px;
    font-weight: normal;
}
.footerArea .zs-highlight-box td {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#CAA40C;
 padding:10px;
}
.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: #DFB304;
border: 1px solid #F5C91C;
color:#FFEBA1;
}
.footerArea .zs-highlight-box h3.newsletter-heading {
    color:#FF4242;
}
.footerArea .zs-highlight-box .newsletter-desc {
    color:#FFEBA1;
}
.footerArea .zs-highlight-box .newsletter-input-field {
    background: #DFB304;
    border-color:#F5C91C;
    color: #FFF0B9;
}
.footerArea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#FFF0B9;
}
.footerArea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#FFF0B9;
}
.footerArea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#FFF0B9;
}
/* ------------------------------------ TEXT HIGHLIGHT CSS ------------------------------------------------*/
.footerArea .zs-text-light-color {
color:#525252
}
.footerArea .zs-text-highlight-color {
color:#ECC012
}
.footerArea .zs-highlight-box .zs-text-light-color {
color:#525252
}
.footerArea .zs-highlight-box .zs-text-highlight-color {
color:#FF4242
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.footerArea .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    display:none;
    border-bottom: 1px solid #444444;
}
.footerArea .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.footerArea .zs-tabs ul li:first-child div {
    border-left: 1px solid #444444;
}
.footerArea .zs-tabs ul li div {
    background: #444444;
    padding: 0 25px;
    font-size: 14px;
    color: #777777;
    position: relative;
    margin: 0 0 -1px;
    line-height:3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #444444;
    border-top: 1px solid #444444;
}
.footerArea .zs-tabs ul li:hover div {
    background: #F05959;
    color: #ffffff;
}
.footerArea .zs-tabs ul li.selected div {
    background: #323232;
    color: #FFFFFF;
    padding-top: 1px;
}
.footerArea .zs-tabs-accordion-content, .footerArea .zs-highlight-box .zs-tabs-accordion-content {
    clear:both;
    border: 1px solid #444444;
    padding: 15px;
    display: none;
    color: #777777;
    border-top: 0px;
    background: #323232;
    margin-bottom:3px;
    min-height:70px;
    height:auto !important;
    height:70px; 
}
.footerArea .zs-accordion, .footerArea .zs-highlight-box .zs-accordion {
    background: #444444;
    color: #777777;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #444444;
    margin-bottom: 2px;
    display:block;
}
.footerArea .zs-accordion.selected, .footerArea .zs-highlight-box .zs-accordion.selected {
    background: #F05959;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- THEME FOOTER AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.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: #ecc012;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content a, .footerArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #ecc012;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #515151;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #2d2d2d;
    border-color: #3c3c3c;
    color: #ecc012;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #3c3c3c;
    color: #777777;
}
.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: #292929;
    border: 1px solid #373737;
    color: #777777;
}
/*----------------------------------- 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:3px 0;
}
form li div span {
    clear: both;
    display:block;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 3px 5px 0;
    margin-top: 10px;
}
form li span input[type=text], form li span textarea, form li span select {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:19px;
 color:#000000;
  width:230px;
  background:#fcfbfb;
  border:1px solid #e7e6e6;
  float:left;
  padding:6px;
  resize: none;
  margin:0px;
}
form li span select {
    width: 237px;
}
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: 10px;
    outline: none;
    padding:0;
    border-radius:0;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 -o-border-radius:0;
}
form li input[type=submit], form li input[type=reset], button {
font-family:'PT Sans', Verdana, Geneva, sans-serif;
  font-size:14px;
  color:#000000;
  border:0 solid;
  background:#FFD738;
  padding:5px 30px;
  margin-right:10px;
  font-weight:400;
  cursor:pointer;
 border-radius:4px;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 -o-border-radius:4px;
}
form li input[type=reset] {
  background:#3e3e3e;
  color:#ffffff;
}

/* -------------------------------- THEME HIGHLIGHT BOX AREA CSS -------------------------------- */
.zs-highlight-box {
background-color: #f05959;
 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 rgba(0,0,0,0.5), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5), 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: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#FFC2C2;
}
.zs-highlight-box h1 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:28px;
color:#FFF0B5;
}
.zs-highlight-box h2 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:24px;
color:#FFF0B5;
}
.zs-highlight-box h3 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:22px;
color:#FFF0B5;
}
.zs-highlight-box h4 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:20px;
color:#FFF0B5;
}
.zs-highlight-box h5 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:18px;
color:#FFF0B5;
}
.zs-highlight-box h6 {
font-family:'Raleway', Verdana, Geneva, sans-serif;
font-size:16px;
color:#FFF0B5;
}
.zs-highlight-box a {
 text-decoration:none;
color:#FFF0B5;
}
.zs-highlight-box a:hover {
text-decoration:none;
color:#FFF0B5;
}
.zs-highlight-box hr {
    border-top:1px solid #CA4C4C;
}
.zs-highlight-box th {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#B93636;
 background:#FF8383;
 border-width:1px;
 border-style:solid;
 border-color:#f05959;
 padding:10px;
    font-weight: normal;
}
.zs-highlight-box td {
 font-family:'PT Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:10px;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background: #FF6C6C;
border: 1px solid #EC5252;
color:#FFC2C2;
}
.zs-highlight-box h3.newsletter-heading {
    color:#FFF0B5;
}
.zs-highlight-box .newsletter-desc {
    color:#FFC2C2;
}
.zs-highlight-box .newsletter-input-field {
    background: #FF6C6C;
    border: 1px solid #EC5252;
    color: #FFDEDE;
}
.zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#FFDEDE;
}
.zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#FFDEDE;
}
.zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#FFDEDE;
}
/* ------------------------------------ TEXT HIGHLIGHT CSS ------------------------------------------------*/
.zs-text-light-color {
color:#BFBFBF
}
.zs-text-highlight-color {
color:#ECC012
}
.zs-highlight-box .zs-text-light-color {
color:#BFBFBF
}
.zs-highlight-box .zs-text-highlight-color {
color:#FFF0B5
}
/*-------------------- THEME TABS AND ACCORDION AREA CSS START --------------------- */
.zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    display:none;
    border-bottom: 1px solid #E8E8E8;
}
.zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.zs-tabs ul li:first-child div {
    border-left: 1px solid #E8E8E8;
}
.zs-tabs ul li div {
    background: #F3F3F3;
    padding: 0 25px;
    font-size: 14px;
    color: #777777;
    position: relative;
    margin: 0 0 -1px;
    line-height:3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}
.zs-tabs ul li:hover div {
    background: #F05959;
    color: #ffffff;
}
.zs-tabs ul li.selected div {
    background: #ffffff;
    color: #F05959;
    padding-top: 1px;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    clear:both;
    border: 1px solid #E8E8E8;
    padding: 15px;
    display: none;
    color: #777777;
    border-top: 0px;
    background: #FFFFFF;
    margin-bottom:3px;
    min-height:70px;
    height:auto !important;
    height:70px; 
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    background: #F3F3F3;
    color: #777777;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    margin-bottom: 2px;
    display:block;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #F05959;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- 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: #ecc012;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #ecc012;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #DDDDDD;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #ffffff;
    border-color: #e6e5e5;
    color: #777777;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #f8f8f8;
    border-color: #e6e5e5;
    color: #777777;
}
.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: #fcfbfb;
    border: 1px solid #e7e6e6;
    color: #777777;
}
.zs-highlight-box .zs-accordion.selected {
    background:#ffd738;
}
/***************************** 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: 'Raleway', Verdana, Geneva, sans-serif;
font-size: 22px;
color: #ECC012;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'PT Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
color: #777777;
}
.newsletter-input-field {
background: #FCFBFB;
border-width: 1px;
border-color: #E7E6E6;
color:#777777;
font-family: 'PT 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: #FFD738;
border-width: 0;
border-color: transparent;
color:#000000;
font-family: 'PT Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
    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:#777777;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#777777;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#777777;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 35px;
}
.member-signin {
    padding:0 10px;
}
.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:'PT Sans', Verdana, Geneva, sans-serif;
     font-size:19px;
    text-decoration:none;
    color:#ecc012;
    display:block;
    text-align:right;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#ecc012;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#ecc012;
    content: "|";
    position: absolute;
    top: 0;
    left:-12px;
}
 