table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #fff;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #96b66e;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #7da051;
}
.label-info {
  background-color: #71c4d2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #4ab4c6;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.single-post #content {
  padding: 2em 0;
}
.single-post .post-title {
  border-top: 1px solid #8cc9d6;
  border-left: 1px solid #8cc9d6;
  border-right: 1px solid #8cc9d6;
  font-size: 38px;
  font-weight: 300;
  color: #333!important;
  background: url('../img/front-page/front-callout-bg.jpg') no-repeat bottom left transparent;
  padding: 1.1em 2.3em;
  margin-top: 0;
  margin-bottom: 0!important;
  text-transform: capitalize!important;
  border-bottom: 5px solid #71c4d2;
      line-height: 1.3em
}
.single-post .meta {
  position: relative;
}
.single-post .meta .share-print {
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 40;
  width: 150px;
}
.single-post .meta .share-print .print-button {
  margin-right: 5px;
}
.single-post .meta .share-print .print-button,
.single-post .meta .share-print .share-btn {
  float: left;
}
.single-post .meta .entypo-export {
  background: #d9534f;
  border: 1px solid #c9302c;
  color: #FFF;
  border-radius: 0!important;
  padding: 8px;
}
.single-post #main {
  padding: 0;
}
.single-post #main .post-content {
  max-width: 550px;
  margin: 0 auto;
}
.single-post #main .post-content img {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.single-post #main .post-content h2 {
  color: #00A2BD;
  font-weight: 500;
  font-size: 2em;
  text-transform: capitalize;
  margin-bottom: 1em;
}
.single-post #main .post-content h2,
.single-post #main .post-content h3,
.single-post #main .post-content h4 {
  margin-top: 1.3em;
  line-height: 1.3em;
}
.single-post #main .post-content h3 {
	font-size: 1.6em;
    font-weight: 500;
    color: #00A2BD!important;
}
.single-post #main .post-content p {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  padding: 0.5em 0 0.6em 0;
}
.post-content a {
  color: #41b7d0!important;
  text-decoration: none;
  word-wrap: break-word;
  border-bottom: .12em solid #41b7d8;
}
.post-content a:hover,
.post-content a:focus {
  color: #0085aa!important;
  text-decoration: none;
  border-bottom: .12em solid #0085aa;

}
.single-post #main .post-content
.single-post #main .post-content p.small {
  font-size: 13px;
  font-style: italic;
}
.single-post #main .post-content ul {
  font-weight: 500;
  margin: 1em auto!important;
  padding-left: 2em;
  color: #555555;
}
.single-post #main .post-content ul li {
  margin-bottom: 0.9em;
  font-family: "ff-tisa-web-pro",serif;
  font-size: 1.25em;
}
.single-post #main .post-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  border: 1px solid #dddddd;
}
.single-post #main .post-content table > thead > tr > th,
.single-post #main .post-content table > tbody > tr > th,
.single-post #main .post-content table > tfoot > tr > th,
.single-post #main .post-content table > thead > tr > td,
.single-post #main .post-content table > tbody > tr > td,
.single-post #main .post-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.single-post #main .post-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.single-post #main .post-content table > caption + thead > tr:first-child > th,
.single-post #main .post-content table > colgroup + thead > tr:first-child > th,
.single-post #main .post-content table > thead:first-child > tr:first-child > th,
.single-post #main .post-content table > caption + thead > tr:first-child > td,
.single-post #main .post-content table > colgroup + thead > tr:first-child > td,
.single-post #main .post-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.single-post #main .post-content table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.single-post #main .post-content table .table {
  background-color: #ffffff;
}
.single-post #main .post-content table > thead > tr > th,
.single-post #main .post-content table > tbody > tr > th,
.single-post #main .post-content table > tfoot > tr > th,
.single-post #main .post-content table > thead > tr > td,
.single-post #main .post-content table > tbody > tr > td,
.single-post #main .post-content table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.single-post #main .post-content table > thead > tr > th,
.single-post #main .post-content table > thead > tr > td {
  border-bottom-width: 2px;
}
.single-post #main .post-content table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.single-post #main .post-content table tr,
.single-post #main .post-content table td,
.single-post #main .post-content table p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px!important;
}
.single-post #main .article-footer {
  background: #cce9ee;
  border: 1px solid #8cc9d6;
  padding: 2em;
}
.single-post #main .article-footer .tags {
  max-width: 500px;
  margin: 0 auto 0.3em;
}
.single-post #main .article-footer .tags-title {
  font-size: 0.75em;
}
.single-post #main .article-footer a[rel="tag"] {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #71c4d2;
}
a.single-post #main .article-footer a[rel="tag"]:hover,
a.single-post #main .article-footer a[rel="tag"]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.single-post #main .article-footer a[rel="tag"]:empty {
  display: none;
}
.btn .single-post #main .article-footer a[rel="tag"] {
  position: relative;
  top: -1px;
}
.single-post #main .article-footer a[rel="tag"][href]:hover,
.single-post #main .article-footer a[rel="tag"][href]:focus {
  background-color: #4ab4c6;
}
.related-posts {
  background: url('../img/front-page/front-callout-bg.jpg') no-repeat top right transparent;
  border-left: 1px solid #8cc9d6;
  border-right: 1px solid #8cc9d6;
  padding: 1em 2em;
  border-top: 5px solid #71c4d2;
}
.related-posts h3,
.related-posts ul {
  max-width: 500px;
  margin: 1em auto;
}
.related-posts h3 {
  font-size: 1.2em;
  color: #71c4d2;
}
.related-posts ul {
  padding-left: 0;
  list-style: none;
}
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
@media (max-width: 480px) {
  .single-post #content {
    padding: 0;
  }
  .single-post #inner-content {
    padding: 0;
  }
  .single-post .post-title {
    font-size: 1.5em;
    padding: 1em 1em;
  }
  .single-post #main .post-content {
    padding: 0 1.5em;
  }
  .single-post #main .post-content h2 {
    font-size: 1.7em;
    line-height: 1.7em!important;
  }
  .single-post #main .post-content p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.page-template #content,
