.cf:after {
  display: table;
  clear: both;
  content: '';
}
.inline-top {
  display: inline-block;
  vertical-align: top;
}
.font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.full-width {
  display: block;
  width: 100%;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px !important;
  padding-left: 15px !important;
  max-width: 1080px;
}
.container:after {
  display: table;
  clear: both;
  content: '';
}
.row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.row:after {
  display: table;
  clear: both;
  content: '';
}
.col {
  position: relative;
  float: left;
  padding-right: 15px !important;
  padding-left: 15px !important;
  min-height: 1px;
}
.col--xs--1 {
  width: 8.333333333333332%;
}
.col--xs--2 {
  width: 16.666666666666664%;
}
.col--xs--3 {
  width: 25%;
}
.col--xs--4 {
  width: 33.33333333333333%;
}
.col--xs--5 {
  width: 41.66666666666667%;
}
.col--xs--6 {
  width: 50%;
}
.col--xs--7 {
  width: 58.333333333333336%;
}
.col--xs--8 {
  width: 66.66666666666666%;
}
.col--xs--9 {
  width: 75%;
}
.col--xs--10 {
  width: 83.33333333333334%;
}
.col--xs--11 {
  width: 91.66666666666666%;
}
.col--xs--12 {
  width: 100%;
}
.col--xs--pull--0 {
  right: 0;
}
.col--xs--pull--1 {
  right: 8.333333333333332%;
}
.col--xs--pull--2 {
  right: 16.666666666666664%;
}
.col--xs--pull--3 {
  right: 25%;
}
.col--xs--pull--4 {
  right: 33.33333333333333%;
}
.col--xs--pull--5 {
  right: 41.66666666666667%;
}
.col--xs--pull--6 {
  right: 50%;
}
.col--xs--pull--7 {
  right: 58.333333333333336%;
}
.col--xs--pull--8 {
  right: 66.66666666666666%;
}
.col--xs--pull--9 {
  right: 75%;
}
.col--xs--pull--10 {
  right: 83.33333333333334%;
}
.col--xs--pull--11 {
  right: 91.66666666666666%;
}
.col--xs--pull--12 {
  right: 100%;
}
.col--xs--push--0 {
  left: 0;
}
.col--xs--push--1 {
  left: 8.333333333333332%;
}
.col--xs--push--2 {
  left: 16.666666666666664%;
}
.col--xs--push--3 {
  left: 25%;
}
.col--xs--push--4 {
  left: 33.33333333333333%;
}
.col--xs--push--5 {
  left: 41.66666666666667%;
}
.col--xs--push--6 {
  left: 50%;
}
.col--xs--push--7 {
  left: 58.333333333333336%;
}
.col--xs--push--8 {
  left: 66.66666666666666%;
}
.col--xs--push--9 {
  left: 75%;
}
.col--xs--push--10 {
  left: 83.33333333333334%;
}
.col--xs--push--11 {
  left: 91.66666666666666%;
}
.col--xs--push--12 {
  left: 100%;
}
.col--xs--offset--0 {
  margin-left: 0;
}
.col--xs--offset--1 {
  margin-left: 8.333333333333332%;
}
.col--xs--offset--2 {
  margin-left: 16.666666666666664%;
}
.col--xs--offset--3 {
  margin-left: 25%;
}
.col--xs--offset--4 {
  margin-left: 33.33333333333333%;
}
.col--xs--offset--5 {
  margin-left: 41.66666666666667%;
}
.col--xs--offset--6 {
  margin-left: 50%;
}
.col--xs--offset--7 {
  margin-left: 58.333333333333336%;
}
.col--xs--offset--8 {
  margin-left: 66.66666666666666%;
}
.col--xs--offset--9 {
  margin-left: 75%;
}
.col--xs--offset--10 {
  margin-left: 83.33333333333334%;
}
.col--xs--offset--11 {
  margin-left: 91.66666666666666%;
}
.col--xs--offset--12 {
  margin-left: 100%;
}
@media ( min-width: 480px ) {
  .col--sm--1 {
    width: 8.333333333333332%;
  }
  .col--sm--2 {
    width: 16.666666666666664%;
  }
  .col--sm--3 {
    width: 25%;
  }
  .col--sm--4 {
    width: 33.33333333333333%;
  }
  .col--sm--5 {
    width: 41.66666666666667%;
  }
  .col--sm--6 {
    width: 50%;
  }
  .col--sm--7 {
    width: 58.333333333333336%;
  }
  .col--sm--8 {
    width: 66.66666666666666%;
  }
  .col--sm--9 {
    width: 75%;
  }
  .col--sm--10 {
    width: 83.33333333333334%;
  }
  .col--sm--11 {
    width: 91.66666666666666%;
  }
  .col--sm--12 {
    width: 100%;
  }
  .col--sm--pull--0 {
    right: 0;
  }
  .col--sm--pull--1 {
    right: 8.333333333333332%;
  }
  .col--sm--pull--2 {
    right: 16.666666666666664%;
  }
  .col--sm--pull--3 {
    right: 25%;
  }
  .col--sm--pull--4 {
    right: 33.33333333333333%;
  }
  .col--sm--pull--5 {
    right: 41.66666666666667%;
  }
  .col--sm--pull--6 {
    right: 50%;
  }
  .col--sm--pull--7 {
    right: 58.333333333333336%;
  }
  .col--sm--pull--8 {
    right: 66.66666666666666%;
  }
  .col--sm--pull--9 {
    right: 75%;
  }
  .col--sm--pull--10 {
    right: 83.33333333333334%;
  }
  .col--sm--pull--11 {
    right: 91.66666666666666%;
  }
  .col--sm--pull--12 {
    right: 100%;
  }
  .col--sm--push--0 {
    left: 0;
  }
  .col--sm--push--1 {
    left: 8.333333333333332%;
  }
  .col--sm--push--2 {
    left: 16.666666666666664%;
  }
  .col--sm--push--3 {
    left: 25%;
  }
  .col--sm--push--4 {
    left: 33.33333333333333%;
  }
  .col--sm--push--5 {
    left: 41.66666666666667%;
  }
  .col--sm--push--6 {
    left: 50%;
  }
  .col--sm--push--7 {
    left: 58.333333333333336%;
  }
  .col--sm--push--8 {
    left: 66.66666666666666%;
  }
  .col--sm--push--9 {
    left: 75%;
  }
  .col--sm--push--10 {
    left: 83.33333333333334%;
  }
  .col--sm--push--11 {
    left: 91.66666666666666%;
  }
  .col--sm--push--12 {
    left: 100%;
  }
  .col--sm--offset--0 {
    margin-left: 0;
  }
  .col--sm--offset--1 {
    margin-left: 8.333333333333332%;
  }
  .col--sm--offset--2 {
    margin-left: 16.666666666666664%;
  }
  .col--sm--offset--3 {
    margin-left: 25%;
  }
  .col--sm--offset--4 {
    margin-left: 33.33333333333333%;
  }
  .col--sm--offset--5 {
    margin-left: 41.66666666666667%;
  }
  .col--sm--offset--6 {
    margin-left: 50%;
  }
  .col--sm--offset--7 {
    margin-left: 58.333333333333336%;
  }
  .col--sm--offset--8 {
    margin-left: 66.66666666666666%;
  }
  .col--sm--offset--9 {
    margin-left: 75%;
  }
  .col--sm--offset--10 {
    margin-left: 83.33333333333334%;
  }
  .col--sm--offset--11 {
    margin-left: 91.66666666666666%;
  }
  .col--sm--offset--12 {
    margin-left: 100%;
  }
}
@media ( min-width: 780px ) {
  .col--md--1 {
    width: 8.333333333333332%;
  }
  .col--md--2 {
    width: 16.666666666666664%;
  }
  .col--md--3 {
    width: 25%;
  }
  .col--md--4 {
    width: 33.33333333333333%;
  }
  .col--md--5 {
    width: 41.66666666666667%;
  }
  .col--md--6 {
    width: 50%;
  }
  .col--md--7 {
    width: 58.333333333333336%;
  }
  .col--md--8 {
    width: 66.66666666666666%;
  }
  .col--md--9 {
    width: 75%;
  }
  .col--md--10 {
    width: 83.33333333333334%;
  }
  .col--md--11 {
    width: 91.66666666666666%;
  }
  .col--md--12 {
    width: 100%;
  }
  .col--md--pull--0 {
    right: 0;
  }
  .col--md--pull--1 {
    right: 8.333333333333332%;
  }
  .col--md--pull--2 {
    right: 16.666666666666664%;
  }
  .col--md--pull--3 {
    right: 25%;
  }
  .col--md--pull--4 {
    right: 33.33333333333333%;
  }
  .col--md--pull--5 {
    right: 41.66666666666667%;
  }
  .col--md--pull--6 {
    right: 50%;
  }
  .col--md--pull--7 {
    right: 58.333333333333336%;
  }
  .col--md--pull--8 {
    right: 66.66666666666666%;
  }
  .col--md--pull--9 {
    right: 75%;
  }
  .col--md--pull--10 {
    right: 83.33333333333334%;
  }
  .col--md--pull--11 {
    right: 91.66666666666666%;
  }
  .col--md--pull--12 {
    right: 100%;
  }
  .col--md--push--0 {
    left: 0;
  }
  .col--md--push--1 {
    left: 8.333333333333332%;
  }
  .col--md--push--2 {
    left: 16.666666666666664%;
  }
  .col--md--push--3 {
    left: 25%;
  }
  .col--md--push--4 {
    left: 33.33333333333333%;
  }
  .col--md--push--5 {
    left: 41.66666666666667%;
  }
  .col--md--push--6 {
    left: 50%;
  }
  .col--md--push--7 {
    left: 58.333333333333336%;
  }
  .col--md--push--8 {
    left: 66.66666666666666%;
  }
  .col--md--push--9 {
    left: 75%;
  }
  .col--md--push--10 {
    left: 83.33333333333334%;
  }
  .col--md--push--11 {
    left: 91.66666666666666%;
  }
  .col--md--push--12 {
    left: 100%;
  }
  .col--md--offset--0 {
    margin-left: 0;
  }
  .col--md--offset--1 {
    margin-left: 8.333333333333332%;
  }
  .col--md--offset--2 {
    margin-left: 16.666666666666664%;
  }
  .col--md--offset--3 {
    margin-left: 25%;
  }
  .col--md--offset--4 {
    margin-left: 33.33333333333333%;
  }
  .col--md--offset--5 {
    margin-left: 41.66666666666667%;
  }
  .col--md--offset--6 {
    margin-left: 50%;
  }
  .col--md--offset--7 {
    margin-left: 58.333333333333336%;
  }
  .col--md--offset--8 {
    margin-left: 66.66666666666666%;
  }
  .col--md--offset--9 {
    margin-left: 75%;
  }
  .col--md--offset--10 {
    margin-left: 83.33333333333334%;
  }
  .col--md--offset--11 {
    margin-left: 91.66666666666666%;
  }
  .col--md--offset--12 {
    margin-left: 100%;
  }
}
@media ( min-width: 1080px ) {
  .col--lg--1 {
    width: 8.333333333333332%;
  }
  .col--lg--2 {
    width: 16.666666666666664%;
  }
  .col--lg--3 {
    width: 25%;
  }
  .col--lg--4 {
    width: 33.33333333333333%;
  }
  .col--lg--5 {
    width: 41.66666666666667%;
  }
  .col--lg--6 {
    width: 50%;
  }
  .col--lg--7 {
    width: 58.333333333333336%;
  }
  .col--lg--8 {
    width: 66.66666666666666%;
  }
  .col--lg--9 {
    width: 75%;
  }
  .col--lg--10 {
    width: 83.33333333333334%;
  }
  .col--lg--11 {
    width: 91.66666666666666%;
  }
  .col--lg--12 {
    width: 100%;
  }
  .col--lg--pull--0 {
    right: 0;
  }
  .col--lg--pull--1 {
    right: 8.333333333333332%;
  }
  .col--lg--pull--2 {
    right: 16.666666666666664%;
  }
  .col--lg--pull--3 {
    right: 25%;
  }
  .col--lg--pull--4 {
    right: 33.33333333333333%;
  }
  .col--lg--pull--5 {
    right: 41.66666666666667%;
  }
  .col--lg--pull--6 {
    right: 50%;
  }
  .col--lg--pull--7 {
    right: 58.333333333333336%;
  }
  .col--lg--pull--8 {
    right: 66.66666666666666%;
  }
  .col--lg--pull--9 {
    right: 75%;
  }
  .col--lg--pull--10 {
    right: 83.33333333333334%;
  }
  .col--lg--pull--11 {
    right: 91.66666666666666%;
  }
  .col--lg--pull--12 {
    right: 100%;
  }
  .col--lg--push--0 {
    left: 0;
  }
  .col--lg--push--1 {
    left: 8.333333333333332%;
  }
  .col--lg--push--2 {
    left: 16.666666666666664%;
  }
  .col--lg--push--3 {
    left: 25%;
  }
  .col--lg--push--4 {
    left: 33.33333333333333%;
  }
  .col--lg--push--5 {
    left: 41.66666666666667%;
  }
  .col--lg--push--6 {
    left: 50%;
  }
  .col--lg--push--7 {
    left: 58.333333333333336%;
  }
  .col--lg--push--8 {
    left: 66.66666666666666%;
  }
  .col--lg--push--9 {
    left: 75%;
  }
  .col--lg--push--10 {
    left: 83.33333333333334%;
  }
  .col--lg--push--11 {
    left: 91.66666666666666%;
  }
  .col--lg--push--12 {
    left: 100%;
  }
  .col--lg--offset--0 {
    margin-left: 0;
  }
  .col--lg--offset--1 {
    margin-left: 8.333333333333332%;
  }
  .col--lg--offset--2 {
    margin-left: 16.666666666666664%;
  }
  .col--lg--offset--3 {
    margin-left: 25%;
  }
  .col--lg--offset--4 {
    margin-left: 33.33333333333333%;
  }
  .col--lg--offset--5 {
    margin-left: 41.66666666666667%;
  }
  .col--lg--offset--6 {
    margin-left: 50%;
  }
  .col--lg--offset--7 {
    margin-left: 58.333333333333336%;
  }
  .col--lg--offset--8 {
    margin-left: 66.66666666666666%;
  }
  .col--lg--offset--9 {
    margin-left: 75%;
  }
  .col--lg--offset--10 {
    margin-left: 83.33333333333334%;
  }
  .col--lg--offset--11 {
    margin-left: 91.66666666666666%;
  }
  .col--lg--offset--12 {
    margin-left: 100%;
  }
}
body {
  color: #546e7a;
  font: 16px/1.5 Karla, sans-serif;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
a {
  -webkit-transition: 0.2s;
          transition: 0.2s;
  color: #26c6da;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: bold;
  color: #263238;
}
em {
  font-style: italic;
}
code,
var,
kbd,
tt {
  font: 14px monospace;
  background: #dbe2e5;
  padding: 1px 3px 2px;
  border-radius: 2px;
}
abbr,
acronym {
  border-bottom: dotted 1px #90a4ae;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Oswald, sans-serif;
  line-height: 1.25;
  font-weight: 300;
  color: #263238;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}
h1,
.h1 {
  font-size: 48px;
}
@media ( max-width: 779px ) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
h2,
.h2 {
  font-size: 30px;
}
@media ( max-width: 779px ) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-size: 24px;
}
@media ( max-width: 779px ) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
h4,
.h4 {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 16px;
}
h5,
.h5 {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
}
h6,
.h6 {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
}
blockquote {
  font-family: Georgia, serif;
  color: #90a4ae;
}
blockquote cite {
  margin-top: 1em;
  display: block;
}
pre {
  font-family: monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}
address {
  font-style: italic;
}
dt {
  color: #263238;
}
hr {
  border: solid #dbe2e5;
  border-width: 1px 0 0;
}
img,
svg,
audio,
video {
  max-width: 100%;
  vertical-align: top;
}
img {
  width: auto;
  height: auto;
}
svg {
  fill: currentcolor;
}
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  font: 14px Karla, sans-serif;
  color: #546e7a;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
.button,
button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em 2em;
  border: none;
  border-radius: 0;
  font-size: 16px;
  background: #26c6da;
  color: white;
  text-decoration: none !important;
  text-align: center;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: .9;
}
.button .fa,
button .fa,
input[type="button"] .fa,
input[type="submit"] .fa {
  position: relative;
  top: 4px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .75em;
  background: white;
  border: solid 1px #dbe2e5;
  border-radius: 0;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #cfd8dc;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
  color: #90a4ae;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
  color: #90a4ae;
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
  color: #90a4ae;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder,
input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
  color: #90a4ae;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
textarea {
  resize: vertical;
}
select {
  display: block;
  width: 100%;
}
table {
  width: 100%;
}
body {
  background: white;
}
.section {
  padding: 30px 0;
}
.section + .section {
  border-top: solid 1px #dbe2e5;
}
.section--extra-padding {
  padding: 60px 0;
}
@media ( min-width: 780px ) {
  .section {
    padding: 60px 0;
  }
  .section--extra-padding {
    padding: 120px 0;
  }
}
.alert {
  font-size: 12px;
  padding: 1.5em;
  list-style: none;
}
.alert--error {
  color: #da3a26;
  background: rgba(218, 58, 38, 0.05);
  border: solid 1px #da3a26;
}
.alert--success {
  color: #22b2c4;
  background: rgba(38, 198, 218, 0.05);
  border: solid 1px #22b2c4;
}
.brightslider.one-slide .bx-controls {
  display: none;
}
.brightslider__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.brightslider__slide:before {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.brightslider__slide > a > .container,
.brightslider__slide > .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.brightslider__slide--image-only > a > .container,
.brightslider__slide--image-only > .container {
  min-height: 300px;
}
.brightslider__slide-link {
  position: relative;
  display: block;
  color: white;
  text-decoration: none !important;
}
.brightslider__slide-title {
  position: relative;
  margin-bottom: 1em;
  color: white;
}
.brightslider__slide-text {
  position: relative;
  color: white;
}
@media ( min-width: 480px ) {
  .brightslider__slide > a > .container,
  .brightslider__slide > .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .brightslider__slide--image-only > a > .container,
  .brightslider__slide--image-only > .container {
    min-height: 420px;
  }
}
@media ( min-width: 780px ) {
  .brightslider__slide > a > .container,
  .brightslider__slide > .container {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .brightslider__slide--image-only > a > .container,
  .brightslider__slide--image-only > .container {
    min-height: 480px;
  }
  .brightslider__slide-text {
    font-size: 20px;
  }
}
.bx-wrapper {
  position: relative;
}
.bx-pager {
  z-index: 50;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  position: absolute;
  right: 0;
  font-size: 0;
  bottom: 30px;
  left: 0;
}
.bx-pager-item {
  display: inline-block;
}
.bx-pager-item + .bx-pager-item {
  margin-left: 10px;
}
.bx-pager-link {
  display: block;
  width: 10px;
  height: 10px;
  border: solid 2px white;
  border-radius: 50%;
}
.bx-pager-link.active {
  background: white;
}
.comments {
  margin-top: 60px;
}
.comments__list {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: solid 1px #dbe2e5;
}
li.comment,
li.pingback {
  border-top: solid 1px #dbe2e5;
  padding-top: 30px;
}
li.comment + li.comment,
li.pingback + li.comment,
li.comment + li.pingback,
li.pingback + li.pingback {
  margin-top: 30px;
}
li.comment .reply,
li.pingback .reply {
  position: relative;
  float: left;
  padding-right: 15px !important;
  padding-left: 15px !important;
  min-height: 1px;
  width: 100%;
  font-family: Oswald, sans-serif;
  line-height: 1.25;
  font-weight: 300;
  color: #263238;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
  color: #90a4ae;
  text-align: right;
}
li.comment .reply a,
li.pingback .reply a {
  color: inherit;
}
li.comment .reply a,
li.pingback .reply a {
  display: block;
  margin-top: 30px;
}
li.comment .children,
li.pingback .children {
  margin: 30px 0 0 30px;
}
li.comment.bypostauthor > .comment-body > .comment-meta .fn:after {
  content: ' ★';
  color: #26c6da;
}
li.comment .says {
  display: none;
}
li.comment .avatar {
  width: 30px !important;
  border-radius: 50%;
  display: block;
  margin-bottom: .75em;
}
li.comment .comment-body {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
li.comment .comment-body:after {
  display: table;
  clear: both;
  content: '';
}
li.comment .edit-link {
  display: block;
}
li.pingback {
  font-size: 12px;
  color: #90a4ae;
}
li.pingback a {
  color: #90a4ae;
}
.comment-meta {
  position: relative;
  float: left;
  padding-right: 15px !important;
  padding-left: 15px !important;
  min-height: 1px;
  width: 100%;
  color: #90a4ae;
  font-size: 14px;
}
@media ( min-width: 480px ) {
  .comment-meta {
    width: 33.33333333333333%;
  }
}
.comment-meta a {
  color: #90a4ae;
}
.comment-metadata {
  font-size: 12px;
}
.comment-content {
  position: relative;
  float: left;
  padding-right: 15px !important;
  padding-left: 15px !important;
  min-height: 1px;
  width: 100%;
}
@media ( min-width: 480px ) {
  .comment-content {
    width: 66.66666666666666%;
  }
}
.comment-content > *:first-child {
  margin-top: 0;
}
.comment-content > *,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content p,
.comment-content address,
.comment-content pre,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content dl,
.comment-content table {
  margin-top: 1.5em;
}
.comment-content blockquote {
  margin-left: 1.5em;
}
.comment-content ul,
.comment-content ol {
  margin-left: 1.5em;
}
.comment-content ul ul,
.comment-content ol ul,
.comment-content ul ol,
.comment-content ol ol {
  margin-top: 0;
}
.comment-content ul {
  list-style: disc;
}
.comment-content ol {
  list-style: decimal;
}
.comment-content dt {
  font-weight: bold;
}
.comment-content dd + dt {
  margin-top: 1.5em;
}
.comment-content pre {
  border: solid 1px #dbe2e5;
  padding: 1.5em;
  font-size: 14px;
}
.comment-content table {
  text-align: left;
}
.comment-content table thead {
  background: #dbe2e5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  color: #90a4ae;
}
.comment-content table tr:nth-child( even ) {
  background: #dbe2e5;
}
.comment-content table th,
.comment-content table td {
  padding: .75em;
  vertical-align: top;
}
.comment-content table th {
  font-weight: normal;
}
.comment-content table a {
  color: #263238;
}
.comment-content > *:first-child {
  margin-top: 0;
}
.comment-content > *,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content p,
.comment-content address,
.comment-content pre,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content dl,
.comment-content table {
  margin-top: 1.5em;
}
.comment-content blockquote {
  margin-left: 1.5em;
}
.comment-content ul,
.comment-content ol {
  margin-left: 1.5em;
}
.comment-content ul ul,
.comment-content ol ul,
.comment-content ul ol,
.comment-content ol ol {
  margin-top: 0;
}
.comment-content ul {
  list-style: disc;
}
.comment-content ol {
  list-style: decimal;
}
.comment-content dt {
  font-weight: bold;
}
.comment-content dd + dt {
  margin-top: 1.5em;
}
.comment-content pre {
  border: solid 1px #dbe2e5;
  padding: 1.5em;
  font-size: 14px;
}
.comment-content table {
  text-align: left;
}
.comment-content table thead {
  background: #dbe2e5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  color: #90a4ae;
}
.comment-content table tr:nth-child( even ) {
  background: #dbe2e5;
}
.comment-content table th,
.comment-content table td {
  padding: .75em;
  vertical-align: top;
}
.comment-content table th {
  font-weight: normal;
}
.comment-content table a {
  color: #263238;
}
.comment-respond {
  margin-top: 30px;
}
.replies-wrapper + .comment-respond {
  margin-top: 90px;
}
.comment-respond {
  margin-top: 60px;
}
.comment-respond .comment-form > * {
  margin-top: 30px;
}
.comment-respond .logged-in-as {
  color: #90a4ae;
}
.comment-respond .logged-in-as a {
  color: #546e7a;
}
.comment-respond #cancel-comment-reply-link {
  font-family: Oswald, sans-serif;
  line-height: 1.25;
  font-weight: 300;
  color: #263238;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
  float: right;
  line-height: 2.142857143;
  color: #90a4ae;
}
.comment-respond #cancel-comment-reply-link a {
  color: inherit;
}
@media ( max-width: 479px ) {
  .comment-content {
    margin-top: 30px;
  }
}
@media ( min-width: 780px ) {
  .comments,
  .comment-respond {
    margin-top: 90px;
  }
}
.entry.type-post .entry__meta {
  color: #90a4ae;
}
.entry.sticky {
  padding-left: 30px;
  border-left: solid 1px #26c6da;
}
.entry + .entry {
  margin-top: 60px;
}
.entry--excerpt .entry__thumbnail {
  float: right;
  margin: 0 0 1.5em 1.5em;
  width: 72px;
}
.entry__thumbnail,
.entry__media-item {
  margin-bottom: 30px;
}
.entry__type {
  font-family: Oswald, sans-serif;
  line-height: 1.25;
  font-weight: 300;
  color: #263238;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
  color: #90a4ae;
}
.entry__type a {
  color: inherit;
}
.entry__header {
  margin-bottom: 30px;
}
.entry__meta {
  margin-bottom: 30px;
}
.entry__meta .fa {
  color: #90a4ae;
  position: relative;
  top: 4px;
}
.entry__meta a {
  color: #546e7a;
}
.entry__meta a:hover {
  color: #263238;
}
.entry__meta--inline .entry__meta-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
.entry__meta--inline .entry__meta-item a {
  color: #90a4ae;
}
.entry__meta--stacked .fa {
  margin-right: .25em;
}
.entry__meta--stacked .entry__meta-item > * {
  display: inline-block;
  vertical-align: top;
}
.entry__meta--stacked .entry__meta-item + .entry__meta-item {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #dbe2e5;
}
.entry__meta--below {
  margin-top: 30px;
}
.entry__social {
  margin-top: -6px;
  margin-bottom: 30px;
}
.entry__map {
  margin-top: 30px;
}
.post-password-form p:last-child,
.post-password-form input {
  margin-top: 1.5em;
}
@media ( min-width: 780px ) {
  .entry + .entry {
    margin-top: 90px;
  }
}
.fa {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 1px 0;
  vertical-align: top;
  text-align: center;
}
.fa:before {
  vertical-align: top;
  font-size: 14px !important;
}
.footer {
  padding: 30px 0;
  font-size: 14px;
}
.footer__credit a {
  color: #546e7a;
}
@media ( max-width: 779px ) {
  .footer {
    text-align: center;
  }
}
@media ( min-width: 780px ) {
  .footer__credit {
    text-align: right;
  }
}
.footer-widgets .social {
  margin-top: -6px;
}
@media ( max-width: 779px ) {
  .footer-widgets .widget-area + .widget-area {
    margin-top: 30px;
  }
}
.header {
  padding: 0;
}
.header a {
  text-decoration: none !important;
}
.header .site-logo {
  vertical-align: middle;
}
.header__branding {
  float: left;
}
.site-logo-link:not( [style*="none"] ) + .header__title {
  display: none;
}
.header__title {
  font-family: Oswald, sans-serif;
  line-height: 1.25;
  font-weight: 300;
  color: #263238;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 16px;
  line-height: inherit;
}
.header__title a {
  color: inherit;
}
.header__title a {
  color: #546e7a;
}
.header__toggle-menu {
  float: right;
  width: 30px;
  height: 30px;
  margin: 15px 0;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__toggle-menu .fa {
  margin-top: 7px;
}
@media ( max-width: 1079px ) {
  .header .site-logo {
    max-height: 30px;
  }
  .header__branding {
    height: 60px;
    line-height: 60px;
  }
  .header__menu {
    display: none;
    clear: both;
  }
  .header__menu.is-open {
    display: block;
  }
  .header__menu ul:not( .sub-menu ):not( .children ) {
    font-size: 14px;
  }
  .header__menu ul:not( .sub-menu ):not( .children ) a {
    color: #546e7a;
  }
  .header__menu ul:not( .sub-menu ):not( .children ) a:hover {
    color: #263238;
  }
  .header__menu .menu-item,
  .header__menu .page_item {
    border-top: solid 1px #dbe2e5;
  }
  .header__menu .menu-item a,
  .header__menu .page_item a {
    display: block;
    padding: .75em 0;
  }
  .header__menu .sub-menu,
  .header__menu .children {
    font-size: 12px;
    text-transform: uppercase;
  }
  .header__menu .sub-menu .menu-item a:before,
  .header__menu .children .menu-item a:before,
  .header__menu .sub-menu .page_item a:before,
  .header__menu .children .page_item a:before {
    content: '»';
    margin: 0 .5em;
  }
}
@media ( min-width: 1080px ) {
  .header .site-logo {
    max-height: 42px;
  }
  .header__branding {
    height: 90px;
    line-height: 90px;
  }
  .header__access {
    float: right;
    line-height: 30px;
    text-align: right;
  }
  .header__toggle-menu {
    display: none;
  }
  .header__menu ul:not( .sub-menu ):not( .children ) > .menu-item,
  .header__menu ul:not( .sub-menu ):not( .children ) > .page_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0;
  }
  .header__menu ul:not( .sub-menu ):not( .children ) > .menu-item:hover .sub-menu,
  .header__menu ul:not( .sub-menu ):not( .children ) > .page_item:hover .sub-menu,
  .header__menu ul:not( .sub-menu ):not( .children ) > .menu-item:hover .children,
  .header__menu ul:not( .sub-menu ):not( .children ) > .page_item:hover .children {
    visibility: visible;
    opacity: 1;
  }
  .header__menu ul:not( .sub-menu ):not( .children ) > .menu-item.featured a,
  .header__menu ul:not( .sub-menu ):not( .children ) > .page_item.featured a {
    display: inline;
    padding: .5em 1em;
    border: solid 2px #263238;
  }
  .header__menu ul:not( .sub-menu ):not( .children ) > .menu-item.featured a:hover,
  .header__menu ul:not( .sub-menu ):not( .children ) > .page_item.featured a:hover {
    color: #546e7a;
    border-color: #546e7a;
  }
  .header__menu ul:not( .sub-menu ):not( .children ) > .menu-item > a,
  .header__menu ul:not( .sub-menu ):not( .children ) > .page_item > a {
    display: block;
    color: #263238;
  }
  .header__menu ul:not( .sub-menu ):not( .children ) > .menu-item > a:hover,
  .header__menu ul:not( .sub-menu ):not( .children ) > .page_item > a:hover {
    color: #546e7a;
  }
  .header__menu ul:not( .sub-menu ):not( .children ) > .menu-item + .menu-item,
  .header__menu ul:not( .sub-menu ):not( .children ) > .page_item + .menu-item,
  .header__menu ul:not( .sub-menu ):not( .children ) > .menu-item + .page_item,
  .header__menu ul:not( .sub-menu ):not( .children ) > .page_item + .page_item {
    margin-left: 1em;
  }
  .header__menu .sub-menu,
  .header__menu .children {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -105px;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    text-align: center;
    background: #546e7a;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: .1em;
    border-top: none;
    z-index: 60;
  }
  .header__menu .sub-menu > .menu-item,
  .header__menu .children > .menu-item,
  .header__menu .sub-menu > .page_item,
  .header__menu .children > .page_item {
    border-top: solid 1px #3f535c;
  }
  .header__menu .sub-menu a,
  .header__menu .children a {
    display: block;
    padding: 1em;
    width: 210px;
    color: white;
  }
  .header__menu .sub-menu a:hover,
  .header__menu .children a:hover {
    background: #3f535c;
  }
}
.home-widgets .widget__title {
  font-family: Oswald, sans-serif;
  line-height: 1.25;
  font-weight: 300;
  color: #263238;
  font-size: 24px;
}
.home-widgets .widget__title a {
  color: inherit;
}
@media ( max-width: 779px ) {
  .home-widgets .widget__title {
    font-size: 20px;
  }
}
@media ( max-width: 479px ) {
  .home-widgets .widget-area + .widget-area {
    margin-top: 30px;
  }
}
.main {
  padding: 60px 0;
}
@media ( min-width: 780px ) {
  .main {
    padding: 90px 0;
  }
}
.masthead--centered {
  text-align: center;
}
.masthead__subtitle {
  color: #90a4ae;
}
.masthead__subtitle.entry__meta {
  margin-bottom: 0;
}
.masthead__subtitle--above {
  margin-bottom: 1em;
}
.masthead__subtitle--above.entry__meta {
  margin-bottom: 1em;
}
.masthead__subtitle--below {
  margin-top: 1em;
}
.masthead__subtitle--below.entry__meta {
  margin-top: 1em;
}
.pagination {
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  line-height: 1.25;
  font-weight: 300;
  color: #263238;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
}
.pagination a {
  color: inherit;
}
.pagination .page-numbers {
  display: inline-block;
  padding: .5em 1em;
  border: solid 1px #dbe2e5;
}
.pagination .page-numbers:hover {
  text-decoration: none;
  background: #dbe2e5;
}
.pagination > span.page-numbers {
  background: #dbe2e5;
}
.entry + .pagination {
  margin-top: 90px;
}
.rich-text > *:first-child,
.entry-content > *:first-child {
  margin-top: 0;
}
.rich-text > *,
.entry-content > *,
.rich-text h1,
.entry-content h1,
.rich-text h2,
.entry-content h2,
.rich-text h3,
.entry-content h3,
.rich-text h4,
.entry-content h4,
.rich-text h5,
.entry-content h5,
.rich-text h6,
.entry-content h6,
.rich-text p,
.entry-content p,
.rich-text address,
.entry-content address,
.rich-text pre,
.entry-content pre,
.rich-text blockquote,
.entry-content blockquote,
.rich-text ul,
.entry-content ul,
.rich-text ol,
.entry-content ol,
.rich-text dl,
.entry-content dl,
.rich-text table,
.entry-content table {
  margin-top: 1.5em;
}
.rich-text blockquote,
.entry-content blockquote {
  margin-left: 1.5em;
}
.rich-text ul,
.entry-content ul,
.rich-text ol,
.entry-content ol {
  margin-left: 1.5em;
}
.rich-text ul ul,
.entry-content ul ul,
.rich-text ol ul,
.entry-content ol ul,
.rich-text ul ol,
.entry-content ul ol,
.rich-text ol ol,
.entry-content ol ol {
  margin-top: 0;
}
.rich-text ul,
.entry-content ul {
  list-style: disc;
}
.rich-text ol,
.entry-content ol {
  list-style: decimal;
}
.rich-text dt,
.entry-content dt {
  font-weight: bold;
}
.rich-text dd + dt,
.entry-content dd + dt {
  margin-top: 1.5em;
}
.rich-text pre,
.entry-content pre {
  border: solid 1px #dbe2e5;
  padding: 1.5em;
  font-size: 14px;
}
.rich-text table,
.entry-content table {
  text-align: left;
}
.rich-text table thead,
.entry-content table thead {
  background: #dbe2e5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  color: #90a4ae;
}
.rich-text table tr:nth-child( even ),
.entry-content table tr:nth-child( even ) {
  background: #dbe2e5;
}
.rich-text table th,
.entry-content table th,
.rich-text table td,
.entry-content table td {
  padding: .75em;
  vertical-align: top;
}
.rich-text table th,
.entry-content table th {
  font-weight: normal;
}
.rich-text table a,
.entry-content table a {
  color: #263238;
}
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.sidebar .widget {
  border: solid 1px #dbe2e5;
  padding: 30px;
}
.sidebar .widget ul,
.sidebar .widget ol {
  margin-left: 1.5em;
}
.sidebar .widget ul {
  list-style: disc;
}
.sidebar .widget ol {
  list-style: decimal;
}
@media ( max-width: 779px ) {
  .sidebar {
    margin-top: 60px;
  }
}
.social {
  font-size: 0;
}
.social__item {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: 6px 6px 0 0;
  color: #546e7a;
  border: solid 1px #dbe2e5;
  border-radius: 50%;
}
.social__item:hover {
  color: #263238;
}
.social__item .fa {
  margin: 6px;
}
.tbcf-widget__entries {
  list-style: none !important;
  margin-left: 0 !important;
}
.tbcf-widget__entry-title {
  text-transform: none;
  letter-spacing: 0;
  font-family: Karla, sans-serif;
  font-weight: bold;
  margin-bottom: .5em;
}
.tbcf-widget__entry:after {
  display: table;
  clear: both;
  content: '';
}
.tbcf-widget__entry + .tbcf-widget__entry {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #dbe2e5;
}
.tbcf-widget__entry-body > *:first-child {
  margin-top: 0;
}
.tbcf-widget__entry-body > *,
.tbcf-widget__entry-body h1,
.tbcf-widget__entry-body h2,
.tbcf-widget__entry-body h3,
.tbcf-widget__entry-body h4,
.tbcf-widget__entry-body h5,
.tbcf-widget__entry-body h6,
.tbcf-widget__entry-body p,
.tbcf-widget__entry-body address,
.tbcf-widget__entry-body pre,
.tbcf-widget__entry-body blockquote,
.tbcf-widget__entry-body ul,
.tbcf-widget__entry-body ol,
.tbcf-widget__entry-body dl,
.tbcf-widget__entry-body table {
  margin-top: 0.75em;
}
.tbcf-widget__entry-body blockquote {
  margin-left: 0.75em;
}
.tbcf-widget__entry-body ul,
.tbcf-widget__entry-body ol {
  margin-left: 0.75em;
}
.tbcf-widget__entry-body ul ul,
.tbcf-widget__entry-body ol ul,
.tbcf-widget__entry-body ul ol,
.tbcf-widget__entry-body ol ol {
  margin-top: 0;
}
.tbcf-widget__entry-body ul {
  list-style: disc;
}
.tbcf-widget__entry-body ol {
  list-style: decimal;
}
.tbcf-widget__entry-body dt {
  font-weight: bold;
}
.tbcf-widget__entry-body dd + dt {
  margin-top: 0.75em;
}
.tbcf-widget__entry-body pre {
  border: solid 1px #dbe2e5;
  padding: 1.5em;
  font-size: 14px;
}
.tbcf-widget__entry-body table {
  text-align: left;
}
.tbcf-widget__entry-body table thead {
  background: #dbe2e5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  color: #90a4ae;
}
.tbcf-widget__entry-body table tr:nth-child( even ) {
  background: #dbe2e5;
}
.tbcf-widget__entry-body table th,
.tbcf-widget__entry-body table td {
  padding: .75em;
  vertical-align: top;
}
.tbcf-widget__entry-body table th {
  font-weight: normal;
}
.tbcf-widget__entry-body table a {
  color: #263238;
}
.tbcf-widget--locations__entry-thumbnail {
  margin-bottom: 1em;
}
.tbcf-widget--people__entry-thumbnail {
  float: right;
  width: 60px;
  height: 60px;
  margin-left: 30px;
}
.tbcf-widget--person__position {
  color: #90a4ae;
}
.tbcf-widget--events__entry-thumbnail {
  margin-bottom: 1em;
}
.tbcf-widget--event__date + .tbcf-widget--event__date {
  margin-top: 0;
}
.tbcf-widget--sermons__entry-thumbnail {
  margin-bottom: 1em;
}
.tbcf-widget--sermon__date {
  color: #90a4ae;
}
.welcome-message {
  text-align: center;
}
@media ( min-width: 780px ) {
  .welcome-message {
    font-size: 20px;
  }
}
.widget {
  font-size: 14px;
}
.widget a {
  color: #263238;
}
.widget + .widget {
  margin-top: 30px;
}
.widget__title {
  margin-bottom: 30px;
  color: #546e7a;
}
.widget_search {
  padding: 0;
  border: none;
}
.widget_search .search-submit {
  display: none;
}
.widget_text .textwidget > *:first-child {
  margin-top: 0;
}
.widget_text .textwidget > *,
.widget_text .textwidget h1,
.widget_text .textwidget h2,
.widget_text .textwidget h3,
.widget_text .textwidget h4,
.widget_text .textwidget h5,
.widget_text .textwidget h6,
.widget_text .textwidget p,
.widget_text .textwidget address,
.widget_text .textwidget pre,
.widget_text .textwidget blockquote,
.widget_text .textwidget ul,
.widget_text .textwidget ol,
.widget_text .textwidget dl,
.widget_text .textwidget table {
  margin-top: 0.75em;
}
.widget_text .textwidget blockquote {
  margin-left: 0.75em;
}
.widget_text .textwidget ul,
.widget_text .textwidget ol {
  margin-left: 0.75em;
}
.widget_text .textwidget ul ul,
.widget_text .textwidget ol ul,
.widget_text .textwidget ul ol,
.widget_text .textwidget ol ol {
  margin-top: 0;
}
.widget_text .textwidget ul {
  list-style: disc;
}
.widget_text .textwidget ol {
  list-style: decimal;
}
.widget_text .textwidget dt {
  font-weight: bold;
}
.widget_text .textwidget dd + dt {
  margin-top: 0.75em;
}
.widget_text .textwidget pre {
  border: solid 1px #dbe2e5;
  padding: 1.5em;
  font-size: 14px;
}
.widget_text .textwidget table {
  text-align: left;
}
.widget_text .textwidget table thead {
  background: #dbe2e5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  color: #90a4ae;
}
.widget_text .textwidget table tr:nth-child( even ) {
  background: #dbe2e5;
}
.widget_text .textwidget table th,
.widget_text .textwidget table td {
  padding: .75em;
  vertical-align: top;
}
.widget_text .textwidget table th {
  font-weight: normal;
}
.widget_text .textwidget table a {
  color: #263238;
}
.widget_rss li + li {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #dbe2e5;
}
.widget_calendar table {
  text-align: center;
}
.widget_calendar thead tr,
.widget_calendar tr:nth-child( even ) {
  background: #dbe2e5;
}
.widget_calendar th,
.widget_calendar td {
  padding: .25em .5em;
}
.widget_calendar caption {
  margin-bottom: .5em;
}
figure[id^="attachment_"] {
  width: auto !important;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.wp-caption {
  margin-top: 1.5em;
}
.wp-caption-text {
  text-align: center;
  margin-top: .75em;
  font-size: 12px;
  color: #90a4ae;
}
.gallery {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.gallery:after {
  display: table;
  clear: both;
  content: '';
}
.gallery img {
  display: block;
  margin: auto;
}
.gallery .gallery-item {
  position: relative;
  float: left;
  padding-right: 15px !important;
  padding-left: 15px !important;
  min-height: 1px;
  width: 100%;
  margin-top: 1.5em;
}
@media ( min-width: 480px ) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-2 .gallery-item:nth-child( 2n + 1 ) {
  clear: left;
}
@media ( min-width: 480px ) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333333333333%;
  }
}
.gallery.gallery-columns-3 .gallery-item:nth-child( 3n + 1 ) {
  clear: left;
}
@media ( min-width: 480px ) {
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item,
  .gallery.gallery-columns-6 .gallery-item,
  .gallery.gallery-columns-7 .gallery-item,
  .gallery.gallery-columns-8 .gallery-item,
  .gallery.gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
.gallery.gallery-columns-4 .gallery-item:nth-child( 4n + 1 ),
.gallery.gallery-columns-5 .gallery-item:nth-child( 4n + 1 ),
.gallery.gallery-columns-6 .gallery-item:nth-child( 4n + 1 ),
.gallery.gallery-columns-7 .gallery-item:nth-child( 4n + 1 ),
.gallery.gallery-columns-8 .gallery-item:nth-child( 4n + 1 ),
.gallery.gallery-columns-9 .gallery-item:nth-child( 4n + 1 ) {
  clear: left;
}
.gallery-caption {
  text-align: center;
  margin-top: .75em;
  font-size: 12px;
  color: #90a4ae;
}
