/*----------------------------------------------------------- THEME WEB FONT AREA CSS START -----------------------------------------------------------*/
@-zs-include webfonts(Source Sans Pro:300, 400, 600, 700);
/*----------------------------------------------------------- THEME WEB FONT AREA CSS END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME PRESET CSS AREA START -----------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-color:#ffffff;
 background-image: url(images/mainBg.jpg);
 background-position:center top;
 background-repeat:repeat-x;
 background-attachment:scroll;
 background-size:auto;
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#6f6f6f;
}
body, p, ul, ol {
    font-weight: 300;
}
h1 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:30px;
color:#3c3c3c;
}
h2 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:26px;
color:#3c3c3c;
}
h3 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:22px;
color:#3c3c3c;
}
h4 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:20px;
color:#3c3c3c;
}
h5 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:18px;
color:#3c3c3c;
}
h6 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:16px;
color:#3c3c3c;
}
a {
text-decoration:none;
 color:#00b59d;
}
a:hover {
text-decoration:none;
color:#00b59d;
}
:focus {
    outline: none;
}
a img {
    border: 0 none;
}
p {
    line-height: 1.6;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 23px;
}
ol {
    margin: 0;
    padding: 0 0 0 23px;
}
li {
    margin: 0;
    padding: 5px 0;
}
hr {
    border: 0px;
    border-top: 1px solid #f6f7f8;
}
/*----------------------------------------------------------- THEME PRESET CSS AREA END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME TABLE AREA CSS START -----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#f8fbfb;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#197a6d;
 padding:10px;
    box-shadow: 0 1px 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    -moz-box-shadow: 0 1px 0 #ffffff inset;
    -o-box-shadow: 0 1px 0 #ffffff inset;
}
td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#6f6f6f;
 padding:10px;
}
/*----------------------------------------------------------- THEME TABLE AREA CSS END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME COMMON USAGE AREA CSS START-----------------------------------------------------------*/
.themeWidth {
    width: 1000px;
    margin: 0 auto;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
/*----------------------------------------------------------- THEME COMMON USAGE AREA CSS END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME NAVIGATION AREA CSS START -----------------------------------------------------------*/
.themeTopArea {
 background-color:transparent;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
    border-bottom: 1px solid #70d6c8;
}
.themeNavigationArea {
    padding: 22px 0;
}
.themeNavigationContainer {
    width: 77%;
    float: left;
}
#navigation ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    margin: 0 1px 0 0;
}
#navigation li a {
    display: block;
    padding: 0 28px;
 color:#d9fffa;
 font-size:16px;
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
    font-weight: 600;
    float: left;
    text-decoration: none;
    cursor: pointer;
    line-height: 2.3;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
