@import url("fontawesome-all.min.css");

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  font: ;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: outside none none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

body {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: ;
}

input::-moz-focus-inner {
  border: 0px none;
  padding: 0px;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: ;
}

body {
  background: #f0f0f0 none repeat scroll 0% 0%;
}

body.is-preload *, body.is-preload *::before, body.is-preload *::after {
  animation: 0s ease 0s normal none 1 running none !important;
transition: none 0s ease 0s   !important;
}

body, input, textarea, select {
  font-family: "Source Sans Pro";
  font-weight: 300;
  color: #777777;
  line-height: 1.65em;
  font-size: 15pt;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-transform: uppercase;
  color: #888888;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: ;
  text-decoration: none;
  border: 0px none;
}

h2 {
  font-size: 1.65em;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0px 0px 1.5em;
  line-height: 1.75em;
}

h3 {
  font-size: 1em;
  letter-spacing: 2px;
  margin: 0px 0px 1.25em;
}

a {
transition: color 0.25s ease-in-out 0s, border-bottom-color 0.25s ease-in-out 0s;
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
}

a strong {
transition: color 0.25s ease-in-out 0s, border-bottom-color 0.25s ease-in-out 0s;
}

a:hover {
  color: #ed786a;
  border-bottom-color: rgba(255, 255, 255, 0);
}

a:hover strong {
  color: #ed786a;
}

strong, b {
  font-weight: 600;
  color: #666666;
}

em, i {
  font-style: italic;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: #dddddd currentcolor currentcolor;
}

blockquote {
  border-left: 0.5em solid #dddddd;
  padding: 1em 0px 1em 2em;
  font-style: italic;
}

p {
  text-align: justify;
  margin-bottom: 2em;
}

ul, ol, dl, table, blockquote {
  margin-bottom: 2em;
}

br.clear {
  clear: both;
}

.container {
  margin: 0px auto;
  max-width: 100%;
  width: 70em;
}

@media screen and ( max-width : 1680px ) {
  .container {
    width: 68em;
  }
}

@media screen and ( max-width : 1280px ) {
  .container {
    width: calc(100% - 80px);
  }
}

@media screen and ( max-width : 980px ) {
  .container {
    width: calc(100% - 100px);
  }
}

