/*----------------------------------------------------------- THEME WEB FONT AREA CSS START -----------------------------------------------------------*/
@-zs-include webfonts(Roboto:300, 400, 500, 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:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#999999;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    font-weight: 300;
}
h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#121212;
}
h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#121212;
}
h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#121212;
}
h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#121212;
}
h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#121212;
}
h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#121212;
}
a {
text-decoration:underline;
 color:#121212;
}
a:hover {
text-decoration:none;
color:#121212;
}
:focus {
    outline: none;
}
a img {
    border: 0 none;
}
p {
    line-height: 1.7;
}
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 #f3f3f3;
}
/*----------------------------------- THEME PRESET CSS AREA END --------------------------------------*/
/*----------------------------------- THEME TABLE AREA CSS START -------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e4e4e4;
 color:#444444;
 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:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e4e4e4;
 color:#999999;
 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 SEARCH BOX AREA CSS START ------------------------------*/
.themeSearchArea {
    padding: 15px 0;
    overflow: hidden;
}
.themeSearchContainer {
    float: right;
}
.themeSearchBox {
    width: 180px;
    height: 29px;
    position: relative;
    background: #ffffff;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 130px;
    height: 29px;
    border: 0;
    outline: none;
    line-height: 29px;
    font-family: 'Roboto', Verdana, Geneva, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #999999;
    padding: 0 5px;
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 30px;
    height: 29px;
    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 {
 background-color:rgba(255, 255, 255, 0.95);
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.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%;
}
.themeSitenameCaptionInnerContainer {
    height: 100%;
    vertical-align: middle;
}
.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 100%;
    width: 45%;
}
.themeSitename {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#444444;
    word-wrap: break-word;
    font-weight: 700;
    width: 400px;
}
.themeCaptionArea {
    text-align: center;
    padding: 25px 0;
}
.themeCaption {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#ffffff;
    font-weight: 400;
    text-shadow: 0 0 2px #000000;
    -moz-text-shadow: 0 0 2px #000000;
    -o-text-shadow: 0 0 2px #000000;
    -webkit-text-shadow: 0 0 2px #000000;
}
/*----------------------------------------------------------- THEME BRANDING AREA CSS END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME NAVIGATION AREA CSS START -----------------------------------------------------------*/
.themeNavigationAreaContainer {
    vertical-align: middle;
    height: 100%;
    width: 50%;
}
.themeNavigationArea {
    float: right;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}
#navigation li a {
    display: block;
    padding-right: 20px;
 color:#7f7f7f;
 font-size:14px;
 font-family:'Roboto', Verdana, Geneva, sans-serif;
    font-weight: 500;
    float: left;
    text-decoration: none;
    cursor: pointer;
    line-height: 3;
background-image: url(images/navSeprator.png);
 background-repeat:no-repeat;
 background-position:right center;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
color:#30a3de;
background-color:transparent;
background-image:url(images/navSeprator.png);
background-repeat:no-repeat;
background-position:right center;
}
#navigation li:last-child a {
 background-image:none;
}
#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: 10px;
    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:#ffffff;
 background-image:none;
background-position:left top;
background-repeat:repeat;
 border-width:4px 0 0;
