/*----------------------------------------------------------- THEME WEB FONT AREA CSS -----------------------------------------------------------*/
@-zs-include webfonts(Roboto:400, 500/Source Sans Pro);
/*----------------------------------------------------------- THEME PRESET CSS AREA -----------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-color:#ffffff;
 background-image:none;
 background-position:left top;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#999BA0;
}
h1 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:24px;
color:#000000;
}
h2 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:22px;
color:#000000;
}
h3 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
}
h4 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
}
h5 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}
h6 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
a {
text-decoration:none;
 color:#bf6449;
}
a:hover {
text-decoration:none;
color:#bf6449;
}
:focus {
    outline: none;
}
a img {
    border: 0 none;
}
p {
    line-height: 1.6;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 23px;
}
ol {
    margin: 0;
    padding: 0 0 0 23px;
}
li {
    margin: 0;
    padding: 5px;
}
hr {
    border: 0px;
    border-top: 1px solid #f0f0f0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 color:#181818;
 padding:7px;
}
td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e5e5e5;
 color:#696969;
 padding:7px;
}
/*----------------------------------------------------------- THEME COMMON USAGE CSS AREA -----------------------------------------------------------*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
.themeWidth {
    width: 1000px;
    margin: 0 auto;
}
/*----------------------------------------------------------- THEME TOP AREA AREA CSS -----------------------------------------------------------*/
.themeTopArea {
    background: #fbfbfb;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}
/*--------------------------------------------------------- THEME SEARCH BOX AREA CSS ------------------------------------------------------------------------------------*/
.themeSearchContainer {
    float: right;
    padding: 8px 0;
}
.themeSearchBox {
    width: 220px;
    height: 28px;
    position: relative;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 170px;
    height: 28px;
    border: 0;
    outline: none;
    line-height: 28px;
    font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #d0d0d0;
    padding: 0 5px;
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 28px;
    height: 15px;
    padding-left: 7px;
    position: absolute;
    top: 6px;
    right: 0;
    border: 0 none;
    cursor: pointer;
}
/*--------------------------------------------------------- THEME SOCIAL ICON AREA CSS ------------------------------------------------------------------------------------*/
.themeSocialIconContainer {
    padding-right: 5px;
    float: right;
}
.themeSocialIconArea {
    text-align: right;
    padding-top: 10px;
}
.zs-socialicon-email, .zs-socialicon-facebook, .zs-socialicon-flickr, .zs-socialicon-googleplus, .zs-socialicon-linkedin, .zs-socialicon-pinterest, .zs-socialicon-rss, .zs-socialicon-twitter, .zs-socialicon-youtube, .zs-socialicon-medium, .zs-socialicon-instagram {
    background: url('images/zs-socialicon-sprite.png') no-repeat top left;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 4px 0 0;
}
.zs-socialicon-email {
    background-position: 0 -0px;
}
.zs-socialicon-facebook {
    background-position: 0 -24px;
}
.zs-socialicon-flickr {
    background-position: 0 -48px;
}
.zs-socialicon-googleplus {
    background-position: 0 -72px;
}
.zs-socialicon-linkedin {
    background-position: 0 -96px;
}
.zs-socialicon-pinterest {
    background-position: 0 -120px;
}
.zs-socialicon-rss {
    background-position: 0 -144px;
}
.zs-socialicon-twitter {
    background-position: 0 -168px;
}
.zs-socialicon-youtube {
    background-position: 0 -192px;
}
.zs-socialicon-medium {
    background-position: 0 -216px;
}
.zs-socialicon-instagram {
    background-position: 0 -240px;
}
/*----------------------------------------------------- THEME BRANDING AREA CSS -----------------------------------------------------*/
.themeBrandingArea {
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
}
.themeBrandingContainer {
    display: table;
    border: 0 solid;
    width: 100%;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell
}
.themeLogoOuterContainer {
    width: 1%;
}
.themeLogoArea {
    padding-right: 20px;
}
.themeSitenameCaptionOuterContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitenameCaptionInnerContainer {
    height: 100%;
    padding: 0;
}
.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 100%;
}
/*--------------------------------------------------------- THEME SITENAME AREA CSS ------------------------------------------------------------------------------------*/
.themeSitename {
    white-space: nowrap;
font-family:'Roboto', Arial, Helvetica, sans-serif;
 font-size:48px;
 color:#000000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}
/*----------------------------------------------------- THEME CAPTION AREA CSS -----------------------------------------------------*/
.themeCaption {
    white-space: nowrap;
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#999BA0;
}
/*--------------------------------------------------------- THEME NAVIGATION AREA CSS -----------------------------------------------------*/
.themeNavigationAreaContainer {
background-color:transparent;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation li {
    float: left;
    padding: 0;
    margin: 0;
}
#navigation li a {
    display: block;
    padding: 0 20px;
 color:#000000;
 font-size:15px;
 font-family:'Roboto', Arial, Helvetica, sans-serif;
    float: left;
    text-decoration: none;
    cursor: pointer;
    line-height: 2.5;
    font-weight: 500;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
color:#ffffff;
background-color:#bf6449;
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: 7px;
    margin: 18px 0 0 8px;
}
#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:top left;
background-repeat:repeat;
 border-width:1px;
border-style:solid;
border-color:#e1e1e1;
 border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-o-border-radius:0;
    width: 190px;
    position: absolute;
    display: block;
    padding: 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 2px 0 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: 0;
}
.submenu li a {
 color:#666666;
 font-size:14px;
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 8px 0;
    line-height: 1.6;
}
.submenu li a:hover, .submenu li.selected a {
 color:#ffffff;
background-color:#bf6449;
background-image:none;
background-position:top left;
background-repeat:repeat;
}
.submenu li a span {
    width: 85%;
    float: left;
    margin: 0;
    word-wrap: break-word;
    padding-left: 15px;
}
.submenu li.navArrow a em, .submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrow.png) no-repeat scroll center left;
    float: left;
    height: 7px;
    width: 6px;
    margin-top: 8px;
}
.submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrowHover.png) no-repeat scroll center left;
}
/*----------------------------------------------------- THEME BANNER AREA CSS -----------------------------------------------------*/
.themeBanner {
    margin-top: 60px;
}
/*------------------------------------------- THEME BREADCRUMB AREA CSS -------------------------------------------*/
.themeBreadcrumb {
    margin-bottom: 30px;
}
.themeBreadcrumb span {
    padding: 0 10px;
}
.themeBreadcrumb p {
    word-wrap: break-word
}
/*----------------------------------------------------- THEME CONTENT AND SIDEBAR AREAS CSS -----------------------------------------------------*/
.themeContentContainer {
 background-color:transparent;
 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: 0px 0 60px;
    margin-top: 60px;
}
/*----------------------------------------------------- THEME CONTENT AREA CSS -----------------------------------------------------*/
.themeContentArea {
    width: 65%;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
/*----------------------------------------------------- THEME SIDEBAR AREA CSS -----------------------------------------------------*/
.themeSidebarArea {
    width: 35%;
}
.themeSidebarAreaInner {
    margin-left: 50px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    padding: 20px;
 background-color:#f8f8f8;
 background-image:none;
 background-position:0 0;
 background-repeat:no-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:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#999BA0;
}
.themeSidebarAreaInner h1 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:24px;
color:#000000;
}
.themeSidebarAreaInner h2 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:22px;
color:#000000;
}
.themeSidebarAreaInner h3 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
}
.themeSidebarAreaInner h4 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
}
.themeSidebarAreaInner h5 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}
.themeSidebarAreaInner h6 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
.themeSidebarAreaInner a {
text-decoration:none;
 color:#bf6449;
}
.themeSidebarAreaInner a:hover {
text-decoration:none;
color:#bf6449;
}
.themeSidebarAreaInner th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 color:#181818;
 padding:10px;
}
.themeSidebarAreaInner td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e5e5e5;
 color:#696969;
 padding:10px;
}
.themeSidebarAreaInner form li span input[type="text"], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
    width: 200px;
    background: #ffffff;
}
.themeSidebarAreaInner form li span select {
    width: 213px;
}
.themeSidebarAreaInner .newsletter-input-field {
    background:#ffffff;
}
/*----------------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX CSS -----------------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #F5F5F5;
 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: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff inset;
 -moz-box-shadow: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff inset;
 -webkit-box-shadow: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff inset;
 -o-box-shadow: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 3px;
    min-height: 150px;
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#999BA0;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:24px;
color:#000000;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:22px;
color:#000000;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
.themeSidebarAreaInner .zs-highlight-box a {
 color:#bf6449;
 text-decoration:none;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#bf6449;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#181818;
 background:#F2F2F2;
 border-width:1px;
 border-style:solid;
 border-color:#E6E5E5;
 padding:7px;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#696969;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#E5E5E5;
 padding:7px;
}
.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: 160px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 173px;
}
.themeSidebarAreaInner .zs-highlight-box form li input[type="submit"], .themeSidebarAreaInner .zs-highlight-box form li input[type="reset"] {
    margin-right: 5px;
    padding: 5px 15px;
}
.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 TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS -----------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#DCDCDC;
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#000000;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#DCDCDC;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#000000;
}
/*----------------------------------- THEME SIDEBAR TABS ACCORDION AREA CSS -----------------------------------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #d3d3d3;
    margin: 0px;
    padding: 0px;
    display: none;
}
.themeSidebarAreaInner .zs-tabs ul li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    cursor: pointer;
    padding: 0px;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    overflow: hidden;
    color: #404040;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
    border-left: 0px;
    line-height: 2.8;
    display: block;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #bf6449;
    border-bottom-color: #ffffff;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #ededed;
    border-top: 0;
    clear: both;
    padding: 15px;
    display: none;
    margin-bottom: 2px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    color: #595959;
    padding: 10px;
    cursor: pointer;
    display: block;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    margin-bottom: 2px;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #bf6449;
    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: #000000;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #bf6449;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #f0f0f0;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f2f2f2;
    border-color: #e6e5e5;
    color: #181818;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e5e5e5;
    color: #696969;
}
.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: 140px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 153px;
}
form li input[type="submit"], form li input[type="reset"] {
    margin-right: 5px;
    padding: 5px 15px;
}
/*--------------------------------------------------------- THEME FOOTER AREA CSS ------------------------------------------------------------------------------------*/
.themeFooterArea {
background-color:#f8f8f8;
 background-image:none;
 background-position:top left;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 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;
 -webkit-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', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#999BA0;
    padding: 35px;
    min-height: 150px;
    height: auto !important;
    height: 150px;
}
.themeFooterArea h1 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:24px;
color:#000000;
}
.themeFooterArea h2 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:22px;
color:#000000;
}
.themeFooterArea h3 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
}
.themeFooterArea h4 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
}
.themeFooterArea h5 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}
.themeFooterArea h6 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
.themeFooterArea a {
text-decoration:none;
 color:#bf6449;
}
.themeFooterArea a:hover {
text-decoration:none;
color:#bf6449;
}
.themeFooterArea th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 color:#181818;
 padding:7px;
}
.themeFooterArea td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e5e5e5;
 color:#696969;
 padding:7px;
}
.themeFooterArea .newsletter-input-field {
    background:#ffffff;
}
/*----------------------------------- THEME FOOTER AREA HIGHLIGHT BOX CSS -----------------------------------------------*/
.themeFooterArea .zs-highlight-box {
 background-color: #F0F0F0;
 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: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff inset;
 -moz-box-shadow: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff inset;
 -webkit-box-shadow: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff inset;
 -o-box-shadow: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff 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: 2px;
    min-height: 150px;
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#999BA0;
}
.themeFooterArea .zs-highlight-box h1 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:24px;
color:#000000;
}
.themeFooterArea .zs-highlight-box h2 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:22px;
color:#000000;
}
.themeFooterArea .zs-highlight-box h3 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
}
.themeFooterArea .zs-highlight-box h4 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
}
.themeFooterArea .zs-highlight-box h5 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}
.themeFooterArea .zs-highlight-box h6 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
.themeFooterArea .zs-highlight-box a {
 color:#bf6449;
 text-decoration:none;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#bf6449;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#181818;
 background:#F2F2F2;
 border-width:1px;
 border-style:solid;
 border-color:#E6E5E5;
 padding:7px;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#696969;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#E5E5E5;
 padding:7px;
}
/*-----------------------------------  THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS -----------------------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#DCDCDC;
}
.themeFooterArea .zs-text-highlight-color {
color:#000000;
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#DCDCDC;
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#000000;
}
/*----------------------------------- THEME TABS ACCORDION AREA CSS -----------------------------------------------*/
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #d3d3d3;
    margin: 0px;
    padding: 0px;
}
.themeFooterArea .zs-tabs ul li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    cursor: pointer;
    padding: 0px;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    overflow: hidden;
    color: #404040;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
    border-left: 0px;
    line-height: 2.8;
    display: block;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #bf6449;
    border-bottom-color: #ffffff;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    clear: both;
    border: 1px solid #d3d3d3;
    border-top: 0px;
    padding: 15px;
    display: none;
    margin-bottom: 2px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    color: #595959;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    margin-bottom: 2px;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    background: #bf6449;
    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: #000000;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #bf6449;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #f0f0f0;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f2f2f2;
    border-color: #e6e5e5;
    color: #181818;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e5e5e5;
    color: #696969;
}
/*--------------------------------------------------------------- THEME FORM AREA CSS -------------------------------------------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form li {
    overflow: hidden;
    padding: 8px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
    padding: 5px 0 0;
}
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: #fafafa;
    border: 2px solid #eeeeee;
    float: left;
    margin: 0px;
    padding: 5px;
    resize: none;
    width: 296px;
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#999BA0;
}
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: 17px;
    border: none;
    margin: 0px;
    vertical-align: middle;
    margin-top: 5px;
    outline: none;
    margin-left: 7px;
    padding: 0px;
}
form li input[type=submit], form li input[type=reset], button {
    -webkit-appearance: none;
    background: #bf6449;
    padding: 5px 25px;
    margin-right: 15px;
    cursor: pointer;
    border: 2px solid #ad583e;
#padding:5px 7px;
    color: #ffffff;
 font-family:'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
form li input[type=reset] {
    background: #fafafa;
    color: #7e7e7e;
    border: 2px solid #eeeeee;
}
/*--------------------------------------------------------------- THEME SLIDESHOW AREA CSS ---------------------------------------------------------------*/
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 60px;
    left: auto;
    right: 15px;
    margin-top: -30px;
    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: 60px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 60px;
    right: auto;
    left: 15px;
    margin-top: -30px;
    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: 60px;
    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: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    padding: 0 0 0 10px;
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 6px;
    padding: 0;
    width: 16px;
    margin: 0px 3px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 6px;
    padding: 0;
    width: 16px;
    margin: 0px 3px;
}
/*----------------------------------- THEME HIGHLIGHT BOX AREA CSS -----------------------------------------------*/
.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: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff inset;
 -moz-box-shadow: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff inset;
 -webkit-box-shadow: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff inset;
 -o-box-shadow: 0px 0px 0 1px rgba(0,0,0,0.1), 0px 0 0 2px #ffffff 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: 3px;
    min-height: 150px;