@media screen and ( max-width : 736px ) {
  .container {
    width: calc(100% - 40px);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}

.row > * {
  box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
  margin-bottom: 0px;
}

.row.aln-left {
  justify-content: flex-start;
}

.row.aln-center {
  justify-content: center;
}

.row.aln-right {
  justify-content: flex-end;
}

.row.aln-top {
  align-items: flex-start;
}

.row.aln-middle {
  align-items: center;
}

.row.aln-bottom {
  align-items: flex-end;
}

.row > .imp {
  order: -1;
}

.row > .col-1 {
  width: 8.33333%;
}

.row > .off-1 {
  margin-left: 8.33333%;
}

.row > .col-2 {
  width: 16.6667%;
}

.row > .off-2 {
  margin-left: 16.6667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.3333%;
}

.row > .off-4 {
  margin-left: 33.3333%;
}

.row > .col-5 {
  width: 41.6667%;
}

.row > .off-5 {
  margin-left: 41.6667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.3333%;
}

.row > .off-7 {
  margin-left: 58.3333%;
}

.row > .col-8 {
  width: 66.6667%;
}

.row > .off-8 {
  margin-left: 66.6667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.3333%;
}

.row > .off-10 {
  margin-left: 83.3333%;
}

.row > .col-11 {
  width: 91.6667%;
}

.row > .off-11 {
  margin-left: 91.6667%;
}

.row > .col-12 {
  width: 100%;
}

.row > .off-12 {
  margin-left: 100%;
}

.row.gtr-0 {
  margin-top: 0px;
  margin-left: 0px;
}

.row.gtr-0 > * {
  padding: 0px;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
  padding-top: 0px;
}

.row.gtr-25 {
  margin-top: -12.5px;
  margin-left: -12.5px;
}

.row.gtr-25 > * {
  padding: 12.5px 0px 0px 12.5px;
}

.row.gtr-25.gtr-uniform {
  margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform > * {
  padding-top: 12.5px;
}

.row.gtr-50 {
  margin-top: -25px;
  margin-left: -25px;
}

.row.gtr-50 > * {
  padding: 25px 0px 0px 25px;
}

.row.gtr-50.gtr-uniform {
  margin-top: -25px;
}

.row.gtr-50.gtr-uniform > * {
  padding-top: 25px;
}

.row {
  margin-top: -50px;
  margin-left: -50px;
}

.row > * {
  padding: 50px 0px 0px 50px;
}

.row.gtr-uniform {
  margin-top: -50px;
}

.row.gtr-uniform > * {
  padding-top: 50px;
}

.row.gtr-150 {
  margin-top: -75px;
  margin-left: -75px;
}

.row.gtr-150 > * {
  padding: 75px 0px 0px 75px;
}

.row.gtr-150.gtr-uniform {
  margin-top: -75px;
}

.row.gtr-150.gtr-uniform > * {
  padding-top: 75px;
}

.row.gtr-200 {
  margin-top: -100px;
  margin-left: -100px;
}

.row.gtr-200 > * {
  padding: 100px 0px 0px 100px;
}

.row.gtr-200.gtr-uniform {
  margin-top: -100px;
}

.row.gtr-200.gtr-uniform > * {
  padding-top: 100px;
}

@media screen and ( max-width : 1680px ) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0px;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.33333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.33333%;
  }
  .row > .col-2-xlarge {
    width: 16.6667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.6667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.3333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.3333%;
  }
  .row > .col-5-xlarge {
    width: 41.6667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.6667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.3333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.3333%;
  }
  .row > .col-8-xlarge {
    width: 66.6667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.6667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.3333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.3333%;
  }
  .row > .col-11-xlarge {
    width: 91.6667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.6667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }
  .row.gtr-25 > * {
    padding: 12.5px 0px 0px 12.5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 12.5px;
  }
  .row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
  }
  .row.gtr-50 > * {
    padding: 25px 0px 0px 25px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -25px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 25px;
  }
  .row {
    margin-top: -50px;
    margin-left: -50px;
  }
  .row > * {
    padding: 50px 0px 0px 50px;
  }
  .row.gtr-uniform {
    margin-top: -50px;
  }
  .row.gtr-uniform > * {
    padding-top: 50px;
  }
  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }
  .row.gtr-150 > * {
    padding: 75px 0px 0px 75px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -75px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 75px;
  }
  .row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
  }
  .row.gtr-200 > * {
    padding: 100px 0px 0px 100px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -100px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 100px;
  }
}

@media screen and ( max-width : 1280px ) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0px;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.33333%;
  }
  .row > .off-1-large {
    margin-left: 8.33333%;
  }
  .row > .col-2-large {
    width: 16.6667%;
  }
  .row > .off-2-large {
    margin-left: 16.6667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.3333%;
  }
  .row > .off-4-large {
    margin-left: 33.3333%;
  }
  .row > .col-5-large {
    width: 41.6667%;
  }
  .row > .off-5-large {
    margin-left: 41.6667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.3333%;
  }
  .row > .off-7-large {
    margin-left: 58.3333%;
  }
  .row > .col-8-large {
    width: 66.6667%;
  }
  .row > .off-8-large {
    margin-left: 66.6667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.3333%;
  }
  .row > .off-10-large {
    margin-left: 83.3333%;
  }
  .row > .col-11-large {
    width: 91.6667%;
  }
  .row > .off-11-large {
    margin-left: 91.6667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .row.gtr-25 > * {
    padding: 10px 0px 0px 10px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -10px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 10px;
  }
  .row.gtr-50 {
    margin-top: -20px;
    margin-left: -20px;
  }
  .row.gtr-50 > * {
    padding: 20px 0px 0px 20px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -20px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 20px;
  }
  .row {
    margin-top: -40px;
    margin-left: -40px;
  }
  .row > * {
    padding: 40px 0px 0px 40px;
  }
  .row.gtr-uniform {
    margin-top: -40px;
  }
  .row.gtr-uniform > * {
    padding-top: 40px;
  }
  .row.gtr-150 {
    margin-top: -60px;
    margin-left: -60px;
  }
  .row.gtr-150 > * {
    padding: 60px 0px 0px 60px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -60px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 60px;
  }
  .row.gtr-200 {
    margin-top: -80px;
    margin-left: -80px;
  }
  .row.gtr-200 > * {
    padding: 80px 0px 0px 80px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -80px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 80px;
  }
}