border-style:solid;
border-color:#30a3de;
 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 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -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:#7f7f7f;
 font-size:14px;
 font-family:'Roboto', Verdana, Geneva, sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 8px 0;
    line-height: 1.6;
    text-align: left;
}
.submenu li a:hover, .submenu li.selected a {
 color:#30a3de;
background-color:transparent;
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: 9px;
    width: 7px;
    margin-top: 6px;
}
.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 -------------------------------- */
.themeBanner {
    position: relative;
}
.themeBannerShadow {
    background: url(images/bannerShadow.png) center top no-repeat;
    height: 75px;
}
/* ----------------------- THEME BANNER AREA CSS END  ----------------------- */
/* ----------------------- THEME SOCIAL ICONS AREA CSS START  -----------------------*/
.themeSocialIconContainer {
    position: relative;
}
.themeSocialIconArea {
    left: 0px;
    top: 135px;
    position: absolute;
}
.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: 35px;
    height: 30px;
    display: block;
    border-bottom: 1px solid #b7b7b7;
}
.themeSocialIconArea span:last-child {
    border-bottom: 0px;
}
.zs-socialicon-email {
    background-position: 0 -0px;
}
.zs-socialicon-facebook {
    background-position: 0 -30px;
}
.zs-socialicon-flickr {
    background-position: 0 -60px;
}
.zs-socialicon-googleplus {
    background-position: 0 -90px;
}
.zs-socialicon-linkedin {
    background-position: 0 -120px;
}
.zs-socialicon-pinterest {
    background-position: 0 -150px;
}
.zs-socialicon-rss {
    background-position: 0 -180px;
}
.zs-socialicon-twitter {
    background-position: 0 -210px;
}
.zs-socialicon-youtube {
    background-position: 0 -240px;
}
.zs-socialicon-medium {
    background-position: 0 -270px;
}
.zs-socialicon-instagram {
    background-position: 0 -300px;
}
/* -------------------------------- THEME SOCIAL ICONS 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 0 0 transparent, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow:0 0 0 0 transparent, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow:0 0 0 0 transparent, 0px 0px 0px 0 transparent inset;
 -o-box-shadow:0 0 0 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;
    padding: 50px 0;
}
.themeContentArea {
    width: 67%;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
/* -------------------------------- THEME CONTENT AREA CSS END -------------------------------- */
/*------------------------------- THEME BREADCRUMB AREA CSS START ----------------------------------*/
.themeBreadcrumb {
    padding: 5px 0;
}
.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 {
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-left: 40px;
 background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px transparent, 0px 0px 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: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#999999;
}
.themeSidebarAreaInner h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#121212;
}
.themeSidebarAreaInner h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#121212;
}
.themeSidebarAreaInner h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#121212;
}
.themeSidebarAreaInner h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#121212;
}
.themeSidebarAreaInner h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#121212;
}
.themeSidebarAreaInner h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#121212;
}
.themeSidebarAreaInner a {
text-decoration:underline;
 color:#121212;
}
.themeSidebarAreaInner a:hover {
text-decoration:none;
color:#121212;
}
.themeSidebarAreaInner th {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e4e4e4;
 color:#444444;
 padding:10px;
}
.themeSidebarAreaInner td {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e4e4e4;
 color:#999999;
 padding:10px;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
    width: 200px;
}
.themeSidebarAreaInner form li span select {
    width: 210px;
}
.themeSidebarAreaInner form ul li label, .themeSidebarAreaInner form ul li div {
    float: none;
    width: auto;
    padding-right: 0px;
    text-align: left;
}
.themeSidebarAreaInner .newsletter-input-field {
    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: #f8f8f8;
 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 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 -moz-box-shadow: 0 0 0 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 -webkit-box-shadow: 0 0 0 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 -o-box-shadow: 0 0 0 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 border-width: 1px;
 border-style:solid;
 border-color:#e4e4e4;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 15px;
 margin: 0;
    min-height: 150px;
font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#999999;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#37a9e3;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#37a9e3;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#37a9e3;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#37a9e3;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#37a9e3;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#37a9e3;
}
.themeSidebarAreaInner .zs-highlight-box a {
 color:#37a9e3;
 text-decoration:underline;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#37a9e3;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#286888;
 border-width:1px;
 border-style:solid;
 border-color:#2C586E;
 color:#ffffff;
 padding:10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#DAE1E4;
 color:#999999;
 padding:10px;
}
/*-------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS END ------------------------------*/
/*------------------------ THEME SIDEBAR TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START ------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#CFCFCF;
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#121212;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#67CAFF;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#11455e;
}
/*------------------------ 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%;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    margin: 0;
    display: none;
    border-left: 1px solid #e1e1e1;
}
.themeSidebarAreaInner .zs-tabs li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    padding: 0;
    margin: 0;
    margin: 0 0 -1px;
    position: relative;
    border-top: 1px solid #e1e1e1;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    float: left;
    display: block;
    cursor: pointer;
    background: #f5f5f5;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px;
    overflow: hidden;
    color: #444444;
    line-height: 3;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #d8ecf7;
    border-top: 0px;
    padding: 15px;
    display: none;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    color: #444444;
    padding: 10px;
    cursor: pointer;
    display: block;
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 2px;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #30a3de;
    border: 0 none;
    color: #ffffff;
    margin-bottom: 0;
}
/*-------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS ------------------------------*/
.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: #121212;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #37a9e3;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #F2F2F2;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f8f8f8;
    border-color: #e4e4e4;
    color: #444444;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e4e4e4;
    color: #999999;
}
.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 {
    width: 170px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 183px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type=submit], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type=reset] {
    padding: 12px 20px;
}
/*--------------------------- THEME FOOTER AREA CSS START ----------------------------------*/
.themeFooterArea {
background-color:transparent;
 background-image:url(images/footerbg.png);
 background-position:top left;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0 0 0px transparent, 0px 1px 20px 0 rgba(0, 0, 0, 0.1) inset;
 -moz-box-shadow: 0px 0 0 0px transparent, 0px 1px 20px 0 rgba(0, 0, 0, 0.1) inset;
 -o-box-shadow: 0px 0 0 0px transparent, 0px 1px 20px 0 rgba(0, 0, 0, 0.1) inset;
 -webkit-box-shadow: 0px 0 0 0px transparent, 0px 1px 20px 0 rgba(0, 0, 0, 0.1) 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:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#999999;
    padding: 35px 0;
    min-height: 150px;
    height: auto !important;
    height: 150px;
}
.themeFooterArea h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#121212;
}
.themeFooterArea h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#121212;
}
.themeFooterArea h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#121212;
}
.themeFooterArea h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#121212;
}
.themeFooterArea h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#121212;
}
.themeFooterArea h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#121212;
}
.themeFooterArea a {
text-decoration:underline;
 color:#121212;
}
.themeFooterArea a:hover {
text-decoration:none;
color:#121212;
}
.themeFooterArea th {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e4e4e4;
 color:#444444;
 padding:10px;
}
.themeFooterArea td {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e4e4e4;
 color:#999999;
 padding:10px;
}
/*--------------------------- THEME FOOTER AREA CSS END ----------------------------------*/
/*-------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS START ------------------------------*/
.themeFooterArea .zs-highlight-box {
 background-color: #f8f8f8;
 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 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 -moz-box-shadow: 0 0 0 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 -webkit-box-shadow: 0 0 0 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 -o-box-shadow: 0 0 0 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 border-width: 1px;
 border-style:solid;
 border-color:#e4e4e4;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 15px;
 margin: 0;
    min-height: 150px;
font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#999999;
}
.themeFooterArea .zs-highlight-box h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#37a9e3;
}
.themeFooterArea .zs-highlight-box h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#37a9e3;
}
.themeFooterArea .zs-highlight-box h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#37a9e3;
}
.themeFooterArea .zs-highlight-box h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#37a9e3;
}
.themeFooterArea .zs-highlight-box h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#37a9e3;
}
.themeFooterArea .zs-highlight-box h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#37a9e3;
}
.themeFooterArea .zs-highlight-box a {
 color:#37a9e3;
 text-decoration:underline;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#37a9e3;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#286888;
 border-width:1px;
 border-style:solid;
 border-color:#2C586E;
 color:#ffffff;
 padding:10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#DAE1E4;
 color:#999999;
 padding:10px;
}
/*-------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS END ------------------------------*/
/*------------------------ THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START ------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#CFCFCF;
}
.themeFooterArea .zs-text-highlight-color {
color:#121212;
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#67CAFF;
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#11455e;
}
/*------------------------ 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%;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    padding: 0;
    margin: 0;
}
.themeFooterArea .zs-tabs li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    float: left;
    padding: 0;
    margin: 0;
    margin: 0 0 -1px;
    position: relative;
    border-top: 1px solid #e1e1e1;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    foat: left;
    display: block;
    cursor: pointer;
    background: #f5f5f5;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px;
    overflow: hidden;
    color: #444444;
    line-height: 3;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-top: 0px;
    padding: 15px;
    display: none;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    color: #444444;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 2px;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    background: #30a3de;
    border: 0 none;
    color: #ffffff;
    margin-bottom: 0;
}
/*-------------------------- THEME FOOTER AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS ------------------------------*/
.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: #121212;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #37a9e3;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #F2F2F2;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f8f8f8;
    border-color: #e4e4e4;
    color: #444444;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e4e4e4;
    color: #999999;
}
/*-------------------------- 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;
    padding-right: 20px;
    text-align: right;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 0 3px;
    margin: 7px 2px 0;
#padding-top:3px;
}
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 #e9e9e9;
    float: left;
    margin: 0px;
    padding: 12px 5px;
    resize: none;
    width: 300px;
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#999999;
    font-weight: 300;
    box-shadow: 0 1px 1px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
}
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: 12px;
    outline: none;
    margin-left: 7px;
    padding: 0px;
}
form li input[type=submit], form li input[type=reset], button {
    -webkit-appearance: none;
    background: #30a3de;
    padding: 12px 35px;
    margin-right: 15px;
    cursor: pointer;
    border: 0 none;
#padding:5px 7px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
 font-family:'Roboto', Verdana, Geneva, sans-serif;
    font-size: 14px;
}
form li input[type=reset] {
    background: none;
    text-decoration: underline;
    color: #b9b9b9;
}
/*-------------------------- 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: 31px;
    left: 57px;
    right: auto;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 20px;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 31px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 31px;
    right: auto;
    left: 20px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 20px;
    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;
    right: auto;
    opacity: 0;
    text-align: right;
    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 20px 10px 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: 12px;
    width: 12px;
    margin: 0px 0 0 5px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    height: 12px;
    width: 12px;
    margin: 0px 0 0 5px;
}
/*-------------------------- THEME SLIDESHOW AREA CSS END ---------------------------------------*/
/*-------------------------- THEME BODY HIGHLIGHT BOX AREA CSS START ------------------------------*/
.zs-highlight-box {
 background-color: #f8f8f8;
 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 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 -moz-box-shadow: 0 0 0 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 -webkit-box-shadow: 0 0 0 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 -o-box-shadow: 0 0 0 1px #e4e4e4, 0px 4px 0 0 #37a9e3 inset;
 border-width: 1px;
 border-style:solid;
 border-color:#e4e4e4;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 15px;
 margin: 0;
    min-height: 150px;
font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#999999;
}
.zs-highlight-box h1 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:30px;
color:#37a9e3;
}
.zs-highlight-box h2 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:26px;
color:#37a9e3;
}
.zs-highlight-box h3 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:22px;
color:#37a9e3;
}
.zs-highlight-box h4 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:20px;
color:#37a9e3;
}
.zs-highlight-box h5 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:18px;
color:#37a9e3;
}
.zs-highlight-box h6 {
font-family:'Roboto', Verdana, Geneva, sans-serif;
font-size:16px;
color:#37a9e3;
}
.zs-highlight-box a {
 color:#37a9e3;
 text-decoration:underline;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#37a9e3;
}
.zs-highlight-box th {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#286888;
 border-width:1px;
 border-style:solid;
 border-color:#2C586E;
 color:#ffffff;
 padding:10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.zs-highlight-box td {
 font-family:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#DAE1E4;
 color:#999999;
 padding:10px;
}
/*-------------------------- THEME BODY HIGHLIGHT BOX AREA CSS END ------------------------------*/
/*------------------------ THEME TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START ------------------------------*/
.zs-text-light-color {
color:#CFCFCF;
}
.zs-text-highlight-color {
color:#121212;
}
.zs-highlight-box .zs-text-light-color {
color:#67CAFF;
}
.zs-highlight-box .zs-text-highlight-color {
color:#37a9e3;
}
/*------------------------ 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%;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    padding: 0;
    margin: 0;
}
.zs-tabs li, .zs-highlight-box .zs-tabs ul li {
    float: left;
    padding: 0;
    margin: 0;
    margin: 0 0 -1px;
    position: relative;
    border-top: 1px solid #e1e1e1;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    foat: left;
    display: block;
    cursor: pointer;
    background: #f5f5f5;
    border-right: 1px solid #e1e1e1;
    padding: 0 20px;
    overflow: hidden;
    color: #444444;
    line-height: 3;
    border-bottom: 1px solid #e1e1e1;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-top: 0px;
    padding: 15px;
    display: none;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #444444;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 2px;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #30a3de;
    border: 0 none;
    color: #ffffff;
    margin-bottom: 0;
}
/*-------------------------- THEME HIGHLIGHT BOX AREA TABS ACCORDION AREA CSS ------------------------------*/
.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: #121212;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #37a9e3;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #F2F2F2;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f8f8f8;
    border-color: #e4e4e4;
    color: #444444;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e4e4e4;
    color: #999999;
}
/*-------------------------- THEME NEWSLETTER AREA CSS ------------------------------*/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Roboto', Verdana, Geneva, sans-serif;
font-size: 22px;
color: #121212;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Roboto', Verdana, Geneva, sans-serif;
font-size: 14px;
color: #999999;
}
.newsletter-input-field {
background: #ffffff;
border-width: 1px;
border-color: #E9E9E9;
color:#999999;
font-family: 'Roboto', Verdana, Geneva, sans-serif;
font-size: 14px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 240px;
    padding: 10px 5px;
    vertical-align:top;
}
button.newsletter-button {
background: #30A3DE;
border-width: 0;
border-color: transparent;
color:#ffffff;
font-family: 'Roboto', Verdana, Geneva, sans-serif;
font-size: 14px;
    border-style: solid;
    cursor: pointer;
    padding: 10px;
    font-weight: 400;
    box-sizing: border-box;
    margin-right: 0;
}
.newsletter-layout-1 .newsletter-form, .newsletter-layout-2 .newsletter-form {
    margin: 0 auto;
    text-align: center;
}
.newsletter-layout-3 .newsletter-form {
    width: 240px;
    margin: 0 auto;
    text-align: right;
}
.newsletter-layout-3 button {
    text-align: right;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#999999;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#999999;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#999999;
  font-size:90%;
  line-height:normal;
}
/*--------------------- THEME MEMBERSHIP PORTAL AREA CSS ---------------------*/
.mp-container {
    height: 33px;
}
.member-signin {
    float: right;
}
.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:'Roboto', Verdana, Geneva, sans-serif;
 font-size:14px;
    text-decoration:none;
    color:#30a3de;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#30a3de;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#30a3de;
    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%;
}
.themeSocialIconContainer {
    position: static;
}
.themeSocialIconArea {
    position: static;
    text-align: center;
    top: auto;
    padding-bottom: 20px;
}
.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 {
    display: inline-block;
    margin: 0 3px;
    border-bottom: 0px;
}
.themeSidebarArea {
    width: 35%;
}
.themeContentArea {
    width: 65%;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
    width: 75%;
}
.themeSidebarAreaInner form li span select {
    width: 80%;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
    text-align: left;
    padding-right: 0px;
}
}

