/* @group Base */
/* @group Reset */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* @end */
/* @group Basic slyles */
html {
  font-size: 100%;
  line-height: 1.5em;
}

body {
  background-color: white;
  font-family: "Proxima Nova", Arial, sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/* @end */
/* @group Typography */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: #000;
}

h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}

h5 {
  font-size: 17px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

.subheader {
  color: #000;
}

p, address {
  margin: 0 0 24px 0;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #000;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  font-style: italic;
}

blockquote {
  margin: 0 0 24px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #000;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
  color: #000;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* @end */
/* @group Links */
a {
  color: #333333;
  text-decoration: underline;
}
a:hover, a:focus {
  color: black;
}

p a {
  line-height: inherit;
}

/* @end */
/* @group List */
ul, ol {
  margin-left: 30px;
  margin-bottom: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul.square {
  list-style: square;
}

ul.circle {
  list-style: circle;
}

ul.none {
  list-style: none;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}
li p {
  line-height: 21px;
}

ul.large li {
  line-height: 21px;
}

/* @end */
/* @group Images */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

@media \0screen {
  img {
    width: auto;
  }
}
.image-left {
  margin: 0 40px 24px 0;
}

.image-right {
  margin: 0 0 24px 40px;
}

.caption-wrapper {
  margin-bottom: 24px;
}
.caption-wrapper.left {
  float: left;
  margin-right: 40px;
}
.caption-wrapper.right {
  float: right;
  margin-left: 40px;
}
.caption-wrapper.center {
  clear: both;
}
.caption-wrapper.center .outer-center {
  display: inline-block;
  position: relative;
  left: 50%;
}
.caption-wrapper.center .inner-center {
  position: relative;
  left: -50%;
}

.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.safari-5 .parallax {
  background-attachment: scroll;
  background-position: 50% 50% !important;
}

@media only screen and (max-width: 479px) {
  .image-left,
  .image-right {
    margin: 0 0 24px 0;
    float: none;
    width: 100%;
    height: auto;
  }

  .caption-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
  .caption-wrapper.left, .caption-wrapper.right {
    margin: 0 0 24px 0;
  }
  .caption-wrapper.center .outer-center,
  .caption-wrapper.center .inner-center {
    position: relative;
    left: 0;
    width: 100%;
  }
  .caption-wrapper img {
    width: 100% !important;
    height: auto !important;
  }
  .caption-wrapper .caption {
    width: 100%;
    max-width: none;
  }

  .parallax {
    background-attachment: scroll;
    background-position: 50% 50% !important;
  }
}
/* @end */
/* @group Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 24px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-container video {
  max-width: 100%;
  height: auto;
}

/* @end */
/* @group Buttons */
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #eeeeee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid #aaaaaa;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  color: #444444;
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 5px;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.button:hover, a.button.hover,
button:hover,
button.hover,
input[type="submit"]:hover,
input[type="submit"].hover,
input[type="reset"]:hover,
input[type="reset"].hover,
input[type="button"]:hover,
input[type="button"].hover {
  color: #222222;
  background: #dddddd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  border: 1px solid #888888;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}
a.button:active, a.button.active,
button:active,
button.active,
input[type="submit"]:active,
input[type="submit"].active,
input[type="reset"]:active,
input[type="reset"].active,
input[type="button"]:active,
input[type="button"].active {
  border: 1px solid #666666;
  background: #cccccc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGEwYTBhIiBzdG9wLW9wYWNpdHk9IjAuNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
}
a.button.transparent,
button.transparent,
input[type="submit"].transparent,
input[type="reset"].transparent,
input[type="button"].transparent {
  background: none;
  border: 1px solid #aaaaaa;
}
a.button.transparent:hover, a.button.transparent.hover,
button.transparent:hover,
button.transparent.hover,
input[type="submit"].transparent:hover,
input[type="submit"].transparent.hover,
input[type="reset"].transparent:hover,
input[type="reset"].transparent.hover,
input[type="button"].transparent:hover,
input[type="button"].transparent.hover {
  border: 1px solid #888888;
}
a.button.transparent:active, a.button.transparent.active,
button.transparent:active,
button.transparent.active,
input[type="submit"].transparent:active,
input[type="submit"].transparent.active,
input[type="reset"].transparent:active,
input[type="reset"].transparent.active,
input[type="button"].transparent:active,
input[type="button"].transparent.active {
  border: 1px solid #666666;
}

a.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button.fa:before,
button.fa:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
  margin-right: 10px;
}

/* @end */
/* @group Forms */
form,
fieldset {
  margin-bottom: 24px;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea,
select {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 6px 4px;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 5px;
  outline: none;
  color: #666666;
  width: 210px;
  max-width: 100%;
  display: block;
  background: white;
}

input[type="search"] {
  -webkit-appearance: none;
}

select {
  padding: 0;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #aaa;
  color: #333;
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444444;
}

.form-item-search {
  float: left;
}

/* @end */
/* @group Tables */
table {
  width: 100%;
  margin-bottom: 24px;
}

th, td {
  padding: 12px;
}
th p, td p {
  margin-bottom: 0;
}

th {
  font-weight: bold;
}

thead {
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 2px solid #666;
}
thead th, thead td {
  padding-bottom: 10px;
}

tbody tr {
  border-bottom: 1px solid #ddd;
}
tbody th, tbody td {
  padding-bottom: 11px;
}

@media only screen and (max-width: 959px) {
  /* CSS Responsive table */
  table.responsive-table,
  table.responsive-table thead,
  table.responsive-table tbody,
  table.responsive-table th,
  table.responsive-table td,
  table.responsive-table tr {
    display: block;
    border: none;
  }
  table.responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive-table tr {
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 24px;
  }
  table.responsive-table td {
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 50%;
  }
  table.responsive-table td:before {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 40%;
    padding-right: 10px;
    text-align: left;
  }
  table.responsive-table tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive-table td:before {
    content: attr(data-content);
    height: 50px;
    font-weight: 600;
  }
  table.responsive-table td.small-padding {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  table.responsive-table td.small-padding:before {
    top: 6px;
  }
  table.responsive-table td.medium-padding {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  table.responsive-table td.medium-padding:before {
    top: 15px;
  }
  table.responsive-table td.large-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  table.responsive-table td.large-padding:before {
    top: 25px;
  }
}
@media only screen and (max-width: 959px) {
  table.fluid-table.no-row-headers tbody td:before {
    width: 0;
    margin-right: 0;
  }
  table.fluid-table thead {
    display: none;
  }
  table.fluid-table tbody td {
    display: block;
  }
  table.fluid-table tbody td p {
    display: inline;
    vertical-align: top;
  }
  table.fluid-table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 30%;
    margin-right: 10px;
  }
  table.fluid-table tbody tr td:first-child {
    background-color: #eee;
    border-bottom: 2px solid #666;
    padding-bottom: 10px;
  }
  table.fluid-table tbody tr th {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eee;
    border-bottom: 2px solid #666;
    padding-bottom: 10px;
  }
  table.fluid-table tbody td[data-th="undefined"]:before {
    content: none;
  }
}
/* @end */
/* @group Bands */
.band {
  position: relative;
}
.band.border-bottom {
  border-bottom: 1px solid #f8f8f8;
}
.band.alternative {
  background-color: #eee;
  color: #333;
}
.band.alternative a {
  color: #333;
}
.band.alternative h1, .band.alternative h2, .band.alternative h3, .band.alternative h4, .band.alternative h5, .band.alternative h6 {
  color: #333;
}
.band.light {
  background-color: #fff;
  color: #fff;
}
.band.light a {
  color: #fff;
}
.band.light h1, .band.light h2, .band.light h3, .band.light h4, .band.light h5, .band.light h6 {
  color: #fff;
}
.band.padded {
  padding: 24px 0;
}
.band.padded.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 71px;
}
@media only screen and (max-width: 959px) {
  .band.padded {
    padding: 12px 0;
  }
  .band.padded.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 23px;
  }
}
.band.fullwidth .container, .band.full-width .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.band.image, .band.parallax {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  color: #fff;
}
.band.image h1, .band.image h2, .band.image h3, .band.image h4, .band.image h5, .band.image h6, .band.image a, .band.parallax h1, .band.parallax h2, .band.parallax h3, .band.parallax h4, .band.parallax h5, .band.parallax h6, .band.parallax a {
  color: #fff;
}
.band.video {
  -moz-background-size: 0;
  -o-background-size: 0;
  -webkit-background-size: 0;
  background-size: 0;
  overflow: hidden;
}
.band.video > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.ios .band.video, .android .band.video, .ie8 .band.video {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.ios .band.video > video, .android .band.video > video, .ie8 .band.video > video {
  display: none;
}
.band.video .container {
  z-index: 2;
}

/* @end */
/* @group Gaps */
.gap {
  width: 100%;
  clear: both;
}
.gap.x1 {
  height: 24px;
}
.gap.x2 {
  height: 48px;
}
.gap.x3 {
  height: 72px;
}
.gap.x4 {
  height: 96px;
}
.gap.x5 {
  height: 120px;
}
.gap.x6 {
  height: 144px;
}
.gap.x7 {
  height: 168px;
}
.gap.x8 {
  height: 192px;
}
.gap.x9 {
  height: 216px;
}
.gap.x10 {
  height: 240px;
}
.gap.x11 {
  height: 264px;
}
.gap.x12 {
  height: 288px;
}
.gap.x13 {
  height: 312px;
}
.gap.x14 {
  height: 336px;
}
.gap.x15 {
  height: 360px;
}
.gap.x16 {
  height: 384px;
}
.gap.x17 {
  height: 408px;
}
.gap.x18 {
  height: 432px;
}
.gap.x19 {
  height: 456px;
}
.gap.x20 {
  height: 480px;
}
@media only screen and (max-width: 959px) {
  .gap.no-mobile {
    height: 0 !important;
  }
}

/* @end */
/* @group Sliders */
.bx-wrapper {
  position: relative;
}
.bx-wrapper ul {
  margin: 0;
  list-style: none;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 60px;
  margin-top: -30px;
  outline: 0;
  background-image: url("../images/site-sprite.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  z-index: 10;
  display: none;
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    background-image: url("../images/site-sprite@2x.png") !important;
    -webkit-background-size: 106px 117px;
    background-size: 106px 117px;
  }
}
@media only screen and (min-width: 1024px) {
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    display: block;
  }
}
.bx-wrapper .bx-prev {
  left: 10px;
  background-position: 0 0;
}
@media only screen and (min-width: 1024px) {
  .bx-wrapper .bx-prev {
    left: 30px;
  }
}
.bx-wrapper .bx-next {
  right: 10px;
  background-position: -30px 0;
}
@media only screen and (min-width: 1024px) {
  .bx-wrapper .bx-next {
    right: 30px;
  }
}
.bx-wrapper.carousel .bx-prev {
  background-position: -53px 0;
}
.bx-wrapper.carousel .bx-next {
  background-position: -83px 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-pager {
  position: relative;
  z-index: 99;
  margin-top: -36px;
  text-align: center;
  display: block;
  width: 100%;
}

.bx-pager-item {
  display: inline-block;
}
.bx-pager-item a.bx-pager-link {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-image: url("../images/site-sprite.png");
  background-position: 6px -67px;
  background-repeat: no-repeat;
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .bx-pager-item a.bx-pager-link {
    background-image: url("../images/site-sprite@2x.png") !important;
    -webkit-background-size: 106px 117px;
    background-size: 106px 117px;
  }
}
.bx-pager-item a.bx-pager-link.active {
  background-position: -18px -67px;
}

.carousel .bx-prev {
  left: 0;
}
.carousel .bx-next {
  right: 0;
}
.carousel .bx-pager {
  margin-top: 0;
}
.carousel a.bx-pager-link {
  background-position: -42px -67px;
}
.carousel a.bx-pager-link.active {
  background-position: -18px -67px;
}
.carousel .inner {
  margin-left: 10px;
  margin-right: 10px;
}

.slider {
  margin-left: 0;
  margin-bottom: 0;
  color: #fff;
  overflow: hidden;
}
.slider .black {
  color: #666;
}
.slider .button.transparent {
  color: #fff;
  border-color: #fff;
}
.slider .button.transparent:hover {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.slider .button.transparent.black {
  color: #666;
  border-color: #666;
}
.slider .button.transparent.black:hover {
  color: gray;
  border-color: gray;
}
.slider h1, .slider h2, .slider h3, .slider h4, .slider h5, .slider h6 {
  color: #fff;
}
.slider > li {
  display: none;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 96px 0;
}
.slider > li:first-child {
  display: block;
}
@media only screen and (max-width: 959px) {
  .slider > li {
    background-size: auto 100%;
  }
  .slider > li.left {
    background-position: center left;
  }
  .slider > li.center {
    background-position: center center;
  }
  .slider > li.right {
    background-position: center right;
  }
}
.slider > li.video {
  -moz-background-size: 0;
  -o-background-size: 0;
  -webkit-background-size: 0;
  background-size: 0;
  overflow: hidden;
}
.slider > li.video > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
.ios .slider > li.video, .android .slider > li.video, .ie8 .slider > li.video {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.ios .slider > li.video > video, .android .slider > li.video > video, .ie8 .slider > li.video > video {
  display: none;
}
.bx-viewport .slider > li {
  display: block;
}
@media only screen and (min-width: 960px) {
  .slider .button {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 959px) {
  .slider > li {
    padding: 48px 0;
  }
}
.slider .galleryformatter {
  margin-bottom: 24px;
}

/* @end */
/* @group Breadcrumbs */
.breadcrumbs {
  background-color: white;
  padding: 4px 0;
  border-color: #ccc;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 11px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 11px;
}

.breadcrumb {
  color: #666;
  padding: 0;
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:active {
  text-decoration: none;
  color: #666;
}

/* @end */
/* @group Pager */
ul.pager {
  text-align: center;
  display: table;
  font-size: 0;
  margin-top: 1px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 24px;
}
ul.pager li {
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: -1px;
  margin-left: -1px;
  display: inline-block;
}
ul.pager li .no-link,
ul.pager li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0px;
  padding-left: 1em;
  padding-right: 1em;
  color: #888;
  border: 1px solid #ccc;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 11px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 11px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
ul.pager li a:hover {
  color: #fff;
  background-color: #ddd;
}
ul.pager li.pager-current .no-link {
  color: #888;
  background-color: #eee;
  border-color: #ccc;
}
ul.pager li.pager-current .no-link .mobile {
  display: none;
}
@media only screen and (max-width: 959px) {
  ul.pager li.pager-current .no-link .mobile {
    display: inline;
  }
}
@media only screen and (max-width: 959px) {
  ul.pager .pager-item,
  ul.pager .pager-first,
  ul.pager .pager-last,
  ul.pager .pager-ellipsis {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  ul.pager .pager-item,
  ul.pager .pager-first,
  ul.pager .pager-last,
  ul.pager .pager-ellipsis {
    display: none;
  }
}
ul.pager .ajax-progress {
  background-color: rgba(255, 255, 255, 0.7);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
}

/* @end */
/* @group Accordions */
.accordion {
  margin-top: -2px;
  margin-bottom: 24px;
}
.accordion .ui-accordion-header {
  outline: none;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 14px;
  background-color: #eee;
  font-weight: 600;
  margin: 0;
  margin-top: 2px;
  margin-left: 48px;
}
.accordion .ui-accordion-header:before {
  display: block;
  position: absolute;
  z-index: 2;
  line-height: 46px;
  width: 46px;
  font-size: 16px;
  height: 100%;
  text-align: center;
  top: 0;
  left: -48px;
  color: #666;
  content: '\F04B';
  font-family: FontAwesome;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ie8 .accordion .ui-accordion-header:before {
  font-family: Arial;
  font-size: 20px;
  content: '\25BA';
}
.accordion .ui-accordion-header:after {
  content: '';
  display: block;
  width: 46px;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: -48px;
  top: 0;
  background: #eee;
}
.accordion .ui-accordion-header.ui-state-active:before, .accordion .ui-accordion-header.ui-accordion-header-active:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ie8 .accordion .ui-accordion-header.ui-state-active:before, .ie8 .accordion .ui-accordion-header.ui-accordion-header-active:before {
  content: '\25BA';
}
.accordion .ui-accordion-content > p,
.accordion .ui-accordion-content > address,
.accordion .ui-accordion-content > h1,
.accordion .ui-accordion-content > h2,
.accordion .ui-accordion-content > h3,
.accordion .ui-accordion-content > h4,
.accordion .ui-accordion-content > h5,
.accordion .ui-accordion-content > h6 {
  margin: 0;
  padding: 12px 0;
}
.accordion .ui-accordion-content > .sc-content,
.accordion .ui-accordion-content > .grid-row {
  padding-top: 12px;
  padding-bottom: 12px;
}
.accordion .accordion {
  margin-top: 2px;
  margin-bottom: 0;
}
.accordion .accordion .ui-accordion-header {
  background: none;
  line-height: 20px;
  border: 2px solid #eee;
  padding: 10px 14px;
  margin-top: 2px;
  margin-left: 48px;
}
.accordion .accordion .ui-accordion-header:before {
  width: 46px;
  line-height: 46px;
  top: 0px;
  left: -48px;
  color: #aaa;
}
.accordion .accordion .ui-accordion-header:after {
  width: 42px;
  background: none;
  left: -50px;
  top: -2px;
  border: 2px solid #eee;
}

/* @end */
/* @group Responsive Tabs */
.r-tabs {
  margin-bottom: 24px;
  display: none;
}
.base-processed .r-tabs {
  display: block;
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}
.r-tabs .r-tabs-tab {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.r-tabs .r-tabs-tab a {
  font-family: "Proxima Nova", Arial, sans-serif;
  text-decoration: none;
  display: block;
  padding: 10px 24px;
  margin-top: 4px;
  background-color: #eee;
  color: #000;
}
.r-tabs .r-tabs-tab a:hover {
  background-color: #e9e9e9;
  color: #000;
}
.r-tabs .r-tabs-tab.r-tabs-state-active a {
  background-color: #ccc;
  color: #fff;
}
.r-tabs .r-tabs-panel {
  padding: 24px 0;
  border-top: 4px solid #ccc;
  padding-top: 20px;
  background: none;
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 767px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .r-tabs .r-tabs-accordion-title a {
    position: relative;
    display: block;
    font-family: "Proxima Nova", Arial, sans-serif;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    color: #000;
    background-color: #eee;
    margin: 2px 0;
    margin-left: 48px;
    padding-left: 14px;
  }
  .r-tabs .r-tabs-accordion-title a:before {
    display: block;
    position: absolute;
    z-index: 2;
    line-height: 44px;
    width: 46px;
    font-size: 20px;
    height: 44px;
    text-align: center;
    top: 0;
    left: -48px;
    color: #666;
    font-family: arial;
    content: '\25BA';
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .r-tabs .r-tabs-accordion-title a:after {
    content: '';
    display: block;
    width: 46px;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: -48px;
    top: 0;
    background: #eee;
  }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
    color: #000;
  }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active a:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .r-tabs .r-tabs-panel {
    padding: 0;
    border: none;
    background: none;
  }
  .r-tabs .r-tabs-panel p, .r-tabs .r-tabs-panel address, .r-tabs .r-tabs-panel h1, .r-tabs .r-tabs-panel h2, .r-tabs .r-tabs-panel h3, .r-tabs .r-tabs-panel h4, .r-tabs .r-tabs-panel h5, .r-tabs .r-tabs-panel h6 {
    margin: 0;
    padding: 12px 0;
  }
}
.no-js .tabs {
  margin-bottom: 24px;
}
.no-js .tabs > ul {
  display: none;
}

/* @end */
/*  @group Content tabs */
ul.content-tabs,
.content-tabs ul.tabs {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul.content-tabs li,
.content-tabs ul.tabs li {
  border: none;
  float: left;
  padding: 0;
  margin: 0;
}
ul.content-tabs a,
.content-tabs ul.tabs a {
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  padding: 0;
  margin: 0;
  margin-right: 1em;
  display: inline-block;
}
ul.content-tabs.primary,
.content-tabs ul.tabs.primary {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 23px 0;
}
ul.content-tabs.primary a,
.content-tabs ul.tabs.primary a {
  font-size: 18px;
  line-height: 48px;
  line-height: 46px;
  text-transform: uppercase;
  background: none;
}
ul.content-tabs.primary a:hover,
.content-tabs ul.tabs.primary a:hover {
  background: none;
}
ul.content-tabs.primary a.active,
.content-tabs ul.tabs.primary a.active {
  border: none;
  font-weight: bold;
}
ul.content-tabs.secondary a,
.content-tabs ul.tabs.secondary a {
  margin-right: 1em;
  padding: 12px 0;
}
ul.content-tabs.secondary a.active,
.content-tabs ul.tabs.secondary a.active {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  padding-bottom: 8px;
  border-color: #ccc;
  font-weight: 500;
}

/*  @end*/
/* @group Alerts */
.alert {
  padding: 8px 24px;
  border: 1px solid;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 7px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 7px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alert a {
  font-weight: 500;
}
.alert a:hover {
  text-decoration: underline;
}
.alert.error {
  color: #9d261d;
  border-color: #ce938e;
  background-color: #f0dedd;
}
.alert.error a, .alert.error strong {
  color: #9d261d;
}
.alert.status {
  color: #238c23;
  border-color: #91c691;
  background-color: #deeede;
}
.alert.status a, .alert.status strong {
  color: #238c23;
}
.alert.warning {
  color: #cc8c00;
  border-color: #e6c680;
  background-color: #f7eed9;
}
.alert.warning a, .alert.warning strong {
  color: #cc8c00;
}
.alert.notice {
  color: #3a87ad;
  border-color: #9dc3d6;
  background-color: #e1edf3;
}
.alert.notice a, .alert.notice strong {
  color: #3a87ad;
}

/* @end */
/* @group Misc */
.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible, .form-item-mergevars-EMAIL label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 0px;
  padding: 0;
  margin: 0;
}

.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

#skip-link {
  text-align: center;
}
#skip-link a, #skip-link a:visited {
  display: inline-block;
  margin: 18px auto;
  padding: 6px 20px;
  color: #666;
  background-color: white;
}

/**
 * Reset the original values of the the admin menu css
 */
#admin-menu ul,
#admin-menu ul a {
  font-family: 'Lucida Grande', Verdana, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px !important;
}
#admin-menu ul ul,
#admin-menu ul ul a,
#admin-menu ul a ul,
#admin-menu ul a ul a {
  font-size: 11px;
  line-height: 13px !important;
}
#admin-menu strong {
  color: #fff;
}

/* @end */
/* @end */
/* @group Layout */
/* @group Basic slyles */
body {
  font-family: "Proxima Nova", Arial, sans-serif;
  background-color: #000;
}

#header, #navigation, #main, #cta {
  background-color: white;
}

/* @end */
/* @group Typography */
h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-weight: 600;
  color: #000;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: #000;
}

h1 {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 36px;
  line-height: 36px;
  margin: 0 auto 24px;
  font-weight: 600;
  color: #000;
}
h1 a {
  color: #000;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 auto 24px;
}

h3 {
  font-size: 19px;
  line-height: 24px;
  margin: 0 auto 24px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 24px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 0;
}

h6 {
  font-size: 13px;
  line-height: 24px;
  margin: 0 auto 0;
}

.section-title {
  font-size: 30px;
  line-height: 36px;
  margin: 0 auto 36px;
  font-weight: 600;
}

p:empty {
  margin: 0 !important;
  padding: 0 !important;
}

p.lead {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

strong {
  font-weight: 600;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

blockquote, blockquote p {
  font-size: 36px;
  line-height: 36px;
  color: #000;
  font-weight: bold;
  font-style: normal;
  background-color: #f1f1f1;
}

blockquote {
  margin: 0 0 24px;
  padding: 24px 40px;
  border: none;
}
blockquote cite {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

hr {
  margin: 24px 0 23px;
}

/* @end */
/* @group Links */
a {
  font-weight: 600;
  text-decoration: none;
}
th a {
  word-break: normal;
}

a:hover, a:focus {
  text-decoration: underline;
}

.social {
  display: inline-block;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  text-indent: -9999px;
  text-align: left;
  position: relative;
  width: 20px;
  line-height: normal;
  margin: 3px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.social:before {
  text-indent: 0;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.social.facebook:before {
  content: '\e60a';
}
.social.twitter:before {
  content: '\e609';
}
.social.linkedin:before {
  content: '\e60b';
}
.social.youtube:before {
  content: '\f16a';
}
.social.googleplus:before {
  content: '\e610';
}
.social.pinterest:before {
  content: '\e611';
}
.social.rss:before {
  content: '\e600';
}
.social.email:before {
  content: '\e60c';
}
.social.print:before {
  content: '\f02f';
}

a.break {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* @end */
/* @group Lists */
ul, ol {
  margin-left: 20px;
  margin-bottom: 24px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul.square {
  list-style: square;
}

ul.circle {
  list-style: circle;
}

ul.none {
  list-style: none;
}

ul ul, ul ol,
ol ol, ol ul {
  font-size: 14px;
  line-height: 24px;
  margin: 12px 0 12px 20px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 24px;
  margin-bottom: 0;
}
li p {
  line-height: 24px;
}

ul.large li {
  line-height: 21px;
}

/* @end */
/* @group Content Tabs */
.content-tabs.container {
  padding-top: 24px;
  padding-bottom: 24px;
}

ul.content-tabs.primary a,
.content-tabs ul.tabs.primary a {
  color: #666;
}
ul.content-tabs.primary a:hover,
.content-tabs ul.tabs.primary a:hover {
  color: #333;
}
ul.content-tabs.primary a.active,
.content-tabs ul.tabs.primary a.active {
  color: #000;
}

/* @end */
/* @group Buttons */
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 11px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 11px;
  text-shadow: none;
  font-weight: 600;
}
a.button:hover, a.button.hover,
button:hover,
button.hover,
input[type="submit"]:hover,
input[type="submit"].hover,
input[type="reset"]:hover,
input[type="reset"].hover,
input[type="button"]:hover,
input[type="button"].hover {
  text-decoration: none;
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
a.button:active, a.button.active,
button:active,
button.active,
input[type="submit"]:active,
input[type="submit"].active,
input[type="reset"]:active,
input[type="reset"].active,
input[type="button"]:active,
input[type="button"].active {
  border: 1px solid #666;
  background: #666;
}
a.button.transparent,
button.transparent,
input[type="submit"].transparent,
input[type="reset"].transparent,
input[type="button"].transparent {
  background: none;
  color: #000;
  border: 1px solid #000;
}
a.button.transparent:hover, a.button.transparent.hover,
button.transparent:hover,
button.transparent.hover,
input[type="submit"].transparent:hover,
input[type="submit"].transparent.hover,
input[type="reset"].transparent:hover,
input[type="reset"].transparent.hover,
input[type="button"].transparent:hover,
input[type="button"].transparent.hover {
  color: #333;
  border: 1px solid #333;
}
a.button.transparent:active, a.button.transparent.active,
button.transparent:active,
button.transparent.active,
input[type="submit"].transparent:active,
input[type="submit"].transparent.active,
input[type="reset"].transparent:active,
input[type="reset"].transparent.active,
input[type="button"].transparent:active,
input[type="button"].transparent.active {
  color: #666;
  border: 1px solid #666;
}

/* @end */
/* @group Forms */
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 6px 12px;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 11px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 11px;
  width: 100%;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #b9b9b9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAP0lEQVR4AXVQhQEAIAibcR0n85xdqEO6EUmSpng9TYLCkg11D6Zi3SliG1aDyTtqYVosNw/wVnw4X5ceSL4kA14YwtV/MCB0AAAAAElFTkSuQmCC) no-repeat center;
  background-size: 6px 6px;
}

input.error,
input:focus.error {
  color: #4A4A4A;
  border-color: #D0021B;
  border-width: 2px;
  background-color: #FFEBED;
  border-top-width: 2px;
  border-top-style: solid;
  padding-top: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 10px;
}

label,
legend {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
}

label.inline {
  display: inline;
}

select {
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAGCAQAAABta6YrAAAANklEQVR4AWNgcGfYxSDCAAIwNh6wjOE3wxWwEncg6zeQZCCsvBmhlKByhFLCoBmslGggQlgJAGHbEiTnfc30AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 60px;
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAMCAQAAACzIZe8AAAAYklEQVR4Ac2MBxEAIQwEzwZCIgd3MYOTU/H96VMZ2tJCyuLGwEFQ4vNN+PHzXlLleWfZrr61/7KICPhniUZMqS60AnRR99OWavUReOc74NUdtR5NtM5r+6D9tR712v5Y7M0F9RNIkSXgJSkAAAAASUVORK5CYII=");
    -webkit-background-size: 22px 6px;
    background-size: 22px 6px;
  }
}

.form-item {
  margin-bottom: 24px;
}
.form-item textarea,
.form-item input {
  margin-bottom: 0;
}

.form-type-radios {
  margin-bottom: 0;
}

.form-radios:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.form-type-radio {
  float: left;
  margin-right: 10px;
}

.form-type-radio input, .form-type-radio label,
.form-type-checkbox input,
.form-type-checkbox label {
  display: inline-block;
}
.form-type-radio input,
.form-type-checkbox input {
  margin-right: 5px;
}

.button-search.form-submit {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
}
.button-search.form-submit:after {
  content: "\F002";
  position: absolute;
  text-indent: 0;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  font-family: FontAwesome;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.password-strength {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 40px;
  float: right;
  /* LTR */
  margin-top: 12px;
}
@media only screen and (max-width: 959px) {
  .password-strength {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 12px;
  }
}

.password-strength-title {
  display: inline;
}

.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}

.password-indicator {
  background-color: #C4C4C4;
  height: 0.3em;
  width: 100%;
}

.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #47C965;
}
.password-indicator div[style^="width: 0"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 1"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 2"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 3"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 4"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 5"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 6"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 7"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 8"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 9"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 10"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 11"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 12"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 13"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 14"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 15"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 16"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 17"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 18"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 19"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 20"] {
  background-color: #FF0000;
}
.password-indicator div[style^="width: 21"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 22"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 23"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 24"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 25"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 26"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 27"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 28"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 29"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 30"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 31"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 32"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 33"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 34"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 35"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 36"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 37"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 38"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 39"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 40"] {
  background-color: #FF7F00;
}
.password-indicator div[style^="width: 41"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 42"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 43"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 44"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 45"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 46"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 47"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 48"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 49"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 50"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 51"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 52"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 53"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 54"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 55"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 56"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 57"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 58"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 59"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 60"] {
  background-color: #FFFF00;
}
.password-indicator div[style^="width: 61"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 62"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 63"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 64"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 65"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 66"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 67"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 68"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 69"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 70"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 71"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 72"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 73"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 74"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 75"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 76"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 77"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 78"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 79"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 80"] {
  background-color: #7FFF00;
}
.password-indicator div[style^="width: 81"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 82"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 83"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 84"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 85"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 86"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 87"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 88"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 89"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 90"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 91"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 92"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 93"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 94"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 95"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 96"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 97"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 98"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 99"] {
  background-color: #00FF00;
}
.password-indicator div[style^="width: 100"] {
  background-color: #00FF00;
}

input.password-confirm,
input.password-field {
  width: 50%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 959px) {
  input.password-confirm,
  input.password-field {
    width: 100%;
  }
}

div.password-confirm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  float: right;
  /* LTR */
  margin-top: 12px;
  visibility: hidden;
  width: 50%;
}
@media only screen and (max-width: 959px) {
  div.password-confirm {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 12px;
  }
}

div.form-item div.password-suggestions {
  padding: 12px 20px;
  margin: 24px 0;
  width: 100%;
  border: 1px solid #ccc;
}

div.password-suggestions ul {
  margin-bottom: 0;
}

.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 100%;
}

.webform-client-form {
  margin: 0;
  padding: 0;
  margin-left: -20px;
}
.webform-client-form .form-item {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  vertical-align: top;
}
.webform-client-form .form-item.one-half, .webform-client-form .form-item.two-quarter, .webform-client-form .form-item.tow-fourth {
  width: 50%;
}
.webform-client-form .form-item.one-third {
  width: 33.33333%;
}
.webform-client-form .form-item.two-third {
  width: 66.66667%;
}
.webform-client-form .form-item.one-quarter, .webform-client-form .form-item.one-fourth {
  width: 25%;
}
.webform-client-form .form-item.three-quarter, .webform-client-form .form-item.three-fourth {
  width: 75%;
}
.webform-client-form .form-item.left {
  float: left;
}
.webform-client-form .form-item.right {
  float: right;
}
@media only screen and (max-width: 959px) {
  .webform-client-form .form-item.one-half, .webform-client-form .form-item.two-quarter, .webform-client-form .form-item.tow-fourth, .webform-client-form .form-item.one-third, .webform-client-form .form-item.two-third, .webform-client-form .form-item.one-quarter, .webform-client-form .form-item.one-fourth, .webform-client-form .form-item.three-quarter, .webform-client-form .form-item.three-fourth {
    width: 100%;
    margin-left: 0;
  }
}
.webform-client-form .form-actions {
  width: 100%;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  vertical-align: top;
}
.webform-client-form:before, .webform-client-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.webform-client-form:after {
  clear: both;
}
.webform-client-form .form-radios {
  margin: 0;
  padding: 0;
  margin-left: -20px;
}
.webform-client-form .form-radios:before, .webform-client-form .form-radios:after {
  display: table;
  content: "";
  line-height: 0;
}
.webform-client-form .form-radios:after {
  clear: both;
}
.webform-client-form .webform-component-radios {
  margin-bottom: 0;
}
.webform-client-form .form-type-radio input, .webform-client-form .form-type-radio label {
  display: inline;
  font-weight: normal;
}

/* @end */
/* @group Breadcrumbs */
/* @end */
/* @group Cookie bar */
.no-javascript {
  color: white;
  background-color: #666;
}
.no-javascript p {
  margin: 12px auto;
}

/* @end */
/* @group header */
.site-logo {
  display: block;
}

.site-name {
  padding: 12px 0;
}
.site-name h1 {
  margin: 0;
  padding: 0;
}
.site-name h1 a {
  display: block;
  background-image: url(../images/logo.png);
  width: 174px;
  height: 72px;
  text-indent: -9999px;
}

.page-top {
  background-color: #f1f1f1;
  padding: 12px 0;
}
.page-top p {
  margin-bottom: 0;
}

#header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header .search-form label {
  display: none;
}
#header .search-form .form-item {
  float: left;
  margin: 0;
}
#header .search-form .form-submit {
  margin: 0;
}
#header .search-form .form-wrapper {
  float: right;
}
#header .form-search {
  float: right;
  margin: 0;
  text-align: right;
  vertical-align: bottom;
  position: relative;
}
#header .form-search button {
  font-size: 30px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  background: #333;
  border: none;
  width: 48px;
  outline: none;
}
#header .form-search button span {
  display: none;
}
#header .form-search input {
  font-size: 16px;
  line-height: 24px;
}
#header .form-search input[type="search"] {
  float: left;
  width: 300px;
  margin: 0;
  border: none;
  padding: 12px 0;
  position: absolute;
  background-color: #f1f1f1;
  right: 48px;
  max-width: 0;
  -moz-transition: max-width 0.4s ease-in-out, padding-left 0.4s ease-in-out, padding-right 0.4s ease-in-out;
  -o-transition: max-width 0.4s ease-in-out, padding-left 0.4s ease-in-out, padding-right 0.4s ease-in-out;
  -webkit-transition: max-width 0.4s ease-in-out, padding-left 0.4s ease-in-out, padding-right 0.4s ease-in-out;
  transition: max-width 0.4s ease-in-out, padding-left 0.4s ease-in-out, padding-right 0.4s ease-in-out;
}
#header .form-search.active input[type="search"] {
  display: block;
  max-width: 300px;
  padding: 12px 1em;
}
@media only screen and (max-width: 959px) {
  #header .form-search.active input[type="search"] {
    width: 372px;
    max-width: 372px;
  }
}
@media only screen and (max-width: 479px) {
  #header .form-search.active input[type="search"] {
    max-width: 232px;
  }
}
#header.header-1 {
  padding-top: 24px;
  padding-bottom: 24px;
}
#header.header-1 .site-logo {
  float: left;
  width: 33.333%;
}
#header.header-1 #navigation {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66.666%;
}
#header.header-2 > .container {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 960px) {
  #header.header-2 .site-branding,
  #header.header-2 .search-form {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header.header-2 .site-branding {
    padding-right: 20px;
  }
  #header.header-2 .search-form {
    padding-left: 20px;
  }
}
#header.header-3 {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
#header.header-3 .site-logo,
#header.header-3 #navigation {
  display: inline-block;
  margin: 12px auto;
}

