html, body {
  color: #333333;
}

a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #0062a0;
  text-decoration: underline;
}

button, input[type="reset"], input[type="submit"], input[type="button"],
.blog-calls a, .button a {
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 8px;
  background: #e03838;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e03838), color-stop(1, #ee4444));
  background: -moz-linear-gradient(top center, #e03838 0%, #ee4444 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #fff;
  font: bold 18px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 7px 10px 4px;
  text-shadow: #400 0 1px 1px;
  width: auto;
  white-space: nowrap;
  text-decoration: none;
  *padding-top: 2px;
  /* IE7 */
  *padding-bottom: 0px;
  /* IE7 */
}
button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover,
.blog-calls a:hover, .button a:hover {
  color: #e03838 !important;
  text-shadow: none;
  background: white;
  text-decoration: none;
}

.l-content form {
  border-radius: 10px;
  font-size: 12px;
}
.l-content form fieldset {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em;
  margin-bottom: 2em;
}
.l-content form fieldset.filter-wrapper {
  border: none;
  color: #666;
}
.l-content form fieldset .filter-guidelines {
  padding-left: 0;
}
.l-content form fieldset legend {
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.15);
  font-weight: bold;
  color: #333;
  border-radius: 10px;
}
.l-content form fieldset legend:hover {
  background: rgba(0, 0, 0, 0.1);
}
.l-content form fieldset legend:hover a {
  text-decoration: none;
}
.l-content form fieldset legend a {
  color: #333;
}
.l-content form .form-item label {
  margin-bottom: .5em;
}
.l-content form .form-item .tabledrag-toggle-weight-wrapper {
  margin: 0 0 1em 0;
  text-align: left;
}
.l-content form .form-item .tabledrag-toggle-weight-wrapper a {
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.l-content form .field-type-file {
  margin: 2em 0;
}
.l-content form input.form-submit {
  margin-right: 1em;
}
.l-content form .vertical-tabs {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.l-content form .vertical-tabs ul.vertical-tabs-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.l-content form .vertical-tabs ul.vertical-tabs-list li {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}
.l-content form .vertical-tabs ul.vertical-tabs-list li.selected {
  background: rgba(255, 255, 255, 0.15);
  border-right: 1px solid white;
}
.l-content form .vertical-tabs ul.vertical-tabs-list li a {
  color: #333;
}
.l-content form .vertical-tabs fieldset.vertical-tabs-pane {
  padding: 1em;
}
.l-content form .description {
  color: #666;
}
.l-content form .tabledrag-handle {
  margin-top: -4px;
}
.l-content form .tabledrag-handle .handle {
  height: 26px;
  width: 26px;
  margin: 0;
  padding: 0;
  background-position: 6px -13px;
}

/* Force hide element */
/* A custom clearfix for real bad cases */
/* Remove all margins and paddings */
/* A generic button, used to be styled later */
/* A less configurable but more areodynamic transition mixin */
/* Removes margin and padding and list style from lists */
/* Lightens background color on hover */
/* Darkens background color on hover */
/* A re-useable font mixin for whatever fonts you are using, allows for an optional color argument */
/* Cross browser opacity */
/* Hide text */
/* REMS with a PX Fallback */
html, body {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #333;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  font-family: 'museo-sans-rounded';
  font-style: normal;
  font-weight: 700;
}

mark, .marker {
  background: rgba(255, 255, 0, 0.5);
  padding: 2px 6px;
  display: inline-block;
  border-radius: 5px;
}

.page-admin {
  font-family: sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.page-admin input.form-submit {
  display: inline-block;
  font-size: .9em;
  background: #dddddd;
  padding: 8px 14px;
  border: none;
  border-radius: 10px;
  color: #333333;
  white-space: nowrap;
  line-height: 1em;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}
.page-admin input.form-submit:hover {
  background: #eaeaea;
  color: #333333;
  text-decoration: none;
}
.page-admin input.form-submit:active {
  background: #5e5e5e;
  color: white;
}
.page-admin input.form-submit.active {
  background: none;
  color: #333333;
}
.page-admin .block-region {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px 5px;
  background-color: #dde;
}

.messages {
  padding: 1em;
  margin: 1em 0;
  background-image: none;
}
.messages.status, .messages.messages--status {
  border: 1px solid #3a3;
  color: #161;
  background: rgba(50, 125, 50, 0.2);
}
.messages.warning, .messages.messages--warning {
  border: 1px solid #990;
  color: #660;
  background: rgba(175, 175, 0, 0.2);
}
.messages.error, .messages.messages--error {
  border: 1px solid #a33;
  color: #a33;
  background: rgba(175, 50, 50, 0.2);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #08c;
  text-decoration: none;
  outline: none;
}
a:active {
  outline: none;
}
a:hover {
  text-decoration: underline;
}

/* default tabs */
ul.tabs {
  border-bottom: 0 none;
  margin: 0 0 2em 0;
}
ul.tabs li a {
  display: inline-block;
  font-size: .9em;
  background: #dddddd;
  padding: 8px 14px;
  border: none;
  border-radius: 10px;
  color: #333333;
  white-space: nowrap;
  line-height: 1em;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}
ul.tabs li a:hover {
  background: #eaeaea;
  color: #333333;
  text-decoration: none;
}
ul.tabs li a:active {
  background: #5e5e5e;
  color: white;
}
ul.tabs li a.active {
  background: none;
  color: #333333;
}
ul.tabs.links--inline li {
  margin-right: .5em;
}

table {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
table thead tr {
  background-color: rgba(0, 0, 0, 0.1);
}
table tr, table tr.even {
  background: none;
}
table tr.odd, table tr.even.odd {
  background-color: rgba(0, 0, 0, 0.02);
}
table tr td, table tr.even td {
  padding: 8px 12px;
  background: none;
}
table tr td.active, table tr.even td.active {
  background-color: rgba(0, 0, 0, 0.02);
}
table tr th, table tr.even th {
  padding: 8px 12px;
  background: none;
}
table tr th a, table tr.even th a {
  position: relative;
  display: block;
}
table tr th.active, table tr.even th.active {
  background-color: rgba(0, 0, 0, 0.01);
}
table tr th.active a, table tr.even th.active a {
  padding: 0 20px 0 0;
}
table tr th.active a img, table tr.even th.active a img {
  position: absolute;
  right: 0;
  top: 3px;
}

.token-tree {
  font-size: 1em;
  margin: 1em 0;
}
.token-tree tr.even td {
  padding-left: 20px;
}
.token-tree td {
  padding-left: 20px;
}
.token-tree td.token-key {
  font-weight: bold;
}

ul.pager li a {
  display: inline-block;
  font-size: .9em;
  background: #dddddd;
  padding: 8px 14px;
  border: none;
  border-radius: 10px;
  color: #333333;
  white-space: nowrap;
  line-height: 1em;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}
ul.pager li a:hover {
  background: #eaeaea;
  color: #333333;
  text-decoration: none;
}
ul.pager li a:active {
  background: #5e5e5e;
  color: white;
}
ul.pager li a.active {
  background: none;
  color: #333333;
}
ul.pager li.pager__item--current, ul.pager li.pager__item--ellipsis {
  margin: 0 .5em;
}

.l-content ul.pager {
  margin: 1em 0 2em 0;
}

.l-content form input.form-submit {
  display: inline-block;
  font-size: .9em;
  background: #dddddd;
  padding: 8px 14px;
  border: none;
  border-radius: 10px;
  color: #333333;
  white-space: nowrap;
  line-height: 1em;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}
.l-content form input.form-submit:hover {
  background: #eaeaea;
  color: #333333;
  text-decoration: none;
}
.l-content form input.form-submit:active {
  background: #5e5e5e;
  color: white;
}
.l-content form input.form-submit.active {
  background: none;
  color: #333333;
}

.wysiwyg-toggle-wrapper a {
  display: inline-block;
  font-size: .9em;
  background: #dddddd;
  padding: 8px 14px;
  border: none;
  border-radius: 10px;
  color: #333333;
  white-space: nowrap;
  line-height: 1em;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
  margin-bottom: 2em;
}
.wysiwyg-toggle-wrapper a:hover {
  background: #eaeaea;
  color: #333333;
  text-decoration: none;
}
.wysiwyg-toggle-wrapper a:active {
  background: #5e5e5e;
  color: white;
}
.wysiwyg-toggle-wrapper a.active {
  background: none;
  color: #333333;
}

html {
  position: relative;
}

body {
  background: black;
  position: relative;
}

.l-page {
  background: white;
}
.l-page.footers {
  background: black;
  color: #aaa;
}

.l-content {
  margin-bottom: 12;
}

.postscript {
  background: #d3d5d4;
  padding: .5em 0;
  text-align: center;
}
.postscript .l-page {
  background: transparent;
}

@media (min-width: 0px) and (max-width: 600px) {
  ul.inline {
    text-align: center;
  }
}
ul.inline li {
  display: inline-block;
  list-style-type: none;
  padding: 0 0.5em;
  margin: 0 0 .5em 0;
}
@media (min-width: 0px) and (max-width: 600px) {
  ul.inline li {
    border: 0 !important;
  }
  ul.inline li a {
    display: inline-block;
    display: inline-block;
    font-size: .9em;
    background: #dddddd;
    padding: 8px 14px;
    border: none;
    border-radius: 10px;
    color: #333333;
    white-space: nowrap;
    line-height: 1em;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
  }
  ul.inline li a:hover {
    background: #eaeaea;
    color: #333333;
    text-decoration: none;
  }
  ul.inline li a:active {
    background: #5e5e5e;
    color: white;
  }
  ul.inline li a.active {
    background: none;
    color: #333333;
  }
}

form .form-actions {
  margin: 1em 0;
}
form .form-actions input {
  margin-right: .5em;
}
form input {
  color: #333;
}
form .tips {
  color: #666;
}

.l-page {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.l-content {
  margin-bottom: 25px;
}

.l-main {
  padding: 0 25px;
  padding-top: 50px;
}
.l-main:after {
  font-size: 0;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.l-header {
  margin: 0;
  padding: 0 25px;
}

.clearfix:after {
  font-size: 0;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

aside img {
  display: block;
  margin: 0 auto 1em auto;
}

@media (min-width: 0px) and (max-width: 980px) {
  .l-page {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .sidebar-first .l-content {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 25px;
  }
  .sidebar-first .l-region--sidebar-first {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    padding-right: 25px;
  }
}
@media (min-width: 981px) {
  .l-page {
    width: 981px;
  }
  .sidebar-second .l-content {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    padding-right: 25px;
  }
  .sidebar-second .l-region--sidebar-second {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 25px;
  }

  .both-sidebars .l-content {
    width: 41.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
    padding-right: 25px;
  }
  .both-sidebars .l-region--sidebar-second {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 25px;
  }
  .both-sidebars .l-region--sidebar-first {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    padding-right: 25px;
  }
}
@media (min-width: 1220px) {
  .l-page {
    width: 1220px;
  }
}
.node ul.links--inline li a {
  display: inline-block;
}
.node ul.links--inline li.last {
  margin-right: 0;
}

img, media {
  max-width: 100%;
}

html, body {
  font-size: 16px;
  font-size: 1rem;
}

h1 {
  margin: 0 0 .5em 0;
}
h1.title, h1#page-title {
  margin-top: 0;
  font-family: "museo-sans-rounded", arial, sans-serif;
  font-size: 48px;
  font-size: 3rem;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media (min-width: 600px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: left;
  }
}
@media (min-width: 600px) {
  .resource-content:after {
    font-size: 0;
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .resource-content .left {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    padding-right: 25px;
  }
  .resource-content .right {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 25px;
  }
}
@media (min-width: 981px) {
  .resource-content:after {
    font-size: 0;
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .resource-content .left {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    padding-right: 25px;
  }
  .resource-content .right {
    width: 75%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 25px;
  }
}
@media (min-width: 600px) {
  article.node--blog {
    position: relative;
    margin-left: 170px;
  }
  article.node--blog footer.user-picture-wrapper {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
    position: absolute;
    left: -170px;
    top: 0;
    width: 135px;
    text-align: right;
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  article.node--blog footer.user-picture-wrapper .follow-link-wrapper {
    font-size: 0;
    text-indent: 1000px;
  }
  article.node--blog footer.user-picture-wrapper img {
    display: inline-block;
    float: none;
    clear: both;
    margin: 0 0 .5em 0;
    width: 120px;
    max-width: 120px;
    border-radius: 10px;
  }

  h1 {
    margin: 12.5px 0;
  }

  h2.subtitle,
  h3.subtitle {
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: normal;
    color: #e03838;
    text-align: left;
  }

  .profile h2.subtitle {
    font-size: 1.6em;
    line-height: 1.3em;
  }

  .blog-posted {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #666;
  }

  .submitted * {
    display: inline;
  }
}
.user-picture-wrapper {
  padding: 1em 0;
  margin: 2em 0;
  border-top: 1px solid #c9312b;
  border-bottom: 2px solid #c9312b;
}
.user-picture-wrapper img {
  display: block;
  width: 100px;
  float: left;
  margin: 0 2em 0 0;
  border-radius: 50em;
  background: #eee;
}
.user-picture-wrapper .follow-links-wrapper {
  margin-top: .5em;
}
.user-picture-wrapper .follow-links-wrapper a {
  text-indent: -9999px;
  font-size: 0;
}

.profile h1.page-title {
  margin-bottom: .6em;
}
.profile .user-picture-wrapper .follow-link-wrapper {
  margin-right: 0;
}
.profile .user-picture {
  float: left;
}
.profile .user-picture-wrapper {
  height: 130px;
}
.profile .profile-since {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  line-height: 1.3em;
  margin-bottom: 13px;
}

.profile-container {
  min-height: 15em;
}

#block-views-user-blog-block h2.block-title {
  margin-bottom: 1em;
  text-transform: uppercase;
}
#block-views-user-blog-block h3.title {
  margin-bottom: 0;
}
#block-views-user-blog-block .views-row {
  margin-bottom: 1em;
}
#block-views-user-blog-block .views-field-created {
  font-size: .9em;
  color: #666;
}
#block-views-user-blog-block .button {
  margin-top: 1em;
  display: inline-block;
}
#block-views-user-blog-block .button-wrapper {
  text-align: center;
}

@media (min-width: 600px) {
  .profile {
    position: relative;
  }
  .profile .profile-content {
    margin-left: 175px;
  }
  .profile .user-picture {
    margin: 0;
    float: none;
  }
  .profile .user-picture-wrapper {
    position: absolute;
    text-align: right;
    margin: 0;
    padding: 0;
    border: none;
    top: 0;
    left: 0;
    height: auto;
    width: 140px;
  }
  .profile .user-picture-wrapper img {
    display: inline;
    border-radius: 10px;
    width: 120px;
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
  }
}
ul.breadcrumb {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
  display: inline-block;
  padding: 2px 8px 2px 25px;
  background: #f0f0f0;
  position: relative;
  margin: 0;
  top: -25px;
  left: -25px;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}
ul.breadcrumb li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.breadcrumb li {
  display: inline-block;
  margin: 0;
  color: #666;
}
ul.breadcrumb li a {
  border-radius: 4em;
  padding: 3px 12px;
  display: inline-block;
  padding: 6px 8px;
  color: #333;
}
ul.breadcrumb li a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.fdd-tim {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  line-height: 1.4em;
}
.fdd-tim:after {
  font-size: 0;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.fdd-tim .fdd-tim-img img {
  max-width: 40%;
  float: left;
  clear: none;
  display: block;
  margin: 0 1.5em 0 0;
  border-radius: 10px;
}

.flexslider .slides > li {
  text-align: center;
  position: relative;
}

.flexslider .button a {
  display: block;
  font-size: 26px;
  margin: 0 auto;
  padding: 20px 10px;
  white-space: normal;
}

.flexslider .slides p {
  margin: 1em 0 !important;
}

.flexslider .slides .text {
  font-size: 2em;
  line-height: 1.2em;
  display: block;
  margin-top: 1em;
  margin-left: .4em;
  max-width: 90%;
  text-shadow: 0 1px 1px rgba(99, 84, 84, 0.6);
  font-family: 'museo-sans-rounded', arial, sans-serif;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 600px) {
  .flexslider .slides .text {
    display: block;
    width: 40%;
    float: left;
    margin-top: 2.5em;
    margin-left: .4em;
    max-width: 90%;
    font-family: 'museo-sans-rounded', arial, sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  .flexslider .slides img {
    display: block;
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-top: 8%;
  }

  .flexslider .reversed img {
    float: right;
  }

  .flexslider .slides .slide1 {
    margin-top: 2em;
  }
}
.grid-blog {
  position: relative;
  left: 2%;
}
.grid-blog .field--type-image {
  margin: 0 !important;
  padding: 0 !important;
}
.grid-blog a, .grid-blog a:hover {
  text-decoration: none;
}
.grid-blog .view-content {
  float: none;
  clear: both;
  overflow: hidden;
}
.grid-blog .views-row {
  overflow: hidden;
  min-width: 155px;
  float: left;
  background: #f8f8f8;
  border-radius: 5px;
  width: 30%;
  margin: 0 2.9% 2em 0;
}
.grid-blog .views-row article.node--blog {
  margin: 0;
}
.grid-blog .views-row article.node--blog:after {
  font-size: 0;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.grid-blog .views-row .field-type-image {
  float: none;
  clear: both;
}
.grid-blog .views-row .field-type-image,
.grid-blog .views-row .field-type-image img {
  margin: 0;
}
.grid-blog .views-row .content {
  padding: 0 1em;
  margin: 0;
  height: 14em;
  overflow: hidden;
}
.grid-blog .views-row .author {
  text-transform: uppercase;
  font-size: .9em;
  margin-bottom: 1em;
  color: #444;
}
.grid-blog.grid-narrow .views-row {
  width: 46%;
  margin: 0 3.3% 2em 0;
}
.grid-blog h2 {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  height: 5em;
  margin: 1em 0 0 0;
}
.grid-blog h2 a {
  color: #111;
}
.grid-blog h2 a:hover {
  color: #08c;
  text-decoration: none;
}
.grid-blog h3.subtitle {
  font-size: 1em;
  margin-bottom: .5em;
  font-weight: normal;
  color: #111;
  overflow: hidden;
  height: 4em;
}
.grid-blog .follow-link-wrapper {
  float: right;
  margin-right: .5em;
}
.grid-blog .follow-link-wrapper a {
  height: 32px;
  width: 32px;
  background: url(../images/services-larger.png) 0 0 no-repeat;
}
.grid-blog .follow-link-wrapper a.follow-link-googleplus {
  background-position: 0 0;
}
.grid-blog .follow-link-wrapper a.follow-link-linkedin {
  background-position: -45px 0;
}
.grid-blog .follow-link-wrapper a.follow-link-twitter {
  background-position: -89px 0;
}

h3#front-page-blog-block-header {
  font-size: 24px;
  text-transform: uppercase;
}

.front .grid-blog .views-row {
  text-align: center;
}
.front .grid-blog .views-row h2 {
  text-align: center;
}
.front .grid-blog .follow-link-wrapper {
  float: none;
}

@media (min-width: 0px) and (max-width: 600px) {
  .grid-blog .views-row {
    width: auto;
    float: none;
    margin: 0;
    min-height: 0;
    min-width: 0;
    margin-bottom: 2em;
    padding: 1em;
    text-align: center;
  }
  .grid-blog .views-row .content {
    height: auto;
  }
  .grid-blog .views-row h2.title {
    height: auto;
  }
  .grid-blog .views-row h3.subtitle {
    height: auto;
  }

  .follow-link-wrapper {
    float: none;
    margin: 0 auto;
  }
}
ul.pager {
  padding: 0;
  margin: 0;
}
ul.pager li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* client popups */
#popup-testimonials {
  margin: 2em auto;
  text-align: center;
}
#popup-testimonials h3 {
  text-transform: uppercase;
  margin-bottom: 2em;
  margin-top: 0;
  color: #999;
  font-size: 1.8em;
  text-shadow: 0 1px 1px rgba(99, 84, 84, 0.6);
  text-align: center;
}
#popup-testimonials img {
  float: none;
  clear: both;
  margin: 0;
}
#popup-testimonials .popup-testimonial {
  position: relative;
  width: 150px;
  float: left;
  margin: 0 2em 0 2em;
  display: inline-block;
  float: none;
  opacity: 0.6;
  text-align: left;
}
#popup-testimonials .popup-testimonial:hover {
  opacity: 1;
}
#popup-testimonials .popup-testimonial .inner {
  position: absolute;
  z-index: 1000;
  width: 340px;
  height: 235px;
  top: -220px;
  left: -60px;
  padding: 20px 20px 0 20px;
  background: transparent url(../images/popup-bg.png) no-repeat;
  font-size: 11px;
  line-height: 15px;
  display: none;
}
#popup-testimonials .popup-testimonial .inner p {
  margin-bottom: 5px;
}
#popup-testimonials .popup-testimonial .inner h3 {
  margin-bottom: 5px;
  font-size: 14px;
}
#popup-testimonials .container {
  display: inline-block;
  text-align: center;
}
#popup-testimonials .brand-color {
  color: #cd4137;
}