@media screen and ( max-width : 980px ) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0px;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.33333%;
  }
  .row > .off-1-medium {
    margin-left: 8.33333%;
  }
  .row > .col-2-medium {
    width: 16.6667%;
  }
  .row > .off-2-medium {
    margin-left: 16.6667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.3333%;
  }
  .row > .off-4-medium {
    margin-left: 33.3333%;
  }
  .row > .col-5-medium {
    width: 41.6667%;
  }
  .row > .off-5-medium {
    margin-left: 41.6667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.3333%;
  }
  .row > .off-7-medium {
    margin-left: 58.3333%;
  }
  .row > .col-8-medium {
    width: 66.6667%;
  }
  .row > .off-8-medium {
    margin-left: 66.6667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.3333%;
  }
  .row > .off-10-medium {
    margin-left: 83.3333%;
  }
  .row > .col-11-medium {
    width: 91.6667%;
  }
  .row > .off-11-medium {
    margin-left: 91.6667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }
  .row.gtr-25 > * {
    padding: 12.5px 0px 0px 12.5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 12.5px;
  }
  .row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
  }
  .row.gtr-50 > * {
    padding: 25px 0px 0px 25px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -25px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 25px;
  }
  .row {
    margin-top: -50px;
    margin-left: -50px;
  }
  .row > * {
    padding: 50px 0px 0px 50px;
  }
  .row.gtr-uniform {
    margin-top: -50px;
  }
  .row.gtr-uniform > * {
    padding-top: 50px;
  }
  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }
  .row.gtr-150 > * {
    padding: 75px 0px 0px 75px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -75px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 75px;
  }
  .row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
  }
  .row.gtr-200 > * {
    padding: 100px 0px 0px 100px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -100px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 100px;
  }
}

@media screen and ( max-width : 736px ) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0px;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.33333%;
  }
  .row > .off-1-small {
    margin-left: 8.33333%;
  }
  .row > .col-2-small {
    width: 16.6667%;
  }
  .row > .off-2-small {
    margin-left: 16.6667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.3333%;
  }
  .row > .off-4-small {
    margin-left: 33.3333%;
  }
  .row > .col-5-small {
    width: 41.6667%;
  }
  .row > .off-5-small {
    margin-left: 41.6667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.3333%;
  }
  .row > .off-7-small {
    margin-left: 58.3333%;
  }
  .row > .col-8-small {
    width: 66.6667%;
  }
  .row > .off-8-small {
    margin-left: 66.6667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.3333%;
  }
  .row > .off-10-small {
    margin-left: 83.3333%;
  }
  .row > .col-11-small {
    width: 91.6667%;
  }
  .row > .off-11-small {
    margin-left: 91.6667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -7.5px;
    margin-left: -7.5px;
  }
  .row.gtr-25 > * {
    padding: 7.5px 0px 0px 7.5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -7.5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 7.5px;
  }
  .row.gtr-50 {
    margin-top: -15px;
    margin-left: -15px;
  }
  .row.gtr-50 > * {
    padding: 15px 0px 0px 15px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -15px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 15px;
  }
  .row {
    margin-top: -30px;
    margin-left: -30px;
  }
  .row > * {
    padding: 30px 0px 0px 30px;
  }
  .row.gtr-uniform {
    margin-top: -30px;
  }
  .row.gtr-uniform > * {
    padding-top: 30px;
  }
  .row.gtr-150 {
    margin-top: -45px;
    margin-left: -45px;
  }
  .row.gtr-150 > * {
    padding: 45px 0px 0px 45px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -45px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 45px;
  }
  .row.gtr-200 {
    margin-top: -60px;
    margin-left: -60px;
  }
  .row.gtr-200 > * {
    padding: 60px 0px 0px 60px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -60px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 60px;
  }
}