color:#00b59d;
background-color:#ffffff;
background-image:none;
background-repeat:repeat;
background-position:left top;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
#navigation li a span {
    float: left;
}
#navigation li.navArrow a em, #navigation li:hover.navArrow a em, #navigation li.selected.navArrow a em, #navigation li.selected.navArrow a em {
    background: url(images/navArrow.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 5px;
    width: 7px;
    margin: 18px 0 0 10px;
}
#navigation li:hover.navArrow a em, #navigation li.selected.navArrow a em, #navigation li.active.navArrow a em {
    background: url(images/navArrowHover.png) no-repeat 0 0;
}
/*----------------------------------------------------- THEME SUBMENU AREA CSS -----------------------------------------------------*/
.submenu {
 background-color:#fafafa;
 background-image:none;
background-position:left top;
background-repeat:repeat;
 border-width:2px;
border-style:solid;
border-color:#ffffff;
 border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
    width: 200px;
    position: absolute;
    display: block;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -ms-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 0;
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0px;
}
.submenu li a {
 color:#125c52;
 font-size:16px;
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
    text-decoration: none;
    font-weight: 400;
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 8px 0;
    line-height: 1.5;
    border-bottom: 1px solid #e1e1e1;
}
.submenu li:last-child a {
    border-bottom: 0px;
}
.submenu li a:hover, .submenu li.selected a {
 color:#01b49c;
background-color:transparent;
background-image:none;
background-position:left top;
background-repeat:repeat;
}
.submenu li a span {
    width: 83%;
    float: left;
    margin: 0;
    word-wrap: break-word;
    padding-left: 15px;
}
.submenu li.navArrow a em, .submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrow.png) no-repeat scroll center left;
    float: left;
    height: 7px;
    width: 7px;
    margin-top: 9px;
}
.submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrowHover.png) no-repeat scroll center left;
}
/*--------------------------------------------------------- THEME SEARCH BOX AREA CSS START ------------------------------------------------------------------------------------*/
.themeSearchContainer {
    float: right;
    margin-top: 5px;
}
.themeSearchBox {
    width: 210px;
    height: 28px;
    position: relative;
    border: 1px solid #1adcc2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 170px;
    height: 28px;
    border: 0;
    outline: none;
    line-height: 28px;
    font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #9ef7eb;
    padding: 0 5px;
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 30px;
    height: 28px;
    padding-left: 7px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0 none;
    cursor: pointer;
}
/*--------------------------------------------------------- THEME SEARCH BOX AREA CSS END ------------------------------------------------------------------------------------*/
/* -------------------------------- THEME BRANDING AREA CSS START -------------------------------- */
.themeBrandingArea {
    padding: 35px 0 80px;
    text-align: center;
}
.themeLogoArea {
    padding-bottom: 15px;
}
.themeSitename {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:46px;
 color:#ffffff;
    word-wrap: break-word;
    font-weight: 700;
    display: block;
}
.themeCaption {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:18px;
 color:#197a6d;
    word-wrap: break-word;
    font-weight: 300;
    display: block;
}
/* -------------------------------- THEME BRANDING AREA CSS END -------------------------------- */
/* -------------------------------- THEME SOCIAL ICONS AREA CSS START -------------------------------- */
.topBar {
    background:rgba(255,255,255,0.15);
    overflow:hidden;
    border-bottom:1px solid #16CCB5;
}
.themeSocialIconContainer {
    text-align: right;
}
.themeSocialiconArea {
    float:right;
}
.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: 22px;
    height: 22px;
    display: inline-block;
    margin:7px 3px 3px;
    box-shadow:0px 0px 0px 1px rgb(153, 225, 216) inset;
    -webkit-box-shadow:0px 0px 0px 1px rgb(153, 225, 216) inset;
    -moz-box-shadow:0px 0px 0px 1px rgb(153, 225, 216) inset;
    -o-box-shadow:0px 0px 0px 1px rgb(153, 225, 216) inset;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.zs-socialicon-email {
    background-position: 0 -0px;
}
.zs-socialicon-facebook {
    background-position: 0 -22px;
}
.zs-socialicon-flickr {
    background-position: 0 -44px;
}
.zs-socialicon-googleplus {
    background-position: 0 -66px;
}
.zs-socialicon-linkedin {
    background-position: 0 -88px;
}
.zs-socialicon-pinterest {
    background-position: 0 -110px;
}
.zs-socialicon-rss {
    background-position: 0 -132px;
}
.zs-socialicon-twitter {
    background-position: 0 -154px;
}
.zs-socialicon-youtube {
    background-position: 0 -176px;
}
.zs-socialicon-medium {
    background-position: 0 -198px;
}
.zs-socialicon-instagram {
    background-position: 0 -220px;
}
/* -------------------------------- THEME SOCIAL ICONS AREA CSS END -------------------------------- */
/* -------------------------------- THEME BANNER AREA CSS START -------------------------------- */
.themeBannerArea {
    min-height: 50px;
    height: auto !important;
    height: 50px;
}
.themeBanner {
    border: 5px solid #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    margin-bottom: -50px;
}
/* -------------------------------- THEME BANNER AREA CSS END -------------------------------- */
/* -------------------------------- THEME CONTENT AREA CSS START -------------------------------- */
.themeContentContainer {
 background-color:#ffffff;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0 0 1px 0 transparent, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow:0 0 1px 0 transparent, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow:0 0 1px 0 transparent, 0px 0px 0px 0 transparent inset;
 -o-box-shadow:0 0 1px 0 transparent, 0px 0px 0px 0 transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    margin-top: -100px;
    padding: 150px 0 50px;
}
.themeContentArea {
    width: 67%;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
/* -------------------------------- THEME CONTENT AREA CSS END -------------------------------- */
/*------------------------------- THEME BREADCRUMB AREA CSS START ----------------------------------*/
.themeBreadcrumb {
    margin-bottom: 40px;
    background: #fafbfc;
    padding: 5px 10px;
}
.themeBreadcrumb span {
    padding: 0 10px;
}
.themeBreadcrumb p {
    word-wrap: break-word
}
/*------------------------------- THEME BREADCRUMB AREA CSS END ----------------------------------*/
/*--------------------------- THEME SIDEBAR AREA CSS START ---------------------------*/
.themeSidebarArea {
    width: 33%;
}
.themeSidebarAreaInner {
    padding: 20px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-left: 40px;
 background-color:#fafbfc;
 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 0 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#f8f8f8;
 border-radius: 5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#6f6f6f;
}
.themeSidebarAreaInner h1 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:30px;
color:#3c3c3c;
}
.themeSidebarAreaInner h2 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:26px;
color:#3c3c3c;
}
.themeSidebarAreaInner h3 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:22px;
color:#3c3c3c;
}
.themeSidebarAreaInner h4 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:20px;
color:#3c3c3c;
}
.themeSidebarAreaInner h5 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:18px;
color:#3c3c3c;
}
.themeSidebarAreaInner h6 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:16px;
color:#3c3c3c;
}
.themeSidebarAreaInner a {
text-decoration:none;
 color:#00b59d;
}
.themeSidebarAreaInner a:hover {
text-decoration:none;
color:#00b59d;
}
.themeSidebarAreaInner th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#f8fbfb;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#197a6d;
 padding:10px;
}
.themeSidebarAreaInner td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#6f6f6f;
 padding:10px;
}
.themeSidebarAreaInner form ul li label, .themeSidebarAreaInner form ul li div {
    float: none;
    width: auto;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
    width: 190px;
    background:#ffffff;
}
.themeSidebarAreaInner .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarAreaInner .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-tabs-accordion-content form li span select {
    background:#f8f8f8;
}
.themeSidebarAreaInner form li span select {
    width: 200px;
}
.themeSidebarAreaInner form li input[type=submit], .themeSidebarAreaInner form li input[type=reset] {
    padding: 10px 20px;
}
.themeSidebarAreaInner .newsletter-input-field {
    background:#ffffff;
    width:220px;
}
.themeSidebarAreaInner .newsletter-layout-3 .newsletter-form {
    width:220px;
}
/*--------------------------- THEME SIDEBAR AREA CSS END ---------------------------*/
/*-------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS START ------------------------------*/
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #f2fbfa;
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#cde7e4;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 3px;
    min-height: 150px;
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#6f6f6f;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:30px;
color:#3c3c3c;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:26px;
color:#3c3c3c;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:22px;
color:#3c3c3c;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:20px;
color:#3c3c3c;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:18px;
color:#3c3c3c;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:16px;
color:#3c3c3c;
}
.themeSidebarAreaInner .zs-highlight-box a {
 color:#00b59d;
 text-decoration:none;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#00b59d;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#f8fbfb;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#197a6d;
 padding:10px;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#6f6f6f;
 padding:10px;
}
.themeSidebarAreaInner .zs-highlight-box form li span input[type=text], .themeSidebarAreaInner .zs-highlight-box form li span textarea, .themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 140px;
    padding: 10px 5px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 150px;
}
.themeSidebarAreaInner .zs-highlight-box form li input[type=submit], .themeSidebarAreaInner .zs-highlight-box form li input[type=reset] {
    padding: 7px 15px;
    text-transform: none;
    margin-right:10px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    background:#F8F8F8;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:190px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:190px;
}
/*-------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS END ------------------------------*/
/*------------------------ THEME SIDEBAR TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START ------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#E2E2E2;
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#3c3c3c;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#CDCDCD;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#3c3c3c;
}
/*------------------------ THEME SIDEBAR TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS END ------------------------------*/
/*-------------------------- THEME TABS ACCORDION AREA CSS START ---------------------------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: none;
}
.themeSidebarAreaInner .zs-tabs ul li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    cursor: pointer;
    padding: 0px;
    border-top: 3px solid transparent;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    padding: 0 30px;
    overflow: hidden;
    color: #3c3c3c;
    line-height: 2.5;
}
.themeSidebarAreaInner .zs-tabs ul li.selected, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected {
    background: #ffffff;
    border-top: 3px solid #00b59d;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    clear: both;
    border: 1px solid #eff8f7;
    padding: 15px;
    display: none;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    background: #ffffff;
    color: #6f6f6f;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-bottom:3px;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #06b199;
    color: #ffffff;
    border-bottom: 1px solid #06b199;
}
/*-------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX AREA TABS ACCORDION AREA CSS END ---------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    background:#ffffff;
    color:#666666;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h1, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h2, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h3, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h4, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h5, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #3c3c3c;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #00b59d;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #F2F2F2;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f8fbfb;
    border-color: #cbdcdc;
    color: #197a6d;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #cbdcdc;
    color: #6f6f6f;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background:#F6F6F6;
}
/*--------------------------- THEME FOOTER AREA CSS START ----------------------------------*/
.themeFooterArea {
background-color:#FFFFFF;
 background-image:none;
 background-position:top left;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.06), 0px 0 0px 0 transparent inset;
 -moz-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.06), 0px 0 0px 0 transparent inset;
 -o-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.06), 0px 0 0px 0 transparent inset;
 -webkit-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.06), 0px 0 0px 0 transparent inset;
 border-width:0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 color:#6f6f6f;
    padding: 35px 0;
    min-height: 150px;
    height: auto !important;
    height: 150px;
}
.themeFooterArea h1 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:30px;
color:#3c3c3c;
}
.themeFooterArea h2 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:26px;
color:#3c3c3c;
}
.themeFooterArea h3 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:22px;
color:#3c3c3c;
}
.themeFooterArea h4 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:20px;
color:#3c3c3c;
}
.themeFooterArea h5 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:18px;
color:#3c3c3c;
}
.themeFooterArea h6 {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size:16px;
color:#3c3c3c;
}
.themeFooterArea a {
text-decoration:none;
 color:#00b59d;
}
.themeFooterArea a:hover {
text-decoration:none;
color:#00b59d;
}
.themeFooterArea th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#f8fbfb;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#197a6d;
 padding:10px;
}
.themeFooterArea td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#6f6f6f;
 padding:10px;
}
/*--------------------------- THEME FOOTER AREA CSS END ----------------------------------*/
/*-------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS START ------------------------------*/
.themeFooterArea .zs-highlight-box {
 background-color: #f2fbfa;
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#cde7e4;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 15px;
 margin: 3px;
    min-height: 150px;
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#6f6f6f;
}
.themeFooterArea .zs-highlight-box h1 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:30px;
color:#3c3c3c;
}
.themeFooterArea .zs-highlight-box h2 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:26px;
color:#3c3c3c;
}
.themeFooterArea .zs-highlight-box h3 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:22px;
color:#3c3c3c;
}
.themeFooterArea .zs-highlight-box h4 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:20px;
color:#3c3c3c;
}
.themeFooterArea .zs-highlight-box h5 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:18px;
color:#3c3c3c;
}
.themeFooterArea .zs-highlight-box h6 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:16px;
color:#3c3c3c;
}
.themeFooterArea .zs-highlight-box a {
 color:#00b59d;
 text-decoration:none;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#00b59d;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#f8fbfb;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#197a6d;
 padding:10px;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#6f6f6f;
 padding:10px;
}
/*-------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS END ------------------------------*/
/*------------------------ THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START ------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#E2E2E2;
}
.themeFooterArea .zs-text-highlight-color {
color:#3c3c3c;
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#CDCDCD;
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#3c3c3c;
}
/*------------------------ THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS END ------------------------------*/
/*-------------------------- THEME TABS ACCORDION AREA CSS START ---------------------------------------*/
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.themeFooterArea .zs-tabs ul li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    cursor: pointer;
    padding: 0px;
    border-top: 3px solid transparent;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    padding: 0 30px;
    overflow: hidden;
    color: #3c3c3c;
    line-height: 2.5;
}
.themeFooterArea .zs-tabs ul li.selected, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected {
    background: #ffffff;
    border-top: 3px solid #00b59d;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    clear: both;
    border: 1px solid #e9e9e9;
    padding: 15px;
    display: none;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    background: #f7f7f7;
    color: #6f6f6f;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    background: #7FDACE;
    color: #FFFFFF;
    border-bottom: 1px solid #BBFFF6;
}
/*-------------------------- THEME FOOTER AREA HIGHLIGHT BOX AREA TABS ACCORDION AREA CSS END ---------------------------------------*/
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h1, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h2, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h3, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h4, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h5, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #3c3c3c;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #00b59d;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #F2F2F2;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f8fbfb;
    border-color: #cbdcdc;
    color: #197a6d;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #cbdcdc;
    color: #6f6f6f;
}
/*-------------------------- THEME FORM AREA CSS START ---------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form li {
    overflow: hidden;
    padding: 10px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: left;
    padding: 5px 0 0;
}
form ul li label {
    width: 190px;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 0 3px;
    margin: 7px 2px 0;
}
form li div span {
    display: block;
}
form li span input[type=text], form li span textarea, form li span select {
    background: #f8f8f8;
    border:1px solid #e9e9e9;
    float: left;
    margin: 2px 0;
    padding: 12px 5px;
    resize: none;
    width: 300px;
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#6f6f6f;
    font-weight: 300;
}
form li span select {
    width: 310px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 18px;
    height: 20px;
    border: none;
    margin: 0px;
    vertical-align: middle;
    margin-top: 14px;
    outline: none;
    margin-left: 7px;
    padding: 0px;
}
form li input[type=submit], form li input[type=reset], button {
    -webkit-appearance: none;
    background: none;
    padding: 10px 35px;
    margin-right: 15px;
    cursor: pointer;
    border: 2px solid #00b59d;
    color: #00b59d;
    font-weight: 600;
    text-transform: uppercase;
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
    font-size: 16px;
}
form li input[type=reset] {
    border: 2px solid #e9e9e9;
    color: #909191;
}
/*-------------------------- THEME FORM AREA CSS END ---------------------------------*/
/*-------------------------- THEME SLIDESHOW AREA CSS START ---------------------------------------*/
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 90px;
    left: auto;
    right: 0;
    margin-top: -45px;
    opacity: 0;
    position: absolute;
    top: 50%;
    bottom: auto;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 42px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 90px;
    right: auto;
    left: 0;
    margin-top: -45px;
    opacity: 0;
    position: absolute;
    top: 50%;
    bottom: auto;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 42px;
    z-index: 150;
}
.themeSlideshowOuterContainer {
    bottom: 10px;
    height: 25px;
    left: auto;
    opacity: 0;
    text-align: center;
    position: absolute;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    z-index: 150;
}
.themeSlideshowInnerContainer {
    background: #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 3px 10px 1px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    height: 14px;
    width: 12px;
    margin: 0px 4px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    height: 14px;
    width: 12px;
    margin: 0px 4px;
}
/*-------------------------- THEME SLIDESHOW AREA CSS END ---------------------------------------*/
/*-------------------------- THEME BODY HIGHLIGHT BOX AREA CSS START ------------------------------*/
.zs-highlight-box {
 background-color: #f2fbfa;
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1), 0px 0 0 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#cde7e4;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 15px;
 margin: 3px;
    min-height: 150px;
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#6f6f6f;
}
.zs-highlight-box h1 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:30px;
color:#3c3c3c;
}
.zs-highlight-box h2 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:26px;
color:#3c3c3c;
}
.zs-highlight-box h3 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:22px;
color:#3c3c3c;
}
.zs-highlight-box h4 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:20px;
color:#3c3c3c;
}
.zs-highlight-box h5 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:18px;
color:#3c3c3c;
}
.zs-highlight-box h6 {
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size:16px;
color:#3c3c3c;
}
.zs-highlight-box a {
 color:#00b59d;
 text-decoration:none;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#00b59d;
}
.zs-highlight-box th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#f8fbfb;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#197a6d;
 padding:10px;
}
.zs-highlight-box td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#cbdcdc;
 color:#6f6f6f;
 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:#ffffff;
}
.zs-highlight-box .newsletter-input-field {
    background:#ffffff;
}
/*-------------------------- THEME BODY HIGHLIGHT BOX AREA CSS END ------------------------------*/
/*------------------------ THEME TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START ------------------------------*/
.zs-text-light-color {
color:#E2E2E2;
}
.zs-text-highlight-color {
color:#3c3c3c;
}
.zs-highlight-box .zs-text-light-color {
color:#CDCDCD;
}
.zs-highlight-box .zs-text-highlight-color {
color:#3c3c3c;
}
/*------------------------ THEME TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS END ------------------------------*/

