/*
Theme: Addion
Version: 2.0
Date: 4/26/2013
*/

body {
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.65;
  background-color: #dddbca;
}
img { max-width: 100% }
.logo-img {
  float: none;
  margin: 0;
}
.node ol, .node ul { padding-left: 1.5em; }
li, .item-list ul li { padding: 3px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1em;
  color: #515D6F;
  letter-spacing: -0.03em;
  margin-bottom: 0.5em;
}

p, span, li
 {color: #444;}
p {
  margin: 0 0 1.2em;
}
a:link, a:visited {
  color: #0085B2;
  text-decoration: none;
}
p a:active, a:hover {
  color: #00A2DE;
  text-decoration: underline;
}

h1 {
  font-size: 3em;
  line-height: 1em;
}
.front h1#page-title {
  display: none;
  text-align: center;
}
.front #zone-content h2 {
  text-align: center;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-weight: 400;
  font-size: 1.3em;
  margin: 1.5em auto 0.4em;
}
hr {background-color: #ccc; margin-top: 1em;}

.center {text-align: center}
th {background-color: #226b8c; color: #fff; font-weight: bold;}
.breadcrumb {margin-left: 30px; margin-top: -5px; *margin-top: 10px; *margin-bottom: 0; *padding-bottom:0px;
  font-size: 10px;}

/* Button Styling */
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
  box-shadow: 0 0 3px #00698c;
  z-index: 1;
}
input[type="reset"],
input[type="submit"],
input[type="button"],
a.button {
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  width: auto;
  padding: 0.4em 1.5em 0.4em 1.5em;
  background: #ff6633;
  background: #16a4c4;
  border-radius: 4px;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover {
  color: #fff;
  background: #bf4c26;
  background: #008AAA;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

/* Menu blocks */
.block-superfish {
  display: inline-block;
  float: right;
}
.block-superfish-1 {
  margin: 40px 0 0;
}
.sf-menu.sf-style-default {
  font-family: 'Droid Sans', Verdana, sans-serif;
}
.sf-menu-header-menu.sf-style-default {
  margin: 0;
  padding-right: 5px;
}
.sf-menu-app-menu.sf-style-default {
  border-left: 1px solid #ccc;
  margin: 0;
  padding-left: 5px;
}

.sf-main-menu.sf-style-default li,
.sf-menu-header-menu.sf-style-default li {
  background: transparent;
}
.sf-menu-app-menu.sf-style-default li {
  background: transparent;
  margin: 0;
}
.sf-menu-header-menu.sf-style-default a,
.sf-menu-header-menu.sf-style-default a:visited {
  border-left: 0;
  border-top: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: normal;
  color: #eee;
  padding: 1em 1em 0.9em;
  margin: 0;
}
.sf-menu-app-menu.sf-style-default a,
.sf-menu-app-menu.sf-style-default a:visited {
  border-left: 0;
  border-top: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: normal;
  color: #eee;
  padding: 1em 1em 0.9em;
  margin: 0;
}
.sf-main-menu.sf-style-default a,
.sf-main-menu.sf-style-default a:visited {
  border-left: 0;
  border-top: 0;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: normal;
  color: #444;
  padding: 0.6em 0 0.3em;
  margin: 0 1em;
}
.sf-menu-header-menu.sf-style-default a:hover,
.sf-menu-header-menu.sf-style-default a:focus {
  color: #fff;
  background: #515D6F;
}
.sf-menu-header-menu.sf-style-default li:hover,
.sf-menu-header-menu.sf-style-default li.sfHover,
.sf-menu-app-menu.sf-style-default li:hover,
.sf-menu-app-menu.sf-style-default li.sfHover {
  background: none;
}
.sf-menu-app-menu.sf-style-default a:hover,
.sf-menu-app-menu.sf-style-default a:focus {
  color: #fff;
  background: #515D6F;
}
.sf-menu-header-menu.sf-style-default li:hover > ul {
  top: 2.3em;
}
.sf-menu-header-menu.sf-style-default li.sf-depth-2 a {
  color: #2a2d2e;
  background: #eaeaea;
  text-transform: none;
}
.sf-menu-header-menu.sf-style-default li.sf-depth-2 a:hover {
  background: #564A41;
  color: #fff;
}
.sf-main-menu.sf-style-default a:hover,
.sf-main-menu.sf-style-default a:focus,
.sf-main-menu.sf-style-default li.sfHover a,
.sf-main-menu.sf-style-default li a:hover,
.sf-main-menu.sf-style-default li:hover,
.sf-main-menu.sf-style-default li.sfHover {
  color: #000;
  background: transparent;
}
.sf-main-menu.sf-style-default a:hover,
.sf-main-menu.sf-style-default a:focus,
.sf-main-menu.sf-style-default li.sfHover a,
.sf-main-menu.sf-style-default li a:hover {
  border-bottom: 2px solid #ccc;
}
.sf-main-menu.sf-style-default li.sf-depth-2 a {
  color: #2a2d2e;
  background: #eaeaea;
  text-transform: none;
  border: none;
  font-size: 1em;
  padding: 0.3em;
  margin: 0;
}
.sf-main-menu.sf-style-default li.sf-depth-2 a:hover {
  background: #564A41;
  color: #fff;
}

/* DS */
div.group-left div.field, div.group-left form {padding-right: 15px;}
div.group-right div.field {padding-right: 30px; padding-left: 15px;}
.node-type-webform div.group-right div.field  {padding-top: 15px; padding-left: 50px;}
.group-left, .group-right {margin-bottom: 30px; *margin-bottom: 10px;}

.view-home-slideshow-jcarousel- .view-footer,
.slideshow-footer .field-type-text {
  position: absolute;
  top: 344px;
  z-index: 9999;
  font-size: 11px;
  background-color: #3A6B8B;
  color: white;
  width: 940px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.view-home-slideshow-jcarousel- .view-footer p,
.slideshow-footer .field-type-text p {
  color: white;
  padding: 5px 0 5px 10px;
  margin: 0;
}

/* Section Header */

#zone-user-wrapper {
  background: #373F4C;
}
#zone-branding-wrapper {
  background: #F5F5F2;
}

#zone-branding-wrapper {
  box-shadow: 0 3px 5px #999;
}

#zone-branding img#logo {
  height: 60px;
  margin: 25px 0;
}
#zone-footer div.logo-img img {
  width: 160px;
}

#zone-header {
  width: 100%;
}