section, article {
  margin-bottom: 3em;
}

section > :last-child, article > :last-child, section:last-child, article:last-child {
  margin-bottom: 0px;
}

.image {
transition: opacity 0.25s ease-in-out 0s;
  display: inline-block;
  border: 6px solid #ebebeb !important;
}

.image:hover {
  opacity: 0.9;
}

.image img {
  display: block;
  width: 100%;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0px 0px 3.5em;
}

.image.left {
  float: left;
  margin: 0px 1.5em 1.5em 0px;
  position: relative;
  top: 0.5em;
}

.image.centered {
  display: block;
  margin: 0px 0px 2em;
}

.image.centered img {
  margin: 0px auto;
  width: auto;
}

ul {
  list-style: outside none disc;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
  margin: 0.75em 0px;
}

ul li:first-child {
  margin-top: 0px;
}

ol {
  list-style: outside none decimal;
  padding-left: 1em;
}

ol li {
  padding-left: 0.5em;
  margin: 0.75em 0px;
}

ol li:first-child {
  margin-top: 0px;
}

ul.links {
  list-style: outside none none;
  padding-left: 0px;
}

ul.links li {
  display: inline;
  border-left: 1px solid #d0d0d0;
  padding-left: 1em;
  margin: 0px 0px 0px 1em;
}

ul.links li:first-child {
  margin-left: 0px;
  padding-left: 0px;
  border-left: 0px none;
}

ul.actions {
  margin-top: 2.5em;
  clear: both;
  list-style: outside none none;
  padding-left: 0px;
}

ul.actions li {
  padding-left: 0px;
  display: inline-block;
  margin: 0px 0px 0px 1em;
}

ul.actions li:first-child {
  margin-left: 0px;
}

ul.divided {
  list-style: outside none none;
  padding-left: 0px;
}

ul.divided li {
  border-top: 2px solid #e5e5e5;
  margin: 2.5em 0px 0px;
  padding: 2.5em 0px 0px;
}

ul.divided li:first-child {
  border-top: 0px none;
  margin-top: 0px;
  padding-top: 0px;
}

ul.icons {
  list-style: outside none none;
  padding-left: 0px;
}

ul.icons > li {
  position: relative;
  padding: 2em 0px 0px 3em;
  margin: 0px;
}

ul.icons > li::before {
  position: absolute;
  left: 0px;
  top: 2.6em;
  display: block;
  font-size: 0.8em;
  background: #878787 none repeat scroll 0% 0%;
  color: #e4e4e4;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  line-height: 2em;
  text-align: center;
box-shadow: 0.125em 0.175em 0px 0px rgba(0, 0, 0, 0.125);
}

ul.icons > li:first-child {
  padding-top: 0px;
}

ul.icons > li:first-child::before {
  top: 0px;
}

form label {
  font-weight: 600;
  text-transform: uppercase;
  color: #888888;
  display: block;
  margin: 0px 0px 1em;
}

form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
transition: background-color 0.25s ease-in-out 0s;
  appearance: none;
  display: block;
  border: 0px none;
  background: #e8e8e8 none repeat scroll 0% 0%;
  width: 100%;