body.page #content,
.error404 #content {
  padding: 0!important;
}
.page-template .post-title,
body.page .post-title,
.error404 .post-title {
  border-top: 1px solid #8cc9d6;
  border-left: 1px solid #8cc9d6;
  border-right: 1px solid #8cc9d6;
  font-size: 38px;
  font-weight: 300!important;
  color: #333!important;
  background: url('../img/front-page/front-callout-bg.jpg') no-repeat bottom left transparent;
  padding: 1em 1em;
  margin-top: 0;
  margin-bottom: 0!important;
  text-transform: capitalize!important;
  border-bottom: 5px solid #71c4d2;
  line-height: 1.3em;
}
.page-template .meta,
body.page .meta,
.error404 .meta {
  position: relative;
}
.page-template .meta .share-print,
body.page .meta .share-print,
.error404 .meta .share-print {
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 40;
  width: 50px;
}
.page-template .meta .share-print .print-button,
body.page .meta .share-print .print-button,
.error404 .meta .share-print .print-button {
  margin-right: 5px;
}
.page-template .meta .share-print .print-button,
body.page .meta .share-print .print-button,
.error404 .meta .share-print .print-button,
.page-template .meta .share-print .share-btn,
body.page .meta .share-print .share-btn,
.error404 .meta .share-print .share-btn {
  float: left;
}
.page-template #main,
body.page #main,
.error404 #main {
  padding: 0 0 3em!important;
}
.page-template #main .post-content,
body.page #main .post-content,
.error404 #main .post-content {
  max-width: 550px;
  margin: 0 auto;
}
.page-template #main .post-content img,
body.page #main .post-content img,
.error404 #main .post-content img {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.page-template #main .post-content h2,
body.page #main .post-content h2,
.error404 #main .post-content h2 {
  color: #00A2BD;
  font-weight: 600!important;
  font-size: 1.8em;
  text-transform: capitalize;
  margin-bottom: 1em;
  line-height: 1.4em!important;
  margin-bottom: .7em!important
}
.page-template #main .post-content h2,
body.page #main .post-content h2,
.error404 #main .post-content h2,
.page-template #main .post-content h3,
body.page #main .post-content h3,
.error404 #main .post-content h3,
.page-template #main .post-content h4,
body.page #main .post-content h4,
.error404 #main .post-content h4 {
  margin-top: 1.3em;
  line-height: 1.5em;
}
.page-template #main .post-content p,
body.page #main .post-content p,
.error404 #main .post-content p {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  padding: 0.5em 0 0.6em 0;
}
.page-template #main .post-content p.small,
body.page #main .post-content p.small,
.error404 #main .post-content p.small {
  font-size: 1.1em;
  font-style: italic;
}
.page-template #main .post-content ul,
body.page #main .post-content ul,
.error404 #main .post-content ul {
  margin: 1em auto!important;
  padding-left: 2em;
  color: #555555;
}
.page-template #main .post-content table,
body.page #main .post-content table,
.error404 #main .post-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  border: 1px solid #dddddd;
}
.page-template #main .post-content table > thead > tr > th,
body.page #main .post-content table > thead > tr > th,
.error404 #main .post-content table > thead > tr > th,
.page-template #main .post-content table > tbody > tr > th,
body.page #main .post-content table > tbody > tr > th,
.error404 #main .post-content table > tbody > tr > th,
.page-template #main .post-content table > tfoot > tr > th,
body.page #main .post-content table > tfoot > tr > th,
.error404 #main .post-content table > tfoot > tr > th,
.page-template #main .post-content table > thead > tr > td,
body.page #main .post-content table > thead > tr > td,
.error404 #main .post-content table > thead > tr > td,
.page-template #main .post-content table > tbody > tr > td,
body.page #main .post-content table > tbody > tr > td,
.error404 #main .post-content table > tbody > tr > td,
.page-template #main .post-content table > tfoot > tr > td,
body.page #main .post-content table > tfoot > tr > td,
.error404 #main .post-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.page-template #main .post-content table > thead > tr > th,
body.page #main .post-content table > thead > tr > th,
.error404 #main .post-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.page-template #main .post-content table > caption + thead > tr:first-child > th,
body.page #main .post-content table > caption + thead > tr:first-child > th,
.error404 #main .post-content table > caption + thead > tr:first-child > th,
.page-template #main .post-content table > colgroup + thead > tr:first-child > th,
body.page #main .post-content table > colgroup + thead > tr:first-child > th,
.error404 #main .post-content table > colgroup + thead > tr:first-child > th,
.page-template #main .post-content table > thead:first-child > tr:first-child > th,
body.page #main .post-content table > thead:first-child > tr:first-child > th,
.error404 #main .post-content table > thead:first-child > tr:first-child > th,
.page-template #main .post-content table > caption + thead > tr:first-child > td,
body.page #main .post-content table > caption + thead > tr:first-child > td,
.error404 #main .post-content table > caption + thead > tr:first-child > td,
.page-template #main .post-content table > colgroup + thead > tr:first-child > td,
body.page #main .post-content table > colgroup + thead > tr:first-child > td,
.error404 #main .post-content table > colgroup + thead > tr:first-child > td,
.page-template #main .post-content table > thead:first-child > tr:first-child > td,
body.page #main .post-content table > thead:first-child > tr:first-child > td,
.error404 #main .post-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.page-template #main .post-content table > tbody + tbody,
body.page #main .post-content table > tbody + tbody,
.error404 #main .post-content table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.page-template #main .post-content table .table,
body.page #main .post-content table .table,
.error404 #main .post-content table .table {
  background-color: #ffffff;
}
.page-template #main .post-content table > thead > tr > th,
body.page #main .post-content table > thead > tr > th,
.error404 #main .post-content table > thead > tr > th,
.page-template #main .post-content table > tbody > tr > th,
body.page #main .post-content table > tbody > tr > th,
.error404 #main .post-content table > tbody > tr > th,
.page-template #main .post-content table > tfoot > tr > th,
body.page #main .post-content table > tfoot > tr > th,
.error404 #main .post-content table > tfoot > tr > th,
.page-template #main .post-content table > thead > tr > td,
body.page #main .post-content table > thead > tr > td,
.error404 #main .post-content table > thead > tr > td,
.page-template #main .post-content table > tbody > tr > td,
body.page #main .post-content table > tbody > tr > td,
.error404 #main .post-content table > tbody > tr > td,
.page-template #main .post-content table > tfoot > tr > td,
body.page #main .post-content table > tfoot > tr > td,
.error404 #main .post-content table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.page-template #main .post-content table > thead > tr > th,
body.page #main .post-content table > thead > tr > th,
.error404 #main .post-content table > thead > tr > th,
.page-template #main .post-content table > thead > tr > td,
body.page #main .post-content table > thead > tr > td,
.error404 #main .post-content table > thead > tr > td {
  border-bottom-width: 2px;
}
.page-template #main .post-content table > tbody > tr:nth-child(odd),
body.page #main .post-content table > tbody > tr:nth-child(odd),
.error404 #main .post-content table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.page-template #main .post-content table tr,
body.page #main .post-content table tr,
.error404 #main .post-content table tr,
.page-template #main .post-content table td,
body.page #main .post-content table td,
.error404 #main .post-content table td,
.page-template #main .post-content table p,
body.page #main .post-content table p,
.error404 #main .post-content table p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px!important;
}
body.page-template-about-php #main,
body.error404 #main {
  padding-bottom: 0!important;
}
.about-chart {
  padding: 3em;
}
.about-chart .color-block {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.about-chart .list-group-item {
  color: #555555;
  font-size: 0.75em;
}
.about-chart .list-group-item strong {
  color: #333333;
}
.about-content:before,
.about-content:after {
  content: " ";
  display: table;
}
.about-content:after {
  clear: both;
}
.about-content .intro {
  background: #96b66e;
  color: #FFF;
  padding: 3em;
}
.about-content .intro .lead {
  margin: 0;
}
.about-content .about-section-container {
  padding: 3em;
}
.about-content .about-section-container:before,
.about-content .about-section-container:after {
  content: " ";
  display: table;
}
.about-content .about-section-container:after {
  clear: both;
}
.donate-section,
.sponsor-lead-quote {
  background: #71c4d2;
  color: #e5f4f7;
  padding: 3em;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
.donate-section .color-one,
.sponsor-lead-quote .color-one {
  border-bottom: 1px dotted #297481;
  color: #297481;
  font-weight: 400;
}
.donate-section strong,
.sponsor-lead-quote strong {
  color: #FFF;
  font-weight: 400;
}
.donate-section p,
.sponsor-lead-quote p {
  margin: 0;
  font-weight: 400;
}
.tax-payer-id,
.sponsor-website {
  background: #428bca;
  padding: 3em;
}
.tax-payer-id p,
.sponsor-website p {
  color: #e1edf7;
  font-size: 1.2em;
  font-weight: 200;
  margin: 0;
}
.tax-payer-id p strong,
.sponsor-website p strong {
  background: #985f0d;
  display: inline-block;
  padding: 4px 10px 2px;
  font-size: 0.85em;
  color: #FFF;
  text-transform: uppercase;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.tax-payer-id p a,
.sponsor-website p a {
  color: #193c5a;
}
.tax-payer-id p .url,
.sponsor-website p .url {
  background: #245682;
  padding: 2px 6px;
}
.sponsor-website {
  padding: 3em 3.5em;
  margin-bottom: 3em;
}
@media (max-width: 480px) {
  .donate-section,
  .sponsor-lead-quote,
  .tax-payer-id,
  .sponsor-website,
  .about-content .intro {
    padding: 2em;
    font-size: 1em;
  }
  .about-chart {
    padding: 1.5em;
  }
  .about-chart canvas {
    margin: 0 auto;
    display: block;
  }
  .about-chart .panel {
    position: relative;
    bottom: 30px;
  }
  .about-content .about-section-container {
    padding: 2em 1em 1em;
  }
}

/* Titles tho */
@media only screen and (max-width: 768px) and (min-width: 480px)  {
  .page-template .post-title, body.page .post-title, .error404 .post-title {
    font-size: 24px;
    padding: 1em 1em;
  }
}
/* Titles tho */
@media only screen and (max-width: 600px)  {
  .page-template .post-title, body.page .post-title, .error404 .post-title {
    font-size: 22px;
    padding: 1em 1em;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  div#nav_menu-2, div#nav_menu-4, div#nav_menu-5, .col-md-3.col-sm-6.col-xs-12 h4, {
    text-align: center;
  }
  ul.list-inline {
    text-align: center;
  } 
}
/* Titles tho */
@media only screen and (max-width: 768px)  {
  .page-template #content, body.page #content, .error404 #content {
     padding: 0!important;
     padding: 1em 1em;
  }
  div#nav_menu-2, div#nav_menu-4, div#nav_menu-5, .col-md-3.col-sm-6.col-xs-12 h4, {
  text-align: center;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  body.page #content {
    padding: 0;
  }
  body.page #inner-content {
    padding: 0;
  }
  body.page .post-title {
    font-size: 1.5em;
    padding: 1em 1em;
  }
  body.page #main .post-content {
    padding: 0 1.5em;
  }
  body.page #main .post-content h2 {
    font-size: 1.3em;
  }
  body.page #main .post-content p {
    font-size: 1.4em;
    line-height: 1.8em;
  }
  .page-template .post-title, body.page .post-title, .error404 .post-title {
    font-size: 22px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  div#nav_menu-2, div#nav_menu-4, div#nav_menu-5, .col-md-3.col-sm-6.col-xs-12 h4, {
    text-align: center;
  }
  .page-template #main .post-content h2,
  body.page #main .post-content h2,
  .error404 #main .post-content h2 {
  font-size: 1.8em;
  text-transform: capitalize;
  margin-bottom: 1em;
  line-height: 1.3em!important;
  font-weight: 600!important;
  }
}
.infographic img {
  width: 100%;
  height: auto;
}
.infographic .infographic-title {
  background: #428bca;
}
.infographic .infographic-title h4 {
  color: #FFF;
  margin: 0;
  padding: 20px;
  font-size: 18px;
}
.infographic .embedbox {
  background: #e7e7e7;
  padding: 15px 30px;
  width: 100%;
  font-family: monospace;
  font-size: 12px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
/* Kitchen sink */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
    width: 100%;
    background: #dfa03f;
    color: #fff;
    font-size: 1.3em;
    text-transform: capitalize;
    border: 1px solid #dfa03f;
    border-radius: 2px;
    height: 60px;
    padding: 0 60px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-size: 1.4em!important;
    font-weight: 600!important;
    width: 100%!important;
    font-family: Helvetica;
    letter-spacing: 1px;
}
gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #fff;
    margin-bottom: .375em!important;
    padding: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}