#region-preface-third {
  width: 100%;
}
.region-preface-third-inner {
  margin: 20px 0 0 0;
}
#region-user-first { /* Tagline Width Span */
  width: 100%;
}

#zone-user {
  text-align: center;
}

#zone-user .field-item {
  color: #fff;
  font-size: 1.25em;
}

/* Section Content */
#zone-content-wrapper {
  background-color: #FFF;
}
.vertical-tabs fieldset.vertical-tabs-pane {
  padding: 20px 30px;
}

.vertical-tabs ul.vertical-tabs-list {
	font-size: 14px;
}

#zone-content {
  padding-top: 3em;
  padding-bottom: 3em;
}

#zone-content table {
	border: none;
}

#zone-content td {
	vertical-align: top;
	padding: 10px;
}

#zone-content td img {
	margin-top: 10px;
	float: right;
}

/* Blog pages */

.zone-content h2 a,
.zone-content h4 a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.zone-content h2 a:hover,
.zone-content h4 a:hover {
  color: #ED8322;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.node-blog.node-teaser {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #e8e8e8;
}
.node-blog.node-teaser .field-name-field-image img {
  float: left;
  margin-right: 1em;
}
.node-type-blog #zone-content .field-name-post-date,
.page-blog #zone-content .group-right .field-name-post-date {
  color: #447254;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.page-blog #zone-content .field-name-title h3 {
  margin-top: 5px;
}
.node-type-blog #zone-content .field-name-field-subtitle div,
.page-blog #zone-content .group-right .field-name-field-subtitle div {
        font-style: italic;
        font-weight: bold;
        color: #003651;
        margin-bottom: 5px;
}
.context-blog .field-name-node-link a {
  text-decoration: none;
  color: #ED8322;
  font-size: 0.8em;
  text-transform: uppercase;
  float: right;
}
.context-blog .field-name-field-tags {
  color: #564A41;
  font-size: 0.9em;
  margin-bottom: 0.6em;
}
.context-blog .field-name-field-tags a {
}

/* Footer Edits */
#zone-footer-wrapper {
  border-top: 1px solid #BEBAAE;
}
#zone-footer p {
  color: #96927F;
  color: #666;
  font-size: 0.8em;
  line-height: normal;
}
.region-footer-first {
  margin-top: 25px;
}
.region-footer-second {
  margin: 2% 1%;
}
.region-footer-first .block {
  width: 23%;
  float: left;
}
.region-footer-first h2.block-title {
  color: #666;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.region-footer-first .content > h4 {
  color: #666;
  font-size: 1.3em;
  margin-bottom: 5px;
}
#zone-footer a {
  text-decoration: none;
  color: #666;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#zone-footer a:hover {
  color: #ED8322;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.region-footer-first .footer-links-block {
  width: 54%;
}
.region-footer-first .footer-links-block ul {
  float: left;
  width: 140px;
  margin-left: 20px;
}
.region-footer-first .footer-links-block ul > li {
  list-style: none outside none;
  padding: 3px 0 3px 0.3em;
  border-bottom: 1px solid #BCBBAE;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* Footer menu */
#block-menu-menu-footer-menu {
 float: left;
 margin-left: 0.4em;
}
#block-menu-menu-footer-menu a {
  font-size: 0.8em;
  text-decoration: none;
}
#block-menu-menu-footer-menu ul {
  display: block;
  float: left;
}
#block-menu-menu-footer-menu li {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#block-menu-menu-footer-menu li a {
  border-left: 1px solid #666;
  padding: 0 0.3em 0 0.6em;
}
.region-footer-second .block {
  float: left;
}
.region-footer-second .block p {
  margin-top: 4px;
}

/* Slideshow */
#slideshow-nav {
  position: absolute;
  bottom: 10px;
  z-index: 6;
  left: 50%;
}

#slideshow-nav a {
  font-size: 0px;
  background: #515454;
  color: transparent;
  margin-right: 5px;
  padding: 5px 5px;
  text-decoration: none;
  border-radius: 16px;
  -webkit-border-radius: 12px; 
  -moz-border-radius: 12px;
}

#slideshow-nav a.activeSlide {
  background: #000000;
  color: transparent;
}

.front #zone-branding-wrapper {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.front #zone-header-wrapper {
  height: 350px;
}

#region-header-first {
  width: 100% !important;
  margin: 0;
}

.region-branding .footer-copyright {
  clear: both;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}

.region-footer-second ul {
  list-style: none;
}

.region-footer-second li a:link,
.region-footer-second li a:visited {
  color: #fff;
  text-decoration: none;
}

#zone-content div.vertical-tabs {
  margin: 1em 0 1em 16em;
}