box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1) inset;
  border-radius: 4px;
  line-height: 1.25em;
  padding: 0.75em 1em;
}

form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus {
  background: #f0f0f0 none repeat scroll 0% 0%;
}

form textarea {
  min-height: 11em;
}

form :-moz-placeholder {
  color: #555555 !important;
}

form *::-moz-placeholder {
  color: #555555 !important;
}

form *::-moz-focus-inner {
  border: 0px none;
}

table {
  width: 100%;
}

table tbody tr {
  border-top: 1px solid #e5e5e5;
}

table tbody tr:first-child {
  border-top: 0px none;
}

table td {
  padding: 0.75em 1em;
}

table th {
  text-align: left;
  font-weight: bold;
  padding: 0.75em 1em;
}

table thead {
  background: #878787 none repeat scroll 0% 0%;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  border: 0px none;
box-shadow: 0.125em 0.175em 0px 0px rgba(0, 0, 0, 0.125);
  font-size: 0.85em;
  letter-spacing: 2px;
}

table tfoot {
  background: #f0f0f0 none repeat scroll 0% 0%;
  border-top: 2px solid #e5e5e5;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
transition: all 0.25s ease-in-out 0s;
  appearance: none;
  position: relative;
  display: inline-block;
  background: #ed786a none repeat scroll 0% 0%;
  color: white !important;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0px none;
  outline: 0px none;
box-shadow: 0.125em 0.175em 0px 0px rgba(0, 0, 0, 0.125);
  font-weight: 600;
  text-align: center;
  font-size: 0.85em;
  letter-spacing: 2px;
  padding: 0.85em 2.75em;
}

input.icon[type="button"]::before, input.icon[type="submit"]::before, input.icon[type="reset"]::before, button.icon::before, .button.icon::before {
  position: relative;
  padding-right: 0.75em;
  opacity: 0.5;
  top: 0.05em;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
  background: #fd887a none repeat scroll 0% 0%;
}

input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, button:active, .button:active {
  background: #ed786a none repeat scroll 0% 0%;
}

input.alt[type="button"], input.alt[type="submit"], input.alt[type="reset"], button.alt, .button.alt {
  background: #878787 none repeat scroll 0% 0%;
}

input.alt[type="button"]:hover, input.alt[type="submit"]:hover, input.alt[type="reset"]:hover, button.alt:hover, .button.alt:hover {
  background: #979797 none repeat scroll 0% 0%;
}

input.alt[type="button"]:active, input.alt[type="submit"]:active, input.alt[type="reset"]:active, button.alt:active, .button.alt:active {
  background: #878787 none repeat scroll 0% 0%;
}

.no-sidebar .box.post > header {
  text-align: center;
}

.box.excerpt .date {
  background: #878787 none repeat scroll 0% 0%;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0px none;
box-shadow: 0.125em 0.175em 0px 0px rgba(0, 0, 0, 0.125);
  display: inline-block;
  font-size: 0.85em;
  letter-spacing: 2px;
  padding: 0.25em 1em;
  margin: 0px 0px 2.5em;
}

.icon {
  position: relative;
  text-decoration: none;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.icon::before {
  line-height: ;
}

.icon > .label {
  display: none;
}

.icon.solid::before {
  font-weight: 900;
}

.icon.brands::before {
  font-family: "Font Awesome 5 Brands";
}

#page-wrapper > section {
  margin-bottom: 0px;
}

#header {
  position: relative;
  background: white none repeat scroll 0% 0%;
  text-align: center;
}

#header > .container {
  padding: 14em 0px 7em;
  border-bottom: 2px solid #e5e5e5;
box-shadow: 0px -8px 0px 0px white inset, 0px -10px 0px 0px #e5e5e5 inset;
}

#header h1 {
  font-family: "Arvo";
  font-weight: 700;
  color: #ed786a;