.follow-link-wrapper {
  display: inline-block;
}

.follow-link-wrapper a {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(../images/social-grey-red.png) no-repeat 0 0;
  text-indent: -9999px;
}

.follow-link-wrapper a.follow-link-googleplus,
.profile .follow-link-wrapper-googleplus a {
  background-position: 0 -225px;
}

.follow-link-wrapper a.follow-link-linkedin,
.profile .follow-link-wrapper-linkedin a {
  background-position: 0 -375px;
}

.follow-link-wrapper a.follow-link-twitter,
.profile .follow-link-wrapper-twitter a {
  background-position: 0 -575px;
}

.top-social-icons a {
  display: inline-block;
  position: relative;
  top: 8.5px;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  opacity: .8;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-social-icons a:hover {
  opacity: 1;
}
.top-social-icons a i {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 1px;
  background: #ddd;
  display: block;
  border-radius: 100px;
}
.top-social-icons a b {
  position: absolute;
  top: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/social-50x4.png) 0 0 no-repeat;
  background-size: 320px 64px;
}
.top-social-icons a.ln b {
  background-position: 0 0;
}
.top-social-icons a.gp b {
  background-position: -128px 0;
}
.top-social-icons a.tw b {
  background-position: -64px 0;
}
.top-social-icons a.yt b {
  background-position: -192px 0;
}
.top-social-icons a.fb b {
  background-position: -256px 0;
}