#zone-offer-wrapper {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYBAMAAACDuy0HAAAAG1BMVEX+/v4BAQH///8KCgoDAwN/f3/19fWAgID8/PzhDwT2AAAACXRSTlMFBQUFBQUFBQWHDtP9AAALwklEQVR4Xg3KOWOyWhAA0Bn2ci57eXEvQY1JCZp8sQTjVoJLTAkaE0swbj/7ve4UB37FLW4q86Lwwlh86J/ASAkpWaj+Krbb31HzH0Kjc2tIl7SADaWbpZBPE5dds6jJNyNdjAyKWqdroIixWRQIY6E/kOY7hIciL/ZfrAO3XP/06AuUJ3mSd/z95OB9vIal0DPlaZWHP7RE6DIXjmKqKkuGr+xNZylOnj1GSlUKvnxZDBOIzTfMe0fJgJ7c/GIIOdUuKxYyBFUOzvY6AC5AXx8R+o5O4S0j0wqBND3ErIYm/XHFbQjtH1MXD5dUbp19OFdjkDlys+HSwrBgHRvL9wVN/pi8ViOIwcv/D1GRW6UuDvJLLQA5lCI17iUdsKYpOuYfMATGnpn/Zs3W6gov51G+/Vs9Ay//we5kh8uwvEPum6o5HkDMDb3ZWunwtq+UzENU8NphDdbvNtKM3knx5gi6UMSQl+eGs+27mraDtxeWdH+T62Us/GylEtr7Ct8jlbeXKvAf5onx8D2uVt1J/GblV+XQyKUInOUG44fqjcszK266yHWAAYG9ekhvy4l4Maa44jYVyV2RFEuS54e2HcswtmNdqR/+V4P0O9e4XnpWgxVSQkNXpYMCxJ4Vel0lmi56jnYIIJAQMndF+zTEiyuj92r3ijJT1O0alPQnLWJvJLR7Xx7Xg9fm9QOqFu8o29m3QQqFwZN4bki/RoprNtMKKtEET9iMsJyKpkiguAorn2yzkv0wG3M1EEVDJP5VN7muLjYCglzdGQ7boYGgRmorzhRDq83gglgylC+hBLEyy6ZQWNwCmmqt6PvExAqGEA9V2XIT4/fS+I2cx1n5td85kOCjHfPWTg72FJ/+vKOyggt+rytFbEDJWL+mPwpgw6HtFLIHmq4o2m1nZ9saKwiKEOTVZtWlnqHODPu949VfKD+zzpfynd/ZZU5IWZ0dgnqRHC4uOBpBsT8N7YbFJzADiW2eo/T979OKFxY8zk/+HR/NNEkzgSBsmA35Sayz1m/ubxgmYQOmffyRh9gdx42mUVX512oqWkfxAzyuSCxx1cywx3jIXuXJEEbssymo0xMy7SskJW9C5IPYroPwQunt7f5FEPPXJLWRbGHcL4Q3sx3TLAN6W672r/I5CKkL6zSwwk0AI8+iBCSv1Y7QQP5RSoLE227uy8vn22Y6dhLBgEsRh18cTGjIv3y+60Kmt3YAZQX8qf3bJDUc/5pdjti+KwAZ9GzzQzd23d1JBAnSvWkWB8YfsIGlspHitNiMPYPFfR+OecRuPyxgfoP9/HkR3cR27IohiaDXCk/3VNP6lIxP9TBnsMeAAUZloq6P8KURLBsNFuiA3LsN/d9qpCeKKIBgSzsN5k+rdh3uh0VbvMuOIomJD1fBOiCqIsvklS5bOQhMaahJC+Rc+6lz+Uvxmq05Py+LoGIQlLKvlcaHsFG9Ui66H/qdHz67sPRGho+ruC92QgN5JEMmLsZREEiJu78FJbyzT8FsdK90XoEcezn2R5iLUzZhczJmf1yNY3gJNJUQvbpTznTAbnV5J8iL4q2OWuhJEndWVTyEr8M5VGTWtvOmUo1DsnOsqXE5ZzKE8K4/8cl8+c1XArp1RUKz+iKP96j2FcUmA+v0HnEr0iUdSrRK5duAj1FQamvpiaXR2JddD6g8n4SyFx/fjT4LkC+ghJckj1e1wP+DrHrpIiMaPH5F1rcaRvwZWfEn6fx+/C7PdXABGLNKjr1USZ5XyHjsafXMEoXtguAfjykMioMMHISXVAc9yQY5o5Qg8MM0nhWCA2HoiEgBc1EH+warLjxH3Ln68M/ciFqI1bG0mBOxiNreOuShEf/9pIzhm1Bh2cbYVxn2IYQ7eljYpab/5EdPF2PSmcy+62j6e2HBPNbe+8JVMuRQBrWdL9uBh4bYbQaQJ07FyfcpCuvSuxUyYjP6avvw9gTcAj0uTVohSwOHDDaHTs8nyachMBcWoVDWp3/lWgqeCLMneAUhSuhD2RJpufLOSi7emxOVhYsOGomV2JCEKjWu7kuqwueyFEmDgVhR0l4oHn8W87UZuxb8id54SxHWiSnPKnMyAhzdhi2wN/AoH3OYwLajuybB8h/QeJJiX1gIt+dfij+gr0CJRXQ2Y04Q6q8xHzfWm9FIgchiW0+X86tIotIGzRG1gENaKokQkLn+FXZ2x3KUcp7d/NUsmOmFCG/i03YB8pi0eiNS4LUIfA06AKvfQmP/VAXS1AP2kzJ+9LAaTafvFyO7bz8U9OCpld2q1eHGts+ZFrt04AmIlubOPP7Xayfi/r0tiX2aaPT9Dz4+TVPBoXsjHDzWfrmawOsZfmBT/k2+c6sz/hvD5wjrjT7XgRlnEzPuZermi1jqfUrE3q7VdFfJu5oT9Ad+VUh1fIwIFhBy8TmMuhIeX2XpmogmvS1C3ZuwiyR87ZSrj0Jv1DpEAYkbcL3RpjZXmZpPV4mXH8z8Nh8CS+R+PpcTnkhyr5UJaSiz0wjK22Ewl+zS+pTug0PQ0CSnJQ5LfdR77vVZufgjkQ/ydf4V5zpEaNq+JZmrQK6WdZBacmMHL9RmLnPUs0/MYwYFzoyrXYQMTHGAUJOfumR5r79MZO28DIEXQVT5wGw99TY1T0GOCC/BzWv8READwICd0LjUNKnE6ORVa0lOnqhoO0v33lwWcwF0ynTgTpFxy+0OKdphNDWJlH8ubKoG6WJXtKxAwbsilpBJB+GBwimvTsCrv1R7LSX9ExkAw44ZEcxU3L50OHnKAyKZNe1fih+hVqItRGCDf7shuvme+lTWteX5oYuc58NrCaqjYIrIV0PFyQeh2ZzZEqNS60LuhnP5wweMkkaU93pDA/RWPNeGpPCBgiUeDvV0L1NfdRP/Hn5i7rUK7kftlIWeIUIYbtzzFl9nlIeaNfoX+x/qyWzIABLTZDbeq/hDZpxg2gkh+ICfSU8OUpJ8yWY17uQ5EGa+GGWFmnrBd9vX3KOteYkJaMpPwJ4TjzDjbhkOMKmWKClzVJ2g81YGFl/c0xPIKncgJGdUKvZoUUJu0gYaIAh6E0xNeQ15qpJXzNITgf4W+w/oUaKOM54EMUi1j5yvOCsEe8JYpwVGj53lNiPMY9Rltgd4icp82fvN69zkSBUI40nJSRTeHz7h1IX42Cr0klWjxjO05MSX1IaTeDmTRGEeKvAvtaaBaLQnjftGJz+4cjFyy6/iCjLGF2/gW+jQhEUxbEBPyQzXi+Bb4kc9wK4jIwNLWbwQAOtYKRLaipDH+X4TPPOG8DCNY4IC9yBk1qcibjhUgRnDcf35pl9d5otbvQjOIXlEu5dVtm5LRaK5KWcD/PX6LaGd25CuNHG/vgeIB1kcpCme+J8idlcjfBALAJSggznsGHGOAJgdGduMnZg+bAaeGASGV9bh/X2wPsVTmBLxmTTQsBGFkEOkZJTsGAm+HrtMDbWwvTXOutX1u7BxIq9Xib6DkFMbUitNdrYsULkahsAhBEh9FjdzL9BNARxTSr7T3u1rE+IWUmCIpwTZHZCu5l9THCuCcOhZqfekuQxjQ7EoyGUJAwCv/q1JOuJeCc/3lknb76zAquO/DAQhK/62cP8X2s3+IBLIhvL8RHopoHpIArJysYTTmMMeubPXh8W760AvMVH67jqgg06+/ne5MZ631z6yROhloh3dPQirZoEpr80wgt/cEbhbAQTmRLtGh8lxCwDBBb5OeJ4aEq25XBNMT2rzWedW2zIzj+CCDKlnlyJBzT81qBWp69h7vlb3TmEV+DNm2rqj1iT7BQuwVVsuPkwq1e5P8tgNjVbIlMzwXeM11kZqjx3KKFOJzc3CAyFVhi8fxVZ5FvhdAM5mM6kS6OgKu16MFglq3/b/QVIwdw7HUCyeW04JPjC5dO+GC9OfqfB4VX+wwuift+ths2Ss3i6nkOE+JFyD+wKFL+WMX6nwwDva0S1/O8Mlnida69Ph96fuFvCoRMvXnCfsLPPmC/hA5RnMNE4fDK0pVOQ4BHLaErzv/wD99ABmjNZk0AAAAABJRU5ErkJggg==") repeat scroll 0 0 #515D6F;
}
.region-offer-first-inner {
  margin: 2em 0;
}
.region-offer-first-inner h2 {
  font-size: 2.35em;
  color: #fff;
}
.region-offer-first-inner p {
  font-size: 1.1em;
  color: #fff;
}
.region-offer-second-inner {
  margin: 4em 1em;
}
#zone-postscript-wrapper {
  background: #e8e8e8;
}
#zone-postscript h2.block-title {
  text-align: center;
  margin-top: 2em;
}