text-shadow: 0.05em 0.075em 0px rgba(0, 0, 0, 0.1);
  font-size: 3em;
  letter-spacing: 13px;
}

#header h1 a {
  border: 0px none;
}

#header p {
  text-transform: uppercase;
  font-weight: 400;
  color: #888888;
  margin: 2.5em 0px 0px;
  font-size: 0.85em;
  letter-spacing: 3px;
  text-align: center;
}

#nav {
  position: absolute;
  top: 3em;
  left: 0px;
  width: 100%;
  cursor: default;
}

#nav > ul > li {
  display: inline-block;
  padding-right: 2em;
}

#nav > ul > li:last-child {
  padding-right: 0px;
}

#nav > ul > li > a {
  border: 0px none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #777777;
  outline: 0px none;
  display: block;
}

#nav > ul > li > a::before {
  display: inline-block;
  background: #878787 none repeat scroll 0% 0%;
  color: #e4e4e4;
  width: 2.25em;
  font-size: 0.8em;
  height: 2.25em;
  border-radius: 2.25em;
  line-height: 2.1em;
  text-align: center;
box-shadow: 0.125em 0.175em 0px 0px rgba(0, 0, 0, 0.125);
  margin-right: 0.75em;
transition: color 0.25s ease-in-out 0s, background 0.25s ease-in-out 0s;
}

#nav > ul > li > a > span {
transition: color 0.25s ease-in-out 0s;
  font-size: 0.85em;
  letter-spacing: 3px;
}

#nav > ul > li > ul {
  display: none;
}

#nav > ul > li.active > a::before, #nav > ul > li:hover > a::before {
  background: #ed786a none repeat scroll 0% 0%;
  color: white;
}

#nav > ul > li.active > a > span, #nav > ul > li:hover > a > span {
  color: #ed786a;
}

.dropotron {
  text-align: left;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.965) none repeat scroll 0% 0%;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 0.75em 0px 0.5em;
  min-width: 12em;
  margin-top: calc(-0.5em + 1px);
  margin-left: -2px;
  list-style: outside none none;
}

.dropotron.level-0 {
  margin-top: 1.5em;
  margin-left: -1em;
}

.dropotron.level-0::after {
  content: "";
  display: block;
  position: absolute;
  left: 1.25em;
  top: calc(-0.75em + 1px);
  border-left: 0.75em solid rgba(255, 255, 255, 0);
  border-right: 0.75em solid rgba(255, 255, 255, 0);
  border-bottom: 0.75em solid white;
}

.dropotron.level-0::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.25em;
  top: -0.75em;
  border-left: 0.75em solid rgba(255, 255, 255, 0);
  border-right: 0.75em solid rgba(255, 255, 255, 0);
  border-bottom: 0.75em solid #cccccc;
}

.dropotron span, .dropotron a {
  display: block;
  padding: 0.3em 1em;
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: #f0f0f0 currentcolor currentcolor;
  outline: 0px none;
}

.dropotron li {
  padding-left: 0px;
  margin: 0px;
}

.dropotron li:first-child > span, .dropotron li:first-child > a {
  border-top: 0px none;
  padding-top: 0px;
}

.dropotron li:hover > span, .dropotron li:hover > a {
transition: color 0.25s ease-in-out 0s, border-bottom-color 0.25s ease-in-out 0s;
  color: #ed786a;
}

#features {
  position: relative;
  overflow: hidden;
  background: white none repeat scroll 0% 0%;
  text-align: center;
  padding: 6em 0px;
}

#features p {
  text-align: center;
}

#features ul.actions {
  margin-top: 1.25em;
}

#banner {
  overflow: hidden;
  color: white;
  text-align: center;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
box-shadow: 0px -8px 0px 0px white inset, 0px 8px 0px 0px white inset;
  position: relative;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0) url("../../images/banner.jpg") repeat scroll 0% 0% / cover;
  padding: 10em 0px;
}