/* share links */
.service-links .links {
  margin: .5em 0;
  padding: 0;
  line-height: 1em;
}
.service-links .links li {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.service-links .links li.service-links-google-plus-one {
  width: 64px;
}
.service-links .links li.service-links-twitter-widget {
  width: 84px;
}

.service-links-top .share {
  text-transform: lowercase;
  display: block;
  text-align: center;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0 0.5em 0.5em 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #dddddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #dddddd));
  background: -moz-linear-gradient(top center, white 0%, #dddddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #F2393A;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 4px 10px;
  text-shadow: #fff 0 1px 1px;
  width: 72px;
}

/* social */
#list-social {
  height: 32px;
  list-style: none;
  margin: 0;
  width: 185px;
  padding: 0;
}
#list-social li {
  display: inline-block;
  margin: 0 8px 0 0;
}
#list-social li a {
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px;
}
#list-social li a:hover {
  background-position: 0 -32px;
}

#icon-facebook {
  background: url(../images/social/icon-facebook.png) no-repeat;
}

#icon-twitter {
  background: url(../images/social/icon-twitter.png) no-repeat;
}

#icon-linkedin {
  background: url(../images/social/icon-linkedin.png) no-repeat;
}

#icon-gplus {
  background: url(../images/social/icon-gplus.png) no-repeat;
}