/* @end */
/* @group Navigation */
#navigation {
  color: #666;
  background-color: #f1f1f1;
  padding: 0;
}
#navigation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* @end */
/* @group Preface */
#preface {
  background-color: white;
}
#preface:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.banner-image {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: auto !important;
  height: 150px;
  min-height: 150px;
}

/* @end */
/* @group Main */
#main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.content-region {
  padding: 24px 0;
}
.content-region.wide {
  padding: 0;
}

/* @end */
/* @group Sidebar */
.sidebar .block {
  margin-bottom: 24px;
}

/* @end */
/* @group Call to action CTA */
#cta {
  padding: 24px 0;
  border-color: #ccc;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 23px;
  color: #666;
  background: #f1f1f1;
}
#cta a, #cta a:visited {
  color: #333333;
}
#cta a:hover, #cta a:focus {
  color: black;
}

.mailchimp {
  text-align: center;
  margin-bottom: -24px;
}
.mailchimp form {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.mailchimp label {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-right: 1em;
  margin-bottom: 24px;
}
.mailchimp .form-fields {
  display: inline-block;
}
.mailchimp input {
  display: inline-block;
  width: auto;
}
.mailchimp input.hidden {
  display: none;
}

/* @end */
/* @group Footer */
#footer {
  font-size: 14px;
  line-height: 24px;
  padding: 24px 0;
  color: #fff;
  background-color: #000;
}
#footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer p, #footer address {
  margin: 0;
}
#footer a, #footer a:visited {
  color: #fff;
}
#footer a:hover, #footer a:focus {
  color: #fff;
}
#footer .sc-content {
  margin-bottom: 24px;
}