#testimonials{
  margin: 2em 0;
  display: table;
}

.testquote{
  width: 33%;
  float: left;
  display: table-cell;
}

.testquote .quoteimg{
  display: block;
  margin: 0.4em 1.5em 1em 1.5em;
  padding: 0;
  min-width: 150px;
}

.testquote blockquote{
  display: table;
}
.testquote blockquote p{
  font-size: 0.95em;
  padding: 0em 1.5em;
}
.testquote blockquote p.bigquote{
  font-style: italic;
}

div.table { display: table; }
div.table-row { display: table-row; }
div.table-left {
  float: left;
  display: table-cell;
  width: 48%;
  padding: 2% 1%;
}
div.table-right {
  float: left;
  display: table-cell;
  width: 48%;
  padding: 2% 1%;
}
.view-recent-blog-posts .views-field-body .field-content > p {
  display: inline;
  line-height: normal;
}
.view-recent-blog-posts .views-field-body .field-content > a {
  text-decoration: none;
  color: #ed8322;
  font-size: 0.8em;
  text-transform: uppercase;
}
.field-name-submitted-by .field-item {
  color: #564A41;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.field-name-submitted-by .field-item span {
  color: #564A41;
}
/* AddThis button style overrides */
.addthis_button_tweet {
  width: 80px;
}
.addthis_button_google_plusone {
  width: 73px;
}

/* RSS Feeds */
div.feed-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.addion-badges {
  display: inline-block;
  background: white;
  border-radius: 8px;
  padding: 1em 0;
  text-align: center;
  box-shadow: inset 0 1px 3px #000;
}

.addion-badges img {
  height: 45px;
  margin: 0.5em 5%;
}

#zone-footer .social-links a {
  background: url("../images/footerSocialSprite.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 23px;
  margin-right: 10px;
  text-indent: -2000em;
  width: 24px;
}
#zone-footer .social-links a#facebook:hover {
  background-position: 0 -33px;
}
#zone-footer .social-links a#twitter {
  background-position: -34px 0;
}
#zone-footer .social-links a#twitter:hover {
  background-position: -34px -33px;
}
#zone-footer .social-links a#linkedin {
  background-position: -68px 0;
}
#zone-footer .social-links a#linkedin:hover {
  background-position: -68px -33px;
}
#zone-footer .social-links a#youtube {
  background-position: -102px 0;
}
#zone-footer .social-links a#youtube:hover {
  background-position: -102px -33px;
}
#zone-footer .social-links a#rss {
  background-position: -136px 0;
}
#zone-footer .social-links a#rss:hover {
  background-position: -136px -33px;
}

