/* -------------------------------- WEB FONTS CSS -------------------------------- */
@-zs-include webfonts(Droid Serif:400,700/Forum/Source Sans Pro: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:transparent;
 background-image: url(images/backgroundPattern.png);
 background-position:0 0;
 background-repeat:repeat;
 background-size:auto;
 font-family:Verdana,Geneva,sans-serif;
 font-size:13px;
 color:#1e1e22;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}
h1 {
font-family:Verdana,Geneva,sans-serif;
font-size:16px;
color:#000000;
}
h2 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#3c3d4c;
}
h3 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#3c3d4c;
}
h4 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#3c3d4c;
}
h5 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#3c3d4c;
}
h6 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#3c3d4c;
}
a {
 color:#337ab7;
 text-decoration:none;
}
a:hover {
 text-decoration:none;
 color:#23527c;
}
a img {
    border: 0 solid;
}
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 solid #f1f1f1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
 background:#f2f2f2;
 border-width:1px;
 border-style:solid;
 border-color:#E4E4E4;
 padding:10px;
 font-weight:normal;
}
td {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#f1f1f1;
 padding:10px;
}
/*---------------------------------- HEADER AREA -----------------------------------------*/
.headerContainer {
    padding:15px;
    text-align: center;
    background:#ffffff;
}
.logoarea {
    padding-bottom: 15px;
}
.headerContainer h1 {
font-family:Verdana,Geneva,sans-serif;
 font-size:16px;
 color:#3c3d4c;
    padding-bottom: 5px;
}
.headerContainer h5 {
font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
}
/*---------------------------------- MENU AREA -----------------------------------------*/
.menuCont {
    margin:10px 15px;
    padding:15px;
    background:#ffffff;
}
#navigation ul{
    width: 95%;
    margin: 0 auto;
    padding:15px 0;
    list-style: none;
    border-width:1px 0;
    border-style:dashed;
    border-color:#E6E6E6;
}
#navigation li{
    background-color: transparent;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#navigation li a, .submenu li a{
    font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 color:#878787;
 font-size:16px;
    display: block;
    line-height:1.6;
    float: left;
    text-decoration: none;
    curser: pointer;
    position: relative;
    width: 100%;
}
#navigation li.selected{
 background-color:transparent;
 background-image:none;
 background-repeat:repeat-x;
 background-position:left top;
}
#navigation li.selected a{
      color:#000000;
}
#navigation li a span{
    word-wrap: break-word;
    float: left;
    padding:5px 0;
    width: 91%
}
#navigation li a em{
    height: 7px;
    margin-top: 15px;
    width: 5px;
    position: absolute;
    right: 10px;
    top: 0;
}
#navigation li.navArrow a em{
    background: url(images/navArrow.png) no-repeat center center;
}
/*---------------------------------- SUBMENU AREA -----------------------------------------*/
.submenu {
    width: 95%;
    margin: 0 auto;
    padding:0;
}
.submenu ul {
    width: 95%;
    margin: 0 auto;
    padding:15px 0;
    list-style: none;
    border-width:1px 0;
    border-style:dashed;
    border-color:#cfcfcf;
    overflow:hidden;
}
.submenu li {
    background-color:transparent;
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 a{
    text-decoration: none;
color:#878787;
 font-size:12px;
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
    display: block;
    line-height: 1.8;
    float: left;
    text-decoration: none;
    curser: pointer;
    position: relative;
    width: 100%;
}
.submenu li.selected {
    background-color:transparent;
background-image:none;
background-position:top left;
background-repeat:repeat;
}
.submenu li.selected a {
     color:#f2c71c;
}
.submenu li a span{
    word-wrap: break-word;
    float: left;
    padding: 5px 25px 5px 10px;
    width: 91%
}
.submenu li a em{
    height: 7px;
    margin-top: 15px;
    width: 5px;
    position: absolute;
    right: 10px;
    top: 0;
}
.submenu li.navArrow a em{
    background: url(images/navArrow.png) no-repeat center center;
}
/*---------------------------------- 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;
 -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;
    margin:15px 10px;
    padding:10px;
}
.bannerImage {
    margin-bottom:20px;
}
.breadcrumb {
    padding: 5px 0;
    border-bottom: 1px dotted #f6f6f6;
    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;
}
.sidebararea {
    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;
    font-family:Verdana,Geneva,sans-serif;
 font-size:11px;
 color:#878787;
    margin:15px 10px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding:15px;
}
.sidebararea h1 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#3c3d4c;
}
.sidebararea h2 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#3c3d4c;
}
.sidebararea h3 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#3c3d4c;
}
.sidebararea h4 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#3c3d4c;
}
.sidebararea h5 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#3c3d4c;
}
.sidebararea h6 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#3c3d4c;
}
.sidebararea a {
 color:#337ab7;
 text-decoration:none;
}
.sidebararea a:hover {
 text-decoration:none;
 color:#23527c;
}
.sidebararea form li span input[type=text], .sidebararea form li span textarea, .sidebararea form li span select {
    width:200px;
    background:#f2f2f2;
    box-shadow:2px 2px 0 0 #eaeaea;
    -webkit-box-shadow:2px 2px 0 0 #eaeaea;
    -moz-box-shadow:2px 2px 0 0 #eaeaea;
    -o-box-shadow:2px 2px 0 0 #eaeaea;
}
.sidebararea form li input[type=submit], .sidebararea form li input[type=reset], .sidebararea button {
    color:#3c3d4c;
}
.sidebararea th {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
 background:#f2f2f2;
 border-width:1px;
 border-style:solid;
 border-color:#E4E4E4;
 padding:10px;
 font-weight:normal;
}
.sidebararea td {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#f1f1f1;
 padding:10px;
}
/* -------------------------------- THEME SIDEBAR HIGLIGHT BOX AREA CSS -------------------------------- */
.sidebararea .zs-highlight-box {
 background-color: #f6da68;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(top, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(top, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(top, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 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;
 -webkit-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: 1px;
 border-style:solid;
 border-color:#c9be20;
 border-radius: 5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
 padding: 10px;
 margin: 0;
    min-height:200px;
font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:13px;
 color:#8D7927;
}
.sidebararea .zs-highlight-box h1 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#FFFFFF;
}
.sidebararea .zs-highlight-box h2 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#FFFFFF;
}
.sidebararea .zs-highlight-box h3 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#FFFFFF;
}
.sidebararea .zs-highlight-box h4 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#FFFFFF;
}
.sidebararea .zs-highlight-box h5 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#FFFFFF;
}
.sidebararea .zs-highlight-box h6 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#FFFFFF;
}
.sidebararea .zs-highlight-box a {
 text-decoration:none;
color:#FF5F00;
}
.sidebararea .zs-highlight-box a:hover {
text-decoration:none;
color:#FF5F00;
}
.sidebararea .zs-highlight-box hr {
    border-top-color:#B9A03B;
}
.sidebararea .zs-highlight-box th {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#AA9438;
 background:#FFEFAD;
 border-width:1px;
 border-style:solid;
 border-color:#f6da68;
 padding:10px;
 font-weight:normal;
}
.sidebararea .zs-highlight-box td {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#f1f1f1;
 padding:10px;
}
.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: #FFE98E;
box-shadow: 2px 3px 0 0 #E0C34A;
-moz-box-shadow: 2px 3px 0 0 #E0C34A;
-o-box-shadow: 2px 3px 0 0 #E0C34A;
-webkit-box-shadow: 2px 3px 0 0 #E0C34A;
color:#8D7927;
}
/* -------------------------------- Text Highlight CSS -------------------------------- */
.sidebararea .zs-text-light-color {
color:#BFBFBF
}
.sidebararea .zs-text-highlight-color {
color:#3C3D4C
}
.sidebararea .zs-highlight-box .zs-text-light-color {
color:#BFBFBF
}
.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;
    padding: 0px;
    display:none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #EAEAEA;
}
.sidebararea .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.sidebararea .zs-tabs ul li:first-child div {
    border-left: 1px solid #EAEAEA;
}
.sidebararea .zs-tabs ul li div {
    background: #F4F4F4;
    padding: 0 25px;
    color:#878787;
    position: relative;
    margin: 0 0 -1px;
    line-height:3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}