.nc_socialPanel .spaceManWilly {
    color: #fff!important;
}
a.btn.btn-warning.btn-block {
    color: #fff!important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    text-decoration: none;
    word-wrap: break-word;
    border-bottom: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
p.citation-date {
    text-align: right;
    font-family: monospace!important;
    font-size: .8em!important;
    font-weight: 600!important;
}
p.citation-source {
    font-size: .8em!important;
    font-family: Monospace!important;
}
p.citation-source {
    font-size: .8em!important;
    font-family: Monospace!important;
}
p.citation-url, .citation-url a{
    padding: 10px!important;
    background: #f1f1f1;
    border-radius: 4px;
    font-size: .9em!important;
    font-family: Monospace!important;
    border-bottom: 0!important;
    display: block;
}
h5.citation-heading {
    font-size: 16px!important;
    font-weight: 600!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-family: Helvetica!important;
}
.citation-heading {
    font-size: 16px!important;
    font-weight: 600!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-family: Helvetica!important;
}
span.intro-large {
    font-size: 1.1em;
    line-height: 1.35em;
    font-weight: 500;
}
p.alert {
    padding: 35px!important;
    margin-bottom: 22px!important;
    margin-top: 22px!important;
    border: 1px solid transparent;
    border-radius: 0;
}
p.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    font-family: Helvetica!important;
    font-size: 1em!important;
}
}
.nc_socialPanel a, .nc_socialPanel a:hover, .nc_socialPanel a:focus  {
    border-bottom: 0!important;
}
.list-alt {
    font-size: .7em;
}
a.swp_CTT.style1 .sw-click-to-tweet {
    background-color: #f15e69!important;
    border: 1px solid #dc515c!important;
}
a.style1 .sw-click-to-tweet .sw-ctt-text, a.style1 .sw-click-to-tweet .sw-ctt-btn {
    color: #fff!important;
}
a.style1 .sw-click-to-tweet i.sw-twitter {
    display: none!important;
}
a.style1:hover .sw-click-to-tweet .sw-ctt-text {
	color: #ffeaec!important;
}
.sw-click-to-tweet {
    padding: 25px 20px 20px!important;
}
.sw-click-to-tweet .sw-ctt-btn {
    margin: 25px 10px 2px!important;
}
a .sw-click-to-tweet .sw-ctt-text {
    font-size: 28px!important;;
}
.sw-pinit .sw-pinit-overlay a {
	color:#fff!important;
}
.container .g-3 {
	margin-left: 1%!important;
}
.nc_socialPanel .nc_tweetContainer a.nc_tweet, .nc_socialPanel .totes .swp_count {
	border:0!important;
}