@charset "UTF-8";
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 48em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 48.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #14b3e4;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  a:hover, a:focus {
    color: #14b3e4; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.09375rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  line-height: 1.5;
  font-weight: normal; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 1.5rem;
  font-family: "Roboto Slab";
  color: #222222; }

h2 {
  font-size: 0.9375rem;
  font-family: "Roboto Slab";
  color: #222222; }

h3 {
  font-size: 0.8125rem;
  font-family: "Roboto Slab";
  color: #222222; }

h4 {
  font-size: 0.6875rem;
  font-family: "Roboto Slab";
  color: #222222; }

h5 {
  font-size: 1rem;
  font-family: "Roboto Slab";
  color: #222222; }

h6 {
  font-size: 1rem;
  font-family: "Roboto Slab";
  color: #222222; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #d6d6d6;
  border-width: 1px;
  border-style: solid;
  border-color: #c1c1c1;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 0.9rem;
  line-height: 2;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #777;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  position: relative;
  margin: 2.5rem 0;
  padding: 0 0 0 1.875rem; }
  blockquote:before {
    position: absolute;
    display: block;
    top: -43px;
    left: -11px;
    color: #84d4ec;
    font-family: "Roboto Slab";
    font-size: 5rem;
    font-weight: 400;
    content: '“'; }
  blockquote p {
    color: #84d4ec;
    line-height: 1.7;
    font-family: "PT Serif", serif;
    font-size: 1.375rem;
    font-style: italic;
    font-weight: bold; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
  blockquote a,
  blockquote a:visited {
    color: #84d4ec; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 48.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5; }

  h1 {
    font-size: 2.125rem; }

  h2 {
    font-size: 1.5625rem; }

  h3 {
    font-size: 1.125rem; }

  h4 {
    font-size: 1rem; }

  h5 {
    font-size: 1rem; }

  h6 {
    font-size: 1rem; } }
.page-title {
  position: relative;
  margin-bottom: 4.0625rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #ababab; }
  .page-title h1 {
    color: #bebebe;
    margin-bottom: 0.3125rem;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Roboto Slab";
    font-size: 2.125rem;
    font-weight: 600; }
  .page-title .breadcrumbs {
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem; }
    .page-title .breadcrumbs a {
      display: inline-block;
      position: relative;
      color: #818181;
      padding-right: 1.25rem;
      -webkit-transition: color 0.35s ease;
      -moz-transition: color 0.35s ease;
      -ms-transition: color 0.35s ease;
      transition: color 0.35s ease; }
      .page-title .breadcrumbs a:after {
        position: absolute;
        right: 6px;
        color: #b4b4b4;
        content: "";
        font-family: "fontello"; }
      .page-title .breadcrumbs a:hover {
        color: #14b3e4; }

@media only screen and (max-width: 23.438em) {
  .page-title h1 {
    font-size: 1.25rem; }

  .author-holder .author-thumb {
    float: none; }

  .respond-comments .comments-list .comment .avatar {
    float: none; }

  .testimonial .author-thumb {
    margin-right: 0;
    text-align: center;
    float: none; }

  .tp-grid {
    margin-left: 0 !important; }
    .tp-grid li {
      width: 290px; }

  .widget.widget_recent_posts .tabs-nav li a {
    font-size: 0.75rem; }

  .event .event-details dl dt {
    float: none; }

  .dgx-donate-form-section p input[type="text"],
  .dgx-donate-form-section p select {
    width: 100%; } }
@media only screen and (max-width: 48em) {
  .responsive-nav-button {
    display: inline-block;
    vertical-align: middle; }

  #header #navigation {
    display: none; }

  #mobile-advanced {
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 9999;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.35s ease;
    -moz-transition: -moz-transform 0.35s ease;
    -ms-transition: transform 0.35s ease;
    transition: transform 0.35s ease; }
    #mobile-advanced .menu,
    #mobile-advanced .sub-menu {
      margin: 0; }
    #mobile-advanced .donate {
      display: none; }

  #wrapper.active .mobile-advanced {
    pointer-events: auto;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }

  .mobile-advanced > ul {
    padding-top: 80px;
    margin: 0; }

  .mobile-advanced li {
    display: block;
    list-style: none; }
    .mobile-advanced li span {
      display: block;
      padding: 0.75rem 1.5625rem;
      text-transform: uppercase;
      line-height: 1em;
      z-index: 2;
      font-size: 0.875rem; }
    .mobile-advanced li > a {
      display: block;
      padding: 0.625rem 1.25rem;
      border-bottom: 1px solid #ccc;
      line-height: 1.15em; }

  .mobile-advanced > div > ul > li > a {
    border-bottom-width: 0;
    background-color: #14b3e4;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 1rem; }

  .mobile-advanced ul ul li > a {
    padding-left: 1.875rem; }
    .mobile-advanced ul ul li > a:before {
      position: relative;
      top: -2px;
      margin-right: 0.3125rem;
      font-size: 0.5rem;
      content: "-"; }

  .mobile-advanced ul .mega-menu ul li > a:before {
    content: "- -"; }

  .mobile-advanced ul ul ul li > a {
    padding-left: 3.4375rem; }

  .mobile-advanced ul .mega-menu ul li > a {
    padding-left: 2.1875rem; }

  #advanced-menu-hide {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    background-color: #14b3e4;
    text-align: center;
    border: 1px solid #FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    #advanced-menu-hide:after {
      color: #FFFFFF;
      content: "";
      vertical-align: middle;
      text-align: center;
      font-size: 1.3125rem;
      font-family: "fontello";
      line-height: 40px; }

  #wrapper.active #advanced-menu-hide {
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  .mobile-advanced .sub-menu a > img {
    display: block; }

  .header[class*="type-"] .header-middle .header-middle-entry .logo {
    padding: 0.4375rem 0; }
  .header[class*="type-"] .header-middle .header-middle-entry .account {
    display: inline-block !important;
    padding-right: 0; }
    .header[class*="type-"] .header-middle .header-middle-entry .account li a {
      font-size: 0;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .header[class*="type-"] .header-middle .header-middle-entry .account li a:before {
        left: 21px;
        font-size: 1.125rem; }
  .header[class*="type-"] .donate {
    bottom: -40px;
    padding: 0.5rem 2.5rem 0.5625rem 2.5rem; }

  .filter-container {
    margin-bottom: 0; }
    .filter-container .portfolio-filter li {
      margin-right: 0.625rem !important;
      margin-bottom: 1.875rem !important; }
      .filter-container .portfolio-filter li a.filter {
        padding: 0.9375rem 1.25rem !important; }

  .portfolio-items.col-4 article, .portfolio-items.col-3 article {
    width: 50%; }

  .single-nav .next,
  .single-nav .prev {
    padding: 1.25rem 0.3125rem; }

  .home-post-slider > .columns.large-8,
  .home-post-slider > .columns.large-4 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important; }
  .home-post-slider > .columns.large-8 {
    margin-bottom: 0.9375rem !important; }

  .dialog.dialog-open .dialog-inner {
    padding: 3.75rem 1.25rem 1.875rem 1.25rem; }

  .ls-container .ls-inner .ls-slide hr {
    display: none; }
  .ls-container .ls-inner .ls-slide p {
    font-size: 0.5rem; } }
@media only screen and (min-width: 64.063em) {
  .tp-grid {
    margin-left: 0 !important; } }