.sidebararea .zs-tabs ul li:hover div {
    background: #FD7F34;
    color: #ffffff;
}
.sidebararea .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #FD7F34;
    padding-top: 1px;
}
.sidebararea .zs-tabs-accordion-content, .sidebararea .zs-highlight-box .zs-tabs-accordion-content {
    clear:both;
    border: 1px solid #EAEAEA;
    padding: 15px;
    display: none;
    color:#878787;
    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: #F4F4F4;
    color:#878787;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #EAEAEA;
    margin-bottom: 2px;
    display:block;    
}
.sidebararea .zs-accordion.selected, .sidebararea .zs-highlight-box .zs-accordion.selected {
    background: #FD7F34;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- THEME 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: #3c3d4c;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content a, .sidebararea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #f2c71c;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #E8E8E8;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f2f2f2;
    border-color: #e4e4e4;
    color: #878787;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #f1f1f1;
    color: #878787;
}
.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: #f2f2f2;
    box-shadow: 2px 3px 0 0 #eaeaea;
    -webkit-box-shadow: 2px 3px 0 0 #eaeaea;
    -moz-box-shadow: 2px 3px 0 0 #eaeaea;
    -o-box-shadow: 2px 3px 0 0 #eaeaea;
    color: #878787;
    border:0px;
}
/*---------------------------------- FOOTER AREA -----------------------------------------*/
.footerArea {
background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px  transparent, 0px 0px 0px 0px transparent inset;
-moz-box-shadow: 0px 0px 0px 0px  transparent, 0px 0px 0px 0px transparent inset;
-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:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
    padding: 10px 10px 25px;
    margin:0 10px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}
