/* -------------------------------- WEB FONTS CSS -------------------------------- */
@-zs-include webfonts(Roboto:300,400,700/Source Sans Pro: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:url(images/backgroundimage.png);
 background-position:0 0;
 background-repeat:repeat-x;
 background-size:auto;
 font-family:"Raleway";
 font-size:13px;
 color:#255567;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}
h1 {
font-family:"Raleway";
font-size:16px;
color:#5897a1;
}
h2 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:24px;
color:#56c1e9;
}
h3 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:22px;
color:#56c1e9;
}
h4 {
font-family:"Raleway";
font-size:20px;
color:#3f93a1;
}
h5 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:18px;
color:#56c1e9;
}
h6 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:16px;
color:#56c1e9;
}
a {
 color:#8BD2E0;
 text-decoration:none;
}
a:hover {
 text-decoration:none;
 color:#28535C;
}
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 #E0EEF0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#ffffff;
 background:#7cceed;
 border-width:1px;
 border-style:solid;
 border-color:#6bbbd9;
 padding:10px;
 font-weight:normal;
}
td {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#caecf9;
 padding:10px;
}
/*---------------------------------- HEADER AREA -----------------------------------------*/
.headerContainer {
    padding:15px;
    text-align: center;
    background:#ffffff;
    margin:15px 10px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.07);
    -o-box-shadow:0 0 5px rgba(0, 0, 0, 0.07);
}
.logoarea {
    padding-bottom: 15px;
}
.headerContainer h1 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
 font-size:30px;
 color:#56c1e9;
 letter-spacing:1px;
    padding-bottom: 5px;
}
.headerContainer h5 {
font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
 font-weight:300;
}
/*---------------------------------- MENU AREA -----------------------------------------*/
.menuCont {
    margin:0 10px 15px;
    padding:15px;
    background:#ffffff;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.07);
    -o-box-shadow:0 0 5px rgba(0, 0, 0, 0.07);
}
#navigation ul{
    width: 95%;
    margin: 0 auto;
    padding:15px 0;
    list-style: none;
}
#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:"Raleway";
 color:#7cceed;
 font-size:16px;
    display: block;
    line-height:1.5;
    float: left;
    text-decoration: none;
    curser: pointer;
    position: relative;
    width: 100%;
}
#navigation li.selected{
 background-color:#a2c3c8;
 background-image:none;
 background-repeat:repeat-x;
 background-position:left top;
}
#navigation li.selected a{
     color:#28535c;
}
#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;
    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:#3F93A1;
 font-size:13px;
 font-family:"Raleway";
    display: block;
    line-height:1.5;
    float: left;
    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:#00dcff;
}
.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/subnavArrow.png) no-repeat center center;
}
/*---------------------------------- CONTENT AREA -----------------------------------------*/
.container {
    background-color:#ffffff;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-size:auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px transparent inset;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px transparent inset;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px transparent inset;
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px transparent inset;
  border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    margin-top: 10px;
    margin: 0 10px;
    padding:15px;
}
.bannerImage {
    margin-bottom:20px;
}
.breadcrumb {
    padding: 5px 0;
    border-bottom: 1px dotted #f5fcfd;
    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:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
background-color:#ffffff;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px transparent inset;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px transparent inset;
 -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px transparent inset;
 -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07), 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;
    margin:15px 10px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding:15px;
}
.sidebararea h1 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:28px;
color:#56C1E9;
}
.sidebararea h2 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:24px;
color:#56C1E9;
}
.sidebararea h3 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:22px;
color:#56C1E9;
}
.sidebararea h4 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:20px;
color:#56C1E9;
}
.sidebararea h5 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:18px;
color:#56C1E9;
}
.sidebararea h6 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:16px;
color:#56C1E9;
}
.sidebararea a {
 color:#A9E400;
 text-decoration:none;
}
.sidebararea a:hover {
 text-decoration:none;
 color:#A9E400;
}
.sidebararea th {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#ffffff;
 background:#7cceed;
 border-width:1px;
 border-style:solid;
 border-color:#6bbbd9;
 padding:10px;
 font-weight:normal;
}
.sidebararea td {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#caecf9;
 padding:10px;
}
/* -------------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS -------------------------------- */
.sidebararea .zs-highlight-box {
 background-color: #e2f6f9;
 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 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0 0 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0 0 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0 0 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#ffffff;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 10px;
    min-height:200px;
font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
}
.sidebararea .zs-highlight-box h1 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:28px;
color:#5897a1;
}
.sidebararea .zs-highlight-box h2 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:24px;
color:#5897a1;
}
.sidebararea .zs-highlight-box h3 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:22px;
color:#5897a1;
}
.sidebararea .zs-highlight-box h4 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:20px;
color:#5897a1;
}
.sidebararea .zs-highlight-box h5 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:18px;
color:#5897a1;
}
.sidebararea .zs-highlight-box h6 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:16px;
color:#5897a1;
}
.sidebararea .zs-highlight-box a {
 text-decoration:none;
color:#5fa316;
}
.sidebararea .zs-highlight-box a:hover {
text-decoration:none;
color:#5fa316;
}
.sidebararea .zs-highlight-box th {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#79ACB4;
 background:#CBF8FF;
 border-width:1px;
 border-style:solid;
 border-color:#AEE7F0;
 padding:10px;
 font-weight:normal;
}
.sidebararea .zs-highlight-box td {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#caecf9;
 padding:10px;
}
/* ------------------------------------ TEXT HIGHLIGHT CSS ------------------------------------------------*/
.sidebararea .zs-text-light-color {
color:#ADBABF
}
.sidebararea .zs-text-highlight-color {
color:#56C1E9
}
.sidebararea .zs-highlight-box .zs-text-light-color {
color:#A2C3C8
}
.sidebararea .zs-highlight-box .zs-text-highlight-color {
color:#56C1E9
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.sidebararea .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #C6E0E4;
    padding: 0;
    margin: 0;
    display:none;
}
.sidebararea .zs-tabs li {
    padding: 0;
    margin: 0 3px;
    float: left;
}
.sidebararea .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background:#EEF9FA;
    padding: 0 25px;
    overflow: hidden;
    color: #255567;
    line-height:3;
    border: 1px solid #C6E0E4;
    border-bottom: 0px;
}
.sidebararea .zs-tabs ul li:first-child {
    margin-left: 0px;
}
.sidebararea .zs-tabs ul li.selected div {
    background: #ffffff;
    padding-bottom: 1px;    
    color: #56C1E9;
}
.sidebararea .zs-tabs-accordion-content, .sidebararea .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #C6E0E4;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #255567;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.sidebararea .zs-accordion, .sidebararea .zs-highlight-box .zs-accordion {
    color: #255567;
    padding: 10px;
    cursor: pointer;
    display:block;
    background: #EEF9FA;
    position: relative;
    border: 1px solid #C6E0E4;
    margin-bottom: 5px;
}
.sidebararea .zs-accordion.selected, .sidebararea .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #56C1E9;
    background: #ffffff;
}
/*---------------------------------- 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: #a9e400;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content a, .sidebararea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #a9e400;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #F1F3F4;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #7cceed;
    border-color: #6bbbd9;
    color: #ffffff;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #caecf9;
    color: #255567;
}
.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: #ffffff;
    border: 1px solid #caecf9;
    color: #255567;
}
/*---------------------------------- 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:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
    padding:20px 10px 25px;
    margin:0 10px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}
.footerArea h1 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:28px;
color:#56C1E9;
}
.footerArea h2 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:24px;
color:#56C1E9;
}
.footerArea h3 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:22px;
color:#56C1E9;
}
.footerArea h4 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:20px;
color:#56C1E9;
}
.footerArea h5 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:18px;
color:#56C1E9;
}
.footerArea h6 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:16px;
color:#56C1E9;
}
.footerArea a {
 color:#A9E400;
 text-decoration:none;
}
.footerArea a:hover {
 text-decoration:none;
 color:#A9E400;
}
.footerArea th {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#ffffff;
 background:#7cceed;
 border-width:1px;
 border-style:solid;
 border-color:#6bbbd9;
 padding:10px;
 font-weight:normal;
}
.footerArea td {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#caecf9;
 padding:10px;
}
/* -------------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS -------------------------------- */
.footerArea .zs-highlight-box {
 background-color: #e2f6f9;
 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 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0 0 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0 0 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0 0 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#ffffff;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 10px;
    min-height:200px;
font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
}
.footerArea .zs-highlight-box h1 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:28px;
color:#5897a1;
}
.footerArea .zs-highlight-box h2 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:24px;
color:#5897a1;
}
.footerArea .zs-highlight-box h3 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:22px;
color:#5897a1;
}
.footerArea .zs-highlight-box h4 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:20px;
color:#5897a1;
}
.footerArea .zs-highlight-box h5 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:18px;
color:#5897a1;
}
.footerArea .zs-highlight-box h6 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:16px;
color:#5897a1;
}
.footerArea .zs-highlight-box a {
 text-decoration:none;
color:#5fa316;
}
.footerArea .zs-highlight-box a:hover {
text-decoration:none;
color:#5fa316;
}
.footerArea .zs-highlight-box th {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#79ACB4;
 background:#CBF8FF;
 border-width:1px;
 border-style:solid;
 border-color:#AEE7F0;
 padding:10px;
 font-weight:normal;
}
.footerArea .zs-highlight-box td {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#caecf9;
 padding:10px;
}
/* ------------------------------------ TEXT HIGHLIGHT CSS ------------------------------------------------*/
.footerArea .zs-text-light-color {
color:#ADBABF
}
.footerArea .zs-text-highlight-color {
color:#56C1E9
}
.footerArea .zs-highlight-box .zs-text-light-color {
color:#A2C3C8
}
.footerArea .zs-highlight-box .zs-text-highlight-color {
color:#56C1E9
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.footerArea .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #C6E0E4;
    padding: 0;
    margin: 0;
    display:none;
}
.footerArea .zs-tabs li {
    padding: 0;
    margin: 0 3px;
    float: left;
}
.footerArea .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background:#EEF9FA;
    padding: 0 25px;
    overflow: hidden;
    color: #255567;
    line-height:3;
    border: 1px solid #C6E0E4;
    border-bottom: 0px;
}
.footerArea .zs-tabs ul li:first-child {
    margin-left: 0px;
}
.footerArea .zs-tabs ul li.selected div {
    background: #ffffff;
    padding-bottom: 1px;    
    color: #56C1E9;
}
.footerArea .zs-tabs-accordion-content, .footerArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #C6E0E4;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #255567;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.footerArea .zs-accordion, .footerArea .zs-highlight-box .zs-accordion {
    color: #255567;
    padding: 10px;
    cursor: pointer;
    display:block;
    background: #EEF9FA;
    position: relative;
    border: 1px solid #C6E0E4;
    margin-bottom: 5px;
}
.footerArea .zs-accordion.selected, .footerArea .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #56C1E9;
    background: #ffffff;
}
/*---------------------------------- 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: #a9e400;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content a, .footerArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #a9e400;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #F1F3F4;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #7cceed;
    border-color: #6bbbd9;
    color: #ffffff;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #caecf9;
    color: #255567;
}
.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: 1px solid #caecf9;
    color: #255567;
}
/* -------------------------------- THEME 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:10px 0;
}
form ul li label {
    width: 200px;
    text-align: left;
}
form li div span {
    clear: both;
    display:block;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 3px 5px 0;
    margin-top: 10px;
}
form li span input[type=text], form li span textarea, form li span select {
    font-family:"Raleway";
 font-size:13px;
 color:#255567;
  background:#ffffff;
  border:1px solid #caecf9;
    width: 200px;
    float: left;
    padding:8px;
    resize: none;
    margin: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: 10px;
    outline: none;
}
form li input[type=submit], form li input[type=reset], button {
    font-family:"Raleway";
  font-size:13px;
  color:#ffffff;
  border:0 solid;
  background:#a9e400;
  padding:7px 30px;
  margin-right:10px;
}
form li input[type=reset] {
    background:#7cceed;
}
/* -------------------------------- THEME HIGHLIGHT BOX AREA CSS -------------------------------- */
.zs-highlight-box {
 background-color: #e2f6f9;
 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 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0 0 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0 0 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0 0 5px 0px rgba(68,187,230,0.16), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#ffffff;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 10px;
    min-height:200px;
font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
}
.zs-highlight-box h1 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:28px;
color:#5897a1;
}
.zs-highlight-box h2 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:24px;
color:#5897a1;
}
.zs-highlight-box h3 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:22px;
color:#5897a1;
}
.zs-highlight-box h4 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:20px;
color:#5897a1;
}
.zs-highlight-box h5 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:18px;
color:#5897a1;
}
.zs-highlight-box h6 {
font-family:'Roboto', Tahoma, Geneva, sans-serif;
font-size:16px;
color:#5897a1;
}
.zs-highlight-box a {
 text-decoration:none;
color:#5fa316;
}
.zs-highlight-box a:hover {
text-decoration:none;
color:#5fa316;
}
.zs-highlight-box hr {
    border-top-color:#97E0EB;
}
.zs-highlight-box th {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#79ACB4;
 background:#CBF8FF;
 border-width:1px;
 border-style:solid;
 border-color:#AEE7F0;
 padding:10px;
 font-weight:normal;
}
.zs-highlight-box td {
 font-family:'Source Sans Pro', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#255567;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#caecf9;
 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 {
    width:170px;
}
.zs-highlight-box form li span select {
    width:180px;
}
/* ------------------------------------ TEXT HIGHLIGHT CSS ------------------------------------------------*/
.zs-text-light-color {
color:#5897a1
}
.zs-text-highlight-color {
color:#a2c3c8
}
.zs-highlight-box .zs-text-light-color {
color:#A2C3C8
}
.zs-highlight-box .zs-text-highlight-color {
color:#56C1E9
}
/*------------------------ THEME TABS ACCORDION AREA CSS START ------------------------------*/
.zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #C6E0E4;
    padding: 0;
    margin: 0;
    display:none;
}
.zs-tabs li {
    padding: 0;
    margin: 0 3px;
    float: left;
}
.zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background:#EEF9FA;
    padding: 0 25px;
    overflow: hidden;
    color: #255567;
    line-height:3;
    border: 1px solid #C6E0E4;
    border-bottom: 0px;
}
.zs-tabs ul li.selected div {
    background: #ffffff;
    padding-bottom: 1px;    
    color: #56C1E9;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #C6E0E4;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #255567;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #255567;
    padding: 10px;
    cursor: pointer;
    display:block;
    background: #EEF9FA;
    position: relative;
    border: 1px solid #C6E0E4;
    margin-bottom: 5px;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #56C1E9;
    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: #a9e400;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #a9e400;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #F1F3F4;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #7cceed;
    border-color: #6bbbd9;
    color: #ffffff;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #caecf9;
    color: #255567;
}
.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: 1px solid #caecf9;
    color: #255567;
}
/***************************** 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: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: 'Roboto', Tahoma, Geneva, sans-serif;
font-size: 22px;
color: #56C1E9;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
font-size: 14px;
color: #255567;
}
.newsletter-input-field {
background: #ffffff;
border-width: 1px;
border-color: #CAECF9;
color:#255567;
font-family: 'Source Sans Pro', Tahoma, 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: #A9E400;
border-width: 0;
border-color: transparent;
color:#ffffff;
font-family: 'Source Sans Pro', Tahoma, 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:#255567;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#255567;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#255567;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height:35px;
    background:#FFFFFF;
}
.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:"Raleway";
 font-size:13px;
    text-decoration:none;
    color:#56C1E9;
    display:block;
    text-align:right;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#56C1E9;
}
.member-signin li:first-child {
  margin-left: 0;
}
.member-signin li:last-child:before {
    color:#56C1E9;
    content: "|";
    position: absolute;
    top: 0;
    left:-12px;
}
 