* Services page */
.context-services .ds-2col-fluid > .group-left {
  width: 20%;
  background: linear-gradient(top, #e8e8e8, #f8f8f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#f8f8f8'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f8f8f8)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #e8e8e8,  #f8f8f8); /* for firefox 3.6+ */
  background: -o-linear-gradient(top,  #e8e8e8,  #f8f8f8); /* for Opera */
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-right: -2%;
  padding: 1em;
}
.context-services .ds-2col-fluid > .group-right {
  width: 75%;
}
.context-services .ds-2col-fluid > .group-left p {
  line-height: 1.2;
}
.context-services .ds-2col-fluid > .group-left p a {
  text-decoration: none;
  color: #447254;
}
.node-type-service-line.context-services .ds-2col-fluid > .group-left {
  width: 50%;
  border: none;
  background: none;
}
.node-type-service-line.context-services .ds-2col-fluid > .group-right {
  width: 45%;
}
.node-type-service-line.context-services .ds-2col-fluid > .group-left p {
  line-height: 1.65;
}
.node-type-service-line.context-services .field-name-field-service-line-features {
  padding: 1em;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fefefe;
}
.node-type-service-line.context-services .field-name-field-service-line-features .field-item > ul > li {
/*
  font-size: 1.2em;
*/
}
.node-type-service-line.context-services .field-name-field-service-line-features .field-item > ul > li > ul > li {
  font-size: 0.8em;
}
.context-services .region-header-first .block-block {
  background: url("../images/header/services_bkgrnd.jpg");
  height: 250px;
  width: 100%;
}
.node-type-service-line.context-services .region-header-first .block-block {
  background: url("../images/header/services_bkgrnd_thin.jpg");
  height: 80px;
  width: 100%;
}
.node-type-service-line.context-services .region-header-first .block-block h1 {
  padding: 20px 30% 20px 30px;
}

.context-services .region-header-first .block-block h1 {
  margin: 0;
  text-align: left;
  padding: 50px 30% 10px 30px;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 1px 1px #333;
}
.context-services .region-header-first .block-block p {
  margin: 10px 30px;
  padding-right: 45%;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.65;
  text-shadow: 0px 1px 1px #333;
}
.context-services .view-services .views-row {
  border-top: 1px #ccc solid;
  margin-top: 2em;
  padding-top: 3em;
}
.context-services .view-services .views-row-first {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.context-services .view-services .views-row-last {
  margin-bottom: 3em;
}
.context-services .view-services .views-row-odd .field-name-field-image {
  float: left;
  margin-right: 2em;
}
.context-services .view-services .views-row-even .field-name-field-image {
  float: right;
  margin-left: 2em;
}
.context-services .view-services .field-item > a {
  color: #ff6633;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
}
.context-services .view-services .views-row-odd .field-item > a {
  float: right;
}

/* Clients page */
.page-clients.context-clients div#region-content .view-client-gallery table {
  width: 100%;
}
.page-clients.context-clients div#region-content .view-client-gallery a > img:hover {
  background: #fbfbf9;
}
.node-type-client-reference.context-services .block-client-reference-summary {
  border-top: 1px solid #e8e8e8;
  padding-right: 1em;
  padding-top: 1em;
}
.node-type-client-reference.context-services .ds-2col-fluid > .group-right {
  width: 75%;
}
.node-type-client-reference.context-services .ds-2col-fluid > .group-left p {
  line-height: 1.2;
}
.node-type-client-reference.context-services .ds-2col-fluid > .group-left p a {
/*
  text-decoration: none;
  color: #447254;
*/
}
.node-type-client-reference.context-clients .region-header-first .block-block {
  background: url("../images/header/clients_bkgrnd.jpg");
  height: 250px;
  width: 100%;
}
.node-type-client-reference.context-clients .region-header-first .block-block {
  background: url("../images/header/clients_bkgrnd_thin.jpg");
  height: 80px;
  width: 100%;
}
.node-type-client-reference.context-clients .region-header-first .block-block h1 {
  margin: 0;
  text-align: left;
  padding: 50px 30% 10px 30px;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 1px 1px #333;
}
.node-type-client-reference.context-clients .region-header-first .block-block h1 {
  padding: 20px 30% 20px 30px;
}
.node-type-client-reference.context-clients .region-header-first .block-block p {
  margin: 10px 30px;
  padding-right: 45%;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.65;
  text-shadow: 0px 1px 1px #333;
}
.node-type-client-reference.context-clients div.group-right .field-label {
  color: #564A41;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
.node-type-client-reference.context-clients div.field-name-field-client-highlights {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-top: 1em;
  padding: 1em;
}
.node-type-client-reference.context-clients div.field-name-field-client-highlights > div.field-label {
  color: #564A41;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
.node-type-client-reference.context-clients div.field-name-field-client-highlights li {
  font-size: 0.9em;
}
.node-type-client-reference.context-clients div.group-testimonial {
  background: url("../images/60x50_quote_marks.gif") no-repeat scroll 100% 100% transparent;
  padding: 0 0 10px;
  margin-top: 1em;
}
.node-type-client-reference.context-clients div.group-testimonial > div.field-name-field-testimonials {
  font-style: italic;
}
.node-type-client-reference.context-clients div.group-testimonial > div.field-name-field-testimonials-attribution div.field-item {
  color: #999;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1em;
  margin-top: 0.4em;
}
.node-type-client-reference.context-clients div.group-testimonial > div.field-name-field-testimonials-attribution div.field-item:before {
  content: "\2014\00a0"; /* &mdash; followed by a non-breakable space */
}
/* About Us page */
.context-about .region-header-first .block-basic-page-header {
  background: linear-gradient(top, #275537, #447254);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#275537', endColorstr='#447254'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#275537), to(#447254)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #275537,  #447254); /* for firefox 3.6+ */
  background: -o-linear-gradient(top,  #275537,  #447254); /* for Opera */
  background: url("../images/header/aboutus_texture.jpg");
  height: 250px;
  width: 100%;
}
.context-about .region-header-first .block-basic-page-header h2 {
  margin: 0;
  text-align: left;
  padding: 50px 30% 10px 30px;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 3px 4px #333;
}
.context-about .region-header-first .block-basic-page-header div > p {
  margin: 10px 30px;
  padding-right: 45%;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.65;
  text-shadow: 0px 3px 4px #333;
}
.context-about .region-content-inner {
  padding-left: 10px;
}

/* Bio pages */
.context-about div.node-bio .field-name-title h2,
.context-content div.node-bio > .field-name-title h2 {
  margin-bottom: 0;
}
.context-about div.node-bio .field-name-field-job-title .field-item,
.context-content div.node-bio > .field-name-field-job-title .field-item {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #564A41;
  margin-bottom: 2em;
}

.context-about div.node-bio .field-name-field-image img,
.context-content div.node-bio > .field-name-field-image img {
  float: left;
  margin: 0 1em 0.3em 0;
}
.context-about div.node-bio {
  border-top: 1px solid #999;
  margin-top: 2em;
  padding-top: 2em;
}

/* Contact form */
.context-about .block-contact-form-header {
  background: url("../images/header/contact_us.jpg") no-repeat scroll 50% 0 black;
  height: 250px;
  width: 100%;
}
.context-about .block-contact-form-header div.content {
  margin: auto;
  width: 960px;
}
.context-about .block-contact-form-header h1 {
  margin: 0;
  text-align: left;
  padding: 50px 30% 10px 10px;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 3px 4px #333;
}
.context-about .block-contact-form-header div.content p {
  margin: 10px 10px;
  padding-right: 45%;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.65;
  text-shadow: 0px 3px 4px #333;
}
.context-about .webform-client-form {
  padding: 1em;
}
.context-about label {
  line-height: 1.1;
  vertical-align: middle;
  display: inline-block;
  width: 110px;
  font-weight: normal;
}
.context-about select,
.context-about input {
  width: 500px;
}
.context-about textarea {
  width: 500px;
  position: relative;
  top: -15px;
  left: 113px;
}
.context-about input[type="submit"] {
  width: auto;
  position: relative;
  left: 113px;
}
.context-about .description.mollom-privacy {
  font-size: 0.8em;
  position: relative;
  left: 113px;
} 

/* Pans and pricing page */
.context-plans .plan-wrapper {
  clear: both;
  margin-top: 5em;
  width: 100%;
}
.context-plans .plan {
  border: 2px solid #ccc;
  border-radius: 3px;
  float: left;
  margin: 0.5%;
  position: relative;
  width: 48%;
}
.context-plans .plan-content {
  padding: 1em 1em 8em;
}
.context-plans .plan-header {
  padding: 1em 0 2em;
  position: relative;
}
.context-plans .plan-header .plan-link {
  height: 100%;
  position: absolute;
  width: 100%;
}
.context-plans .plan-header .plan-link h2 {
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.context-plans .plan-header .plan-link .price {
  padding: 30px 0 0;
  text-align: center;
}
.context-plans .plan-header .plan-link .price span {
  color: #FFFFFF;
  font-weight: 100;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.context-plans .plan-header .plan-link .price span.super {
  font-size: 24px;
  left: -7px;
  position: relative;
  top: -56px;
}
.context-plans .plan-header .plan-link .price span.amt {
  font-size: 104px;
  font-weight: 300;
  letter-spacing: -10px;
  margin-left: -5px;
  margin-right: 6px;
}
.context-plans .plan-header .plan-link .price span.sub {
  font-size: 14px;
  letter-spacing: 2px;
  margin-left: -5px;
  text-transform: uppercase;
}
.context-plans .plan-header .plan-link .price p {
  color: #999;
  font-size: 12px;
  margin-top: 0px;
  text-align: center;
}
.context-plans .plan-header .plan-link .price p sup {
  font-style: italic;
  position: relative;
  right: -3px;
  top: -5px;
}
.context-plans .plan-header .plan-link p sup a {
  color: #999;
  text-decoration: none;
}
.context-plans .plan-header .plan-link .popular  {
  background: none repeat scroll 0 0 #57CA8E;
  color: #FFFFFF;
  font-family: "Droid Sans", Verdana, sans-serif;
  height: auto;
  padding: 6px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -44px;
  width: 100%;
}
.context-plans .plan-header .plan-link .popular span {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  margin: 0;
}
.context-plans .action {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.context-plans .plan a {
  text-decoration: underline;
}
.context-plans .plan a.button {
  font-size: 18px;
  text-decoration: none;
}
.context-plans .plan ul {
  margin-bottom: 0;
}
.context-plans .plan ul > li {
  list-style: none outside none;
}
.context-plans .plan ul > li {
  font-size: 18px;
  list-style: none outside none;
  padding-bottom: 1em;
}
.context-plans .plan ul > li:last-child {
  padding-bottom: 0;
}
.context-plans .plan ul > li > ul > li {
  list-style: disc outside none;
  padding: 0;
}
.context-plans ul.check {
  padding-left: 0;
  margin-bottom: 0;
}
.context-plans ul.check ul {
  padding-left: 45px;
  margin-bottom: 0;
}
.context-plans ul.check > li {
  background-position: 0 0.7em;
  background-repeat: no-repeat;
  padding: 7px 0 7px 25px;
  list-style: none outside none;
}
.context-plans .plan-content ul.check > li {
  border-top: 1px dotted #ccc;
  padding: 15px 0;
}
.context-plans ul.check > li:first-child {
  border-top: 0 none;
}
.context-plans ul.check > ul {
  padding: 0px 0 7px 45px;
}
.context-plans ul.check.green > li {
  background-image: url("../images/li_check_green.png");
}
.context-plans ul.check ul li {
  text-align: left;
}
.context-plans .plan.footer {
  margin-bottom: 5em;
  margin-top: 3em;
}
.context-plans .plan.footer p,
.context-plans .plan.footer ul li {
  color: #999;
  font-size: 0.9em;
}
.context-plans .plan.footer p {
  margin: 0;
}
.context-plans .footnote {
  border-top: 1px solid #999;
  clear: both;
  padding-top: 2em;
}
.context-plans .footnote p {
  color: #999;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.context-plans .footnote a {
  text-decoration: none;
}
.context-plans .footnote .back-to-top a {
  font-size: 0.8em;
  font-style: italic;
}
/* Signup webform */
.context-signup .ds-2col-stacked > .group-left {
  width: 55%;
}
.context-signup .ds-2col-stacked > .group-right {
  width: 45%;
}
.context-signup fieldset {
  border: 3px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1em;
  background-color: #e8e8e8;
}
.context-signup fieldset fieldset {
  border: 1px solid #444;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1em;
  background-color: #f8f8f8;
}
.context-signup fieldset fieldset fieldset {
  border: 0 none;
  padding: 0;
}
.context-signup fieldset fieldset fieldset legend {
  display: none;
}
.context-signup fieldset legend {
  background-color: #ccc;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 1em;
}
.context-signup fieldset fieldset legend {
  background-color: #444;
  font-size: 1em;
  font-weight: 400;
  padding: 0 1em;
}
.context-signup fieldset fieldset legend span {
  color: #fff;
}
.context-signup .webform-client-form {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1em;
}
.context-signup label {
  font-size: 0.9em;
  line-height: 1.1;
  vertical-align: middle;
  font-weight: normal;
  color: #444;
}
.context-signup fieldset label span,
.context-signup label.option {
  width: auto;
}
.context-signup select,
.context-signup input[type="text"] {
  width: auto;
}
.context-signup textarea {
  width: 500px;
  position: relative;
  top: -15px;
  left: 113px;
}
.context-signup input[type="submit"] {
  width: auto;
  position: relative;
}
.context-signup div#stripe-wrapper fieldset div.form-type-select {
  display: inline-block;
  margin-right: 1em;
}
.context-signup .description.mollom-privacy {
  font-size: 0.8em;
  position: relative;
  left: 113px;
} 
.context-signup ul.check {
  padding-left: 0;
  margin-bottom: 0;
}
.context-signup ul.check ul {
  padding-left: 45px;
  margin-bottom: 0;
}
.context-signup ul.check > li {
  background-image: url("../images/li_check.png");
  background-position: 0 0.7em;
  background-repeat: no-repeat;
  border-top: 1px dotted #ccc;
  padding: 7px 0 7px 25px;
  list-style: none outside none;
}
.context-signup ul.check > li:first-child {
  border-top: 0 none;
}
.context-signup ul.check > ul {
  padding: 0px 0 7px 45px;
}
.context-signup ul.check.green > li {
  background-image: url("../images/li_check_green.png");
} 
.context-plans #zone-content td img,
.context-signup #zone-content td img {
  float: none;
}
/* Sidebar first and second */

#region-sidebar-first {
  border-right: 1px solid #e8e8e8;
  margin-right: -1px;
}
#region-sidebar-second {
  border-left: 1px solid #e8e8e8;
  margin-left: -1px;
  padding-left: 10px;
}
aside[id*='region-sidebar-'] .block-inner {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
aside[id*='region-sidebar-'] h2 {
  font-size: 1.5em;
  margin: 0 0 0.6em 0;
}
aside[id*='region-sidebar-'] h4 {
  font-size: 1.1em;
  line-height: 1.3;
  margin: 1.2em auto 0.3em;
}
aside[id*='region-sidebar-'] p,
aside[id*='region-sidebar-'] div.views-field-body span,
aside[id*='region-sidebar-'] li > span {
  font-size: 0.9em;
  line-height: 1.2;
}
aside[id*='region-sidebar-'] .field-name-node-link a {
  color: #ED8322;
}
#region-sidebar-first .menu-name-menu-header-menu li,
#region-sidebar-first .menu-name-main-menu li {
  text-decoration: none;
  list-style: none outside none;
  margin: 0;
  padding: 0.5em;
  border-bottom: 1px solid #DDDBCA;
}
#region-sidebar-first .menu-name-menu-header-menu li:hover,
#region-sidebar-first .menu-name-main-menu li:hover {
  background-color: #fbfbf9;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
#region-sidebar-first .menu-name-menu-header-menu li.active,
#region-sidebar-first .menu-name-menu-header-menu li.active:hover,
#region-sidebar-first .menu-name-main-menu li.active,
#region-sidebar-first .menu-name-main-menu li.active:hover {
  background-color: #515D6F;
}
#region-sidebar-first .menu-name-menu-header-menu li a,
#region-sidebar-first .menu-name-main-menu li a {
  color: #515D6F;
  text-decoration: none;
}
#region-sidebar-first .menu-name-menu-header-menu li.active a,
#region-sidebar-first .menu-name-main-menu li.active a {
  color: #fbfbf9;
}
#region-sidebar-second li {
  margin-left: 0;
}