.footerArea h1 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#3c3d4c;
}
.footerArea h2 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#3c3d4c;
}
.footerArea h3 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#3c3d4c;
}
.footerArea h4 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#3c3d4c;
}
.footerArea h5 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#3c3d4c;
}
.footerArea h6 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#3c3d4c;
}
.footerArea a {
 color:#f2c71c;
 text-decoration:none;
}
.footerArea a:hover {
 text-decoration:none;
 color:#f2c71c;
}
.footerArea th {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
 background:#f2f2f2;
 border-width:1px;
 border-style:solid;
 border-color:#E4E4E4;
 padding:10px;
 font-weight:normal;
}
.footerArea td {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#f1f1f1;
 padding:10px;
}
/* -------------------------------- THEME FOOTER HIGLIGHT BOX AREA CSS -------------------------------- */
.footerArea .zs-highlight-box {
background-color: #1cf4a5;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(top, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(top, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(top, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 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;
 -webkit-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: 1px;
 border-style:solid;
 border-color:#1bc889;
 border-radius: 5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
 padding: 10px;
 margin: 0;
    min-height:200px;
font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:13px;
 color:#1C6D4F;
}
.footerArea .zs-highlight-box h1 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#FFFFFF;
}
.footerArea .zs-highlight-box h2 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#FFFFFF;
}
.footerArea .zs-highlight-box h3 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#FFFFFF;
}
.footerArea .zs-highlight-box h4 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#FFFFFF;
}
.footerArea .zs-highlight-box h5 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#FFFFFF;
}
.footerArea .zs-highlight-box h6 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#FFFFFF;
}
.footerArea .zs-highlight-box a {
 text-decoration:none;
color:#FFF84D;
}
.footerArea .zs-highlight-box a:hover {
text-decoration:none;
color:#FFF84D;
}
.footerArea .zs-highlight-box hr {
    border-top-color:#2CB683;
}
.footerArea .zs-highlight-box th {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#FFFFFF;
 background:#30FFB3;
 border-width:1px;
 border-style:solid;
 border-color:#1cf4a5;
 padding:10px;
 font-weight:normal;
}
.footerArea .zs-highlight-box td {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#f1f1f1;
 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: #30FFB3;
box-shadow: 2px 3px 0 0 #1FD492;
-moz-box-shadow: 2px 3px 0 0 #1FD492;
-o-box-shadow: 2px 3px 0 0 #1FD492;
-webkit-box-shadow: 2px 3px 0 0 #1FD492;
color:#1C6D4F;
}
/* -------------------------------- Text Highlight CSS -------------------------------- */
.footerArea .zs-text-light-color {
color:#BFBFBF
}
.footerArea .zs-text-highlight-color {
color:#3C3D4C
}
.footerArea .zs-highlight-box .zs-text-light-color {
color:#BFBFBF
}
.footerArea .zs-highlight-box .zs-text-highlight-color {
color:#FFFFFF
}
/*--------------------- 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 #EAEAEA;
}
.footerArea .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.footerArea .zs-tabs ul li:first-child div {
    border-left: 1px solid #EAEAEA;
}
.footerArea .zs-tabs ul li div {
    background: #F4F4F4;
    padding: 0 25px;
    color:#878787;
    position: relative;
    margin: 0 0 -1px;
    line-height:3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}
.footerArea .zs-tabs ul li:hover div {
    background: #FD7F34;
    color: #ffffff;
}
.footerArea .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #FD7F34;
    padding-top: 1px;
}
.footerArea .zs-tabs-accordion-content, .footerArea .zs-highlight-box .zs-tabs-accordion-content {
    clear:both;
    border: 1px solid #EAEAEA;
    padding: 15px;
    display: none;
    color:#878787;
    border-top: 0px;
    background: #ffffff;
    margin-bottom:3px;
    min-height:70px;
    height:auto !important;
    height:70px;
}
.footerArea .zs-accordion, .footerArea .zs-highlight-box .zs-accordion {
    background: #F4F4F4;
    color:#878787;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #EAEAEA;
    margin-bottom: 2px;
    display:block;
}
.footerArea .zs-accordion.selected, .footerArea .zs-highlight-box .zs-accordion.selected {
    background: #FD7F34;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- THEME 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: #3c3d4c;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content a, .footerArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #f2c71c;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #E8E8E8;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f2f2f2;
    border-color: #e4e4e4;
    color: #878787;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #f1f1f1;
    color: #878787;
}
.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: #f2f2f2;
    box-shadow: 2px 3px 0 0 #eaeaea;
    -webkit-box-shadow: 2px 3px 0 0 #eaeaea;
    -moz-box-shadow: 2px 3px 0 0 #eaeaea;
    -o-box-shadow: 2px 3px 0 0 #eaeaea;
    color: #878787;
}
/* -------------------------------- THEME FORM AREA CSS -------------------------------- */
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
form li {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
    padding:10px 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:Verdana,Geneva,sans-serif;
 font-size:13px;
 color:#1e1e22;
  background:#f2f2f2;
  box-shadow:2px 3px 0 0 #eaeaea;
  -webkit-box-shadow:2px 3px 0 0 #eaeaea;
  -moz-box-shadow:2px 3px 0 0 #eaeaea;
  -o-box-shadow:2px 3px 0 0 #eaeaea;
    width: 200px;
    float: left;
    padding:8px;
    resize: none;
    border:0px;
    outline: none;
}
form li span select {
    width: 207px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 22px;
    height: 20px;
    border: none;
    vertical-align: middle;
    margin-top: 20px;
    margin-left:8px;
    outline: none;
}
form li input[type=submit], form li input[type=reset], button {
    font-family:Verdana,Geneva,sans-serif;
  font-size:13px;
  color:#3c3d4c;
  border:0 solid;
  background:#f2c71c;
  padding:4px 30px;
  margin-right:10px;
  cursor:pointer;
}
form li input[type=reset] {
    background:#f2f2f2;
  color:#878787;
}
/* -------------------------------- THEME HIGLIGHT BOX AREA CSS -------------------------------- */
.zs-highlight-box {
 background-color: #fd7f34;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(top, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(top, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(top, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 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;
 -webkit-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: 1px;
 border-style:solid;
 border-color:#d76623;
 border-radius: 5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
 padding: 10px;
 margin: 0;
    min-height:200px;
font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:13px;
 color:#FFCDB0;
}
.zs-highlight-box h1 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#1E1E22;
}
.zs-highlight-box h2 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#1E1E22;
}
.zs-highlight-box h3 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#1E1E22;
}
.zs-highlight-box h4 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#1E1E22;
}
.zs-highlight-box h5 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#1E1E22;
}
.zs-highlight-box h6 {
font-family:'Forum', Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#1E1E22;
}
.zs-highlight-box a {
 text-decoration:none;
color:#f2c71c;
}
.zs-highlight-box a:hover {
text-decoration:none;
color:#f2c71c;
}
.zs-highlight-box hr {
    border-top-color:#FFB24F;
}
.zs-highlight-box th {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#FFFFFF;
 background:#FF9454;
 border-width:1px;
 border-style:solid;
 border-color:#fd7f34;
 padding:10px;
 font-weight:normal;
}
.zs-highlight-box td {
 font-family:'Droid Serif', Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 color:#878787;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#f1f1f1;
 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: #FFA36C;
box-shadow: 2px 3px 0 0 #D57136;
-moz-box-shadow: 2px 3px 0 0 #D57136;
-o-box-shadow: 2px 3px 0 0 #D57136;
-webkit-box-shadow: 2px 3px 0 0 #D57136;
color:#FFCDB0;
}
/* -------------------------------- Text Highlight CSS -------------------------------- */
.zs-text-light-color {
color:#BFBFBF
}
.zs-text-highlight-color {
color:#3C3D4C
}
.zs-highlight-box .zs-text-light-color {
color:#BFBFBF
}
.zs-highlight-box .zs-text-highlight-color {
color:#1E1E22
}
/*-------------------- THEME TABS AND ACCORDION AREA CSS START --------------------- */
.zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    display:none;
    margin: 0;
    border-bottom: 1px solid #EAEAEA;
}
.zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.zs-tabs ul li:first-child div {
    border-left: 1px solid #EAEAEA;
}
.zs-tabs ul li div {
    background: #F4F4F4;
    padding: 0 25px;
    color:#878787;
    position: relative;
    margin: 0 0 -1px;
    line-height:3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}