font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#999BA0;
}
.zs-highlight-box h1 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:24px;
color:#000000;
}
.zs-highlight-box h2 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:22px;
color:#000000;
}
.zs-highlight-box h3 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
}
.zs-highlight-box h4 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
}
.zs-highlight-box h5 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}
.zs-highlight-box h6 {
font-family:'Roboto', Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
.zs-highlight-box a {
 color:#bf6449;
 text-decoration:none;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#bf6449;
}
.zs-highlight-box th {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#181818;
 background:#F2F2F2;
 border-width:1px;
 border-style:solid;
 border-color:#E6E5E5;
 padding:7px;
}
.zs-highlight-box td {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#696969;
 background:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#E5E5E5;
 padding:7px;
}
.zs-highlight-box .newsletter-input-field {
    background:#ffffff;    
}
.zs-highlight-box form li span input[type="text"], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background:#ffffff;
}
/*-----------------------------------  THEME TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS -----------------------------------------------*/
.zs-text-light-color {
color:#DCD5D5;
}
.zs-text-highlight-color {
color:#000000;
}
.zs-highlight-box .zs-text-light-color {
color:#DCD5D5;
}
.zs-highlight-box .zs-text-highlight-color {
color:#000000;
}
/*----------------------------------- THEME TABS ACCORDION AREA CSS -----------------------------------------------*/
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    margin: 0px;
    padding: 0px;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    cursor: pointer;
    padding: 0px;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    overflow: hidden;
    color: #404040;
    line-height: 2.8;
    display: block;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
    border-left: 0px;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #bf6449;
    border-bottom-color: #ffffff;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    clear: both;
    border: 1px solid #d3d3d3;
    border-top: 0px;
    padding: 15px;
    display: none;
    margin-bottom: 2px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #595959;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    margin-bottom: 2px;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #bf6449;
    border: 0 none;
    color: #ffffff;
    margin-bottom: 0;
}
/*----------------------------------- THEME HIGHLIGHT BOX 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: #000000;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #bf6449;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #f0f0f0;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f2f2f2;
    border-color: #e6e5e5;
    color: #181818;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e5e5e5;
    color: #696969;
}
/*----------------------------------- THEME NEWSLETTER AREA CSS -----------------------------------------------*/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
font-size: 20px;
color: #000000;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size: 16px;
color: #999BA0;
}
.newsletter-input-field {
background: #FAFAFA;
border-width: 2px;
border-color: #EEEEEE;
color:#999BA0;
font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size: 16px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 230px;
    padding: 10px 5px;
    vertical-align:top;
}
button.newsletter-button {
background: #BF6449;
border-width: 2px;
border-color: #AD583E;
color:#ffffff;
font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
font-size: 16px;
    border-style: solid;
    cursor: pointer;
    padding: 8px;
    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:#999BA0;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#999BA0;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#999BA0;
  font-size:90%;
  line-height:normal;
}
/*--------------------- THEME MEMBERSHIP PORTAL AREA CSS ---------------------*/
.mp-container {
    height: 40px;
    float:right;
}
.member-signin {
    float: right;
    padding-left:15px;
}
.member-signin > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:right;
}
.member-signin li {
    display: inline-block;
    line-height: 40px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li a {
 font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
 font-size:16px;
    text-decoration:none;
    color:#bf6449;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#bf6449;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#bf6449;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}

/*----------------------------------- THEME RESPONSIVE MEDIA QUERIES AREA CSS -----------------------------------------------*/
@media only screen and (min-width : 769px) and (max-width : 1024px) {
.themeWidth {
    margin: 0 auto;
    width: 94%;
}
.themeSidebarAreaInner {
    margin-left: 10%;
}
.themeSitename, .themeCaption {
    white-space: normal;
}
}

@media only screen and (min-width : 641px) and (max-width : 768px) {
.themeWidth {
    margin: 0 auto;
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    width: 100%;
    float: none;
}
.themeSidebarAreaInner {
    margin-left: 0;
    margin-top: 30px;
    padding: 15px;
}
.themeFooterArea {
    padding: 10px;
}
.tableCell {
    display: block;
    text-align: center;
}
.themeLogoOuterContainer {
    width: 100%;
}
.themeLogoArea {
    padding: 0;
}
.themeSearchBox {
    margin: 0 auto;
}
.themeSocialIconArea {
    text-align: center;
    padding: 10px 0 0px;
}
.themeCaption, .themeSitename {
    white-space: normal;
}
.themeSitename {
    font-size: 40px;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 320px;
}
form li span select {
    width: 333;
}
.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: 220px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 230px;
}
.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: 300px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 313px;
}
.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: 5px 15px;
}
.member-signin {
    padding:0 10px;
}
.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 {
    margin: 0 auto;
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    width: 100%;
    float: none;
}
.themeSidebarAreaInner {
    margin-left: 0;
    margin-top: 30px;
    padding: 15px;
}
.themeFooterArea {
    padding: 10px;
}
.tableCell {
    display: block;
    text-align: center;
}
.themeLogoOuterContainer {
    width: 100%;
}
.themeLogoArea {
    padding: 0;
}
.themeSearchBox {
    margin: 0 auto;
}
.themeSocialIconContainer, .themeSearchContainer {
    float: none;
    padding-right:0px;
}
.themeSocialIconArea {
    text-align: right;
    padding: 5px 0;
    clear:both;
}
.themeCaption, .themeSitename {
    white-space: normal;
}
.themeSitename {
    font-size: 40px;
}
#navigation li {
    float: right;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 280px;
}
form li span select {
    width: 293px;
}
.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: 250px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 263px;
}
.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: 5px 15px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-input-field {
    width:240px;
}
.newsletter-layout-3 .newsletter-form {
    width:240px;
}
.newsletter-layout-2 button.newsletter-button{
    display:block;
    margin:0 auto;
}
.mp-container {
    float:none;
}
.member-signin {
    padding:0 10px;
    float:none;
}
.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 {
    margin: 0 auto;
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    width: 100%;
    float: none;
}
.themeSidebarAreaInner {
    margin-left: 0;
    margin-top: 30px;
    padding: 15px;
}
.themeFooterArea {
    padding: 10px;
}
.tableCell {
    display: block;
    text-align: center;
}
.themeLogoOuterContainer {
    width: 100%;
}
.themeLogoArea {
    padding: 0;
}
.themeSearchBox {
    margin: 0 auto;
}
.themeSocialIconContainer, .themeSearchContainer {
    float: none;
    padding-right:0px;
}
.themeSocialIconArea {
    text-align: right;
    padding: 5px 0;
    clear:both;
}
.themeCaption, .themeSitename {
    white-space: normal;
}
.themeSitename {
    font-size: 40px;
}
#navigation li {
    float: right;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 240px;
}
form li span select {
    width: 253px;
}
.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: 200px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 213px;
}
.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: 5px 15px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-input-field {
    width:220px;
}
.newsletter-layout-3 .newsletter-form {
    width:220px;
}
.newsletter-layout-2 button.newsletter-button{
    display:block;
    margin:0 auto;
}
.mp-container {
    float:none;
}
.member-signin {
    padding:0 10px;
    float:none;
}
.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 {
    margin: 0 auto;
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    width: 100%;
    float: none;
}
.themeSidebarAreaInner {
    margin-left: 0;
    margin-top: 30px;
    padding: 15px;
}
.themeFooterArea {
    padding: 10px;
}
.tableCell {
    display: block;
    text-align: center;
}
.themeLogoOuterContainer {
    width: 100%;
}
.themeLogoArea {
    padding: 0;
}
.themeSearchBox {
    margin: 0 auto;
}
.themeSocialIconContainer, .themeSearchContainer {
    float: none;
    padding-right:0px;
}
.themeSocialIconArea {
    text-align: right;
    padding: 5px 0;
    clear:both;
}
.themeCaption, .themeSitename {
    white-space: normal;
}
.themeSitename {
    font-size: 34px;
}
#navigation li {
    float: right;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 200px;
}
form li span select {
    width: 210px;
}
.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: 150px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .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: 5px 15px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-input-field {
    width:200px;
}
.newsletter-layout-3 .newsletter-form {
    width:200px;
}
.mp-container {
    float:none;
}
.member-signin {
    float: none;
    padding:0;
}
.member-signin li:first-child {
    width:70%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}
 