@media (min-width: 600px) {
  .contact-social-info {
    line-height: 1.4em;
  }
  .contact-social-info p {
    margin: 0;
  }
  .contact-social-info h3 {
    margin-bottom: 4px;
    margin-top: 0;
    padding: 2px 0;
    font-family: 'museo-sans-rounded', arial, sans-serif;
    font-style: normal;
  }
  .contact-social-info .contact-social-info-row {
    border-bottom: 1px dotted #CCCCCC;
    padding: 6px 0;
  }
}
.field-name-field-form-bottom-content {
  clear: both;
}

/* social for retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .follow-link-wrapper a {
    background-image: url(../images/social-grey-retina.png);
    background-repeat: no-repeat;
    -webkit-background-size: 20px 572px;
    -moz-background-size: 20px 572px;
    -o-background-size: 20px 572px;
    background-size: 20px 572px;
  }

  .follow-link-wrapper a.follow-link-googleplus,
  .profile .follow-link-wrapper-googleplus a {
    background-position: 0 -216px;
  }

  .follow-link-wrapper a.follow-link-googleplus:hover,
  .profile .follow-link-wrapper-googleplus a:hover {
    background-position: 0 -192px;
  }

  .follow-link-wrapper a.follow-link-twitter,
  .profile .follow-link-wrapper-twitter a {
    background-position: 0 -552px;
  }

  .follow-link-wrapper a.follow-link-twitter:hover,
  .profile .follow-link-wrapper-twitter a:hover {
    background-position: 0 -528px;
  }

  .follow-link-wrapper a.follow-link-linkedin,
  .profile .follow-link-wrapper-linkedin a {
    background-position: 0 -360px;
  }

  .follow-link-wrapper a.follow-link-linkedin:hover,
  .profile .follow-link-wrapper-linkedin a:hover {
    background-position: 0 -336px;
  }
}
#userdefs-panel {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  position: absolute;
  float: none;
  clear: both;
  top: -10px;
  padding: 1em 10px 5px 10px;
  background: white;
  right: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
#userdefs-panel .user-menu {
  display: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 500;
  padding: 0;
  border-radius: 3px;
  margin-left: -7px;
  margin-top: 7px;
}
#userdefs-panel .user-menu ul {
  margin: 0;
  padding: 0;
}
#userdefs-panel .user-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#userdefs-panel .user-menu ul li a {
  display: block;
  color: #333;
  padding: .5em 1em;
  background: #fff;
  border-bottom: 1px solid #eee;
}
#userdefs-panel .user-menu ul li a:hover {
  background: #f0f0f0;
  text-decoration: none;
}
#userdefs-panel .user-menu ul li li.last a {
  border-bottom: none;
}
#userdefs-panel .user-menu .pointer {
  position: absolute;
  top: -11px;
  left: 5px;
  width: 16px;
  height: 12px;
  background: url(../images/userdefs-bg.png) 0 0 no-repeat;
}
#userdefs-panel .margin-right {
  margin-right: 1em;
}
#userdefs-panel img.userpic {
  height: 28px;
  margin-bottom: -6px;
}
#userdefs-panel a.button {
  display: inline-block;
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  border: 1px solid;
  background: #e03838;
  border-color: #ddd #bbb #999;
  color: white;
  text-decoration: none;
}
#userdefs-panel a.button:hover {
  background: white;
  color: #e03838;
  text-decoration: none;
}
#userdefs-panel .menu-expander {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../images/userdefs-bg.png) -17px -8px no-repeat;
  margin-right: 4px;
  cursor: pointer;
}
#userdefs-panel .menu-expander.contracted {
  background: url(../images/userdefs-bg.png) -17px 2px no-repeat;
}

/* Mobile width */
@media (min-width: 0px) and (max-width: 980px) {
  #userdefs-panel {
    position: absolute;
    height: 50px;
    float: none;
    clear: both;
    top: -0.5em;
    padding: 1em 10px .5em 10px;
    background: white;
    width: 100%;
    left: 0;
    border-radius: 0;
  }

  #userdefs-container {
    float: right;
  }
}
h1.site-name, div.site-name {
  display: none;
}