.zs-tabs ul li:hover div {
    background: #FD7F34;
    color: #ffffff;
}
.zs-tabs ul li.selected div {
    background: #ffffff;
    color: #FD7F34;
    padding-top: 1px;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    clear:both;
    border: 1px solid #EAEAEA;
    padding: 15px;
    display: none;
    color:#878787;
    border-top: 0px;
    background: #ffffff;
    margin-bottom:3px;
    min-height:70px;
    height:auto !important;
    height:70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    background: #F4F4F4;
    color:#878787;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #EAEAEA;
    margin-bottom: 2px;
    display:block;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #FD7F34;
    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: #3c3d4c;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #f2c71c;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #E8E8E8;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f2f2f2;
    border-color: #e4e4e4;
    color: #878787;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #f1f1f1;
    color: #878787;
}
.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: #f2f2f2;
    box-shadow: 2px 3px 0 0 #eaeaea;
    -webkit-box-shadow: 2px 3px 0 0 #eaeaea;
    -moz-box-shadow: 2px 3px 0 0 #eaeaea;
    -o-box-shadow: 2px 3px 0 0 #eaeaea;
    color: #878787;
    border:0px;
}
.zs-highlight-box .zs-accordion.selected {
    background:#f2c71c;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialIconContainer {
padding: 10px 0;
text-align: center;
background:#FFFFFF;
border-top:2px solid #F6DA68;
}
.zs-socialicon-email,.zs-socialicon-facebook,.zs-socialicon-flickr,.zs-socialicon-googleplus,.zs-socialicon-linkedin,.zs-socialicon-pinterest,.zs-socialicon-rss,.zs-socialicon-twitter,.zs-socialicon-youtube,.zs-socialicon-medium,.zs-socialicon-instagram {
    background:url('images/zs-socialicon-sprite.png') no-repeat top left; width:24px; height:24px; display: inline-block;
margin:3px 3px 0;
}
.zs-socialicon-email {
    background-position:0 -0px;
}
.zs-socialicon-facebook {
    background-position:0 -24px;
}
.zs-socialicon-flickr {
    background-position:0 -48px;
}
.zs-socialicon-googleplus {
    background-position:0 -72px;
}
.zs-socialicon-linkedin {
    background-position:0 -96px;
}
.zs-socialicon-pinterest {
    background-position:0 -120px;
}
.zs-socialicon-rss {
    background-position:0 -144px;
}
.zs-socialicon-twitter {
    background-position:0 -168px;
}
.zs-socialicon-youtube {
    background-position:0 -192px;
}
.zs-socialicon-medium {
    background-position:0 -216px;
}
.zs-socialicon-instagram {
    background-position:0 -240px;
}
/*****************************   END: SOCIAL ICONS SPRITE *****************************/
.newsletter-container {
  background: transparent;
  padding: 10px
}
h3.newsletter-heading {
  margin-bottom: 10px;
font-family: inherit;
font-size: 22px;
color: inherit;
}
.newsletter-desc {
  margin-bottom: 25px;
font-family: inherit;
font-size: inherit;
color: inherit;
}
.newsletter-input-field, .zs-highlight-box .newsletter-input-field, #sidebar-container .newsletter-input-field, #sidebar-container .zs-highlight-box .newsletter-input-field, #footer-container .zs-highlight-box .newsletter-input-field, .zs-tabs-accordion-content .newsletter-input-field, #footer-container .newsletter-input-field {
background: #ffffff;
border-width: 1px;
border-color: #dddddd;
color:#666666;
font-family: inherit;
font-size: inherit;
  border-style: solid;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 5px;
  width: 200px;
  padding: 10px 5px;
}
button.newsletter-button, .zs-highlight-box button.newsletter-button, #sidebar-container .zs-highlight-box button.newsletter-button, #footer-container .zs-highlight-box button.newsletter-button, #footer-container button.newsletter-button, #footer-container .zs-tabs-accordion-content button.newsletter-button {
background: #F2C71C;
background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
background: -o-linear-gradient(top, #ffffff, #f2f2f2);
background: -s-linear-gradient(top, #ffffff, #f2f2f2);
border-width: 1px;
border-color: #D5D5D5;
color:#333333;
font-family: inherit;
font-size: inherit;
border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  -o-box-shadow:none;
  text-shadow:1px 1px 0 #ffffff;
  border-style: solid;
  cursor: pointer;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-right: 0;
  margin:0px;
}
.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;
}

#sidebar-container .newsletter-container {
  padding: 5px
}
#sidebar-container .newsletter-input-field {
  width:150px;
}
#sidebar-container .newsletter-layout-3 .newsletter-form {
  width:150px;
}

#sidebar-container .zs-highlight-box .newsletter-input-field, #sidebar-container .zs-tabs-accordion-content .newsletter-input-field {
  width:120px;
}

#sidebar-container .zs-highlight-box .newsletter-layout-3 .newsletter-form, #sidebar-container .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
  width:120px;
}

.newsletter-form input[type="text"]::-moz-placeholder {
   color: green;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
   color: green;
  font-size:85%;
  line-height:normal;
}

.newsletter-form  input[type="text"]:-ms-input-placeholder {
   color: green;
  font-size:85%;
  line-height:normal;
}
 