/* @end */
/* @group Trim */
#trim {
  font-size: 14px;
  line-height: 24px;
  padding: 24px 0;
  color: #fff;
  background-color: #000;
}
#trim:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#trim p, #trim address {
  margin: 0;
}
@media only screen and (max-width: 959px) {
  #trim p, #trim address {
    text-align: center !important;
  }
}
#trim a, #trim a:visited {
  color: #fff;
}
#trim a:hover, #trim a:focus {
  color: #fff;
}

/* @end */
/* @group Blocks */
.block-title {
  text-transform: uppercase;
  font-weight: 500;
}

.block.align-right {
  text-align: right;
}

@media only screen and (max-width: 959px) {
  .no-mobile,
  .hide-mobile {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .hide-desktop {
    display: none;
  }
}

.block form.search-form {
  position: relative;
}
.block form.search-form .form-item {
  float: none;
}
.block form.search-form .form-item .form-text {
  padding-right: 32px;
}
.block form.search-form .form-actions {
  position: absolute;
  right: 1px;
  top: 1px;
}
.block form.search-form .form-actions .form-submit {
  background-color: transparent;
  border: none;
  color: #333 !important;
  padding: 12px 6px;
  font-size: 0px;
  line-height: 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.block form.search-form .form-actions .form-submit:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e60e';
  font-size: 20px;
  line-height: 24px;
  vertical-align: top;
  width: 20px;
}

/* @end */
/* @group Views */
.views-exposed-widget {
  float: left;
  margin-right: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}
.views-exposed-widget label {
  margin-top: -24px;
}
.views-exposed-widget label.option {
  display: inline-block;
}
.views-exposed-widget input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
.views-exposed-widget input[type="checkbox"] {
  display: inline-block;
}
.views-exposed-widget .chosen-container {
  margin-bottom: 0;
}

.views-submit-button {
  padding-top: 0;
}

.view-search .view-header {
  margin-bottom: 24px;
}

.sidebar .views-exposed-widget {
  width: 100%;
  max-width: 420px;
  margin-right: 0;
}
.sidebar .views-exposed-widget .chosen-container,
.sidebar .views-exposed-widget input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}
.sidebar .views-exposed-widget .chosen-container[type="checkbox"],
.sidebar .views-exposed-widget input[type="checkbox"] {
  width: auto !important;
  margin: 0;
}
.sidebar .views-exposed-widget.views-submit-button {
  margin-top: 0;
}