/* Press release pages */
body.page-about-press .view-press-release .views-row .views-field-title {
  line-height: 1.2;
}
body.page-about-press .view-press-release .views-row {
  padding: 1em 0;
  border-bottom: 1px solid #eee;
}
body.page-about-press .view-press-release .views-row.views-row-last {
  border-bottom: none;
}
body.page-about-press .view-press-release a {
  font-size: 1.3em;
  line-height: 0.9;
}
.node-type-press-release h1 {
  margin-bottom: 1em;
}
.node-type-press-release div.field-name-field-tagline {
  color: #444;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 2em;
}
.node-type-press-release div.field-name-post-date {
  color: #444;
  display: inline;
  float: left;
  font-weight: 700;
  padding-right: 0.5em;
  text-transform: uppercase;
}
.node-type-press-release div.field-name-field-source {
  color: #444;
  display: inline;
  float: left;
  font-weight: 700;
  padding-right: 0.5em;
  text-transform: uppercase;
}
.node-type-press-release div.field-name-field-source div.field-item:before {
  content: '(';
}
.node-type-press-release div.field-name-field-source div.field-item:after {
  content: ')';
}
.node-type-press-release div.field-name-body {
  display: inline;
}
.node-type-press-release div.field-name-field-attribution {
  text-align: center;
  font-style: italic;
}

