/*--------------------- THEME WEB FONT AREA CSS START ---------------------*/
@-zs-include webfonts(Raleway:400, 700/Source Sans Pro:300, 400, 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:#369c9d;
 background-image:-moz-linear-gradient(-45deg, #369c9d 50%, #76d3aa 100%);
 background-image:-webkit-linear-gradient(-45deg, #369c9d 50%, #76d3aa 100%);
 background-image:-o-linear-gradient(-45deg, #369c9d 50%, #76d3aa 100%);
 background-position:left top;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 color:#666666;
}
body, p, ul, ol {
    font-weight: 300;
}
h1 {
font-family:'Raleway', Verdana, sans-serif;
font-size:30px;
color:#333333;
}
h2 {
font-family:'Raleway', Verdana, sans-serif;
font-size:26px;
color:#333333;
}
h3 {
font-family:'Raleway', Verdana, sans-serif;
font-size:22px;
color:#333333;
}
h4 {
font-family:'Raleway', Verdana, sans-serif;
font-size:20px;
color:#333333;
}
h5 {
font-family:'Raleway', Verdana, sans-serif;
font-size:18px;
color:#333333;
}
h6 {
font-family:'Raleway', Verdana, sans-serif;
font-size:16px;
color:#333333;
}
a {
text-decoration:none;
 color:#6dcba7;
}
a:hover {
text-decoration:none;
color:#6dcba7;
}
:focus {
    outline: none;
}
a img {
    border: 0 none;
}
p {
    line-height: 1.6;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 30px;
}
ol {
    margin: 0;
    padding: 0 0 0 30px;
}
li {
    margin: 0;
    padding: 5px;
}
hr {
    border: 0px;
    border-top: 1px solid #f3f3f3;
}
/*--------------------- THEME PRESET CSS AREA END --------------------- */
/*--------------------- THEME TABLE AREA CSS START --------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#f4fbf3;
 border-width:1px;
 border-style:solid;
 border-color:#e5f1e3;
 color:#4cb08e;
 padding:10px;
    font-weight: 700;
}
td {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#ebebeb;
 color:#666666;
 padding:10px;
    font-weight: 300;
}
/*--------------------- 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 SOCIAL ICONS AREA CSS START -----------------------------*/
.themeSearchandSocialContainer {
    background: #f0f0f0;
}
.themeSocialiconContainer {
    float: right;
}
.themeSocialiconArea {
    text-align: 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: 34px;
    height: 24px;
    display: inline-block;
    margin: 7px 5px 0;
    border-right: 1px solid #E3E3E3;
}
.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;
}
.themeSocialiconArea span:last-child {
    border-right: 0px;
    margin-right: 0;
}
/*----------------------------- THEME SOCIAL ICONS AREA CSS END --------------------------------*/
/*----------------------------  THEME SEARCH BOX AREA CSS START --------------------------------*/
.themeSearchContainer {
    overflow: hidden;
    float: right;
}
.themeSearchBox {
    width: 150px;
    height: 30px;
    position: relative;
    background: #ffffff;
    float: right;
    margin: 5px 0;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 105px;
    height: 30px;
    border: 0;
    outline: none;
    line-height: 30px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #555555;
    padding: 0 5px;
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat #c0e6db;
    width: 34px;
    height: 30px;
    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-------------------------------*/
.themeTopArea {
 background-color:#ffffff;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
    box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}
.themeBrandingNavigationContainer {
    padding: 20px 0;
}
.themeBrandingContainer {
    display: table;
    border: 0 solid;
    width: 100%;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell
}
.themeLogoOuterContainer {
    width: 1%;
    vertical-align: middle;
}
.themeLogoArea {
    padding-right: 15px;
}
.themeSitenameCaptionOuterContainer {
    vertical-align: middle;
    height: 100%;
    width: 49%;
}
.themeSitenameCaptionInnerContainer {
    height: 100%;
    vertical-align: middle;
}
.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 100%;
}
.themeNavigationAreaOuterContainer {
    vertical-align: middle;
    height: 100%;
    width: 50%;
    border-left: 1px solid #f2f2f2;
}
.themeSitename {
 font-family:'Raleway', Verdana, sans-serif;
 font-size:30px;
 color:#333333;
    font-weight: 400;
    word-wrap: break-word;
    letter-spacing: -1px;
    max-width: 420px;
}
.themeCaption {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:14px;
 color:#c4c3c3;
    font-weight: 400;
    word-wrap: break-word;
    max-width: 420px;
}
/*------------------------------ THEME BRANDING AREA CSS END -----------------------------------*/
/*------------------------------ THEME NAVIGATION AREA CSS START -------------------------------*/
.themeNavigationArea {
    float: right;
    padding-left: 25px;
}
#navigation ul {
    margin: 0px;
    padding: 0px;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
#navigation li a {
    display: block;
    padding: 0 12px;
 color:#686767;
 font-size:14px;
 font-family:'Raleway', Verdana, sans-serif;
    font-weight: 700;
    float: left;
    text-decoration: none;
    cursor: pointer;
    line-height: 4;
}
#navigation li:first-child a {
    padding-left: 0px;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
color:#56c996;
background-color:transparent;
background-image:none;
background-repeat:repeat;
background-position:left top;
}
#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: 8px;
    width: 6px;
    margin: 27px 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:#FFFFFF;
 background-image:none;