/* @end */
/* @group Content */
.page-header-image {
  height: 300px;
  width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.node .field {
  margin-bottom: 24px;
}
.node .links.inline {
  list-style: none;
  margin: 0;
}

.galleryformatter {
  margin-bottom: 24px;
}

.row {
  margin-bottom: 24px;
}

.see-more,
.see-all {
  float: right;
}

/* @end */
/* @group Posts */
.submitted {
  margin-bottom: 24px;
}
.submitted .posted-by .user-picture {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 5px;
}
.submitted .posted-by .user-picture a {
  display: block;
  width: auto;
}

.prev-next {
  float: right;
}
.prev-next .next, .prev-next .previous, .prev-next .back {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.prev-next .next:before, .prev-next .previous:before, .prev-next .back:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #666;
  text-indent: 0;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prev-next .next:hover:before, .prev-next .previous:hover:before, .prev-next .back:hover:before {
  color: #1a1a1a;
}
.prev-next .next, .prev-next .previous {
  font-size: 22px;
  line-height: 24px;
}
.prev-next .next:before {
  content: '\F105';
}
.prev-next .previous:before {
  content: '\F104';
}
.prev-next .back {
  font-size: 18px;
  line-height: 24px;
}
.prev-next .back:before {
  content: '\F0c9';
}
.prev-next .disable:before, .prev-next .disable:hover:before {
  color: #a6a6a6;
}

@-moz-keyframes tl-tr {
  0% {
    top: 11px;
    left: 11px;
  }
  50% {
    top: 9px;
    left: 15px;
  }
  100% {
    top: 11px;
    left: 18px;
  }
}
@-webkit-keyframes tl-tr {
  0% {
    top: 11px;
    left: 11px;
  }
  50% {
    top: 9px;
    left: 15px;
  }
  100% {
    top: 11px;
    left: 18px;
  }
}
@keyframes tl-tr {
  0% {
    top: 11px;
    left: 11px;
  }
  50% {
    top: 9px;
    left: 15px;
  }
  100% {
    top: 11px;
    left: 18px;
  }
}
@-moz-keyframes tr-br {
  0% {
    top: 11px;
    left: 18px;
  }
  50% {
    top: 15px;
    left: 21px;
  }
  100% {
    top: 18px;
    left: 18px;
  }
}
@-webkit-keyframes tr-br {
  0% {
    top: 11px;
    left: 18px;
  }
  50% {
    top: 15px;
    left: 21px;
  }
  100% {
    top: 18px;
    left: 18px;
  }
}
@keyframes tr-br {
  0% {
    top: 11px;
    left: 18px;
  }
  50% {
    top: 15px;
    left: 21px;
  }
  100% {
    top: 18px;
    left: 18px;
  }
}
@-moz-keyframes br-bl {
  0% {
    top: 18px;
    left: 18px;
  }
  50% {
    top: 21px;
    left: 15px;
  }
  100% {
    top: 18px;
    left: 11px;
  }
}
@-webkit-keyframes br-bl {
  0% {
    top: 18px;
    left: 18px;
  }
  50% {
    top: 21px;
    left: 15px;
  }
  100% {
    top: 18px;
    left: 11px;
  }
}
@keyframes br-bl {
  0% {
    top: 18px;
    left: 18px;
  }
  50% {
    top: 21px;
    left: 15px;
  }
  100% {
    top: 18px;
    left: 11px;
  }
}
@-moz-keyframes bl-tl {
  0% {
    top: 18px;
    left: 11px;
  }
  50% {
    top: 14px;
    left: 8px;
  }
  100% {
    top: 11px;
    left: 11px;
  }
}
@-webkit-keyframes bl-tl {
  0% {
    top: 18px;
    left: 11px;
  }
  50% {
    top: 14px;
    left: 8px;
  }
  100% {
    top: 11px;
    left: 11px;
  }
}
@keyframes bl-tl {
  0% {
    top: 18px;
    left: 11px;
  }
  50% {
    top: 14px;
    left: 8px;
  }
  100% {
    top: 11px;
    left: 11px;
  }
}
.detailed-prev-next {
  background-color: #f8f8f8;
  margin-bottom: 24px;
  width: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAMAAAAsPuSGAAAAA1BMVEX///+nxBvIAAAADElEQVQIW2NgYGAAAAAEAAFaz4BSAAAAAElFTkSuQmCC");
  background-position: top center;
  background-repeat: repeat-y;
  float: left;
  position: relative;
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .detailed-prev-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAMAAABMg11sAAAAA1BMVEX///+nxBvIAAAAC0lEQVQIW2NgQAYAAA4AAc3QNJoAAAAASUVORK5CYII=");
    -webkit-background-size: 3px 1px;
    background-size: 3px 1px;
  }
}
.detailed-prev-next:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.detailed-prev-next .previous,
.detailed-prev-next .next {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 24px 40px;
}
.detailed-prev-next .previous:hover,
.detailed-prev-next .next:hover {
  text-decoration: none;
}
.detailed-prev-next .previous .label,
.detailed-prev-next .next .label {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 11px;
  border-color: #eee;
}
.detailed-prev-next .previous .title:hover,
.detailed-prev-next .next .title:hover {
  text-decoration: underline;
}
.detailed-prev-next .previous.disable .label,
.detailed-prev-next .next.disable .label {
  color: #999;
}
.detailed-prev-next .previous .label:before,
.detailed-prev-next .next .label:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
}
.detailed-prev-next .previous .label:before {
  margin-right: 5px;
  content: '\e605';
}
.detailed-prev-next .next .label {
  text-align: right;
}
.detailed-prev-next .next .label:after {
  margin-left: 5px;
  content: '\e608';
}
.detailed-prev-next .back {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  margin-top: -18px;
  margin-left: -18px;
  border: 1px solid #666;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.detailed-prev-next .back i {
  display: block;
  width: 6px;
  height: 6px;
  background: #666;
  position: absolute;
  -moz-transition: top 0.1s ease-out, left 0.1s ease-out;
  -o-transition: top 0.1s ease-out, left 0.1s ease-out;
  -webkit-transition: top 0.1s ease-out, left 0.1s ease-out;
  transition: top 0.1s ease-out, left 0.1s ease-out;
}
.detailed-prev-next .back i.tl {
  top: 11px;
  left: 11px;
}
.detailed-prev-next .back i.tr {
  top: 11px;
  left: 18px;
}
.detailed-prev-next .back i.bl {
  top: 18px;
  left: 11px;
}
.detailed-prev-next .back i.br {
  top: 18px;
  left: 18px;
}
.detailed-prev-next .back:hover {
  background: #666;
}
.detailed-prev-next .back:hover i {
  background: #fff;
}
.detailed-prev-next .back:hover i.tl {
  top: 10px;
  left: 10px;
}
.detailed-prev-next .back:hover i.tr {
  top: 10px;
  left: 19px;
}
.detailed-prev-next .back:hover i.bl {
  top: 19px;
  left: 10px;
}
.detailed-prev-next .back:hover i.br {
  top: 19px;
  left: 19px;
}