#banner p {
  font-weight: 400;
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: 4px;
  text-align: center;
  margin: 0px;
}

#banner strong {
  color: ;
}

#banner > .container {
  position: relative;
}

#banner > .container::before, #banner > .container::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 141px;
  margin-top: -70px;
  background: rgba(0, 0, 0, 0) url("images/bracket.svg") repeat scroll 0% 0%;
  opacity: 0.15;
}

#banner > .container::before {
  left: 0px;
}

#banner > .container::after {
  transform: scaleX(-1);
  right: 0px;
}

#main {
  position: relative;
  overflow: hidden;
  background: white none repeat scroll 0% 0%;
  padding: 6em 0px;
}

#content > section, #content > article {
  border-top: 2px solid #e5e5e5;
box-shadow: 0px 8px 0px 0px white inset, 0px 10px 0px 0px #e5e5e5 inset;
  margin: 5em 0px 0px;
  padding: 5em 0px 0px;
}

#content > section:first-child, #content > article:first-child {
  border-top: 0px none;
box-shadow: none;
  margin: 0px;
  padding: 0px;
}

#sidebar > section, #sidebar > article {
  border-top: 2px solid #e5e5e5;
box-shadow: 0px 8px 0px 0px white inset, 0px 10px 0px 0px #e5e5e5 inset;
  margin: 5em 0px 0px;
  padding: 5em 0px 0px;
}

#sidebar > section:first-child, #sidebar > article:first-child {
  border-top: 0px none;
box-shadow: none;
  margin: 0px;
  padding: 0px;
}

#footer {
  position: relative;
  overflow: hidden;
  border-top: 2px solid #e5e5e5;
  background: #f0f0f0 none repeat scroll 0% 0%;
  padding: 6em 0px 8em;
}

#footer form input[type="text"], #footer form input[type="email"], #footer form input[type="password"], #footer form select, #footer form textarea {
  background: #f7f7f7 none repeat scroll 0% 0%;
}

#footer form input[type="text"]:focus, #footer form input[type="email"]:focus, #footer form input[type="password"]:focus, #footer form select:focus, #footer form textarea:focus {
  background: white none repeat scroll 0% 0%;
}

#footer h2 {
  text-align: center;
}

#copyright {
  border-top: 2px solid #e5e5e5;
  text-align: center;
  margin-top: 6em;
  padding-top: 4em;
}

@media screen and ( max-width : 1680px ) {
  body, input, textarea, select {
    font-size: 13pt;
  }
}

@media screen and ( max-width : 1280px ) {
  body, input, textarea, select {
    font-size: 12pt;
  }
  h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
  .image.left {
    max-width: 50%;
  }
  .image.right {
    max-width: 50%;
  }
  #header > .container {
    padding: 12em 0px 5em;
  }
  #header h1 {
    font-size: 2.5em;
  }
  #nav > ul > li {
    padding-right: 1.25em;
  }
  #features {
    padding: 4em 0px;
  }
  #banner {
    padding: 8em 0px;
  }
  #banner > .container {
    padding: 0px 4em;
  }
  #banner > .container br {
    display: none;
  }
  #main {
    padding: 4em 0px;
  }
  #footer {
    padding: 4em 0px;
  }
  #copyright {
    margin-top: 2em;
    padding-top: 2em;
  }
}

#navPanel, #titleBar {
  display: none;
}

@media screen and ( max-width : 980px ) {
  html, body {
    overflow-x: hidden;
  }
  #header > .container {
    padding: 10em 0px 7em;
  }
  #nav {
    display: none;
  }
  #page-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
transition: transform 0.5s ease 0s;
    padding-bottom: 1px;
  }
  #titleBar {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