#block-block-1 {
  color: #666;
}

@media (min-width: 0px) and (max-width: 980px) {
  .site-logo img {
    position: relative;
    width: auto !important;
    height: 32px !important;
    z-index: 410;
    max-width: 100%;
    top: 5px;
    left: 35px;
  }

  .logo-img {
    text-align: left !important;
  }

  .l-branding #block-block-1 {
    padding: 8px 0;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  .l-branding {
    text-align: center;
  }
  .l-branding .site-logo img {
    width: 240px !important;
    height: auto !important;
    z-index: auto;
    top: 25px;
    padding-top: 40px;
    left: 0;
    margin-bottom: 12.5px;
  }
  .l-branding #block-block-1 {
    padding: 0 0 8px 0;
    text-align: center;
  }
}
@media (min-width: 981px) {
  .l-branding {
    padding: 25px 0 12.5px 0;
  }
  .l-branding .site-logo img {
    width: 280px;
    max-width: 100%;
  }
  .l-branding #block-block-1 {
    left: 312px;
    position: absolute;
    top: 22px;
    padding-left: 25px;
  }
}
#comment-form fieldset {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

.l-footer {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
.l-footer ul.menu {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.l-footer a {
  color: #fae361;
  text-decoration: none;
}
.l-footer a:hover {
  color: #f9eebf;
  text-decoration: underline;
}
.l-footer.leaf {
  font-size: 13px;
  border-right: 1px solid #666;
}
.l-footer.last {
  border-right: 0 none;
}
.l-footer .block {
  float: none;
  width: 100%;
}
.l-footer .block ul {
  list-style: disc inside none;
}
.l-footer .block .block-title {
  color: #FFFFFF;
  font-weight: normal;
}
.l-footer .block .content {
  padding-left: 0;
  text-align: center;
}
.l-footer .block .content a {
  color: #fae361;
}
.l-footer .block .content a:hover {
  color: #f9eebf;
}
.l-footer #block-block-6 {
  width: 230px;
}

@media (min-width: 0px) and (max-width: 980px) {
  #block-volacci-menu-menu {
    display: none;
  }

  .volacci-menu-button {
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.75) url(../images/menu-icon-1.png) center center no-repeat;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: none;
  }
  .volacci-menu-button:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/menu-icon-1.png) center center no-repeat;
  }

  #volacci-menu-top {
    font-size: 1.6em !important;
    position: absolute;
    z-index: 400;
    top: -2px;
    left: 0;
  }

  .volacci-menu ul.menu {
    padding: .5em;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.75);
  }
  .volacci-menu ul.menu li.leaf {
    display: block;
    position: relative;
    margin: 0;
    float: none;
    clear: both;
    width: 100%;
  }
  .volacci-menu ul.menu li.leaf a {
    height: auto;
    display: block;
    position: relative;
    padding: .5em;
    margin-left: 32px;
    font-size: 22px;
    font-size: 1.375rem;
    text-transform: uppercase;
    color: white;
  }
  .volacci-menu ul.menu li.leaf a.active {
    opacity: .5;
  }
  .volacci-menu ul.menu li.leaf a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
  }
  .volacci-menu ul.menu li.leaf a.down-arrow {
    border-radius: 2em;
    display: block !important;
    position: absolute;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.5) url(../images/down-arrow.png) center center no-repeat;
    opacity: .5;
    cursor: pointer;
    width: 26px;
    height: 26px;
    top: 9px;
    left: 0;
    transition: .3s;
  }
  .volacci-menu ul.menu li.leaf a.down-arrow:active {
    opacity: 1;
  }
  .volacci-menu ul.menu li.leaf a.down-arrow.expanded {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
  }
  .volacci-menu ul.menu li.leaf a.down-arrow.expanded:hover {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
  }
  .volacci-menu ul.menu ul.menu-child {
    position: static;
    display: none;
    padding: 8px;
    margin: 0;
    background: rgba(0, 0, 0, 0.75);
    border: 0 none;
  }
  .volacci-menu ul.menu ul.menu-child a {
    padding: .5em;
    margin: 0;
  }
  .volacci-menu ul.menu ul.menu-child.visible {
    display: block !important;
  }
}
@media (min-width: 981px) {
  #volacci-menu-top {
    display: none;
  }

  #block-volacci-menu-menu .volacci-menu {
    position: relative;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    background: url(../images/menu2bg-dark.png) repeat-x;
    padding: 0 25px;
    margin-left: -25px;
    width: 100%;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu {
    position: relative;
    z-index: 400;
    text-align: left;
    padding: 0;
    border-bottom: 0 none;
    border-top: 0 none;
    height: 29px;
    margin: 0;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu li.leaf {
    list-style-image: none;
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    padding: 0;
    margin: 0;
    border-right: 0 none;
    text-transform: uppercase;
    line-height: 13px;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu li.leaf.last {
    border-right: 0px none;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu li.leaf a {
    border-radius: 0;
    color: #111;
    background: transparent;
    display: inline-block;
    position: relative;
    height: 29px;
    line-height: 31px;
    overflow: hidden;
    padding: 0 12px;
    margin: 0;
    text-decoration: none;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu li.leaf a:hover {
    background: url(../images/menu2lnk-dark.png) 0 -29px repeat-x;
    text-decoration: none;
    color: #f8f8f8;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu li.leaf a.down-arrow {
    display: none !important;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu li.active a {
    background: url(../images/menu2lnk-dark.png) 0 0 repeat-x;
    border-bottom: 0 none;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu li.active a:hover {
    background: url(../images/menu2lnk-dark.png) 0 0 repeat-x;
    border-bottom: 0 none;
    color: #333;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu li.active ul li a {
    background: transparent;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu li.active ul li a:hover {
    background: url(../images/menu2lnk-dark.png) 0 -29px repeat-x;
    color: #f8f8f8;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu li.menu-parent {
    position: relative;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu ul.menu-child {
    position: absolute;
    display: none;
    margin-top: -2px;
    padding: .5em;
    background: rgba(220, 220, 220, 0.9);
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-top: 0 none;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu ul.menu-child li {
    display: block;
    float: none;
    clear: both;
    width: 220px;
  }
  #block-volacci-menu-menu .volacci-menu ul.menu ul.menu-child li a {
    display: block;
  }
}
.node .field--type-image, .node .tv {
  width: 100%;
  margin: 25px 0;
  text-align: center;
}
.node .field--name-body:after {
  font-size: 0;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.node ul {
  overflow: hidden;
}

@media (min-width: 600px) {
  .node .wrapper-left {
    float: left;
    padding-top: 1em;
    width: 40%;
    margin: 0 25px 25px 0;
  }
  .node .field--type-image, .node .tv {
    padding: 10px;
  }
}
.postscript .content {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.postscript ul.menu {
  border: 0 none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.postscript ul.menu li.leaf {
  font-size: 14px;
  font-size: 0.875rem;
  border-right: 1px solid #aaa;
  display: inline;
  padding-right: 12px;
  padding-top: 0;
}
.postscript ul.menu li.last {
  border-right: 0 none;
}
.postscript ul.menu li a {
  color: #444;
  text-decoration: underline;
}

.front h3#front-page-blog-block-header {
  text-align: center;
}
.front .fp-slide .left {
  text-align: center;
}
@media (min-width: 600px) {
  .front .fp-slide .left {
    width: 50%;
    float: left;
  }
}
.front .fp-slide .right {
  text-align: center;
}
@media (min-width: 600px) {
  .front .fp-slide .right {
    width: 50%;
    float: right;
  }
}
.front .fp-slide .text {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 600px) {
  .front .fp-slide .text {
    display: block;
    margin-top: 2em;
    line-height: 1.2em;
  }
}

@media (min-width: 600px) {
  .page-node-1451 article .field--name-body {
    width: 48%;
    float: left;
  }
  .page-node-1451 article .webform-client-form {
    position: relative;
    width: 48%;
    float: right;
  }
  .page-node-1451 article .webform-client-form input.form-text {
    width: 100%;
  }
}
.page-node-868 .field-item:after {
  font-size: 0;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.page-node-868 .bleft h2 {
  margin-bottom: 10px;
  background: url("../images/vl-sm.png") no-repeat scroll 0 0 transparent;
  padding-left: 60px;
}
.page-node-868 .bleft h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
.page-node-868 .bleft p {
  margin-bottom: 10px;
}

@media (min-width: 981px) {
  .bleft {
    width: 30%;
    float: left;
    margin-right: 3%;
  }
}
.page-resources ul.inline {
  padding: 0;
}
.page-resources ul.inline li {
  padding: 0 0.5em;
  border-right: 1px solid #bbb;
  font-weight: 500;
}
.page-resources ul.inline li:first-of-type {
  padding-left: 0;
}
.page-resources ul.inline li.last {
  border-right: 0 none;
}

.page-user.not-logged-in .tabs--primary {
  display: none;
}
.page-user.not-logged-in .l-header {
  height: 0;
}
.page-user.not-logged-in #userdefs-panel,
.page-user.not-logged-in .l-region--navigation,
.page-user.not-logged-in .breadcrumb,
.page-user.not-logged-in #volacci-menu-top,
.page-user.not-logged-in .policies,
.page-user.not-logged-in .postscript,
.page-user.not-logged-in #block-block-7 a {
  display: none;
}
.page-user.not-logged-in .l-branding {
  padding-top: 2em;
  text-align: center;
}
.page-user.not-logged-in .l-branding #block-block-1 {
  left: -15px;
  position: relative;
  top: -20px;
  padding-left: 0;
  color: black;
  font-weight: bold;
}
@media (min-width: 600px) {
  .page-user.not-logged-in .l-branding .site-logo img {
    left: 0;
  }
  .page-user.not-logged-in .l-branding #block-block-1 {
    left: 0;
  }
}
@media (min-width: 0px) and (max-width: 980px) {
  .page-user.not-logged-in .l-branding .site-logo img {
    left: 0;
    top: 0;
    padding-top: 0;
  }
  .page-user.not-logged-in .l-branding #block-block-1 {
    left: 0;
  }
}
.page-user.not-logged-in .l-main {
  padding: 165px 0 100px 0;
  background: #d3d5d4;
  background-size: cover;
}
.page-user.not-logged-in .l-main.img-helping_hand_jpg, .page-user.not-logged-in .l-main.img-bridge_jpg {
  background-position: center center !important;
  background-size: cover !important;
}
.page-user.not-logged-in .l-main .l-content {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.85);
  margin: 0 auto 2em auto;
  max-width: 400px;
  padding: 1em;
  text-align: center;
  box-shadow: 0 2px 10px black;
}
@media (min-width: 0px) and (max-width: 980px) {
  .page-user.not-logged-in .l-main .l-content {
    max-width: 90%;
  }
}
@media (min-width: 600px) {
  .page-user.not-logged-in .l-main .l-content {
    max-width: 400px;
  }
}
.page-user.not-logged-in .l-main .l-content h1 {
  text-shadow: 0 1px 0 white;
  margin: 0 0 1em 0;
  font-size: 24px;
  text-align: center;
}
.page-user.not-logged-in .l-main .l-content h3 {
  text-shadow: 0 1px 0 white;
  text-align: center;
  margin: 0 2em 1em 2em;
}
.page-user.not-logged-in .l-main .l-content .user-login br {
  display: none;
}
.page-user.not-logged-in .l-main .l-content input.form-text {
  border: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 6px 10px;
  max-width: 100%;
}
.page-user.not-logged-in .l-main .l-content input.form-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.page-user.not-logged-in .l-main .l-content .janrainHeader {
  display: none;
  background: none !important;
}
.page-user.not-logged-in .l-main .l-content .janrainContent {
  background: none !important;
  border: none !important;
  margin: 0 auto !important;
  width: 185px !important;
}
.page-user.not-logged-in .l-main .l-content .janrainContent ul.providers li {
  width: 42px !important;
  height: 42px !important;
}
.page-user.not-logged-in .l-main .l-content .janrainContent ul.providers li a {
  width: 42px;
  height: 42px;
  margin: 0;
}
.page-user.not-logged-in .l-main .l-content .janrainContent ul.providers li a.janrain-provider-icon-facebook {
  background-image: url(http://cdn.quilt.janrain.com/2.2.14/icons/janrain-providers/48/facebook.png);
}
.page-user.not-logged-in .l-main .l-content .janrainContent ul.providers li a.janrain-provider-icon-linkedin {
  background-image: url(http://cdn.quilt.janrain.com/2.2.14/icons/janrain-providers/48/linkedin.png);
}
.page-user.not-logged-in .l-main .l-content .janrainContent ul.providers li a.janrain-provider-icon-disqus {
  background-image: url(http://cdn.quilt.janrain.com/2.2.14/icons/janrain-providers/48/disqus.png);
}
.page-user.not-logged-in .l-main .l-content .janrainContent ul.providers li a.janrain-provider-icon-salesforce {
  background-image: url(http://cdn.quilt.janrain.com/2.2.14/icons/janrain-providers/48/salesforce.png);
}
.page-user.not-logged-in .l-main .l-content .janrainContent ul.providers li:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.page-user.not-logged-in .l-main .l-content #janrainAuthReturnExperience {
  width: 185px !important;
}

.view-company-news span.field-content.button a {
  display: inline-block;
  margin: 1em 0;
}

table.views-view-grid {
  position: relative;
  width: 100%;
  float: none;
  clear: both;
  overflow: hidden;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table.views-view-grid tr {
  display: block;
  margin-bottom: 2em;
  float: none;
  clear: both;
  overflow: hidden;
}
table.views-view-grid tr td {
  vertical-align: top;
  clear: none;
  margin-top: 50px;
}
@media (min-width: 600px) {
  table.views-view-grid td {
    text-align: center;
    margin-top: 0;
  }
  table.views-view-grid.cols-1 td {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
  }
  table.views-view-grid.cols-2 td {
    display: block;
    float: left;
    width: 47%;
    margin: 0 2.9% 1em 0;
    padding: 0;
  }
  table.views-view-grid.cols-3 td {
    display: block;
    float: left;
    width: 30%;
    margin: 0 2.9% 1em 0;
    padding: 0;
  }
  table.views-view-grid.cols-4 td {
    display: block;
    float: left;
    width: 22%;
    margin: 0 2.9% 1em 0;
    padding: 0;
  }
  table.views-view-grid.cols-5 td {
    display: block;
    float: left;
    width: 17%;
    margin: 0 2.9% 1em 0;
    padding: 0;
  }
}

#resource-navigation {
  margin-bottom: .5em;
}

.view-resources {
  position: relative;
  padding: 0 2em 1em 2em;
}
.view-resources h3 {
  font-size: 32px;
  text-align: center;
  background: url(../images/resources-separator.png) center center no-repeat;
  font-weight: normal;
}
.view-resources table,
.view-resources table tr,
.view-resources table td {
  border: 0 none;
  background: transparent;
}
.view-resources table {
  display: block;
  width: 100%;
  position: relative;
  float: none;
  clear: both;
  margin: 0 0 2em 0;
}
.view-resources td {
  display: block;
  float: none;
  padding: 0;
  max-width: 100%;
  margin-right: 0;
}
.view-resources td.col-4 {
  margin-right: 0%;
}
.view-resources .views-field-field-listing-image {
  height: 160px;
  margin-bottom: 1em;
  text-align: center;
}
.view-resources h4 {
  text-align: center;
}
.view-resources img {
  max-width: 160px;
  max-height: 160px;
  height: auto;
}
.view-resources .view-header {
  margin: 0 0 25px 0;
}
.view-resources .field-content {
  color: #666;
}

.view-seo-blog ul.pager {
  display: none;
}

.view-team-quotes {
  padding: 20px 40px 10px 40px;
  border-radius: 10px;
}
.view-team-quotes:after {
  font-size: 0;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.view-team-quotes .views-row {
  margin-bottom: 0;
}
.view-team-quotes .views-row:after {
  font-size: 0;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.view-team-quotes .views-field-nothing {
  margin: 0;
  font-size: 16px;
}
.view-team-quotes .views-field-nothing .nwraper {
  margin-right: 0px;
}
.view-team-quotes .views-field-nothing .ncloud-wraper {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0 0 10px 0;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.view-team-quotes .views-field-nothing .quotes-start {
  background: transparent url(../images/quote-end-bot.png) no-repeat 0 0;
  height: 26px;
  position: absolute;
  right: 80px;
  bottom: -26px;
  width: 26px;
}
.view-team-quotes .views-field-nothing h5 {
  float: right;
  margin-top: 0;
  padding: 5px 0px 0 10px;
}
.view-team-quotes .views-field-nothing p {
  margin: 0;
}
.view-team-quotes .views-field-nothing h4 {
  color: #0062A0;
  font-weight: normal;
  margin: 0;
  text-align: right;
  padding-top: 20px;
}
.view-team-quotes .views-field-nothing h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-align: right;
}
.view-team-quotes .views-field-nothing h3 a {
  color: #333333;
  text-decoration: none;
}

@media (min-width: 981px) {
  .view-team-quotes .view-footer {
    margin-top: -4em;
  }
}
#webform-client-form-5 {
  margin: 0 auto 30px;
  display: block;
  position: relative;
}
#webform-client-form-5 div {
  position: relative;
}
#webform-client-form-5 input,
#webform-client-form-5 textarea {
  max-width: 100%;
}
#webform-client-form-5 .webform-component-textarea textarea {
  height: 214px;
}
#webform-client-form-5 fieldset {
  padding: 0;
}
#webform-client-form-5 .tooltip {
  top: auto;
  left: auto;
  position: relative;
  float: left;
}
#webform-client-form-5 .webform-component--newsletter {
  float: left;
  margin: -5px 0 0 10px;
}
@media (min-width: 600px) {
  #webform-client-form-5 .webform-component--leftpart {
    float: left;
    width: 48%;
    min-width: inherit;
  }
  #webform-client-form-5 .webform-component--question {
    float: right;
    width: 48%;
  }
  #webform-client-form-5 .contact-form-bottom {
    clear: both;
  }
  #webform-client-form-5 .contact-form-bottom .left {
    float: left;
    width: 50%;
  }
  #webform-client-form-5 .contact-form-bottom .right {
    float: right;
  }
}