.node-post.node-full.display-author-pane .author {
  position: absolute;
  left: 0;
  width: 115px;
}
.node-post.node-full.display-author-pane .author img {
  width: 100%;
  height: auto;
}
.node-post.node-full.display-author-pane .author a {
  text-align: center;
  display: block;
}
.node-post.node-full.display-author-pane .content,
.node-post.node-full.display-author-pane .links {
  padding-left: 139px;
}
@media only screen and (max-width: 959px) {
  .node-post.node-full.display-author-pane .author {
    position: relative;
    display: inline-block;
    width: 100%;
    float: none;
    padding-right: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 11px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 11px;
  }
  .node-post.node-full.display-author-pane .author img {
    width: auto;
    height: 48px;
    margin-right: 24px;
  }
  .node-post.node-full.display-author-pane .author a {
    float: left;
    text-align: left;
  }
  .node-post.node-full.display-author-pane .content,
  .node-post.node-full.display-author-pane .links {
    padding-left: 0;
  }
}
.node-post.node-teaser {
  padding-top: 46px;
  border-top: 4px solid #fbfbfb;
  margin-bottom: 46px;
}
.row.first .node-post.node-teaser, .views-row.views-row-first .node-post.node-teaser {
  padding-top: 0;
  border-top: none;
}
.node-post.node-front-teaser h3 {
  margin-bottom: 0;
}
.node-post.node-front-teaser .submitted {
  color: #000;
}