@media only screen and (min-width : 641px) and (max-width : 768px) {
.themeWidth {
    width: 90%;
}
.themeBannerShadow {
    background: none;
    height: 0px;
}
.themeSocialIconContainer {
    position: static;
}
.themeSocialIconArea {
    position: static;
    text-align: center;
    top: auto;
    padding-bottom: 20px;
}
.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 {
    display: inline-block;
    margin: 0 3px;
    border-bottom: 0px;
}
.themeSidebarArea, .themeContentArea, .themeNavigationArea {
    width: auto;
    float: none;
}
.themeSidebarAreaInner {
    margin-top: 40px;
    margin-left: 0px;
    background: #f8f8f8;
    padding: 10px;
}
.themeLogoOuterContainer, .themeSitenameCaptionContainer, .themeNavigationAreaContainer, .themeSitename, .themeBrandingContainer {
    width: 100%;
}
.tableCell, .tableRow, .themeBrandingContainer {
    display: block;
    overflow: hidden;
}
.themeSitename {
    word-wrap: break-word;
    white-space: normal;
    width: auto;
}
.themeBrandingArea {
    padding: 10px;
}
.themeSitenameCaptionContainer {
    height: auto;
}
#navigation li {
    position: relative;
    left: 50%;
}
#navigation ul {
    position: relative;
    right: 50%;
    float: right;
}
.themeSearchBox input[type="text"] {
    width: 85%;
    height: 40px;
}
.themeSearchBox input[type="submit"] {
    height: 38px;
}
.themeSearchContainer {
    float: none;
}
.themeSearchArea {
    padding-bottom: 0px;
}
.themeSearchBox {
    width: 100%;
    height: 40px;
}
.themeBrandingContainer {
    text-align: center;
}
.themeLogoArea {
    padding:0px;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 12px 25px;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
    text-align: left;
    padding-right: 0px;
}
.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"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .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 {
    width: 280px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 293px;
}
}