@media (min-width: 600px) {
  .contact-iframe {
    float: left;
    width: 48%;
    padding: 10px 1%;
  }

  .contact-social-info {
    float: left;
    width: 48%;
    padding: 0 1%;
  }
}
form.maForm,
.webform-client-form {
  background: #38c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3388cc), color-stop(1, #2266aa));
  background: -moz-linear-gradient(top center, #3388cc 0%, #2266aa 100%);
  padding: 10px !important;
  border-radius: 10px;
  margin-bottom: 1em;
  color: #eee;
}
form.maForm button, form.maForm #edit-submit, form.maForm #edit-draft,
.webform-client-form button,
.webform-client-form #edit-submit,
.webform-client-form #edit-draft {
  display: block !important;
  margin: 0 auto !important;
}
form.maForm .description,
.webform-client-form .description {
  color: white !important;
}
form.maForm #edit-draft,
.webform-client-form #edit-draft {
  margin-bottom: 16px !important;
}
form.maForm .webform-component-textfield input,
form.maForm .webform-component-textfield textarea,
form.maForm .webform-component-email input,
form.maForm .webform-component-email textarea,
form.maForm .webform-component-textarea input,
form.maForm .webform-component-textarea textarea,
.webform-client-form .webform-component-textfield input,
.webform-client-form .webform-component-textfield textarea,
.webform-client-form .webform-component-email input,
.webform-client-form .webform-component-email textarea,
.webform-client-form .webform-component-textarea input,
.webform-client-form .webform-component-textarea textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%;
  padding: 2px 3px;
  color: #111;
}
form.maForm .webform-component-textfield label,
form.maForm .webform-component-email label,
form.maForm .webform-component-textarea label,
.webform-client-form .webform-component-textfield label,
.webform-client-form .webform-component-email label,
.webform-client-form .webform-component-textarea label {
  color: #26a;
}
.webform-client-form-1412 .webform-component-textfield label,
.webform-client-form-1412 .webform-component-email label,
.webform-client-form-1412 .webform-component-textarea label,
.webform-client-form-1412 .webform-component-select label {
  color: #FFFFFF;
}
.webform-client-form-1412 .webform-component-select select {
  color: #555555;
}
form.maForm .webform-component-fieldset,
.webform-client-form .webform-component-fieldset {
  border: none;
  padding: 1em 0;
}
form.maForm .tooltip,
.webform-client-form .tooltip {
  display: block;
  position: absolute;
  left: 10px;
  top: 14px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 16px;
  background: white;
  background: rgba(255, 255, 255, 0.9);
}
form.maForm .tooltip:hover,
.webform-client-form .tooltip:hover {
  background: white;
}
form.maForm .tooltip span,
.webform-client-form .tooltip span {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.compact-form-label {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 0px) and (max-width: 600px) {
  form.maForm .webform-component-textfield input,
  form.maForm .webform-component-email input,
  .webform-client-form .webform-component-textfield input,
  .webform-client-form .webform-component-email input {
    width: 100% !important;
  }
  form.maForm .webform-component-textfield input:after,
  form.maForm .webform-component-email input:after,
  .webform-client-form .webform-component-textfield input:after,
  .webform-client-form .webform-component-email input:after {
    font-size: 0;
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
/* newsletter */
#webform-client-form-1020 {
  margin-top: 12.5px;
}
#webform-client-form-1020:after {
  font-size: 0;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#webform-client-form-1020 h3 {
  margin-left: 25px;
  margin-top: 0;
  text-align: left;
}
#webform-client-form-1020 #webform-component-more-info .webform-client-form {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #CCCCCC;
  -webkit-box-shadow: 0px 1px 2px 0px #555555;
  box-shadow: 0px 1px 2px 0px #555555;
  margin: 0 auto;
  width: 90%;
  position: relative;
  float: none;
}
#webform-client-form-1020 #webform-component-more-info .webform-client-form:after {
  font-size: 0;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#webform-client-form-1020 #webform-component-more-info a.tooltip {
  float: left;
}
#webform-client-form-1020 #webform-component-more-info a.tooltip:hover span {
  left: 0px;
}
#webform-client-form-1020 #webform-component-privacy {
  bottom: 6px;
  float: right;
  position: absolute;
  right: 10px;
}
#webform-client-form-1020 p,
#webform-client-form-1020 .tooltip {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
#webform-client-form-1020 .form-actions input {
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 8px;
  background: #e03838;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e03838), color-stop(1, #ee4444));
  background: -moz-linear-gradient(top center, #e03838 0%, #ee4444 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #fff;
  font: bold 18px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 7px 10px 4px;
  text-shadow: #400 0 1px 1px;
  width: auto;
  white-space: nowrap;
  text-decoration: none;
  *padding-top: 2px;
  /* IE7 */
  *padding-bottom: 0px;
  /* IE7 */
}
#webform-client-form-1020 .form-actions input:hover {
  color: #e03838 !important;
  text-shadow: none;
  background: white;
  text-decoration: none;
}

@media (min-width: 600px) {
  #webform-client-form-1020 .webform-component-textfield,
  #webform-client-form-1020 .webform-component-email {
    display: block;
    float: left;
    width: 26%;
    margin-right: 1%;
  }
  #webform-client-form-1020 .form-actions {
    width: 15%;
    float: left;
    margin-top: 0;
  }
  #webform-client-form-1020 .form-actions input {
    -webkit-appearance: none;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-radius: 8px;
    background: #e03838;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e03838), color-stop(1, #ee4444));
    background: -moz-linear-gradient(top center, #e03838 0%, #ee4444 100%);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #fff;
    font: bold 18px/1.2 Arial, sans-serif;
    outline: 0;
    overflow: visible;
    padding: 7px 10px 4px;
    text-shadow: #400 0 1px 1px;
    width: auto;
    white-space: nowrap;
    text-decoration: none;
    *padding-top: 2px;
    /* IE7 */
    *padding-bottom: 0px;
    /* IE7 */
  }
  #webform-client-form-1020 .form-actions input:hover {
    color: #e03838 !important;
    text-shadow: none;
    background: white;
    text-decoration: none;
  }
}