/*-------------------------- THEME TABS ACCORDION AREA CSS START ---------------------------------------*/
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    cursor: pointer;
    padding: 0px;
    border-top: 3px solid transparent;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    padding: 0 30px;
    overflow: hidden;
    color: #3c3c3c;
    line-height: 2.5;
}
.zs-tabs ul li.selected, .zs-highlight-box .zs-tabs ul li.selected {
    background: #ffffff;
    border-top: 3px solid #00b59d;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    clear: both;
    border: 1px solid #e9e9e9;
    padding: 15px;
    display: none;
    min-height: 70px;
    height: auto !important;
    height: 70px;
    margin-bottom: 5px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    background: #F7F7F7;
    color: #6f6f6f;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #7FDACE;
    color: #FFFFFF;
    border-bottom: 1px solid #BBFFF6;
}

/*-------------------------- THEME HIGHLIGHT BOX AREA TABS ACCORDION AREA CSS END ---------------------------------------*/
.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: #3c3c3c;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #00b59d;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #F2F2F2;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f8fbfb;
    border-color: #cbdcdc;
    color: #197a6d;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #cbdcdc;
    color: #6f6f6f;
}
.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:#F8F8F8;
}
/*-------------------------- THEME NEWSLETTER AREA CSS ---------------------------------------*/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size: 22px;
color: #3C3C3C;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size: 16px;
color: #6F6F6F;
}
.newsletter-input-field {
background: #F8F8F8;
border-width: 1px;
border-color: #e9e9e9;
color:#6F6F6F;
font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size: 16px;
    border-style:solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 250px;
    padding: 10px 5px;
    vertical-align:top;
}
button.newsletter-button {
background: none;
border-width: 2px;
border-color: #00B59D;
color:#00B59D;
font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size: 16px;
    border-style: solid;
    cursor: pointer;
    padding: 8px;
    font-weight: 600;
    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: 250px;
    margin: 0 auto;
    text-align: right;
}
.newsletter-layout-3 button {
    text-align: right;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#6F6F6F;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#6F6F6F;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#6F6F6F;
  font-size:90%;
  line-height:normal;
}
/*--------------------- THEME MEMBERSHIP PORTAL AREA CSS ---------------------*/
.mp-container {
    height: 33px;
    float: right;
}
.member-signin {
    float: right;
    padding-left: 15px;
}
.member-signin > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:right;
}
.member-signin li {
    display: inline-block;
    line-height: 33px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li a {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
    text-decoration:none;
    color:#ffffff;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#ffffff;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#ffffff;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}

/*-------------------------- THEME RESPONSIVE MEDIA QUERIES AREA CSS START ---------------------------------------*/
@media only screen and (min-width : 769px) and (max-width : 1024px) {
.themeWidth {
    width: 90%;
    margin: 0 auto;
}
.themeNavigationContainer {
    width: 70%;
}
.themeContentArea {
    width: 65%;
}
.themeSidebarArea {
    width: 35%;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 280px;
}
form li span select {
    width: 290px;
}
.themeSidebarAreaInner form li input[type="submit"], .themeSidebarAreaInner form li input[type="reset"] {
    padding: 10px 20px;
    margin-right: 10px;
}
.themeSidebarAreaInner form li span input[type="text"], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
    width: 180px;
}
.themeSidebarAreaInner form li span select {
    width: 190px;
}
}

@media only screen and (min-width : 641px) and (max-width : 768px) {
.themeWidth {
    width: 90%;
}
.themeNavigationContainer, .themeContentArea, .themeSidebarArea, .themeSearchContainer {
    float: none;
    width: auto;
}
.submenu ul {
    padding:0px;
}
.themeSidebarAreaInner {
    margin-left: 0px;
    margin-top: 30px;
    padding: 15px;
}
.themeSearchBox {
    width: auto;
}
.themeSearchContainer {
    clear:both;
    margin-top:50px;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 250px;
}
form li span select {
    width: 260px;
}
.themeSidebarAreaInner form li span input[type="text"], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select, .themeSidebarAreaInner .zs-highlight-box form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box form li span textarea, .themeSidebarAreaInner .zs-highlight-box form li span select    {
    width: 210px;
}
.themeSidebarAreaInner form li span select  {
    width: 220px;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 10px 20px;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 270px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 283px;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}

@media only screen and (min-width : 481px) and (max-width : 640px) {
.themeWidth {
    width: 90%;
}
#navigation ul {
    float: right;
}
.themeNavigationContainer, .themeContentArea, .themeSidebarArea, .themeSearchContainer {
    float: none;
    width: auto;
}
.themeSidebarAreaInner {
    margin-left: 0px;
    margin-top: 30px;
    padding: 10px;
}
.themeSearchBox {
    width: auto;
}
.themeSearchContainer {
    margin-top: 55px;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
form li span input[type="text"], .themeSidebarAreaInner form li span input[type="text"], form li span textarea, .themeSidebarAreaInner form li span textarea, form li span select, .themeSidebarAreaInner form li span select  {
    width: 210px;
}
form li span select, .themeSidebarAreaInner form li span select  {
    width: 220px;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 10px 20px;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarAreaInner .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 230px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 273px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:220px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:220px;
}
.mp-container {
    float:none;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:75%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.themeWidth {
    width: 90%;
}
#navigation ul {
    float: right;
}
.themeNavigationContainer, .themeContentArea, .themeSidebarArea, .themeSearchContainer {
    float: none;
    width: auto;
}
.themeSidebarAreaInner {
    margin-left: 0px;
    margin-top: 30px;
    padding: 10px;
}
.themeSearchBox {
    width: auto;
}
.themeSearchContainer {
    margin-top: 55px;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.themeSocialIconContainer {
    margin:0;
    clear:both;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 210px;
}
form li span select {
    width: 220px;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 10px 20px;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarAreaInner .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 200px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 213px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-input-field {
    width:240px;
}
.newsletter-layout-3 .newsletter-form {
    width:240px;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:220px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:220px;
}
.mp-container {
    float:none;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:70%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}

@media only screen and (max-width : 320px) {
.themeWidth {
    width: 90%;
}
#navigation ul {
    float: right;
}
.themeNavigationContainer, .themeContentArea, .themeSidebarArea, .themeSearchContainer {
    float: none;
    width: auto;
}
.themeSidebarAreaInner {
    margin-left: 0px;
    margin-top: 30px;
    padding: 10px;
}
.themeSearchBox {
    width: auto;
}
.themeSearchContainer {
    margin-top: 55px;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.themeContentContainer {
    margin-top: -50px;
    padding-top: 100px;
}
.themeSitename {
    line-height: 1;
    padding-bottom: 10px;
}
.themeSocialIconContainer {
    margin:0;
    clear:both;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 210px;
}
form li span select {
    width: 220px;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 10px 20px;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarAreaInner .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 150px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 163px;
}
.zs-highlight-box .zs-tabs-accordion-content form li input[type="submit"], .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    padding: 10px 15px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-input-field {
    width:220px;
}
.newsletter-layout-3 .newsletter-form {
    width:220px;
}
.mp-container {
    float:none;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:70%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}
/*-------------------------- THEME RESPONSIVE MEDIA QUERIES AREA CSS END ---------------------------------------*/
 