/* Jobs pages */
.node-type-job h1#page-title {
  font-size: 2em;
  margin-bottom: 0.2em;
}
.node-type-job .field-name-field-personnel-category {
  display: inline-block;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.node-type-job .field-name-field-job-location {
  border-left: 2px solid #444444;
  display: inline-block;
  margin-bottom: 1em;
  margin-left: 0.5em;
  padding-left: 0.5em;
  text-transform: uppercase;
}
.node-type-job .content .node-job .field-label {
  color: #666666;
  font-size: 1.2em;
  margin: 0.7em 0 0.5em;
}
#zone-content .view-jobs caption {
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  color: #564A41;
}
#zone-content .view-jobs table {
  width: 100%;
  margin-top: 1em;
}
#zone-content .view-jobs tbody td {
    font-size: 0.8em;
}

/* Rotating Banner styles */
#zone-preface-wrapper {
  background: url(../images/bg.png) repeat-x;
}
.rb-textbox-wrapper {
  white-space: normal;
}
.rb-textbox-type-header {
  color: #fff;
  font: normal 3em/1.1 'Open Sans', Arial, sans-serif;
}
.rb-textbox-type-text {
  color: #c9c9c9;
  font: normal 20px/1.5 'Droid Sans', Verdana, sans-serif;
  margin-top: 0.5em;
}
.rb-textbox-type-text h2 {
  color: #fff;
  font: normal 2.16em/1.1 'Open Sans', Arial, sans-serif;
  margin-top: -0.17em;
}
.rb-textbox-type-text a {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.8em;
}
.controls.buttons a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.controls.buttons a.activeSlide {
  background-color: #F7941D;
}

/* Zendesk feedback widget styles */
#zenbox_tab #feedback_tab_text {
  font-family: inherit;
  font-weight: 400;
}