background-position:left top;
background-repeat:repeat;
 border-width:3px 0 0;
border-style:solid;
border-color:#5abba4;
 border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-o-border-radius:0;
    width: 200px;
    position: absolute;
    display: block;
    padding: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
    -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:#686767;
 font-size:14px;
 font-family:'Raleway', Verdana, sans-serif;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 8px 0;
    line-height: 1.8;
    text-align: left;
}
.submenu li a:hover, .submenu li.selected a {
 color:#5abba4;
background-color:#f8f8f8;
background-image:none;
background-position:left top;
background-repeat:repeat;
}
.submenu li a span {
    width: 85%;
    float: left;
    margin: 0;
    word-wrap: break-word;
    padding-left: 12px;
}
.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: 8px;
    width: 6px;
    margin-top: 9px;
}
.submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrowHover.png) no-repeat scroll center left;
}
/*------------------------------ THEME NAVIGATION AREA CSS END -------------------------------*/
/*---------------------------- THEME BANNER AREA CSS START -----------------------------------*/
.themeBannerArea {
    background: #ffffff;
    padding: 5px 5px 0;
    box-shadow: 0 -4px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -4px 5px rgba(0,0,0,0.1);
    -o-box-shadow: 0 -4px 5px rgba(0,0,0,0.1);
    margin-top: 65px;
}
/*-------------------------- 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: 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: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    padding: 65px 0;
}
.themeContentArea {
    width: 65%;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
/*--------------------------- THEME BREADCRUMB AREA CSS START --------------------------------*/
.themeBreadcrumbArea {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 35px;
    padding: 10px 0;
}
.themeBreadcrumbArea {
    word-wrap: break-word;
}
.themeBreadcrumbArea span {
    padding: 0 5px;
}
/*------------------------- THEME BREADCRUMB AREA CSS END ------------------------------------*/
/*-------------------------- THEME CONTENT AREA CSS END ---------------------------------------*/
/*-------------------------- THEME SIDEBAR AREA CSS START -------------------------------------*/
.themeSidebarArea {
    width: 35%;
}
.themeSidebarAreaInner {
 background-color:#f6fafa;
 background-image:none;
 background-position:left top;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
box-shadow: 0px 0px 0 0px  transparent, 0px 0px 0px 0 transparent inset;
-webkit-box-shadow: 0px 0px 0 0px  transparent, 0px 0px 0px 0 transparent inset;
-moz-box-shadow: 0px 0px 0 0px  transparent, 0px 0px 0px 0 transparent inset;
-o-box-shadow: 0px 0px 0 0px  transparent, 0px 0px 0px 0 transparent inset;
border-width: 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:#666666;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-right: 50px;
    padding: 25px;
}
.themeSidebarAreaInner h1 {
font-family:'Raleway', Verdana, sans-serif;
font-size:30px;
color:#333333;
}
.themeSidebarAreaInner h2 {
font-family:'Raleway', Verdana, sans-serif;
font-size:26px;
color:#333333;
}
.themeSidebarAreaInner h3 {
font-family:'Raleway', Verdana, sans-serif;
font-size:22px;
color:#333333;
}
.themeSidebarAreaInner h4 {
font-family:'Raleway', Verdana, sans-serif;
font-size:20px;
color:#333333;
}
.themeSidebarAreaInner h5 {
font-family:'Raleway', Verdana, sans-serif;
font-size:18px;
color:#333333;
}
.themeSidebarAreaInner h6 {
font-family:'Raleway', Verdana, sans-serif;
font-size:16px;
color:#333333;
}
.themeSidebarAreaInner a {
text-decoration:none;
 color:#6dcba7;
}
.themeSidebarAreaInner a:hover {
text-decoration:none;
color:#6dcba7;
}
.themeSidebarAreaInner th {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#f4fbf3;
 border-width:1px;
 border-style:solid;
 border-color:#e5f1e3;
 color:#4cb08e;
 padding:10px;
    font-weight: 700;
}
.themeSidebarAreaInner td {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#ebebeb;
 color:#666666;
 padding:10px;
    font-weight: 300;
}
.themeSidebarAreaInner form li span input[type="text"], .themeSidebarAreaInner form li span textarea {
    width: 190px;
}
.themeSidebarAreaInner form li span select {
    width: 200px;
}
/*-------------------------- THEME SIDEBAR AREA CSS END -------------------------------------*/
/*-------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS START ----------------------*/
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #44a3d0;
 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 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 15px;
 margin: 0;
    min-height: 150px;
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 color:#d4f1ff;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Raleway', Verdana, sans-serif;
font-size:30px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Raleway', Verdana, sans-serif;
font-size:26px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Raleway', Verdana, sans-serif;
font-size:22px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Raleway', Verdana, sans-serif;
font-size:20px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Raleway', Verdana, sans-serif;
font-size:18px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Raleway', Verdana, sans-serif;
font-size:16px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box a {
 color:#8dffcb;
 text-decoration:none;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#8dffcb;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#f4fbf3;
 border-width:1px;
 border-style:solid;
 border-color:#e5f1e3;
 color:#4cb08e;
 padding:10px;
    font-weight: 700;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#ebebeb;
 color:#666666;
 padding:10px;
    font-weight: 300;
}
.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: 150px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 160px;
}
.themeSidebarAreaInner .zs-highlight-box form li input[type="submit"], .themeSidebarAreaInner .zs-highlight-box form li input[type="reset"] {
    padding: 10px 20px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field  {
    width:200px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:200px;
}
/*-------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS END ----------------------*/
/*------------------------- THEME SIDEBAR LIGHT AND HIGHLIGHT TEXT AREA CSS START ----------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#bababa
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#333333
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#537B8E
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#ffffff
}
/*-------------------------- THEME SIDEBAR LIGHT AND HIGHLIGHT TEXT AREA CSS END ------------*/
/*-------------------- THEME SIDEBAR TABS AND ACCORDION AREA CSS START --------------------- */
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    display: none;
    border-bottom: 1px solid #E9F2F2;
    border-left: 1px solid #E9F2F2;
}
.themeSidebarAreaInner .zs-tabs ul li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    background: #EAF5F5;
    padding: 0 25px;
    color: #666666;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #E9F2F2;
    border-top: 1px solid #E9F2F2;
}
.themeSidebarAreaInner .zs-tabs ul li:hover div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li:hover div {
    background: #6dcba7;
    color: #ffffff;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #6dcba7;
    padding-top: 1px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    clear: both;
    border: 1px solid #E9F2F2;
    padding: 15px;
    display: none;
    color: #666666;
    border-top: 0px;
    background: #ffffff;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    background: #FFFFFF;
    color: #666666;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #E9F2F2;
    margin-bottom: 2px;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #6dcba7;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*-------------------- THEME SIDEBAR AREA HIGHLIGHT BOX TABS AND ACCORDION AREA CSS --------------------- */
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    color: #666666;
    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: #333333;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #6dcba7;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #EDEDED;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f4fbf3;
    border-color: #e5f1e3;
    color: #4cb08e;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #ebebeb;
    color: #666666;
}
.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 {
    color: #666666;
    border-color: #efeeee;
    width: 130px;
    background:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 143px;
}
/*-------------------------- THEME FOOTER AREA CSS START ----------------------------------- */
.themeFooterArea {
 background-color:#f9f9f9;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 border-width: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:#666666;
    min-height: 150px;
    height: 150px;
    height: auto !important;
    padding: 65px 0;
}
.themeFooterArea h1 {
font-family:'Raleway', Verdana, sans-serif;
font-size:26px;
color:#333333;
}
.themeFooterArea h2 {
font-family:'Raleway', Verdana, sans-serif;
font-size:22px;
color:#333333;
}
.themeFooterArea h3 {
font-family:'Raleway', Verdana, sans-serif;
font-size:20px;
color:#333333;
}
.themeFooterArea h4 {
font-family:'Raleway', Verdana, sans-serif;
font-size:18px;
color:#333333;
}
.themeFooterArea h5 {
font-family:'Raleway', Verdana, sans-serif;
font-size:16px;
color:#333333;
}
.themeFooterArea h6 {
font-family:'Raleway', Verdana, sans-serif;
font-size:14px;
color:#333333;
}
.themeFooterArea a {
text-decoration:none;
color:#6dcba7;
}
.themeFooterArea a:hover {
text-decoration:none;
color:#6dcba7;
}
.themeFooterArea th {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#f4fbf3;
 border-width:1px;
 border-style:solid;
 border-color:#e5f1e3;
 color:#4cb08e;
 padding:10px;
    font-weight: 700;
}
.themeFooterArea td {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#ebebeb;
 color:#666666;
 padding:10px;
    font-weight: 300;
}
.themeFooterArea form li input[type="reset"] {
    background: #696969;
}
/*-------------------------- THEME FOOTER AREA CSS END -----------------------------------*/
/*-------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS START ----------------------*/
.themeFooterArea .zs-highlight-box {
 background-color: #44a3d0;
 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 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 20px;
 margin: 0;
    min-height: 150px;
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 color:#d4f1ff;
}
.themeFooterArea .zs-highlight-box h1 {
font-family:'Raleway', Verdana, sans-serif;
font-size:30px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h2 {
font-family:'Raleway', Verdana, sans-serif;
font-size:26px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h3 {
font-family:'Raleway', Verdana, sans-serif;
font-size:22px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h4 {
font-family:'Raleway', Verdana, sans-serif;
font-size:20px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h5 {
font-family:'Raleway', Verdana, sans-serif;
font-size:18px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h6 {
font-family:'Raleway', Verdana, sans-serif;
font-size:16px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box a {
 color:#8dffcb;
 text-decoration:none;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#8dffcb;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#f4fbf3;
 border-width:1px;
 border-style:solid;
 border-color:#e5f1e3;
 color:#4cb08e;
 padding:10px;
    font-weight: 700;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#ebebeb;
 color:#666666;
 padding:10px;
    font-weight: 300;
}
/*-------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS END ----------------------*/
/*------------------------- THEME FOOTER LIGHT AND HIGHLIGHT TEXT AREA CSS START ----------*/
.themeFooterArea .zs-text-light-color {
color:#bababa
}
.themeFooterArea .zs-text-highlight-color {
color:#333333
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#537B8E
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#ffffff
}
/*-------------------------- THEME FOOTER LIGHT AND HIGHLIGHT TEXT AREA CSS END ------------*/
/*-------------------- THEME TABS AND ACCORDION AREA CSS START --------------------- */
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #E9F2F2;
    border-left: 1px solid #E9F2F2;
}
.themeFooterArea .zs-tabs ul li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    background: #EAF5F5;
    padding: 0 25px;
    color: #666666;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
 #height:40px;
    display: block;
    cursor: pointer;
    border-right: 1px solid #E9F2F2;
    border-top: 1px solid #E9F2F2;
}
.themeFooterArea .zs-tabs ul li:hover div, .themeFooterArea .zs-highlight-box .zs-tabs ul li:hover div {
    background: #6dcba7;
    color: #ffffff;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #6dcba7;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    clear: both;
    border: 1px solid #E9F2F2;
    padding: 15px;
    display: none;
    color: #666666;
    border-top: 0px;
    background: #ffffff;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    background: #f6fafa;
    color: #666666;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #E9F2F2;
    margin-bottom: 2px;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    background: #6dcba7;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*-------------------- THEME FOOTER HIGHLIGHT BOX TABS AND ACCORDION AREA CSS --------------------- */
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    color: #666666;
}
.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: #333333;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #6dcba7;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #EDEDED;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f4fbf3;
    border-color: #e5f1e3;
    color: #4cb08e;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #ebebeb;
    color: #666666;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    color: #666666;
}
/*-------------------------- THEME FORM AREA CSS START -----------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: 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 0;
}
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: #ffffff;
    border: 1px solid #efeeee;
    float: left;
    margin: 0px;
    padding: 12px 5px;
    resize: none;
    width: 320px;
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 color:#666666;
    font-weight: 300;
}
form li span select {
    width: 330px;
    height: 45px;
    line-height: 45px;
}
select[multiple] {
    height: 100%;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat transparent;
    width: 24px;
    height: 24px;
    border: none;
    margin: 0px;
    vertical-align: middle;
    margin-top: 10px;
    outline: none;
    margin-left: 7px;
    padding: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}
form li input[type=submit], form li input[type=reset], button {
    -webkit-appearance: none;
    background: #61c297;
    padding: 10px 30px;
    margin-right: 10px;
    cursor: pointer;
    border: 0 none;
    color: #ffffff;
    font-weight: 400;
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
form li input[type=reset] {
    background: #505050;
    color: #EAE7E7;
}
/*-------------------------- 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: 55px;
    left: auto;
    right: 10px;
    margin-top: -27px;
    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: 55px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 55px;
    right: auto;
    left: 10px;
    margin-top: -27px;
    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: 55px;
    z-index: 150;
}
.themeSlideshowOuterContainer {
    bottom: 15px;
    height: 20px;
    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: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    padding: 0 15px 0 0;
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    height: 13px;
    width: 13px;
    margin: 0 3px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    height: 13px;
    width: 13px;
    margin: 0 3px;
}
/*-------------------------- THEME SLIDESHOW AREA CSS END -----------------------------------*/
/*-------------------------- THEME BODY HIGHLIGHT BOX AREA CSS START ----------------------*/
.zs-highlight-box {
 background-color: #44a3d0;
 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 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 20px;
 margin: 0;
    min-height: 150px;
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 color:#d4f1ff;
}
.zs-highlight-box h1 {
font-family:'Raleway', Verdana, sans-serif;
font-size:30px;
color:#ffffff;
}
.zs-highlight-box h2 {
font-family:'Raleway', Verdana, sans-serif;
font-size:26px;
color:#ffffff;
}
.zs-highlight-box h3 {
font-family:'Raleway', Verdana, sans-serif;
font-size:22px;
color:#ffffff;
}
.zs-highlight-box h4 {
font-family:'Raleway', Verdana, sans-serif;
font-size:20px;
color:#ffffff;
}
.zs-highlight-box h5 {
font-family:'Raleway', Verdana, sans-serif;
font-size:18px;
color:#ffffff;
}
.zs-highlight-box h6 {
font-family:'Raleway', Verdana, sans-serif;
font-size:16px;
color:#ffffff;
}
.zs-highlight-box a {
 color:#8dffcb;
 text-decoration:none;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#8dffcb;
}
.zs-highlight-box th {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#f4fbf3;
 border-width:1px;
 border-style:solid;
 border-color:#e5f1e3;
 color:#4cb08e;
 padding:10px;
    font-weight: 700;
}
.zs-highlight-box td {
 font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#ebebeb;
 color:#666666;
 padding:10px;
    font-weight: 300;
}
.zs-highlight-box form li span input[type="text"], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background:#3793BF;
    border-color:#60ACF3;
    color: #E4F6FF;
}
.zs-highlight-box h3.newsletter-heading {
    color:#FFFFFF;
}
.zs-highlight-box .newsletter-desc {
    color:#D4F1FF;
}
.zs-highlight-box .newsletter-input-field {
    background: #3793BF;
    border-color: #60ACF3;
    color: #E4F6FF;
}
.zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#E4F6FF;
}
.zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#E4F6FF;
}
.zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#E4F6FF;
}
/*-------------------------- THEME BODY HIGHLIGHT BOX AREA CSS END ----------------------*/
/*------------------------- THEME BODY LIGHT AND HIGHLIGHT TEXT AREA CSS START ----------*/
.zs-text-light-color {
color:#bababa
}
.zs-text-highlight-color {
color:#333333
}
.zs-highlight-box .zs-text-light-color {
color:#537B8E
}
.zs-highlight-box .zs-text-highlight-color {
color:#ffffff
}
/*-------------------------- THEME BODY LIGHT AND HIGHLIGHT TEXT AREA CSS END ------------*/
/*-------------------- THEME TABS AND ACCORDION AREA CSS START --------------------- */
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #E9F2F2;
    border-left: 1px solid #E9F2F2;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    background: #EAF5F5;
    padding: 0 25px;
    color: #666666;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
 #height:40px;
    display: block;
    cursor: pointer;
    border-right: 1px solid #E9F2F2;
    border-top: 1px solid #E9F2F2;
}
.zs-tabs ul li:hover div, .zs-highlight-box .zs-tabs ul li:hover div {
    background: #6dcba7;
    color: #ffffff;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #6dcba7;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    clear: both;
    border: 1px solid #E9F2F2;
    padding: 15px;
    display: none;
    color: #666666;
    border-top: 0px;
    background: #ffffff;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    background: #E2F3F3;
    color: #666666;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #E9F2F2;
    margin-bottom: 2px;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #6dcba7;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*-------------------- THEME HIGHLIGHT BOX TABS AND ACCORDION AREA CSS --------------------- */
.zs-highlight-box .zs-tabs-accordion-content {
    color: #666666;
}
.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: #333333;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #6dcba7;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #EDEDED;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f4fbf3;
    border-color: #e5f1e3;
    color: #4cb08e;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #ebebeb;
    color: #666666;
}
.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 {
    color: #666666;
    background:#ffffff;
}
/*-------------------------- THEME NEWSLETTER AREA CSS START --------------------------*/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Raleway', Verdana, sans-serif;
font-size: 22px;
color: #333333;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size: 16px;
color: #666666;
}
.newsletter-input-field {
background: #ffffff;
border-width: 1px;
border-color: #EFEEEE;
color:#444444;
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size: 14px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 230px;
    padding: 10px 5px;
    vertical-align:top;
}
button.newsletter-button {
background: #61C297;
border-width: 0;
border-color: transparent;
color:#ffffff;
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
font-size: 14px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-style: solid;
    cursor: pointer;
    padding: 10px;
    font-weight: 400;
    box-sizing: border-box;
    margin-right: 0;
}
.newsletter-layout-1 .newsletter-form, .newsletter-layout-2 .newsletter-form {
    margin: 0 auto;
    text-align: center;
}
.newsletter-layout-3 .newsletter-form {
    width: 230px;
    margin: 0 auto;
    text-align: right;
}
.newsletter-layout-3 button {
    text-align: right;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#444444;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#444444;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#444444;
  font-size:90%;
  line-height:normal;
}
/*--------------------- THEME MEMBERSHIP PORTAL AREA CSS ---------------------*/
.mp-container {
    height: 40px;
    float:right;
}
.member-signin {
    float: right;
    padding-left:20px;
}
.member-signin > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:right;
}
.member-signin li {
    display: inline-block;
    line-height: 40px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li a {
font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
 font-size:16px;
    text-decoration:none;
    color:#6dcba7;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#6dcba7;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#6dcba7;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}

/*-------------------------- THEME MEDIA QUERIES AREA CSS START --------------------------*/

@media only screen and (min-width : 769px) and (max-width : 1024px) {
.themeWidth {
    width: 90%;
}
.themeContentArea {
    width: 62%;
}
.themeSidebarArea {
    width: 38%;
}
}

@media only screen and (min-width : 641px) and (max-width : 768px) {
.themeWidth {
    width: 90%;
}
.themeSearchBox {
    width: 100%;
}
.themeSearchBox input[type="text"] {
    width: 90%;
}
.themeContentArea, .themeSidebarArea, .themeBrandingArea, .themeNavigationArea, .themeLogoOuterContainer, .themeSocialiconContainer, .themeSearchContainer {
    width: auto;
    float: none;
}
.tableCell, .tableRow {
    display: block;
}
.themeBrandingContainer, .themeCaptionContainer {
    text-align: center;
}
.themeSocialiconArea {
    text-align:right;
    clear:both;
}
.themeLogoArea {
    padding: 0px;
}
.themeSitenameCaptionOuterContainer, .themeSitename, .themeCaption, .themeNavigationAreaOuterContainer {
    width: auto;
    max-width: none;
}
#navigation ul {
    position: relative;
    float: right;
    right: 50%;
}
#navigation ul li {
    float: left;
    left: 50%;
    position: relative;
}
.themeSidebarAreaInner {
    margin: 50px 0;
}
form li span input[type="text"], .themeSidebarAreaInner form li span input[type="text"], form li span textarea, .themeSidebarAreaInner form li span textarea {
    width: 250px;
}
form li span select, .themeSidebarAreaInner form li span select {
    width: 260px;
}
.themeSidebarAreaInner .zs-highlight-box form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box form li span textarea {
    width: 220px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 230px;
}
.submenu li a span {
    width: 90%;
}
.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, .themeSidebarArea .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarArea .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"], .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 280px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 293px;
}
.mp-container {
    float:none;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:80%;
}
.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%;
}
.themeSearchBox {
    width: 100%;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.themeContentArea, .themeSidebarArea, .themeBrandingArea, .themeNavigationArea, .themeLogoOuterContainer, .themeSocialiconContainer, .themeSearchContainer {
    width: auto;
    float: none;
}
.tableCell, .tableRow {
    display: block;
}
.themeBrandingContainer, .themeCaptionContainer {
    text-align: center;
}
.themeSocialiconArea {
    text-align:right;
    clear:both;
}
.themeLogoArea {
    padding: 0px;
}
.themeSitenameCaptionOuterContainer, .themeSitename, .themeCaption, .themeNavigationAreaOuterContainer {
    width: auto;
    max-width: none;
}
#navigation ul {
    float: right;
}
.themeSidebarAreaInner {
    margin: 50px 0;
}
form li span input[type="text"], .themeSidebarAreaInner form li span input[type="text"], form li span textarea, .themeSidebarAreaInner form li span textarea {
    width: 220px;
}
form li span select, .themeSidebarAreaInner form li span select {
    width: 230px;
}
.themeSidebarAreaInner .zs-highlight-box form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box form li span textarea {
    width: 140px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 150px;
}
.submenu li a span {
    width: 90%;
}
.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, .themeSidebarArea .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarArea .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"], .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 240px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 253px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.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%;
}
.themeSearchBox {
    width: 100%;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.themeContentArea, .themeSidebarArea, .themeBrandingArea, .themeNavigationArea, .themeLogoOuterContainer, .themeSocialiconContainer, .themeSearchContainer {
    width: auto;
    float: none;
}
.tableCell, .tableRow {
    display: block;
}
.themeBrandingContainer, .themeCaptionContainer {
    text-align: center;
}
.themeSocialiconArea {
    text-align:right;
    clear:both;
}
.themeLogoArea {
    padding: 0px;
}
.themeSitenameCaptionOuterContainer, .themeSitename, .themeCaption, .themeNavigationAreaOuterContainer {
    width: auto;
    max-width: none;
}
#navigation ul {
    float: right;
}
.themeSidebarAreaInner {
    margin: 50px 0;
}
form li span input[type="text"], form li span textarea {
    width: 220px;
}
form li span select {
    width: 230px;
}
.themeSidebarAreaInner form li span input[type="text"], .themeSidebarAreaInner form li span textarea {
    width: 180px;
}
.themeSidebarAreaInner form li span select {
    width: 190px;
}
.themeSidebarAreaInner .zs-highlight-box form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box form li span textarea {
    width: 140px;
}
.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: 10px 20px;
}
.submenu li a span {
    width: 90%;
}
.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, .themeSidebarArea .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarArea .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"], .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 180px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 193px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.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%;
}
.themeSearchBox {
    width: 100%;
}
.themeSearchBox input[type="text"] {
    width: 80%;
}
.themeContentArea, .themeSidebarArea, .themeBrandingArea, .themeNavigationArea, .themeLogoOuterContainer, .themeSocialiconContainer, .themeSearchContainer {
    width: auto;
    float: none;
}
.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 {
    width:26px;
    border:0px solid;
    margin:7px 2px 0;
}
.tableCell, .tableRow {
    display: block;
}
.themeBrandingContainer, .themeCaptionContainer {
    text-align: center;
}
.themeSocialiconArea {
    text-align:center;
    clear:both;
}
.themeLogoArea {
    padding: 0px;
}
.themeSitenameCaptionOuterContainer, .themeSitename, .themeCaption, .themeNavigationAreaOuterContainer {
    width: auto;
    max-width: none;
}
#navigation ul {
    float: right;
}
.themeSidebarAreaInner {
    margin: 50px 0;
}
form li span input[type="text"], form li span textarea {
    width: 220px;
}
form li span select {
    width: 230px;
}
.themeSidebarAreaInner form li span input[type="text"], .themeSidebarAreaInner form li span textarea {
    width: 180px;
}
.themeSidebarAreaInner form li span select {
    width: 190px;
}
.themeSidebarAreaInner .zs-highlight-box form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box form li span textarea {
    width: 140px;
}
.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: 10px 20px;
}
.submenu li a span {
    width: 88%;
}
.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, .themeSidebarArea .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarArea .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"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 180px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 193px;
}
.themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 140px;
}
.themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 153px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-input-field {
    width:220px;
}
.newsletter-layout-3 .newsletter-form {
    width:220px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field  {
    width:185px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:185px;
}
.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 MEDIA QUERIES AREA CSS END --------------------------*/
 