@media only screen and (min-width : 481px) and (max-width : 640px) {
.themeWidth {
    width: 90%;
}
.themeBannerShadow {
    background: none;
    height: 0px;
}
.themeSocialIconContainer {
    position: static;
}
.themeSocialIconArea {
    position: static;
    text-align: center;
    top: auto;
    padding-bottom: 20px;
}
.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 {
    display: inline-block;
    margin: 0 3px;
    border-bottom: 0px;
}
.themeSidebarArea, .themeContentArea, .themeNavigationArea {
    width: auto;
    float: none;
}
.themeNavigationArea {
    float:right;
}
.themeSidebarAreaInner {
    margin-top: 40px;
    margin-left: 0px;
    background: #f8f8f8;
    padding: 10px;
}
.themeLogoOuterContainer, .themeSitenameCaptionContainer, .themeNavigationAreaContainer, .themeSitename, .themeBrandingContainer {
    width: 100%;
}
.tableCell, .tableRow, .themeBrandingContainer {
    display: block;
    overflow: hidden;
}
.themeSitename {
    word-wrap: break-word;
    white-space: normal;
    width: auto;
}
.themeBrandingArea {
    padding: 10px;
}
.themeSitenameCaptionContainer {
    height: auto;
}
#navigation li {
    position: relative;
    left: 50%;
}
#navigation ul {
    position: relative;
    right: 50%;
    float: right;
}
.themeSearchBox input[type="text"] {
    width: 85%;
    height: 40px;
}
.themeSearchBox input[type="submit"] {
    height: 38px;
}
.themeSearchContainer {
    float: none;
}
.themeSearchArea {
    padding-bottom: 0px;
}
.themeSearchBox {
    width: 100%;
    height: 40px;
}
.themeBrandingContainer {
    text-align: center;
}
.themeLogoArea {
    padding:0px;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 240px;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 12px 25px;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
    text-align: left;
    padding-right: 0px;
}
.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"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .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 {
    width: 250px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 263px;
}
.themeSearchArea {
    display:none;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.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%;
}
.themeBannerShadow {
    background: none;
    height: 0px;
}
.themeSocialIconContainer {
    position: static;
}
.themeSocialIconArea {
    position: static;
    text-align: center;
    top: auto;
    padding-bottom: 20px;
}
.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 {
    display: inline-block;
    margin: 0 3px;
    border-bottom: 0px;
}
.themeSidebarArea, .themeContentArea, .themeNavigationArea {
    width: auto;
    float: none;
}
.themeNavigationArea {
    float:right;
}
.themeSidebarAreaInner {
    margin-top: 40px;
    margin-left: 0px;
    background: #f8f8f8;
    padding: 10px;
}
.themeLogoOuterContainer, .themeSitenameCaptionContainer, .themeNavigationAreaContainer, .themeSitename, .themeBrandingContainer {
    width: 100%;
}
.tableCell, .tableRow, .themeBrandingContainer {
    display: block;
    overflow: hidden;
}
.themeSitename {
    word-wrap: break-word;
    white-space: normal;
    width: auto;
}
.themeBrandingArea {
    padding: 10px;
}
.themeSitenameCaptionContainer {
    height: auto;
}
#navigation li {
    position: relative;
    left: 50%;
}
#navigation ul {
    position: relative;
    right: 50%;
    float: right;
}
.themeSearchBox input[type="text"] {
    width: 85%;
    height: 40px;
}
.themeSearchBox input[type="submit"] {
    height: 38px;
}
.themeSearchContainer {
    float: none;
}
.themeSearchArea {
    padding-bottom: 0px;
}
.themeSearchBox {
    width: 100%;
    height: 40px;
}
.themeBrandingContainer {
    text-align: center;
}
.themeLogoArea {
    padding:0px;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 240px;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 12px 25px;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
    text-align: left;
    padding-right: 0px;
}
.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"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .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 {
    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 {
    width: 213px;
}
.themeSearchArea {
    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;
}
.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%;
}
.themeBannerShadow {
    background: none;
    height: 0px;
}
.themeSocialIconContainer {
    position: static;
}
.themeSocialIconArea {
    position: static;
    text-align: center;
    top: auto;
    padding-bottom: 20px;
}
.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 {
    display: inline-block;
    margin: 0 3px;
    border-bottom: 0px;
}
.themeSidebarArea, .themeContentArea, .themeNavigationArea {
    width: auto;
    float: none;
}
.themeNavigationArea {
    float:right;
}
.themeSidebarAreaInner {
    margin-top: 40px;
    margin-left: 0px;
    background: #f8f8f8;
    padding: 10px;
}
.themeLogoOuterContainer, .themeSitenameCaptionContainer, .themeNavigationAreaContainer, .themeSitename, .themeBrandingContainer {
    width: 100%;
}
.tableCell, .tableRow, .themeBrandingContainer {
    display: block;
    overflow: hidden;
}
.themeSitename {
    word-wrap: break-word;
    white-space: normal;
    width: auto;
}
.themeBrandingArea {
    padding: 10px;
}
.themeSitenameCaptionContainer {
    height: auto;
}
#navigation li {
    position: relative;
    left: 50%;
}
#navigation ul {
    position: relative;
    right: 50%;
    float: right;
}
.themeSearchBox input[type="text"] {
    width: 85%;
    height: 40px;
}
.themeSearchBox input[type="submit"] {
    height: 38px;
}
.themeSearchContainer {
    float: none;
}
.themeSearchArea {
    padding-bottom: 0px;
}
.themeSearchBox {
    width: 100%;
    height: 40px;
}
.themeBrandingContainer {
    text-align: center;
}
.themeLogoArea {
    padding:0px;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 190px;
}
form li span select {
    width:203px;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 12px 25px;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
    text-align: left;
    padding-right: 0px;
}
.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"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .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 {
    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 {
    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: 12px 20px;
}
.themeSidebarAreaInner .zs-highlight-box {
    padding:10px;
}
.themeSearchArea {
    display:none;
}
.newsletter-input-field {
    width:220px;
}
.newsletter-layout-3 .newsletter-form {
    width:220px;
}
.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 ------------------------------*/
 