transition: transform 0.5s ease 0s;
    display: block;
    height: 44px;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10001;
  }
  #titleBar .toggle {
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 60px;
    border: 0px none;
  }
  #titleBar .toggle::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  #titleBar .toggle::before {
    text-decoration: none;
    content: "";
    display: block;
    width: 60px;
    height: 40px;
    background: rgba(232, 232, 232, 0.9) none repeat scroll 0% 0%;
    border-radius: 4px;
    position: absolute;
    left: 5px;
    top: 5px;
box-shadow: 0.125em 0.125em 0px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #aaaaaa;
  }
  #titleBar .toggle:active::before {
    opacity: 0.5;
  }
  #navPanel {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-275px);
transition: transform 0.5s ease 0s;
    display: block;
    height: 100%;
    left: 0px;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    width: 275px;
    z-index: 10002;
    background: #444444 none repeat scroll 0% 0%;
    border-right: 2px solid #3c3c3c;
    font-weight: 400;
    text-transform: uppercase;
    color: #888888;
    letter-spacing: 2px;
    font-size: 0.85em;
  }
  #navPanel .link {
    display: block;
    color: #dddddd;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #3c3c3c currentcolor currentcolor;
    padding: 0px 1em;
  }
  #navPanel .link:first-child {
    border-top: 0px none;
  }
  #navPanel .link.depth-0 {
    font-weight: 600;
    color: white;
  }
  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }
  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }
  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }
  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }
  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }
  #navPanel .depth-0 {
    color: white;
  }
  body.navPanel-visible #page-wrapper {
    transform: translateX(275px);
  }
  body.navPanel-visible #titleBar {
    transform: translateX(275px);
  }
  body.navPanel-visible #navPanel {
    transform: translateX(0px);
  }
  #sidebar {
    padding-top: 6em;
  }
}

@media screen and ( max-width : 736px ) {
  body, input, textarea, select {
    font-size: 11pt;
  }
  h2, h3, h4, h5, h6 {
    font-size: 1.2em;
    letter-spacing: 2px;
    text-align: center;
    margin: 0px 0px 1em;
  }
  h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
  .image.featured {
    margin: 0px 0px 1.5em;
  }
  .image.left {
    max-width: 35%;
  }
  .image.right {
    max-width: 35%;
  }
  input[type="button"], input[type="submit"], input[type="reset"], button, .button {
    letter-spacing: 2px;
    display: block;
    padding: 1em 0px;
    width: 100%;
  }
  ul.actions li {
    display: block;
    margin: 1em 0px 0px;
  }
  ul.actions li:first-child {
    margin-top: 0px;
  }
  .box.excerpt header {
    text-align: center;
  }
  #header > .container {
    padding: 6em 0px 4em;
  }
  #header h1 {
    font-size: 2em;
    letter-spacing: 8px;
    line-height: 1.325em;
  }
  #header p {
    margin: 1.25em 0px 0px;
    letter-spacing: 2px;
  }
  #banner {
    padding: 5em 0px;
  }
  #banner > .container {
    padding: 0px;
  }
  #banner > .container::before, #banner > .container::after {
    display: none;
  }
  #banner p {
    font-size: 1.25em;
  }
  #features {
    padding: 2em 0px;
  }
  #features ul.actions {
    margin-top: 0px;
  }
  #main {
    padding: 2em 0px;
  }
  #content > section, #content > article {
    margin: 3em 0px 0px;
    padding: 3em 0px 0px;
  }
  #sidebar {
    padding-top: 3em;
  }
  #sidebar > section, #sidebar > article {
    margin: 3em 0px 0px;
    padding: 3em 0px 0px;
  }
  #footer {
    padding: 2em 0px;
  }
  #footer ul.icons {
    margin-bottom: 0px;
  }
  #copyright .links {
    margin-bottom: 0px;
  }
  #copyright .links li {
    display: block;
    padding-left: 0px;
    margin-left: 0px;
    border-left: 0px none;
  }
}

#fbdfb {
  line-height: 0%;
}