/* Category page content */
.node-type-category-page-webform div#zone-branding-wrapper,
.node-type-landing-page-webform div#zone-branding-wrapper,
.node-type-landing-page-no-webform div#zone-branding-wrapper {
  background: #373F4C;
  height: 50px;
}
.node-type-landing-page-webform div#zone-branding-wrapper img#logo,
.node-type-landing-page-no-webform div#zone-branding-wrapper img#logo {
  height: 40px;
  margin: 5px;
}
.node-type-category-page div#zone-content,
.node-type-landing-page-no-webform div#zone-content {
  padding-top: 0;
  padding-bottom: 0;
}
.node-type-category-page div#zone-content.container-12,
.node-type-landing-page-no-webform div#zone-content.container-12 {
  width: auto;
}
.node-type-category-page div#zone-content.container-12 .grid-12,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 {
  width: 100%;
  margin: auto;
}
.node-type-category-page div#zone-content.container-12 .grid-12 div.features div.content,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features div.content {
  margin: auto;
  padding: 5em 0;
  width: 960px;
}
.node-type-category-page div#zone-content.container-12 .grid-12 div.features div.content .middle,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features div.content .middle {
  margin-top: 5em;
}
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features div.content h1 {
  color: #444;
  font-size: 2.2em;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 400;
}
.node-type-category-page div#zone-content.container-12 .grid-12 div.features div.content h2,
.node-type-category-page div#zone-content.container-12 .grid-12 div.features div.content h3,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features div.content h2,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features div.content h3 {
  color: #444;
  font-size: 1.5em;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 600;
}
.node-type-category-page div#zone-content.container-12 .grid-12 div.features div.content h2.bold,
.node-type-category-page div#zone-content.container-12 .grid-12 div.features div.content h3.bold,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features div.content h2.bold,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features div.content h3.bold {
  font-size: 1.8em;
  font-weight: 700;
}
.node-type-category-page div#zone-content.container-12 .grid-12 div.features div.content p,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features div.content p {
  color: #666;
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: 400;
}
.node-type-category-page div#zone-content.container-12 .grid-12 div.features div.content p.large,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features div.content p.large {
  font-size: 1.4em;
}

.section-white {
  background: #FFF;
}
.section-lightgray {
  background: #FAFAFA;
}
.section-dark {
  background: #373F4C;
}
.node-type-category-page div#zone-content.container-12 .grid-12 div.features.section-dark div.content h2,
.node-type-category-page div#zone-content.container-12 .grid-12 div.features.section-dark div.content h3,
.node-type-category-page div#zone-content.container-12 .grid-12 div.features.section-dark div.content p,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features.section-dark div.content h2,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features.section-dark div.content h3,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.features.section-dark div.content p {
  color: #FAFAFA;
}
.section-border {
  border-top: 1px solid #DDD;
}
.node-type-category-page div#zone-content.container-12 .grid-12 div.table,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.table {
  display: table;
  border-collapse: separate;
  border-spacing: 2em 2em;
  width: 100%;
}
.node-type-category-page div#zone-content.container-12 .grid-12 div.table > div,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.table > div {
  display: table-row;
}
.node-type-category-page div#zone-content.container-12 .grid-12 div.table > div > div,
.node-type-landing-page-no-webform div#zone-content.container-12 .grid-12 div.table > div > div {
  display: table-cell;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 196px;
  height: 88px;
  vertical-align: middle;
}
.features > div.left {
  float: left;
  width: 50%;
}
.features > div.right {
  float: right;
  width: 50%;
}
.features div.feature {
  height: 550px;
}
.features > div.left > div.feature {
  margin: 1em;
  padding: 1em;
  background: #fbfbf9;
  border-top: 5px solid #17a3bd;
}
.features > div.right > div.feature {
  margin: 1em;
  padding: 1em;
  background: #fbfbf9;
  border-top: 5px solid #edd666;
}
.features div.feature p {
  font-size: 1em;
}
.features div.feature p.bottom-fixed {
  position: absolute;
  bottom: 1em;
}

/* Tagclouds */
a[class^='tagclouds level'].active {
  background-color: #515D6F;
  color: #FBFBF9;
  text-decoration: none;
}
.tagclouds.level1 {
  font-size: 0.8em;
}
.tagclouds.level2 {
  font-size: 0.9em;
}
.tagclouds.level3 {
  font-size: 1.0em;
}
.tagclouds.level4 {
  font-size: 1.1em;
}
.tagclouds.level5 {
  font-size: 1.4em;
}
.tagclouds.level6 {
  font-size: 1.6em;
}
.tagclouds.level7 {
  font-size: 1.8em;
}
.tagclouds.level8 {
  font-size: 2.0em;
}
.tagclouds.level9 {
  font-size: 2.2em;
}
.tagclouds.level10 {
  font-size: 2.4em;
}

/* Pager classes */
.item-list ul.pager {
  margin-top: 3em;
  text-align: right;
}
.item-list ul.pager > li {
  font-size: 0.8em;
  padding: 0.1em 0.4em;
  margin-left: 0.5em;
  border: 1px solid #515D6F;
  border-radius: 3px;
}
.item-list ul.pager > li a:hover {
  text-decoration: none;
}
.item-list ul.pager > li.pager-current {
  color: #fff;
  background-color: #515D6F;
}
.item-list ul.pager > li.pager-current > a {
  color: #fff;
}

/* Search form */
#block-search-form {
  float: right;
  margin: 2px 0 0 0;
}
#block-search-form .form-item {
  float: left;
  margin: 0;
}
#block-search-form input[type="text"] {
  font-family: inherit;
  font-size: 0.8em;
  margin: 0.1em 0.9em 0 0;
  padding: 0.3em 0.3em 0.2em 2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #515D6F;
  border-color: #575F6C #4B5360 #4E5663;
  width: 46px;
  height: 2em;
  background: url('../images/mag-icon-16-inv.png') no-repeat scroll 4px 2px #373F4C;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
#block-search-form input[type="text"]:hover {
  border-color: #575F6C #4B5360 #4E5663;
  background: url('../images/mag-icon-16-inv.png') no-repeat scroll 4px 2px #515D6F;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
#block-search-form input[type="text"]:focus {
  color: #444;
  background: url('../images/mag-icon-16.png') no-repeat scroll 4px 2px #fff;
  width: 130px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  box-shadow: none;
}
#block-search-form input[type="submit"] {
  display: none;
}

/* landing page */
.node-type-landing-page-webform h6 {
  text-transform: uppercase;
  font-weight: 700;
  padding: 1em 1em 1em 4em;
  background: url("/sites/addion.com/files/images/check_mark_green.png") no-repeat;
}
.node-type-landing-page-webform div.group-left {
  width: 70%;
}
.node-type-landing-page-webform div.group-right {
  width: 30%;
}
.node-type-landing-page-webform .webform-client-form {
  font-size: 90%;
  background: #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1em;
}
.node-type-landing-page-webform .webform-client-form input[type="text"],
.node-type-landing-page-webform .webform-client-form input[type="email"] {
  width: 250px;
}
.node-type-landing-page-webform .webform-client-form input[type="submit"] {
  white-space: normal;
  font-size: 120%;
}
