/* --------------------------------  WEB FONTS CSS -------------------------------- */
@-zs-include webfonts(Roboto:300,400,700/Open Sans:300,400,700);
/* -------------------------------- PRESET CSS -------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body {
 background-attachment:scroll;
 background-color:#ffffff;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-size:auto;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#888888;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-weight:300;
}
h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#5bc1af;
}
h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#5bc1af;
}
h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#5bc1af;
}
h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#5bc1af;
}
h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#5bc1af;
}
h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#5bc1af;
}
a {
 color:#5bc1af;
 text-decoration:none;
}
a:hover {
 text-decoration:none;
 color:#5bc1af;
}
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: 0;
  border-top: 1px solid #E7E7E7;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#626262;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#DBDBDB;
 padding:8px;
 font-weight:normal;
}
td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
}
/*---------------------------------- HEADER AREA -----------------------------------------*/
.themeTopAreaContainer{
 background-attachment:scroll;
 background-color:transparent;
 background-image: url(images/backgroundimage.jpg);
 background-position:center top;
 background-repeat:repeat-x;
 background-size:cover;
}
.headerContainer {
    padding: 20px 0 25px;
    text-align: center;
}
.logoarea {
    padding-bottom: 15px;
}
.headerContainer h1 {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:40px;
 color:#FFFFFF;
  word-wrap: break-word;
  letter-spacing:-2px;
  font-weight:300;
    padding-bottom: 5px;
}
.headerContainer h5 {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:15px;
 color:#ffff00;
  word-wrap: break-word;
  font-weight:300;
}
/*---------------------------------- MENU AREA -----------------------------------------*/
.menuarea {
    width: 100%;
 background-color:rgba(255, 255, 255, 0.15);
 background-image:none;
 background-repeat:repeat-x;
 background-position:left top;
 height:70px;
 border-top:1px solid rgba(255, 255, 255, 0.19);
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    height: 75px;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    height: 75px;
    cursor: pointer;
    width: 33%;
}
#navigation li a {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 color:#ffffff;
 font-size:15px;
    text-decoration: none;
    float: left;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 4;
}
#navigation li.selected {
 background-color:transparent;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
}
#navigation li.selected a span {
color:#ffff00;
}
#navigation li a span {
    word-wrap: break-word;
    height: 45px;
    display: block;
    line-height:70px;
    margin-right: 0;
    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: -10px 10px 0 10px;
}
#navigation li.navArrow a em {
    background: url(images/navArrow.png) no-repeat 0 0;
}
/*---------------------------------- SUBMENU AREA -----------------------------------------*/
.submenu {
 background-color:#ffffff;
 background-image:none;
 background-position:top left;
 background-repeat:repeat;
 border-width:1px;
 border-style:none;
 border-color:transparent;
 border-radius:0px;
 -moz-border-radius:0px;
 -webkit-border-radius:0px;
 -o-border-radius:0px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    overflow: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    box-shadow:1px 5px 0 0 #d9d9d9;
-webkit-box-shadow:1px 5px 0 0 #d9d9d9;
-moz-box-shadow:1px 5px 0 0 #d9d9d9;
-o-box-shadow:1px 5px 0 0 #d9d9d9;
}
.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.submenu li a {
 color:#626262;
 font-size:12px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 3;
    float: left;
    cursor: pointer;
}
.submenu li.selected {
 background-color:transparent;
 background-image:none;
 background-position:top left;
 background-repeat:repeat;
}
.submenu li.selected a span {
 color:#5bc1af;
}
.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, .submenu li.selected.navArrow a em {
    background: url(images/subnavArrow.png) left top no-repeat;
    float: right;
    height: 8px;
    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 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
   border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 border-width: 0;
 border-style:none;
 border-color:transparent;
    padding:15px;
}
.bannerImage {
    margin-bottom: 10px;
}
.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 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#888888;
background-color:#F8F8F8;
 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: 15px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 10px;
}
.sidebararea h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#5bc1af;
}
.sidebararea h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#5bc1af;
}
.sidebararea h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#5bc1af;
}
.sidebararea h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#5bc1af;
}
.sidebararea h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#5bc1af;
}
.sidebararea h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#5bc1af;
}
.sidebararea a {
 color:#5bc1af;
 text-decoration:none;
}
.sidebararea a:hover {
 text-decoration:none;
 color:#5bc1af;
}
.sidebararea th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#626262;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#DBDBDB;
 padding:8px;
 font-weight:normal;
}
.sidebararea td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
}
.sidebararea form li span input[type="text"], .sidebararea form li span textarea, .sidebararea form li span select {
    background:#FFFFFF;
}
.sidebararea .newsletter-input-field {
    background: #FFFFFF;
}
/* -------------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS -------------------------------- */
.sidebararea .zs-highlight-box {
 background-color: #fee79b;
 background-image: none;
 background-image: none, -moz-linear-gradient(top, transparent, transparent);
 background-image: none, -webkit-linear-gradient(top, transparent, transparent);
 background-image: none, -o-linear-gradient(top, transparent, transparent);
 background-position: top left;
 background-repeat: no-repeat;
 box-shadow: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.5) inset;
 -moz-box-shadow: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.5) inset;
 -webkit-box-shadow: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.5) inset;
 -o-box-shadow: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.5) 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: 0;
    min-height:200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#D3AD30;
}
.sidebararea .zs-highlight-box h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#24AC94;
}
.sidebararea .zs-highlight-box h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#24AC94;
}
.sidebararea .zs-highlight-box h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#24AC94;
}
.sidebararea .zs-highlight-box h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#24AC94;
}
.sidebararea .zs-highlight-box h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#24AC94;
}
.sidebararea .zs-highlight-box h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#24AC94;
}
.sidebararea .zs-highlight-box a {
 text-decoration:none;
color:#24AC94;
}
.sidebararea .zs-highlight-box a:hover {
text-decoration:none;
color:#24AC94;
}
.sidebararea .zs-highlight-box hr {
    border-top-color:#EBC95B;
}
.sidebararea .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#626262;
 background:#FFF3CB;
 border-width:1px;
 border-style:solid;
 border-color:#fee79b;
 padding:8px;
 font-weight:normal;
}
.sidebararea .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
}
.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: #FFF0BE;
border-bottom: 1px solid #FFDB66;
color:#D3AD30;
}
.sidebararea .zs-highlight-box h3.newsletter-heading {
    color:#398B7D;
}
.sidebararea .zs-highlight-box .newsletter-desc {
    color:#D3AD30;
}
.sidebararea .zs-highlight-box .newsletter-input-field {
    background: #FFF0BE;
    border-color:#FFDB66;
    color:#A88514;
}
.sidebararea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#A88514;
}
.sidebararea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#A88514;
}
.sidebararea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#A88514;
}
/* -------------------------------- SIDEBAR TEXT HIGHLIGHT CSS -------------------------------- */
.sidebararea .zs-text-light-color {
color:#CFCFCF
}
.sidebararea .zs-text-highlight-color {
color:#5BC1AF
}
.sidebararea .zs-highlight-box .zs-text-light-color {
color:#BBDDD7
}
.sidebararea .zs-highlight-box .zs-text-highlight-color {
color:#24AC94
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.sidebararea .zs-tabs ul {
    list-style: none;
    overflow:hidden;
    width: 100%;
    padding: 0px;
    display:none;
    margin: 0px;
    border-bottom: 3px solid #fdc555;
}
.sidebararea .zs-tabs ul li {
    float: left;
    margin: 0;
    padding: 0px;
}
.sidebararea .zs-tabs ul li div {
    padding: 0 20px;
    position: relative;
    color: #888888;
    line-height:3;
    cursor: pointer;
}
.sidebararea .zs-tabs ul li.selected {
    background: #fdc555;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}
.sidebararea .zs-tabs ul li.selected div {
    color: #ffffff;
}
.sidebararea .zs-tabs-accordion-content, .sidebararea .zs-highlight-box .zs-tabs-accordion-content {
    background:#ffffff;
    padding: 15px;
    display: none;
    color:#888888;
    margin-bottom: 2px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.sidebararea .zs-accordion, .sidebararea .zs-highlight-box .zs-accordion {
    background: #ffffff;
    color:#888888;
    padding: 12px;
    cursor: pointer;
    display:block;
    position: relative;
    margin-bottom: 2px;
}
.sidebararea .zs-accordion.selected, .sidebararea .zs-highlight-box .zs-accordion.selected {
    background: #fdc555;
    color: #ffffff;
}
/*---------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.sidebararea .zs-highlight-box .zs-tabs ul li div {
    color:#ffffff;
}
.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: #5bc1af;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content a, .sidebararea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #5bc1af;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #E1E1E1;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #F1F1F1;
    border-color: #dbdbdb;
    color: #626262;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #dbdbdb;
    color: #595a5b;
}
.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-bottom-color:#ededed;
    color: #888888;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    background:#F4F4F4;
}
/*---------------------------------- FOOTER AREA -----------------------------------------*/
.footerArea {
 background-color:#ffffff;
 background-image:url(images/footer.png);
 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-style:0px;
 border-style:solid;
 border-color:transparent;
 border-radius: 0px;
 -moz-border-radius:0px;
 -webkit-border-radius:0px;
 -o-border-radius:0px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#888888;
    padding: 40px 10px 25px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}
.footerArea h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#5bc1af;
}
.footerArea h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#5bc1af;
}
.footerArea h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#5bc1af;
}
.footerArea h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#5bc1af;
}
.footerArea h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#5bc1af;
}
.footerArea h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#5bc1af;
}
.footerArea a {
 color:#5bc1af;
 text-decoration:none;
}
.footerArea a:hover {
 text-decoration:none;
 color:#5bc1af;
}
.footerArea th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#626262;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#DBDBDB;
 padding:8px;
 font-weight:normal;
}
.footerArea td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
}
/* -------------------------------- THEME HIGHLIGHT BOX AREA CSS -------------------------------- */
.footerArea .zs-highlight-box {
 background-color: #96e3ea;
 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: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.2) inset;
 -moz-box-shadow: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.2) inset;
 -webkit-box-shadow: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.2) inset;
 -o-box-shadow: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.2) 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: 0;
    min-height:200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#E2FDFF;
}
.footerArea .zs-highlight-box h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#398B7D;
}
.footerArea .zs-highlight-box h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#398B7D;
}
.footerArea .zs-highlight-box h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#398B7D;
}
.footerArea .zs-highlight-box h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#398B7D;
}
.footerArea .zs-highlight-box h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#398B7D;
}
.footerArea .zs-highlight-box h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#398B7D;
}
.footerArea .zs-highlight-box a {
 text-decoration:none;
color:#398B7D;
}
.footerArea .zs-highlight-box a:hover {
text-decoration:none;
color:#398B7D;
}
.footerArea .zs-highlight-box hr {
    border-top-color:#65CAD3;
}
.footerArea .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#888888;
 background:#C0FAFF;
 border-width:1px;
 border-style:solid;
 border-color:#96e3ea;
 padding:8px;
 font-weight:normal;
}
.footerArea .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
}
.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: #9BEDF5;
border-bottom: 1px solid #86D7DF;
color:#E2FDFF;
}
.footerArea .zs-highlight-box h3.newsletter-heading {
    color:#398B7D;
}
.footerArea .zs-highlight-box .newsletter-desc {
    color:#E2FDFF;
}
.footerArea .zs-highlight-box .newsletter-input-field {
    background: #9BEDF5;
    border-color:#86D7DF;
    color:#E2FDFF;
}
.footerArea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#E2FDFF;
}
.footerArea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#E2FDFF;
}
.footerArea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#E2FDFF;
}
/* -------------------------------- FOOTER TEXT HIGHLIGHT CSS -------------------------------- */
.footerArea .zs-text-light-color {
color:#CFCFCF
}
.footerArea .zs-text-highlight-color {
color:#5BC1AF
}
.footerArea .zs-highlight-box .zs-text-light-color {
color:#BBDDD7
}
.footerArea .zs-highlight-box .zs-text-highlight-color {
color:#398B7D
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.footerArea .zs-tabs ul {
    list-style: none;
    overflow:hidden;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
    border-bottom: 3px solid #fdc555;
}
.footerArea .zs-tabs ul li {
    float: left;
    margin: 0;
    padding: 0px;
}
.footerArea .zs-tabs ul li div {
    padding: 0 20px;
    position: relative;
    color: #888888;
    line-height:3;
    cursor: pointer;
}
.footerArea .zs-tabs ul li.selected {
    background: #fdc555;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}
.footerArea .zs-tabs ul li.selected div {
    color: #ffffff;
}
.footerArea .zs-tabs-accordion-content, .footerArea .zs-highlight-box .zs-tabs-accordion-content {
    background:#F9F9F9;
    padding: 15px;
    display: none;
    color:#888888;
    margin-bottom: 2px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.footerArea .zs-accordion, .footerArea .zs-highlight-box .zs-accordion  {
    background: #F9F9F9;
    color:#888888;
    padding: 12px;
    cursor: pointer;
    display:block;
    position: relative;
    margin-bottom: 2px;
}
.footerArea .zs-accordion.selected, .footerArea .zs-highlight-box .zs-accordion.selected {
    background: #fdc555;
    color: #ffffff;
}
/*---------------------------------- 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: #5bc1af;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content a, .footerArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #5bc1af;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #E1E1E1;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #F1F1F1;
    border-color: #dbdbdb;
    color: #626262;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #dbdbdb;
    color: #595a5b;
}
.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: #ffffff;
    border-bottom-color:#ededed;
    color: #888888;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    background:#ffffff;
}
/*---------------------------------- FORM AREA CSS -----------------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
form li {
    overflow: hidden;
    margin: 0;
    padding: 5px 0;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
    padding: 5px 0;
}
form li div span {
    clear: both;
    display: block;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 0 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:14px;
 color:#888888;
    background:#F6F6F6;
  border:0px;
  border-bottom:1px solid #ededed;
    width: 200px;
    float: left;
    padding: 5px;
    resize: none;
    margin: 0px;
}
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:15px;
    border: none;
    vertical-align: middle;
    margin-top:10px;
    margin-left:10px;
    outline: none;
    padding:0px;
}
form li input[type=submit], form li input[type=reset], button {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
  font-size:14px;
  color:#ffffff;
  border:0px;
  background:#5bc1af;
  padding:3px 30px;
  margin-right:10px;
  cursor:pointer;
 text-transform:uppercase;
}
form li input[type=reset] {
     background:#f8f8f8;
  color:#5bc1af;
}
/* -------------------------------- THEME HIGHLIGHT BOX AREA CSS -------------------------------- */
.zs-highlight-box {
 background-color: #ffa9c6;
 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: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.13) inset;
 -moz-box-shadow: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.13) inset;
 -webkit-box-shadow: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.13) inset;
 -o-box-shadow: 0 0 0 0px transparent, 0px 0px 0px 6px rgba(255,255,255,0.13) 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: 0;
    min-height:200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#A74B6A;
}
.zs-highlight-box h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#fee79b;
}
.zs-highlight-box h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:28px;
color:#fee79b;
}
.zs-highlight-box h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#fee79b;
}
.zs-highlight-box h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:24px;
color:#fee79b;
}
.zs-highlight-box h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#fee79b;
}
.zs-highlight-box h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#fee79b;
}
.zs-highlight-box a {
 text-decoration:none;
color:#fee79b;
}
.zs-highlight-box a:hover {
text-decoration:none;
color:#fee79b;
}
.zs-highlight-box hr {
    border-top-color:#EC88AA;
}
.zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#626262;
 background:#FFCDDE;
 border-width:1px;
 border-style:solid;
 border-color:#ffa9c6;
 padding:8px;
 font-weight:normal;
}
.zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#595a5b;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 padding:8px;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
background: #FFD3E2;
border-bottom: 1px solid #FF8CB3;
color:#A74B6A;
}
.zs-highlight-box h3.newsletter-heading {
    color:#FEE79B;
}
.zs-highlight-box .newsletter-desc {
    color:#A74B6A;
}
.zs-highlight-box .newsletter-input-field {
    background: #FFD3E2;
    border-color:#FF8CB3;
    color:#A74B6A;
}
.zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#A74B6A;
}
.zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#A74B6A;
}
.zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#A74B6A;
}
/* -------------------------------- THEME TEXT HIGHLIGHT CSS -------------------------------- */
.zs-text-light-color {
color:#CFCFCF
}
.zs-text-highlight-color {
color:#5BC1AF
}
.zs-highlight-box .zs-text-light-color {
color:#BBDDD7
}
.zs-highlight-box .zs-text-highlight-color {
color:#fee79b
}
/*----------------------------------------------------- THEME TABS ACCORDION AREA CSS START -----------------------------------------------------*/
.zs-tabs ul {
    list-style: none;
    overflow:hidden;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
    border-bottom: 3px solid #fdc555;
}
.zs-tabs ul li {
    float: left;
    margin: 0;
    padding: 0px;
}
.zs-tabs ul li div {
    padding: 0 20px;
    position: relative;
    color: #888888;
    line-height:3;
    cursor: pointer;
}
.zs-tabs ul li.selected {
    background: #fdc555;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}
.zs-tabs ul li.selected div {
    color: #ffffff;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background:#F9F9F9;
    padding: 15px;
    display: none;
    color:#888888;
    margin-bottom: 2px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    background: #F9F9F9;
    color:#888888;
    padding: 12px;
    cursor: pointer;
    display:block;
    position: relative;
    margin-bottom: 2px;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #fdc555;
    color: #ffffff;
}
.zs-tabs-accordion-content .newsletter-input-field {
    background:#ffffff;
}
/*---------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.zs-highlight-box .zs-tabs-accordion-content h1, .zs-highlight-box .zs-tabs-accordion-content h2, .zs-highlight-box .zs-tabs-accordion-content h3, .zs-highlight-box .zs-tabs-accordion-content h4, .zs-highlight-box .zs-tabs-accordion-content h5, .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #5bc1af;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #5bc1af;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #E1E1E1;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #F1F1F1;
    border-color: #dbdbdb;
    color: #626262;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #dbdbdb;
    color: #595a5b;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #ffffff;
    border-bottom-color:#ededed;
    color: #888888;
}
.zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    background:#ffffff;
}
/***************************** 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: 'Roboto', Verdana, Geneva, sans-serif;
font-size: 22px;
color: #5BC1AF;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
color: #888888;
}
.newsletter-input-field {
background: #F6F6F6;
border-width: 0 0 1px;
border-color: #EDEDED;
color:#888888;
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: #5BC1AF;
border-width: 0;
border-color: transparent;
color:#ffffff;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
    border-style: solid;
    cursor: pointer;
    padding: 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:#555555;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#555555;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#555555;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 35px;
    background:#ED71A0;
    border-bottom:1px solid rgba(255, 255, 255, 0.20);
}
.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:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
    text-decoration:none;
    color:#FF0;
    display:block;
    text-align:right;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#FF0;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#FF0;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}
 