.recent-post a {
  font-weight: normal;
  color: #666;
}

.monthly-archive ul.views-summary {
  list-style: none;
  margin: 0;
}
.monthly-archive a {
  font-weight: normal;
}

/* @end */
/* @group Jobs */
.node-job-spec {
  margin-bottom: 24px;
}

/* @end */
/* @group events */
.view .date-nav-wrapper {
  margin-top: 0;
}
.view .date-nav-wrapper .date-heading {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.view .date-nav-wrapper .date-heading h3 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #818181;
  text-transform: uppercase;
}
.view .date-nav-wrapper .date-heading h3 a {
  color: #818181;
  position: relative;
  z-index: 4;
}
.view .date-nav-wrapper .date-nav {
  margin: 0;
  padding: 0;
}
.view .date-nav-wrapper ul.pager {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 0;
  padding-bottom: 0;
}
.view .date-nav-wrapper ul.pager li {
  position: static;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  display: block;
  float: left;
  right: auto;
  left: auto;
}
.view .date-nav-wrapper ul.pager li a {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .view .date-nav-wrapper ul.pager li {
    margin-top: -48px;
    position: relative;
    z-index: 2;
  }
}
.view .date-nav-wrapper ul.pager .date-next a,
.view .date-nav-wrapper ul.pager .date-prev a {
  border: none;
  background: transparent;
  padding: 12px;
  text-align: left;
  text-indent: -9999px;
  position: relative;
}
.view .date-nav-wrapper ul.pager .date-next a:before,
.view .date-nav-wrapper ul.pager .date-prev a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  border: none;
  background-color: #fbfbfb;
  width: 24px;
  height: 24px;
  padding: 0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-image: url("../images/site-sprite.png");
  background-position: -24px -97px;
  background-repeat: no-repeat;
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .view .date-nav-wrapper ul.pager .date-next a:before,
  .view .date-nav-wrapper ul.pager .date-prev a:before {
    background-image: url("../images/site-sprite@2x.png") !important;
    -webkit-background-size: 106px 117px;
    background-size: 106px 117px;
  }
}
.view .date-nav-wrapper ul.pager .date-next a:hover:before,
.view .date-nav-wrapper ul.pager .date-prev a:hover:before {
  background-color: #eeeeee;
}
.view .date-nav-wrapper ul.pager .date-next {
  float: right;
}
.view .date-nav-wrapper ul.pager .date-next a:before {
  background-position: -47px -97px;
}

.calendar-calendar .month-view .full td,
.calendar-calendar .week-view .full td,
.calendar-calendar .day-view td {
  padding: 0;
}
.calendar-calendar th.days {
  line-height: 18px;
  border-bottom: none;
}
.calendar-calendar .date-box {
  height: auto;
  max-height: none;
  padding: 0;
  line-height: 22px;
}
.calendar-calendar .date-box.today {
  line-height: 22px;
}
.calendar-calendar div.day {
  padding: 0;
}
.calendar-calendar td.empty {
  color: #333333;
}
.calendar-calendar .single-day .inner {
  height: auto !important;
  height: 46px;
  min-height: 46px;
}
.calendar-calendar .single-day.today .inner {
  height: auto !important;
  height: 45px;
  min-height: 45px;
}
.calendar-calendar .multi-day .inner {
  height: auto !important;
  height: 44px;
  min-height: 44px;
}
.calendar-calendar .multi-day .single-day {
  padding-bottom: 0;
}
.calendar-calendar .month-view thead,
.calendar-calendar .week-view thead,
.calendar-calendar .day-view thead {
  border: none;
  background-color: transparent;
}
.calendar-calendar .month-view tr,
.calendar-calendar .week-view tr,
.calendar-calendar .day-view tr {
  border: none;
  background-color: transparent;
}
.calendar-calendar .month-view .mini,
.calendar-calendar .week-view .mini,
.calendar-calendar .day-view .mini {
  margin-bottom: 24px;
}
.calendar-calendar .month-view .mini th.days,
.calendar-calendar .week-view .mini th.days,
.calendar-calendar .day-view .mini th.days {
  font-weight: normal;
  background-color: transparent;
  line-height: 46px;
  margin: 1px;
  border: none;
  color: #797979;
}
.calendar-calendar .month-view .mini th.days.sun,
.calendar-calendar .week-view .mini th.days.sun,
.calendar-calendar .day-view .mini th.days.sun {
  color: #ccc;
}
.calendar-calendar .month-view .mini td.mini,
.calendar-calendar .week-view .mini td.mini,
.calendar-calendar .day-view .mini td.mini {
  text-align: center;
  line-height: 46px;
  border: 1px solid #fff;
  background-color: #fbfbfb;
  color: #797979;
}
.calendar-calendar .month-view .mini td.mini.empty,
.calendar-calendar .week-view .mini td.mini.empty,
.calendar-calendar .day-view .mini td.mini.empty {
  background-color: #fcfcfc;
}
.calendar-calendar .month-view .full,
.calendar-calendar .week-view .full,
.calendar-calendar .day-view .full {
  margin-bottom: 24px;
}
.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .month-view .full .inner .weekview,
.calendar-calendar .month-view .full .inner .dayview,
.calendar-calendar .week-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .week-view .full .inner .dayview,
.calendar-calendar .day-view .full .inner .monthview,
.calendar-calendar .day-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.calendar-calendar .month-view .full .inner .monthview a,
.calendar-calendar .month-view .full .inner .weekview a,
.calendar-calendar .month-view .full .inner .dayview a,
.calendar-calendar .week-view .full .inner .monthview a,
.calendar-calendar .week-view .full .inner .weekview a,
.calendar-calendar .week-view .full .inner .dayview a,
.calendar-calendar .day-view .full .inner .monthview a,
.calendar-calendar .day-view .full .inner .weekview a,
.calendar-calendar .day-view .full .inner .dayview a {
  color: #fff;
  font-size: 13px;
}
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .month-view .full td.single-day div.weekview,
.calendar-calendar .month-view .full td.single-day div.dayview,
.calendar-calendar .week-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .week-view .full td.single-day div.dayview,
.calendar-calendar .day-view .full td.single-day div.monthview,
.calendar-calendar .day-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background-color: #ccc;
}
.calendar-calendar .month-view .full th.days,
.calendar-calendar .week-view .full th.days,
.calendar-calendar .day-view .full th.days {
  font-weight: normal;
  background-color: transparent;
  line-height: 48px;
  padding: 0;
  border: none;
  color: #797979;
}
.calendar-calendar .month-view .full th.days.sun,
.calendar-calendar .week-view .full th.days.sun,
.calendar-calendar .day-view .full th.days.sun {
  color: #ccc;
}
.calendar-calendar .month-view .full td,
.calendar-calendar .week-view .full td,
.calendar-calendar .day-view .full td {
  color: #797979;
  border-color: #fff;
  background-color: #fbfbfb;
}
.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full tr td.multi-day.today,
.calendar-calendar .month-view .full tr td.date-box.today,
.calendar-calendar .week-view .full tr td.single-day.today,
.calendar-calendar .week-view .full tr td.multi-day.today,
.calendar-calendar .week-view .full tr td.date-box.today,
.calendar-calendar .day-view .full tr td.single-day.today,
.calendar-calendar .day-view .full tr td.multi-day.today,
.calendar-calendar .day-view .full tr td.date-box.today {
  border-color: #ccc;
}
.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty,
.calendar-calendar .week-view .full td.single-day .calendar-empty,
.calendar-calendar .week-view .full td.single-day.empty,
.calendar-calendar .week-view .full td.date-box.empty,
.calendar-calendar .day-view .full td.single-day .calendar-empty,
.calendar-calendar .day-view .full td.single-day.empty,
.calendar-calendar .day-view .full td.date-box.empty {
  background: #fcfcfc;
}
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .month-view .full td.multi-day div.weekview,
.calendar-calendar .month-view .full td.multi-day div.dayview,
.calendar-calendar .week-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .week-view .full td.multi-day div.dayview,
.calendar-calendar .day-view .full td.multi-day div.monthview,
.calendar-calendar .day-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  height: 24px;
  background: #aaa;
}
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .month-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .weekview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
.calendar-calendar .day-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .day-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .day-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .day-view .full td.multi-day .inner .weekview .cutoff {
  background: none;
}

.event-date {
  padding: 7px 7px 4px 7px;
  margin-bottom: 1px;
  margin-right: 1em;
  color: #fff;
  background-color: #333;
  float: left;
}
.event-date .day, .event-date .month {
  text-align: center;
  display: block;
  vertical-align: bottom;
}
.event-date .day {
  font-size: 19px;
  line-height: 14px;
}
.event-date .month {
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.node-events.node-teaser {
  padding-top: 46px;
  border-top: 4px solid #fbfbfb;
  margin-bottom: 46px;
}
.row.first .node-events.node-teaser, .views-row.views-row-first .node-events.node-teaser {
  padding-top: 0;
  border-top: none;
}
.node-events.node-list-item h3 {
  margin: 0;
}
.node-events.node-front-teaser {
  position: relative;
}
.node-events.node-front-teaser .event-date {
  position: absolute;
  left: 0;
  top: 0;
}
.node-events.node-front-teaser .image {
  display: block;
  margin-bottom: 24px;
}
.node-events.node-front-teaser .image img {
  display: block;
  padding: 0;
  margin: 0;
}

/* @end */
/* @group Taxonomy Term */
.term-listing-content .inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 960px) {
  .term-listing-content .inner {
    margin-left: -40px;
  }
}
.term-listing-content .inner > .taxonomy-term,
.term-listing-content .inner > .node {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-bottom: 24px;
}
@media only screen and (min-width: 960px) {
  .term-listing-content .inner > .taxonomy-term,
  .term-listing-content .inner > .node {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .term-listing-content .inner > .taxonomy-term-grid-teaser,
  .term-listing-content .inner > .node-grid-teaser {
    width: 33.33333%;
  }
}
.term-listing-content .inner > .taxonomy-term-grid-teaser:nth-child(3n+1),
.term-listing-content .inner > .node-grid-teaser:nth-child(3n+1) {
  clear: left;
}

/* @end */
/* @group User */
.user-profile {
  clear: both;
  overflow: hidden;
  margin-bottom: 24px;
}
.user-profile.teaser .user-details {
  width: 100%;
}
.user-profile.teaser .user-name {
  margin-bottom: 0;
}
.user-profile .user-picture {
  float: left;
  margin-right: 24px;
}
.user-profile .user-picture a, .user-profile .user-picture img {
  display: block;
}
.user-profile .user-details {
  margin-bottom: 24px;
}
.user-profile.list_item .user-picture {
  margin-right: 10px;
}
.user-profile.list_item h4 {
  font-weight: 300;
}

/* @end  */
/* @group Fonts */
@font-face {
  font-family: "icons";
  src: url('/sites/all/themes/base/assets/fonts/icons/icons.eot');
  src: url('/sites/all/themes/base/assets/fonts/icons/icons.eot?#iefix') format('embedded-opentype'), url('/sites/all/themes/base/assets/fonts/icons/icons.woff') format('woff'), url('/sites/all/themes/base/assets/fonts/icons/icons.ttf') format('truetype'), url('/sites/all/themes/base/assets/fonts/icons/icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* @end */
/* @end */
/* @group grid */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1320px;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.column-full-width {
  width: 100%;
}

.column-eleven-twelfth {
  width: 91.666%;
}

.column-nine-tenth {
  width: 90%;
}

.column-seven-eighth,
.mobile-seven-eighth {
  width: 87.5%;
}

.column-five-sixth, .column-ten-twelfth {
  width: 83.333%;
}

.column-four-fifth, .column-eight-tenth {
  width: 80%;
}

.column-three-quarter,
.column-three-fourth, .column-six-eighth, .column-nine-twelfth {
  width: 75%;
}

.column-seven-tenth {
  width: 70%;
}

.column-two-third, .column-four-sixth, .column-eight-twelfth {
  width: 66.666%;
}

.column-five-eighth {
  width: 62.5%;
}

.column-three-fifth, .column-six-tenth {
  width: 60%;
}

.column-seven-twelfth {
  width: 58.333%;
}

.column-one-half, .column-two-quarter,
.column-two-fourth, .column-three-sixth, .column-four-eighth, .column-five-tenth,
.mobile-five-tenth, .column-six-twelfth {
  width: 50%;
}

.column-five-twelfth {
  width: 41.666%;
}

.column-two-fifth, .column-four-tenth {
  width: 40%;
}

.column-three-eighth {
  width: 37.5%;
}

.column-one-third, .column-two-sixth, .column-four-twelfth {
  width: 33.333%;
}

.column-three-tenth {
  width: 30%;
}

.column-one-quarter,
.column-one-fourth, .column-two-eighth, .column-three-twelfth {
  width: 25%;
}

.column-one-fifth, .column-two-tenth {
  width: 20%;
}

.column-one-sixth, .column-two-twelfth {
  width: 16.666%;
}

.column-one-eighth {
  width: 12.5%;
}

.column-one-tenth {
  width: 10%;
}

.column-one-twelfth {
  width: 8.333%;
}

@media only screen and (max-width: 959px) {
  .mobile-full-width {
    width: 100%;
  }

  .mobile-eleven-twelfth {
    width: 91.666%;
  }

  .mobile-nine-tenth {
    width: 90%;
  }

  .mobile-seven-eighth {
    width: 87.5%;
  }

  .mobile-five-sixth, .mobile-ten-twelfth {
    width: 83.333%;
  }

  .mobile-four-fifth, .mobile-eight-tenth {
    width: 80%;
  }

  .mobile-three-quarter,
  .mobile-three-fourth, .mobile-six-eighth, .mobile-nine-twelfth {
    width: 75%;
  }

  .mobile-seven-tenth {
    width: 70%;
  }

  .mobile-two-third, .mobile-four-sixth, .mobile-eight-twelfth {
    width: 66.666%;
  }

  .mobile-five-eighth {
    width: 62.5%;
  }

  .mobile-three-fifth, .mobile-six-tenth {
    width: 60%;
  }

  .mobile-seven-twelfth {
    width: 58.333%;
  }

  .mobile-one-half, .mobile-two-quarter,
  .mobile-two-fourth, .mobile-three-sixth, .mobile-four-eighth, .mobile-five-tenth, .mobile-six-twelfth {
    width: 50%;
  }

  .mobile-five-twelfth {
    width: 41.666%;
  }

  .mobile-two-fifth, .mobile-four-tenth {
    width: 40%;
  }

  .mobile-three-eighth {
    width: 37.5%;
  }

  .mobile-one-third, .mobile-two-sixth, .mobile-four-twelfth {
    width: 33.333%;
  }

  .mobile-three-tenth {
    width: 30%;
  }

  .mobile-one-quarter,
  .mobile-one-fourth, .mobile-one-eighth, .mobile-three-twelfth {
    width: 25%;
  }

  .mobile-one-fifth, .mobile-one-tenth {
    width: 20%;
  }

  .mobile-one-sixth, .mobile-two-twelfth {
    width: 16.666%;
  }

  .mobile-one-eighth {
    width: 12.5%;
  }

  .mobile-one-tenth {
    width: 10%;
  }

  .mobile-one-twelfth {
    width: 8.333%;
  }
}
.offset-one-half {
  margin-left: 50%;
}

.offset-one-third {
  margin-left: 33.333%;
}

.offset-one-quarter,
.offset-one-quarter {
  margin-left: 25%;
}

.offset-one-fifth {
  margin-left: 20%;
}

.offset-one-sixth {
  margin-left: 16.666%;
}

.offset-one-eighth {
  margin-left: 12.5%;
}

.offset-one-tenth {
  margin-left: 10%;
}

.offset-one-twelfth {
  margin-left: 8.333%;
}

.no-gutter {
  padding-left: 0;
}

[class*="column-"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  float: left;
  padding-left: 40px;
  vertical-align: top;
}
[class*="column-"].left {
  float: left;
}
[class*="column-"].right {
  float: right;
}
[class*="column-"] .border {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
@media only screen and (max-width: 959px) {
  [class*="column-"] {
    padding-left: 20px;
  }
  [class*="column-"]:not(.mobile) {
    width: 100%;
    margin-left: 0;
  }
  .clear-mobile-half [class*="column-"]:nth-child(2n+1) {
    clear: left;
  }
  .clear-mobile-third [class*="column-"]:nth-child(3n+1) {
    clear: left;
  }
}

.grid-row {
  margin: 0;
  padding: 0;
  margin-left: -40px;
}
@media only screen and (max-width: 959px) {
  .grid-row {
    margin-left: -20px;
  }
}
.grid-row:before, .grid-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-row:after {
  clear: both;
}

/* @end */
