@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #30BBB9;
  text-decoration: none; }
  a:hover, a:focus {
    color: #207e7d;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #30BBB9; }

a.text-primary:hover,
a.text-primary:focus {
  color: #269291; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #30BBB9; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #269291; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 1035px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .container-small, .container-medium, .container-large {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px; }
  .container:before, .container-small:before, .container-medium:before, .container-large:before, .container:after, .container-small:after, .container-medium:after, .container-large:after {
    content: " ";
    display: table; }
  .container:after, .container-small:after, .container-medium:after, .container-large:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .container-small, .container-medium, .container-large {
      width: 770px; } }
  @media (min-width: 992px) {
    .container, .container-small, .container-medium, .container-large {
      width: 990px; } }
  @media (min-width: 1200px) {
    .container, .container-small, .container-medium, .container-large {
      width: 1190px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -25px;
  margin-right: -25px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 49px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 55px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px; }
.form-horizontal .form-group {
  margin-left: -25px;
  margin-right: -25px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 25px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #30BBB9;
  border-color: #2ba7a5; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #269291;
    border-color: #114141; }
  .btn-primary:hover {
    color: #fff;
    background-color: #269291;
    border-color: #1e7675; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #269291;
    border-color: #1e7675; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #1e7675;
      border-color: #114141; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #30BBB9;
    border-color: #2ba7a5; }
  .btn-primary .badge {
    color: #30BBB9;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #30BBB9;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #207e7d;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #30BBB9; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 1035px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 20px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #30BBB9; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #30BBB9;
    border-color: #30BBB9; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #30BBB9; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 1035px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 1035px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 25px;
  padding-left: 25px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 1035px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, .container-small > .navbar-header, .container-medium > .navbar-header, .container-large > .navbar-header,
.container > .navbar-collapse,
.container-small > .navbar-collapse,
.container-medium > .navbar-collapse,
.container-large > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -25px;
  margin-left: -25px; }
  @media (min-width: 1035px) {
    .container > .navbar-header, .container-small > .navbar-header, .container-medium > .navbar-header, .container-large > .navbar-header,
    .container > .navbar-collapse,
    .container-small > .navbar-collapse,
    .container-medium > .navbar-collapse,
    .container-large > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 1035px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 1035px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 29px 25px;
  font-size: 20px;
  line-height: 22px;
  height: 80px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 1035px) {
    .navbar > .container .navbar-brand, .navbar > .container-small .navbar-brand, .navbar > .container-medium .navbar-brand, .navbar > .container-large .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -25px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 25px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 1035px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 14.5px -25px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 1034px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 1035px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 29px;
          padding-bottom: 29px; } }

.navbar-form {
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 18px;
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 1034px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 1035px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 18px;
  margin-bottom: 18px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 23.5px;
    margin-bottom: 23.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 29px;
    margin-bottom: 29px; }

.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px; }
  @media (min-width: 1035px) {
    .navbar-text {
      float: left;
      margin-left: 25px;
      margin-right: 25px; } }

@media (min-width: 1035px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -25px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(238, 238, 238, 0.8); }
  .navbar-default .navbar-brand {
    color: #30BBB9; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #269291;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #30BBB9;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #30BBB9; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: rgba(238, 238, 238, 0.8); }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #30BBB9; }
  @media (max-width: 1034px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #30BBB9;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 1034px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 10px 20px;
      line-height: 1.42857;
      text-decoration: none;
      color: #30BBB9;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #207e7d;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #30BBB9;
    border-color: #30BBB9;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #30BBB9; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #269291; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.alert, body.SeismicSurveys .UserDefinedForm form span.required, .userdefinedform form span.required {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4, body.SeismicSurveys .UserDefinedForm form span.required h4, .userdefinedform form span.required h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, body.SeismicSurveys .UserDefinedForm form span.required .alert-link, .userdefinedform form span.required .alert-link {
    font-weight: bold; }
  .alert > p, body.SeismicSurveys .UserDefinedForm form span.required > p, .userdefinedform form span.required > p,
  .alert > ul,
  body.SeismicSurveys .UserDefinedForm form span.required > ul,
  .userdefinedform form span.required > ul {
    margin-bottom: 0; }
  .alert > p + p, body.SeismicSurveys .UserDefinedForm form span.required > p + p, .userdefinedform form span.required > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger, body.SeismicSurveys .UserDefinedForm form span.required, .userdefinedform form span.required {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr, body.SeismicSurveys .UserDefinedForm form span.required hr, .userdefinedform form span.required hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link, body.SeismicSurveys .UserDefinedForm form span.required .alert-link, .userdefinedform form span.required .alert-link {
    color: #843534; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #30BBB9;
  border-color: #30BBB9; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7f0f0; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #30BBB9; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #30BBB9;
    border-color: #30BBB9; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #30BBB9; }
    .panel-primary > .panel-heading .badge {
      color: #30BBB9;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #30BBB9; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .sections .section:before, .clearfix:after, .sections .section:after {
  content: " ";
  display: table; }
.clearfix:after, .sections .section:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.container-small {
  max-width: 770px; }

.container-medium {
  max-width: 990px; }

.container-large {
  max-width: 1190px; }

.nav-centered {
  text-align: center;
  margin-bottom: 22px; }
  .nav-centered .nav {
    display: inline-block; }
    .nav-centered .nav li {
      display: inline; }
    .nav-centered .nav a {
      float: left; }

* html .nav-centered .nav, * + html .nav-centered .nav {
  display: inline; }

.background-image, .content-section-carousel .carousel .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.sections .section {
  position: relative;
  min-height: 400px; }

.panel-title span {
  cursor: pointer;
  display: block; }
  .panel-title span i:before {
    content: "\f057"; }
  .panel-title span.collapsed i:before {
    content: "\f13a"; }

.panel-body {
  color: #333333; }

.flickrgallery {
  min-height: 400px; }

.carousel-fade .carousel-inner > .item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }
.carousel-fade .carousel-inner > .item:first-of-type {
  position: relative; }
.carousel-fade .carousel-inner > .active {
  opacity: 1;
  z-index: 3; }
.carousel-fade .carousel-inner > .next.left,
.carousel-fade .carousel-inner > .prev.right {
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 2; }
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
  z-index: 1; }
.carousel-fade .carousel-control {
  z-index: 4; }

#lightcase-overlay {
  z-index: 1050 !important; }

#lightcase-loading {
  z-index: 1051 !important; }

#lightcase-case {
  z-index: 1052 !important; }

.content-section > div {
  padding-top: 88px;
  padding-bottom: 88px; }
  @media (max-width: 767px) {
    .content-section > div {
      padding-top: 44px;
      padding-bottom: 44px; } }
.content-section.content-section-map > div, .content-section.content-section-carousel > div {
  padding-top: 0;
  padding-bottom: 0; }
.content-section.content-section-map .container-fluid, .content-section.content-section-carousel .container-fluid {
  padding-left: 0;
  padding-right: 0; }
.content-section .container h2, .content-section .container-small h2, .content-section .container-medium h2, .content-section .container-large h2, .content-section .container-fluid h2 {
  margin-bottom: 44px; }

.content-type {
  padding-bottom: 22px; }

.content-section-links {
  margin-top: 22px; }

.content-section-carousel {
  position: relative; }
  .content-section-carousel .carousel {
    width: 100%;
    height: 100%;
    margin: 0; }
    .content-section-carousel .carousel .item {
      min-height: 400px;
      width: 100%;
      height: 100%; }
  .content-section-carousel .content-section-links {
    position: absolute;
    width: 100%;
    bottom: 22px;
    left: 0; }
    @media (min-width: 992px) {
      .content-section-carousel .content-section-links {
        bottom: 20%; } }

.carousel-caption {
  top: 40%; }

.carousel-control i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.image-gallery-thumbnails > a img {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .image-gallery-thumbnails > a img.inactive {
    opacity: 0.4 !important; }
  .image-gallery-thumbnails > a img.active {
    opacity: 1 !important; }
.image-gallery-thumbnails > a.selected img {
  opacity: 1; }
.image-gallery-thumbnails > a.not-selected img {
  opacity: 0.4; }

@media (max-width: 991px) {
  .map-container {
    margin-left: 25px;
    margin-right: 25px; } }

.map {
  width: 100%;
  height: 700px; }
  @media (max-width: 767px) {
    .map {
      height: 450px; } }
  @media (max-width: 991px) {
    .map {
      height: 550px; } }

.gm-style {
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }

.map-info-bubble {
  width: 280px;
  height: 300px;
  overflow: hidden;
  text-align: left; }
  .map-info-bubble .content {
    padding: 0 20px; }
  .map-info-bubble .img-responsive {
    max-width: 100% !important; }

.map-marker-cluster[style*="background"] {
  background-color: #30BBB9;
  border-radius: 50%;
  z-index: 2000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5), inset 0px 0px 0px 2px white;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5), inset 0px 0px 0px 2px white; }

.map-marker-label .fa {
  color: #30BBB9;
  width: 32px;
  height: 55px;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5); }

body.Page .block,
body.Page .block-green,
body.Page .block-number,
body.Page .single-block-green, body.HorizontalPage .block,
body.HorizontalPage .block-green,
body.HorizontalPage .block-number,
body.HorizontalPage .single-block-green {
  border: 4px solid #efefef; }
body.Page .single-block-green, body.HorizontalPage .single-block-green {
  overflow: hidden;
  position: relative; }
  body.Page .single-block-green .snippet, body.HorizontalPage .single-block-green .snippet {
    height: auto; }
    body.Page .single-block-green .snippet:before, body.HorizontalPage .single-block-green .snippet:before {
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.2);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    @media (min-width: 768px) {
      body.Page .single-block-green .snippet, body.HorizontalPage .single-block-green .snippet {
        height: calc(660px - 160px); } }
    @media (min-width: 1200px) {
      body.Page .single-block-green .snippet, body.HorizontalPage .single-block-green .snippet {
        height: calc(100vh - 160px);
        max-height: 574px; } }
  body.Page .single-block-green .snippet-image, body.HorizontalPage .single-block-green .snippet-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 574px; }
    body.Page .single-block-green .snippet-image img, body.HorizontalPage .single-block-green .snippet-image img {
      flex-shrink: 0;
      min-width: 100%;
      min-height: 100%;
      max-height: inherit;
      object-fit: cover; }
  body.Page .single-block-green .snippet-text, body.HorizontalPage .single-block-green .snippet-text {
    color: white;
    text-align: center;
    position: relative;
    background: #30BBB9;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #30BBB9, #2ba7a5);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #30BBB9, #2ba7a5);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #30BBB9, #2ba7a5);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom right, #30BBB9, #2ba7a5);
    /* Standard syntax */
    color: white;
    width: auto;
    height: auto;
    z-index: 10;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      body.Page .single-block-green .snippet-text, body.HorizontalPage .single-block-green .snippet-text {
        position: absolute;
        width: 50%;
        height: 50%; } }
  body.Page .single-block-green .citation, body.HorizontalPage .single-block-green .citation {
    color: white;
    border-bottom: 1px dotted white; }
    body.Page .single-block-green .citation:hover, body.HorizontalPage .single-block-green .citation:hover {
      border-bottom: 1px solid white; }
  body.Page .single-block-green .popover, body.HorizontalPage .single-block-green .popover {
    color: #333; }
body.Page .block-green, body.HorizontalPage .block-green {
  background-color: #30BBB9 !important; }
  body.Page .block-green .snippet-text, body.HorizontalPage .block-green .snippet-text {
    color: white;
    text-align: center; }
  body.Page .block-green .citation, body.HorizontalPage .block-green .citation {
    color: white;
    border-bottom: 1px dotted white; }
    body.Page .block-green .citation:hover, body.HorizontalPage .block-green .citation:hover {
      border-bottom: 1px solid white; }
  body.Page .block-green .popover, body.HorizontalPage .block-green .popover {
    color: #333; }
body.Page .block, body.HorizontalPage .block {
  background-color: white;
  position: relative; }
  body.Page .block .snippet, body.Page .block iframe, body.HorizontalPage .block .snippet, body.HorizontalPage .block iframe {
    height: auto; }
    @media (min-width: 768px) {
      body.Page .block .snippet, body.Page .block iframe, body.HorizontalPage .block .snippet, body.HorizontalPage .block iframe {
        height: calc(330px - 90px);
        max-height: 236px; } }
    @media (min-width: 1200px) {
      body.Page .block .snippet, body.Page .block iframe, body.HorizontalPage .block .snippet, body.HorizontalPage .block iframe {
        height: calc(50vh - 90px);
        max-height: 273px; } }
    @media (min-width: 768px) {
      body.Page .block .snippet .snippet-image, body.Page .block iframe .snippet-image, body.HorizontalPage .block .snippet .snippet-image, body.HorizontalPage .block iframe .snippet-image {
        max-height: 236px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; } }
    @media (min-width: 1200px) {
      body.Page .block .snippet .snippet-image, body.Page .block iframe .snippet-image, body.HorizontalPage .block .snippet .snippet-image, body.HorizontalPage .block iframe .snippet-image {
        max-height: 273px; } }
    @media (min-width: 768px) {
      body.Page .block .snippet .snippet-image img, body.Page .block iframe .snippet-image img, body.HorizontalPage .block .snippet .snippet-image img, body.HorizontalPage .block iframe .snippet-image img {
        flex-shrink: 0;
        min-width: 100%;
        max-width: inherit;
        min-height: 100%;
        max-height: inherit;
        object-fit: cover; } }
    body.Page .block .snippet .snippet-text, body.Page .block iframe .snippet-text, body.HorizontalPage .block .snippet .snippet-text, body.HorizontalPage .block iframe .snippet-text {
      position: relative;
      z-index: 10; }
      @media (min-width: 768px) {
        body.Page .block .snippet .snippet-text, body.Page .block iframe .snippet-text, body.HorizontalPage .block .snippet .snippet-text, body.HorizontalPage .block iframe .snippet-text {
          padding: 40px 120px 0 60px; } }
      body.Page .block .snippet .snippet-text h3, body.Page .block iframe .snippet-text h3, body.HorizontalPage .block .snippet .snippet-text h3, body.HorizontalPage .block iframe .snippet-text h3 {
        margin-top: 0;
        margin-bottom: 0;
        font-family: 'clanotbold';
        font-size: 20px; }
      body.Page .block .snippet .snippet-text .snippet-content p, body.Page .block iframe .snippet-text .snippet-content p, body.HorizontalPage .block .snippet .snippet-text .snippet-content p, body.HorizontalPage .block iframe .snippet-text .snippet-content p {
        font-family: 'clanotbook';
        line-height: 1.6;
        font-size: 14px;
        margin: 0; }
        @media (min-width: 768px) {
          body.Page .block .snippet .snippet-text .snippet-content p, body.Page .block iframe .snippet-text .snippet-content p, body.HorizontalPage .block .snippet .snippet-text .snippet-content p, body.HorizontalPage .block iframe .snippet-text .snippet-content p {
            font-size: 16px;
            margin: 0 0 11px; } }
      body.Page .block .snippet .snippet-text .snippet-content h4, body.Page .block iframe .snippet-text .snippet-content h4, body.HorizontalPage .block .snippet .snippet-text .snippet-content h4, body.HorizontalPage .block iframe .snippet-text .snippet-content h4 {
        font-size: 24px;
        font-family: 'clanotbook';
        line-height: 1.6; }
      body.Page .block .snippet .snippet-text .snippet-content blockquote p, body.Page .block iframe .snippet-text .snippet-content blockquote p, body.HorizontalPage .block .snippet .snippet-text .snippet-content blockquote p, body.HorizontalPage .block iframe .snippet-text .snippet-content blockquote p {
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 20px;
        font-style: italic; }
body.Page .block-section-intro, body.HorizontalPage .block-section-intro {
  margin-top: 60px;
  background-color: #ebf8ff; }
  @media (min-width: 768px) {
    body.Page .block-section-intro, body.HorizontalPage .block-section-intro {
      margin-top: inherit; } }
  body.Page .block-section-intro .snippet .snippet-text, body.HorizontalPage .block-section-intro .snippet .snippet-text {
    padding: 40px 20px 100px !important; }
    @media (min-width: 768px) {
      body.Page .block-section-intro .snippet .snippet-text, body.HorizontalPage .block-section-intro .snippet .snippet-text {
        padding: 15% 80px 80px !important; } }
    body.Page .block-section-intro .snippet .snippet-text h3, body.HorizontalPage .block-section-intro .snippet .snippet-text h3 {
      margin: 0 0 10px 0;
      font-family: 'clanotultra';
      text-transform: uppercase;
      font-size: 42px;
      line-height: 1;
      letter-spacing: 1px;
      text-align: center; }
      @media (min-width: 768px) {
        body.Page .block-section-intro .snippet .snippet-text h3, body.HorizontalPage .block-section-intro .snippet .snippet-text h3 {
          font-size: 48px;
          text-align: left; } }
      @media (min-width: 992px) {
        body.Page .block-section-intro .snippet .snippet-text h3, body.HorizontalPage .block-section-intro .snippet .snippet-text h3 {
          font-size: 52px; } }
      @media (min-width: 1200px) {
        body.Page .block-section-intro .snippet .snippet-text h3, body.HorizontalPage .block-section-intro .snippet .snippet-text h3 {
          font-size: 78px;
          letter-spacing: 2px;
          word-spacing: 10px; } }
    body.Page .block-section-intro .snippet .snippet-text .snippet-subtitle, body.HorizontalPage .block-section-intro .snippet .snippet-text .snippet-subtitle {
      font-family: 'clanotmedium';
      display: block;
      font-size: 18px;
      line-height: 1.2;
      margin: 10px 0 20px;
      text-align: center; }
      @media (min-width: 1200px) {
        body.Page .block-section-intro .snippet .snippet-text .snippet-subtitle, body.HorizontalPage .block-section-intro .snippet .snippet-text .snippet-subtitle {
          font-size: 20px;
          line-height: 1.4;
          text-align: left;
          margin: 0; } }
    body.Page .block-section-intro .snippet .snippet-text .snippet-content, body.HorizontalPage .block-section-intro .snippet .snippet-text .snippet-content {
      padding-bottom: 100px; }
      body.Page .block-section-intro .snippet .snippet-text .snippet-content p, body.HorizontalPage .block-section-intro .snippet .snippet-text .snippet-content p {
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 1px; }
      body.Page .block-section-intro .snippet .snippet-text .snippet-content ul, body.HorizontalPage .block-section-intro .snippet .snippet-text .snippet-content ul {
        list-style-type: none;
        color: #30BBB9;
        font-weight: 600;
        line-height: 1.6;
        padding: 10px 0 0; }
        body.Page .block-section-intro .snippet .snippet-text .snippet-content ul li, body.HorizontalPage .block-section-intro .snippet .snippet-text .snippet-content ul li {
          display: inline;
          float: left;
          padding: 0 7px 0 0; }
          body.Page .block-section-intro .snippet .snippet-text .snippet-content ul li a, body.HorizontalPage .block-section-intro .snippet .snippet-text .snippet-content ul li a {
            font-style: normal;
            font-weight: 400;
            text-decoration: underline; }
  body.Page .block-section-intro .snippet .snippet-image, body.HorizontalPage .block-section-intro .snippet .snippet-image {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: initial;
    bottom: 0; }
    body.Page .block-section-intro .snippet .snippet-image img, body.HorizontalPage .block-section-intro .snippet .snippet-image img {
      display: block;
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: auto;
      max-width: initial; }
body.Page .block-number .snippet .snippet-text,
body.Page .block-words .snippet .snippet-text,
body.Page .block-percent .snippet .snippet-text,
body.Page .block-overlay-text .snippet .snippet-text, body.HorizontalPage .block-number .snippet .snippet-text,
body.HorizontalPage .block-words .snippet .snippet-text,
body.HorizontalPage .block-percent .snippet .snippet-text,
body.HorizontalPage .block-overlay-text .snippet .snippet-text {
  text-align: center;
  padding: 20px; }
  @media (min-width: 768px) {
    body.Page .block-number .snippet .snippet-text,
    body.Page .block-words .snippet .snippet-text,
    body.Page .block-percent .snippet .snippet-text,
    body.Page .block-overlay-text .snippet .snippet-text, body.HorizontalPage .block-number .snippet .snippet-text,
    body.HorizontalPage .block-words .snippet .snippet-text,
    body.HorizontalPage .block-percent .snippet .snippet-text,
    body.HorizontalPage .block-overlay-text .snippet .snippet-text {
      padding: 40px 20px 0; } }
  @media (min-width: 1200px) {
    body.Page .block-number .snippet .snippet-text,
    body.Page .block-words .snippet .snippet-text,
    body.Page .block-percent .snippet .snippet-text,
    body.Page .block-overlay-text .snippet .snippet-text, body.HorizontalPage .block-number .snippet .snippet-text,
    body.HorizontalPage .block-words .snippet .snippet-text,
    body.HorizontalPage .block-percent .snippet .snippet-text,
    body.HorizontalPage .block-overlay-text .snippet .snippet-text {
      padding: 70px 20px 0; } }
  body.Page .block-number .snippet .snippet-text h3,
  body.Page .block-words .snippet .snippet-text h3,
  body.Page .block-percent .snippet .snippet-text h3,
  body.Page .block-overlay-text .snippet .snippet-text h3, body.HorizontalPage .block-number .snippet .snippet-text h3,
  body.HorizontalPage .block-words .snippet .snippet-text h3,
  body.HorizontalPage .block-percent .snippet .snippet-text h3,
  body.HorizontalPage .block-overlay-text .snippet .snippet-text h3 {
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px; }
  body.Page .block-number .snippet .snippet-text .snippet-content p,
  body.Page .block-words .snippet .snippet-text .snippet-content p,
  body.Page .block-percent .snippet .snippet-text .snippet-content p,
  body.Page .block-overlay-text .snippet .snippet-text .snippet-content p, body.HorizontalPage .block-number .snippet .snippet-text .snippet-content p,
  body.HorizontalPage .block-words .snippet .snippet-text .snippet-content p,
  body.HorizontalPage .block-percent .snippet .snippet-text .snippet-content p,
  body.HorizontalPage .block-overlay-text .snippet .snippet-text .snippet-content p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2; }
body.Page .block-words .snippet .snippet-text p.snippet-subtitle, body.HorizontalPage .block-words .snippet .snippet-text p.snippet-subtitle {
  font-family: 'clanotbold';
  font-size: 36px;
  line-height: 1;
  margin: 10px 0; }
body.Page .block-percent .snippet .snippet-text p.snippet-subtitle, body.HorizontalPage .block-percent .snippet .snippet-text p.snippet-subtitle {
  font-family: 'clanotultra';
  line-height: 1;
  margin: 0;
  font-size: 72px; }
  @media (min-width: 1200px) {
    body.Page .block-percent .snippet .snippet-text p.snippet-subtitle, body.HorizontalPage .block-percent .snippet .snippet-text p.snippet-subtitle {
      font-size: 86px; } }
body.Page .block-number .snippet .snippet-text p.snippet-subtitle, body.HorizontalPage .block-number .snippet .snippet-text p.snippet-subtitle {
  font-family: 'clanotultra';
  font-size: 56px;
  line-height: 1;
  margin: 10px 0; }
body.Page .block-full-height, body.HorizontalPage .block-full-height {
  overflow: hidden;
  position: relative; }
  body.Page .block-full-height .snippet, body.HorizontalPage .block-full-height .snippet {
    height: auto; }
    @media (min-width: 768px) {
      body.Page .block-full-height .snippet, body.HorizontalPage .block-full-height .snippet {
        height: calc(660px - 160px);
        max-height: 574px !important; } }
    @media (min-width: 1200px) {
      body.Page .block-full-height .snippet, body.HorizontalPage .block-full-height .snippet {
        height: calc(100vh - 160px);
        max-height: 574px !important; } }
    body.Page .block-full-height .snippet#13d42, body.Page .block-full-height .snippet#55e2a, body.HorizontalPage .block-full-height .snippet#13d42, body.HorizontalPage .block-full-height .snippet#55e2a {
      height: auto; }
    body.Page .block-full-height .snippet .snippet-text, body.HorizontalPage .block-full-height .snippet .snippet-text {
      padding: 40px 20px; }
      @media (min-width: 768px) {
        body.Page .block-full-height .snippet .snippet-text, body.HorizontalPage .block-full-height .snippet .snippet-text {
          padding: 80px 80px 0; } }
  body.Page .block-full-height .snippet-image, body.HorizontalPage .block-full-height .snippet-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 574px !important; }
    body.Page .block-full-height .snippet-image img, body.HorizontalPage .block-full-height .snippet-image img {
      flex-shrink: 0;
      min-width: 100%;
      max-width: inherit;
      min-height: 100%;
      max-height: inherit;
      object-fit: cover; }
body.Page .block-auto-height, body.HorizontalPage .block-auto-height {
  overflow: hidden;
  position: relative; }
  body.Page .block-auto-height .snippet, body.HorizontalPage .block-auto-height .snippet {
    height: auto;
    max-height: 100% !important; }
    body.Page .block-auto-height .snippet .snippet-text, body.HorizontalPage .block-auto-height .snippet .snippet-text {
      padding: 40px !important; }
      body.Page .block-auto-height .snippet .snippet-text .snippet-content p img, body.HorizontalPage .block-auto-height .snippet .snippet-text .snippet-content p img {
        position: relative;
        display: block;
        width: 100%; }
body.Page .block-full-height.image-bottom-right .snippet-image img, body.HorizontalPage .block-full-height.image-bottom-right .snippet-image img {
  height: 60%; }
body.Page .block-image-only .snippet .snippet-text, body.HorizontalPage .block-image-only .snippet .snippet-text {
  display: none; }
body.Page .block-image-only .snippet .snippet-content img, body.HorizontalPage .block-image-only .snippet .snippet-content img {
  width: 100%;
  height: 100%; }
body.Page .block-overlay-text .snippet, body.HorizontalPage .block-overlay-text .snippet {
  position: relative; }
  body.Page .block-overlay-text .snippet:before, body.HorizontalPage .block-overlay-text .snippet:before {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  body.Page .block-overlay-text .snippet .snippet-text, body.HorizontalPage .block-overlay-text .snippet .snippet-text {
    display: block;
    position: absolute;
    top: 0;
    color: white;
    width: 100%; }
    body.Page .block-overlay-text .snippet .snippet-text h3, body.Page .block-overlay-text .snippet .snippet-text p, body.HorizontalPage .block-overlay-text .snippet .snippet-text h3, body.HorizontalPage .block-overlay-text .snippet .snippet-text p {
      color: white;
      text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); }
    body.Page .block-overlay-text .snippet .snippet-text .snippet-content, body.HorizontalPage .block-overlay-text .snippet .snippet-text .snippet-content {
      color: white; }
      body.Page .block-overlay-text .snippet .snippet-text .snippet-content p, body.HorizontalPage .block-overlay-text .snippet .snippet-text .snippet-content p {
        color: white; }
body.Page .block-intro, body.HorizontalPage .block-intro {
  overflow: hidden;
  position: relative; }
  body.Page .block-intro .snippet, body.HorizontalPage .block-intro .snippet {
    margin: 0;
    height: auto; }
    @media (min-width: 768px) {
      body.Page .block-intro .snippet, body.HorizontalPage .block-intro .snippet {
        height: calc(100vh - 100px);
        max-height: 700px;
        min-height: 650px; } }
    @media (min-width: 1200px) {
      body.Page .block-intro .snippet, body.HorizontalPage .block-intro .snippet {
        height: calc(100vh - 100px);
        max-height: 800px;
        min-height: 650px; } }
  body.Page .block-intro.image-cover .snippet-image, body.HorizontalPage .block-intro.image-cover .snippet-image {
    position: relative;
    top: initial;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    body.Page .block-intro.image-cover .snippet-image img, body.HorizontalPage .block-intro.image-cover .snippet-image img {
      position: absolute;
      top: inherit;
      left: 0;
      right: 0;
      bottom: 0 !important;
      margin: auto;
      min-width: 50%;
      min-height: 100%; }
  body.Page .block-intro.image-cover .snippet-text, body.HorizontalPage .block-intro.image-cover .snippet-text {
    position: relative;
    padding: 120px 0 200px;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 5%;
    width: 90%; }
    @media (min-width: 768px) {
      body.Page .block-intro.image-cover .snippet-text, body.HorizontalPage .block-intro.image-cover .snippet-text {
        position: absolute;
        padding: 0;
        left: 10%;
        width: 80%; } }
    body.Page .block-intro.image-cover .snippet-text h3, body.HorizontalPage .block-intro.image-cover .snippet-text h3 {
      display: none; }
    body.Page .block-intro.image-cover .snippet-text .snippet-content, body.HorizontalPage .block-intro.image-cover .snippet-text .snippet-content {
      text-align: center;
      position: relative;
      color: #333;
      opacity: 0;
      -webkit-animation: 1s reveal 1s ease forwards 1; }
@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    top: 20%; }
  100% {
    opacity: 1;
    top: 15%; } }
      body.Page .block-intro.image-cover .snippet-text .snippet-content h1, body.HorizontalPage .block-intro.image-cover .snippet-text .snippet-content h1 {
        font-family: 'clanotultra';
        text-transform: uppercase;
        font-size: 36px;
        line-height: 1;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1); }
        @media (min-width: 768px) {
          body.Page .block-intro.image-cover .snippet-text .snippet-content h1, body.HorizontalPage .block-intro.image-cover .snippet-text .snippet-content h1 {
            font-size: 42px; } }
        @media (min-width: 992px) {
          body.Page .block-intro.image-cover .snippet-text .snippet-content h1, body.HorizontalPage .block-intro.image-cover .snippet-text .snippet-content h1 {
            font-size: 52px; } }
        @media (min-width: 1200px) {
          body.Page .block-intro.image-cover .snippet-text .snippet-content h1, body.HorizontalPage .block-intro.image-cover .snippet-text .snippet-content h1 {
            font-size: 78px;
            letter-spacing: 2px;
            word-spacing: 5px; } }
      body.Page .block-intro.image-cover .snippet-text .snippet-content h2, body.HorizontalPage .block-intro.image-cover .snippet-text .snippet-content h2 {
        font-family: 'Open Sans';
        display: block;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.1;
        margin: 0;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1); }
        @media (min-width: 1200px) {
          body.Page .block-intro.image-cover .snippet-text .snippet-content h2, body.HorizontalPage .block-intro.image-cover .snippet-text .snippet-content h2 {
            font-size: 22px;
            line-height: 1.4; } }

/* float the toggle button left */
.navbar-toggle {
  float: left;
  margin-left: 10px;
  margin-right: 0; }

/* that is to initially hide the mobile menu */
#page #menu {
  display: none; }

.mm-menu {
  background-color: #30BBB9; }

.mm-listview > li > a, .mm-listview > li > span {
  color: white; }

/* fix searchform in mobile menu */
#menu .form-inline,
#menu .navbar-form {
  margin: 20px;
  padding: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none; }
  #menu .form-inline .form-group,
  #menu .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 50px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 50px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 21px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 25px;
  height: 50px;
  padding: 0 50px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 12.5px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 16px;
  line-height: 30px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 60px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 60px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 60px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 60px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 30px; }

.mm-listview .mm-spacer {
  padding-top: 50px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 50px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 30px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
.carousel-control {
  opacity: 1;
  width: 0; }
  .carousel-control.right, .carousel-control.left {
    background: none;
    filter: none;
    font-size: 40px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6); }
    .carousel-control.right i, .carousel-control.left i {
      font-size: 100px;
      color: #30BBB9; }
  .carousel-control.right {
    right: -40px; }
  .carousel-control.left {
    left: -40px; }

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  outline: none;
  background: #999;
  border: none;
  vertical-align: middle; }
  .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #30BBB9; }

body.Page .chart, body.HorizontalPage .chart {
  padding: 40px !important; }
  body.Page .chart h3, body.HorizontalPage .chart h3 {
    font-family: 'clanotbold';
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px; }

.content-type-chart > div {
  margin: 0px auto; }
.content-type-chart h1, .content-type-chart h2, .content-type-chart h3, .content-type-chart h4, .content-type-chart p {
  display: block !important; }

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

html {
  position: relative;
  min-height: 100%; }

body.HomePage,
body.our-consumption,
body.our-alternatives,
body.our-resource,
body.our-benefits,
body.our-environment,
body.our-process {
  background-color: #9bdfea; }
  @media (min-width: 768px) {
    body.HomePage,
    body.our-consumption,
    body.our-alternatives,
    body.our-resource,
    body.our-benefits,
    body.our-environment,
    body.our-process {
      background-color: #a2f2fd; } }
  body.HomePage .disclaimer,
  body.our-consumption .disclaimer,
  body.our-alternatives .disclaimer,
  body.our-resource .disclaimer,
  body.our-benefits .disclaimer,
  body.our-environment .disclaimer,
  body.our-process .disclaimer {
    display: none; }

body.HomePage,
body.our-alternatives {
  background-color: #a2f2fd; }
  @media (min-width: 768px) {
    body.HomePage,
    body.our-alternatives {
      background-color: #a2f2fd; } }

body.HomePage footer {
  display: none;
  bottom: -60px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media (min-width: 768px) {
    body.HomePage footer {
      display: block; } }

body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0); }

body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }
::selection {
  background: #30BBB9;
  /* WebKit/Blink Browsers */
  color: white; }

::-moz-selection {
  background: #30BBB9;
  /* Gecko Browsers */
  color: white; }

table {
  font-size: 14px; }
  @media (min-width: 768px) {
    table {
      font-size: inherit; } }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px; }
  @media (min-width: 768px) {
    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
      padding: 4px; } }

.w-vulcan-v2-button {
  display: none !important; }

.content-type-tabs .nav-centered {
  margin-bottom: -10px;
  border-bottom: 2px solid #30BBB9 !important;
  height: 46px; }
  @media (max-width: 768px) {
    .content-type-tabs .nav-centered {
      height: auto; } }
  .content-type-tabs .nav-centered .nav a {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px; }

.nav-pills > li {
  margin: 0 -2px 2px 0 !important; }
  .nav-pills > li a {
    border: 2px solid #30BBB9;
    padding: 10px; }
  .nav-pills > li.active a, .nav-pills > li:hover a {
    color: #fff;
    border-color: #30BBB9; }

#Security article.typography {
  display: block !important; }

.sections .section {
  min-height: auto;
  height: 100vh;
  margin: 0px auto; }
  .sections .section h2 {
    display: none; }

.dashboard .row {
  width: 600px;
  height: calc(100vh - 143px);
  display: inline-block;
  margin: 0; }
  .dashboard .row .box {
    background-color: white;
    height: calc(50% - 6px);
    width: calc(100% - 6px);
    margin: 3px; }
    .dashboard .row .box.main {
      height: calc(100% - 6px);
      width: calc(100% - 6px); }
    .dashboard .row .box.half {
      height: calc(50% - 6px);
      width: calc(50% - 6px); }

.btn {
  margin-bottom: 11px; }

.btn-default {
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  border-radius: 2px; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: white;
    border: 2px solid white;
    color: #30BBB9;
    text-decoration: none; }

a {
  -webkit-transition: color 0.15s, background 0.15s, border-color 0.15s;
  -o-transition: color 0.15s, background 0.15s, border-color 0.15s;
  transition: color 0.15s, background 0.15s, border-color 0.15s; }

.BlogTagsCloudWidget .tagCount1 {
  font-size: 14px; }
.BlogTagsCloudWidget .tagCount2 {
  font-size: 16px; }
.BlogTagsCloudWidget .tagCount3 {
  font-size: 18px; }
.BlogTagsCloudWidget .tagCount4 {
  font-size: 20px; }
.BlogTagsCloudWidget .tagCount5 {
  font-size: 22px; }
.BlogTagsCloudWidget .tagCount6 {
  font-size: 24px; }
.BlogTagsCloudWidget .tagCount7 {
  font-size: 26px; }
.BlogTagsCloudWidget .tagCount8 {
  font-size: 28px; }
.BlogTagsCloudWidget .tagCount9 {
  font-size: 30px; }
.BlogTagsCloudWidget .tagCount10 {
  font-size: 32px; }

.citation {
  color: #30BBB9;
  border-bottom: 1px dotted #30BBB9;
  text-decoration: none;
  display: inline-block;
  margin-right: 15px; }
  .citation:after {
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    display: inline-block;
    position: absolute;
    padding-right: 0;
    padding-left: 2px;
    vertical-align: top;
    font-size: 75%; }
  .citation:hover {
    text-decoration: none; }

.popover {
  font-size: 14px;
  color: #30BBB9;
  text-align: center; }
  .popover:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    display: block;
    position: relative;
    vertical-align: middle;
    font-size: 34px;
    margin-bottom: -15px; }

.button {
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #30BBB9;
  color: #30BBB9;
  font-weight: 600;
  border-radius: 0;
  margin: 10px 0 0;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
  @media (min-width: 768px) {
    .button:after {
      height: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .button:before, .button:after {
      background: #30BBB9;
      content: '';
      position: absolute;
      z-index: -1; } }
  .button a {
    display: block;
    color: #30BBB9;
    text-decoration: none;
    text-decoration: uppercase;
    font-weight: 600;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    .button a:hover {
      color: white;
      text-decoration: none; }
  .button a[href$=".pdf"]:before {
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 0px;
    vertical-align: middle;
    top: -1px; }
  .button a[href$=".pdf"]:before {
    content: "\f1c1"; }
  .button:hover, .button:focus, .button:active {
    border: 2px solid #30BBB9;
    color: white;
    text-decoration: none; }
    .button:hover:after, .button:focus:after, .button:active:after {
      height: 100%; }
    .button:hover a, .button:focus a, .button:active a {
      color: white; }
      .button:hover a:hover, .button:focus a:hover, .button:active a:hover {
        color: white;
        text-decoration: none; }

.background {
  width: 100%;
  height: 100%; }
  .background .horizontal-content {
    margin-top: 80px;
    overflow: hidden; }
    .background .horizontal-content img {
      position: absolute;
      left: 0; }
  .background .vertical-content img {
    width: 100%;
    position: absolute;
    top: 0; }

body.Page .content-section-rows, body.HorizontalPage .content-section-rows {
  padding: 0; }
  @media (min-width: 768px) {
    body.Page .content-section-rows, body.HorizontalPage .content-section-rows {
      padding: 20px 0; } }
  @media (min-width: 992px) {
    body.Page .content-section-rows, body.HorizontalPage .content-section-rows {
      padding: 0; } }
  body.Page .content-section-rows .row, body.HorizontalPage .content-section-rows .row {
    margin: 0; }
  body.Page .content-section-rows > div, body.HorizontalPage .content-section-rows > div {
    padding: 0;
    margin: 0; }
  body.Page .content-section-rows .container-fluid, body.HorizontalPage .content-section-rows .container-fluid {
    padding: 0; }
    body.Page .content-section-rows .container-fluid .content-type, body.HorizontalPage .content-section-rows .container-fluid .content-type {
      padding: 0; }

body.Page .content-section-rows .container-fluid {
  max-width: 1200px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      padding: 10px; } }

/**
 * Highlight target note
 */
.footer :target {
  background: yellow; }

/**
 * Visually hidden yet accessible content
 */
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  visibility: hidden;
  opacity: 0; }

.item .content-type {
  min-height: 70vh; }
.item body.Page .text-column-left, .item body.Page .text-column-right, .item body.HorizontalPage .text-column-left, .item body.HorizontalPage .text-column-right {
  min-height: 70vh; }

/**
 * targeted fixes for readability
 */
#challenges-facing-small-towns-db1b1 .snippet-content p:first-of-type, #supplier-stories-01bff .snippet-content p:first-of-type, #beyond-oil-and-gas-79b8b .snippet-content p:first-of-type {
  background-color: rgba(255, 255, 255, 0.8); }

iframe {
  position: relative; }

@media (min-width: 768px) {
  .disclaimer {
    padding-bottom: 62px; } }
.disclaimer .row {
  margin: 0; }
.disclaimer .credit {
  text-align: center;
  font-size: 12px;
  color: #878786; }
.disclaimer img {
  width: 180px;
  display: block;
  margin: 0 auto 50px; }

@font-face {
  font-family: 'aleobold';
  src: url("../fonts/aleo-bold-webfont.eot");
  src: url("../fonts/aleo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo-bold-webfont.woff2") format("woff2"), url("../fonts/aleo-bold-webfont.woff") format("woff"), url("../fonts/aleo-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleoitalic';
  src: url("../fonts/aleo-italic-webfont.eot");
  src: url("../fonts/aleo-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo-italic-webfont.woff2") format("woff2"), url("../fonts/aleo-italic-webfont.woff") format("woff"), url("../fonts/aleo-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleolight';
  src: url("../fonts/aleo-light-webfont.eot");
  src: url("../fonts/aleo-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo-light-webfont.woff2") format("woff2"), url("../fonts/aleo-light-webfont.woff") format("woff"), url("../fonts/aleo-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleoregular';
  src: url("../fonts/aleo-regular-webfont.eot");
  src: url("../fonts/aleo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo-regular-webfont.woff2") format("woff2"), url("../fonts/aleo-regular-webfont.woff") format("woff"), url("../fonts/aleo-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'clanotbold';
  src: url("../fonts/clanot-bold-webfont.eot");
  src: url("../fonts/clanot-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clanot-bold-webfont.woff") format("woff"), url("../fonts/clanot-bold-webfont.ttf") format("truetype"), url("../fonts/clanot-bold-webfont.svg#clanotbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'clanotthin';
  src: url("../fonts/clanot-thin-webfont.eot");
  src: url("../fonts/clanot-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clanot-thin-webfont.woff") format("woff"), url("../fonts/clanot-thin-webfont.ttf") format("truetype"), url("../fonts/clanot-thin-webfont.svg#clanotthin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'clanotmedium';
  src: url("../fonts/clanot-medium-webfont.eot");
  src: url("../fonts/clanot-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/clanot-medium-webfont.woff") format("woff"), url("../fonts/clanot-medium-webfont.ttf") format("truetype"), url("../fonts/clanot-medium-webfont.svg#clanotmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'clanotbook';
  src: url("../fonts/ClanOT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/ClanOT-Book.otf") format("opentype"), url("../fonts/ClanOT-Book.woff") format("woff"), url("../fonts/ClanOT-Book.ttf") format("truetype"), url("../fonts/ClanOT-Book.svg#ClanOT-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'clanotultra';
  src: url("../fonts/ClanOT-Ultra.eot");
  src: url("../fonts/ClanOT-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/ClanOT-Ultra.woff2") format("woff2"), url("../fonts/ClanOT-Ultra.woff") format("woff"), url("../fonts/ClanOT-Ultra.ttf") format("truetype"), url("../fonts/ClanOT-Ultra.svg#ClanOT-Ultra") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'clanotblack';
  src: url("../fonts/ClanOT-Black.eot");
  src: url("../fonts/ClanOT-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ClanOT-Black.woff2") format("woff2"), url("../fonts/ClanOT-Black.woff") format("woff"), url("../fonts/ClanOT-Black.ttf") format("truetype"), url("../fonts/ClanOT-Black.svg#ClanOT-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesqueblack';
  src: url("../fonts/brandon_blk-webfont.eot");
  src: url("../fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff"), url("../fonts/brandon_blk-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'rooneyregular';
  src: url("../fonts/rooney_regular-webfont.eot");
  src: url("../fonts/rooney_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rooney_regular-webfont.woff2") format("woff2"), url("../fonts/rooney_regular-webfont.woff") format("woff"), url("../fonts/rooney_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'rooneybold';
  src: url("../fonts/rooney_bold-webfont.eot");
  src: url("../fonts/rooney_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rooney_bold-webfont.woff2") format("woff2"), url("../fonts/rooney_bold-webfont.woff") format("woff"), url("../fonts/rooney_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("../fonts/brandon_bld-webfont.eot");
  src: url("../fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.footer, .more-information {
  margin-top: 10px;
  font-size: 12px;
  max-width: 1600px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: left; }
  .footer h3, .more-information h3 {
    display: none; }
  .footer ol, .more-information ol {
    display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #878786;
    counter-reset: LIST-ITEMS;
    float: left; }
    @media (min-width: 768px) {
      .footer ol, .more-information ol {
        text-align: left;
        padding: 0 0 0 140px; } }
    .footer ol li, .more-information ol li {
      display: inline-block;
      padding: 0 5px; }
      .footer ol li a, .more-information ol li a {
        background-color: transparent !important; }
      .footer ol li:before, .more-information ol li:before {
        content: counter(LIST-ITEMS) ".";
        counter-increment: LIST-ITEMS;
        color: #30BBB9;
        font-weight: bold;
        padding: 0 5px 0 0; }
    .footer ol:before, .more-information ol:before {
      content: "Source/References: ";
      display: block;
      position: relative;
      color: #30BBB9;
      font-weight: 700; }
      @media (min-width: 768px) {
        .footer ol:before, .more-information ol:before {
          display: inline;
          position: absolute;
          left: 40px; } }

footer {
  max-width: 1600px;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: none;
  height: 60px;
  background-color: #545453;
  color: #fff;
  z-index: 1080;
  position: fixed;
  /**
  opacity: 0;
  -webkit-animation: 1s slidefooter 1s ease forwards 1; 
  @-webkit-keyframes slidefooter {
  	0% {
  		opacity: 0;
  		bottom: -60px;
  	}
  	100% {
  		opacity: 1;
  		bottom: 0;
  	}
  }**/ }
  footer .container, footer .container-small, footer .container-medium, footer .container-large {
    width: 100%; }
  @media (min-width: 768px) {
    footer {
      bottom: 0;
      width: 100%;
      display: block; } }
  footer .controls, footer .navigate {
    background-color: #3a3a3a;
    text-align: center;
    height: 60px;
    display: inline-block;
    cursor: pointer; }
    footer .controls:hover, footer .controls.active, footer .navigate:hover, footer .navigate.active {
      background-color: #212120; }
  footer .navigate:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 28px;
    top: -17px;
    position: relative; }
  footer .navigate.active:after {
    content: "\f00d"; }
  footer .menu, footer .pause, footer .resume {
    line-height: normal;
    margin: 20px 0; }
    footer .menu i, footer .pause i, footer .resume i {
      cursor: pointer;
      text-transform: uppercase;
      display: inline !important;
      padding: 0 5px;
      font-size: 28px;
      position: relative;
      top: -13px;
      font-weight: normal; }
  footer ul {
    margin: 0;
    text-align: center;
    display: table; }
    footer ul li {
      padding: 2px 0px !important;
      width: 1%;
      display: table-cell !important; }
      footer ul li:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        height: 2px;
        margin: 0px auto;
        background-color: #878786;
        top: 30px; }
      footer ul li:first-child:before {
        background: #878786;
        background: -webkit-gradient(linear, 0 0, 100% 0, from(#545453), to(#878786), color-stop(50%, #878786)); }
      footer ul li:last-child:before {
        background: #878786;
        background: -webkit-gradient(linear, 0 0, 100% 0, from(#878786), to(#545453), color-stop(50%, #878786)); }
      footer ul li:after {
        content: "";
        display: block;
        position: relative;
        width: 10px;
        height: 10px;
        margin: 2px auto;
        border: 2px solid #545453;
        border-radius: 150px;
        background-color: #878786; }
      footer ul li:hover a, footer ul li:active a, footer ul li:focus a, footer ul li.active a {
        text-decoration: none;
        color: white; }
      footer ul li:hover:after, footer ul li:active:after, footer ul li:focus:after, footer ul li.active:after {
        background-color: white; }
      footer ul li:hover:before, footer ul li:active:before, footer ul li:focus:before, footer ul li.active:before {
        background: #878786;
        background: -webkit-gradient(linear, 0 0, 100% 0, from(#878786), to(#878786), color-stop(50%, white)); }
      footer ul li:hover:first-child:before, footer ul li:active:first-child:before, footer ul li:focus:first-child:before, footer ul li.active:first-child:before {
        background: #878786;
        background: -webkit-gradient(linear, 0 0, 100% 0, from(#545453), to(#878786), color-stop(50%, white)); }
      footer ul li:hover:last-child:before, footer ul li:active:last-child:before, footer ul li:focus:last-child:before, footer ul li.active:last-child:before {
        background: #878786;
        background: -webkit-gradient(linear, 0 0, 100% 0, from(#878786), to(#545453), color-stop(50%, white)); }
      footer ul li a {
        color: #878786;
        font-weight: bold;
        font-size: 10px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }
        @media (min-width: 1200px) {
          footer ul li a {
            font-size: 12px; } }
        footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
          text-decoration: none;
          color: white; }

body.HorizontalPage .sections .col-xs-1, body.HorizontalPage .sections .col-sm-1, body.HorizontalPage .sections .col-md-1, body.HorizontalPage .sections .col-lg-1, body.HorizontalPage .sections .col-xs-2, body.HorizontalPage .sections .col-sm-2, body.HorizontalPage .sections .col-md-2, body.HorizontalPage .sections .col-lg-2, body.HorizontalPage .sections .col-xs-3, body.HorizontalPage .sections .col-sm-3, body.HorizontalPage .sections .col-md-3, body.HorizontalPage .sections .col-lg-3, body.HorizontalPage .sections .col-xs-4, body.HorizontalPage .sections .col-sm-4, body.HorizontalPage .sections .col-md-4, body.HorizontalPage .sections .col-lg-4, body.HorizontalPage .sections .col-xs-5, body.HorizontalPage .sections .col-sm-5, body.HorizontalPage .sections .col-md-5, body.HorizontalPage .sections .col-lg-5, body.HorizontalPage .sections .col-xs-6, body.HorizontalPage .sections .col-sm-6, body.HorizontalPage .sections .col-md-6, body.HorizontalPage .sections .col-lg-6, body.HorizontalPage .sections .col-xs-7, body.HorizontalPage .sections .col-sm-7, body.HorizontalPage .sections .col-md-7, body.HorizontalPage .sections .col-lg-7, body.HorizontalPage .sections .col-xs-8, body.HorizontalPage .sections .col-sm-8, body.HorizontalPage .sections .col-md-8, body.HorizontalPage .sections .col-lg-8, body.HorizontalPage .sections .col-xs-9, body.HorizontalPage .sections .col-sm-9, body.HorizontalPage .sections .col-md-9, body.HorizontalPage .sections .col-lg-9, body.HorizontalPage .sections .col-xs-10, body.HorizontalPage .sections .col-sm-10, body.HorizontalPage .sections .col-md-10, body.HorizontalPage .sections .col-lg-10, body.HorizontalPage .sections .col-xs-11, body.HorizontalPage .sections .col-sm-11, body.HorizontalPage .sections .col-md-11, body.HorizontalPage .sections .col-lg-11, body.HorizontalPage .sections .col-xs-12, body.HorizontalPage .sections .col-sm-12, body.HorizontalPage .sections .col-md-12, body.HorizontalPage .sections .col-lg-12 {
  padding: 0; }
@media (min-width: 768px) {
  body.HorizontalPage #wrapper-b3b37 .col-md-3 {
    width: 35%; }
    body.HorizontalPage #wrapper-b3b37 .col-md-3 .block {
      height: 50vh; }
    body.HorizontalPage #wrapper-b3b37 .col-md-3:nth-child(1) {
      width: 30%; }
      body.HorizontalPage #wrapper-b3b37 .col-md-3:nth-child(1) .block {
        height: 100vh; }
    body.HorizontalPage #wrapper-b3b37 .col-md-3:nth-child(2) .snippet-text, body.HorizontalPage #wrapper-b3b37 .col-md-3:nth-child(3) .snippet-text {
      padding: 80px 40px 40px; } }
@media (min-width: 1200px) {
  body.HorizontalPage #wrapper-b3b37 .col-md-3 {
    width: 20%; }
    body.HorizontalPage #wrapper-b3b37 .col-md-3 .block {
      height: 100vh;
      float: left; }
    body.HorizontalPage #wrapper-b3b37 .col-md-3:nth-child(1) {
      width: 20%; }
    body.HorizontalPage #wrapper-b3b37 .col-md-3:nth-child(2) .snippet-text, body.HorizontalPage #wrapper-b3b37 .col-md-3:nth-child(3) .snippet-text {
      padding: 0 40px 50px; }
    body.HorizontalPage #wrapper-b3b37 .col-md-3:nth-child(2):hover .snippet-text, body.HorizontalPage #wrapper-b3b37 .col-md-3:nth-child(3):hover .snippet-text {
      padding: 0 40px 0px; } }
body.HorizontalPage .disclaimer {
  display: none; }
body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block {
  height: 550px;
  color: white; }
  @media (min-width: 992px) {
    body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block {
      text-align: left;
      height: calc(100vh); } }
  body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block .snippet {
    color: white;
    background-color: #30BBB9; }
    body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block .snippet .snippet-text {
      padding: 80px 40px 40px; }
      @media (min-width: 992px) {
        body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block .snippet .snippet-text {
          padding: 0 20px 50px; } }
      body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block .snippet .snippet-text h3 {
        text-transform: uppercase;
        font-size: 38px; }
        @media (min-width: 768px) {
          body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block .snippet .snippet-text h3 {
            font-size: 42px; } }
        @media (min-width: 992px) {
          body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block .snippet .snippet-text h3 {
            font-size: 46px; } }
        @media (min-width: 1200px) {
          body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block .snippet .snippet-text h3 {
            font-size: 52px; } }
      body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block .snippet .snippet-text p {
        font-size: 14px; }
        @media (min-width: 768px) {
          body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block .snippet .snippet-text p {
            font-size: 16px; } }
        @media (min-width: 992px) {
          body.HorizontalPage .content-type-snippetgrid .row > div:nth-child(1) .block .snippet .snippet-text p {
            font-size: 18px; } }
body.HorizontalPage .block {
  text-align: center;
  height: 400px;
  border: none;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    body.HorizontalPage .block {
      height: calc(100vh); } }
  body.HorizontalPage .block:before {
    height: 100%;
    width: 400px;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0.075;
    background: -moz-linear-gradient(left, #30bbb9 0%, rgba(48, 187, 185, 0) 100%);
    background: -webkit-linear-gradient(left, #30bbb9 0%, rgba(48, 187, 185, 0) 100%);
    background: linear-gradient(to right, #30bbb9 0%, rgba(48, 187, 185, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30bbb9', endColorstr='#0030bbb9',GradientType=1 ); }
  body.HorizontalPage .block:after {
    width: 100%;
    height: 100%;
    display: block;
    background: #30BBB9;
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 1;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.HorizontalPage .block:hover:after {
    bottom: 0; }
  body.HorizontalPage .block:hover .snippet {
    color: white; }
    body.HorizontalPage .block:hover .snippet .snippet-text {
      padding: 40px; }
      @media (min-width: 992px) {
        body.HorizontalPage .block:hover .snippet .snippet-text {
          padding: 0 40px 0px; } }
    body.HorizontalPage .block:hover .snippet .button {
      border-color: white;
      color: white; }
      @media (min-width: 768px) {
        body.HorizontalPage .block:hover .snippet .button:hover {
          color: #30BBB9; }
          body.HorizontalPage .block:hover .snippet .button:hover:before, body.HorizontalPage .block:hover .snippet .button:hover:after {
            background: white; } }
  body.HorizontalPage .block .snippet {
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
    display: table;
    background-color: #ebf8ff; }
    body.HorizontalPage .block .snippet .button {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body.HorizontalPage .block .snippet .snippet-text {
      padding: 40px;
      display: table-cell;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 992px) {
        body.HorizontalPage .block .snippet .snippet-text {
          padding: 0 40px 50px; } }
      body.HorizontalPage .block .snippet .snippet-text h3 {
        text-transform: uppercase;
        font-size: 28px;
        letter-spacing: 2px;
        word-spacing: 5px;
        font-family: 'clanotultra';
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; }
        @media (min-width: 768px) {
          body.HorizontalPage .block .snippet .snippet-text h3 {
            font-size: 30px; } }
        @media (min-width: 992px) {
          body.HorizontalPage .block .snippet .snippet-text h3 {
            font-size: 32px; } }
        @media (min-width: 1200px) {
          body.HorizontalPage .block .snippet .snippet-text h3 {
            font-size: 38px; } }
      body.HorizontalPage .block .snippet .snippet-text p {
        font-weight: 600;
        font-size: 14px;
        background-color: transparent !important; }
        @media (min-width: 768px) {
          body.HorizontalPage .block .snippet .snippet-text p {
            font-size: 16px; } }
        @media (min-width: 992px) {
          body.HorizontalPage .block .snippet .snippet-text p {
            font-size: 18px; } }
    body.HorizontalPage .block .snippet .snippet-image {
      position: absolute;
      display: block;
      justify-content: inherit;
      align-items: inherit;
      max-height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      body.HorizontalPage .block .snippet .snippet-image img {
        flex-shrink: inherit;
        min-width: inherit;
        min-height: inherit;
        object-fit: inherit;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        max-height: none; }
        @media (min-width: 992px) {
          body.HorizontalPage .block .snippet .snippet-image img {
            position: relative;
            max-height: inherit;
            width: auto; } }

body.Page .image-cover .snippet-image, body.HorizontalPage .image-cover .snippet-image {
  position: relative;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  overflow: hidden; }
  body.Page .image-cover .snippet-image img, body.HorizontalPage .image-cover .snippet-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%; }
body.Page .image-bottom-right .snippet-image img, body.HorizontalPage .image-bottom-right .snippet-image img {
  position: absolute;
  height: 80%;
  right: 1px;
  bottom: 1px;
  max-width: calc(100% - 1px);
  min-width: inherit !important; }
body.Page .image-bottom-right .snippet .snippet-text, body.HorizontalPage .image-bottom-right .snippet .snippet-text {
  padding: 20px 40% 0 20px; }
  body.Page .image-bottom-right .snippet .snippet-text ul, body.HorizontalPage .image-bottom-right .snippet .snippet-text ul {
    padding: 0 0 0 20px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    body.Page .image-bottom-right .snippet .snippet-text ul, body.HorizontalPage .image-bottom-right .snippet .snippet-text ul {
      padding: 0 0 0 20px; }
      body.Page .image-bottom-right .snippet .snippet-text ul li, body.HorizontalPage .image-bottom-right .snippet .snippet-text ul li {
        margin: 0 30px 0 0; } }
@media (min-width: 768px) {
  body.Page .image-bottom-center-cover.text-column, body.HorizontalPage .image-bottom-center-cover.text-column {
    padding-bottom: 300px !important; } }
body.Page .image-bottom-center .snippet-text, body.HorizontalPage .image-bottom-center .snippet-text {
  margin: 0 0 150px; }
  @media (min-width: 768px) {
    body.Page .image-bottom-center .snippet-text, body.HorizontalPage .image-bottom-center .snippet-text {
      margin: 0; } }
body.Page .image-bottom-center .snippet-image img, body.HorizontalPage .image-bottom-center .snippet-image img {
  position: absolute;
  width: 80%;
  left: 10%;
  margin-left: 0;
  bottom: 1px; }
  @media (min-width: 768px) {
    body.Page .image-bottom-center .snippet-image img, body.HorizontalPage .image-bottom-center .snippet-image img {
      height: 80%;
      left: 50%;
      margin-left: -150px; } }
body.Page .image-bottom-center-cover .snippet-image, body.HorizontalPage .image-bottom-center-cover .snippet-image {
  display: none; }
  @media (min-width: 768px) {
    body.Page .image-bottom-center-cover .snippet-image, body.HorizontalPage .image-bottom-center-cover .snippet-image {
      display: block; } }
  body.Page .image-bottom-center-cover .snippet-image img, body.HorizontalPage .image-bottom-center-cover .snippet-image img {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px; }

@media (min-width: 1035px) {
  .dropdown:hover .dropdown-menu {
    display: block; } }
@media (max-width: 1035px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: absolute; } }
.navbar {
  margin-bottom: 0;
  background-color: white;
  height: 66px;
  min-height: 66px; }
  @media (min-width: 768px) {
    .navbar {
      height: auto;
      min-height: inherit; } }
  .navbar .container, .navbar .container-small, .navbar .container-medium, .navbar .container-large {
    max-width: 1600px;
    width: auto; }
  .navbar .navbar-brand {
    height: auto;
    padding: 12px;
    margin: 0 0 0 80px; }
    @media (min-width: 992px) {
      .navbar .navbar-brand {
        padding: 10px 0 10px 15px;
        margin: 0; } }
    .navbar .navbar-brand img {
      width: 250px;
      height: 41px; }
      @media (max-width: 370px) {
        .navbar .navbar-brand img {
          width: 210px; } }
  .navbar .navbar-nav {
    padding: 10px; }
    .navbar .navbar-nav > li > a {
      text-transform: uppercase;
      font-weight: bold;
      padding: 10px 5px;
      margin: 0 5px;
      font-size: 12px; }
      @media (min-width: 1300px) {
        .navbar .navbar-nav > li > a {
          padding: 10px;
          margin: 0 10px;
          font-size: 14px; } }
      .navbar .navbar-nav > li > a:after {
        content: "";
        position: absolute;
        width: 10px;
        right: -10px;
        height: 2px;
        background-color: #6e6e6c;
        display: block;
        top: 20px; }
        @media (min-width: 1200px) {
          .navbar .navbar-nav > li > a:after {
            width: 20px;
            right: -20px; } }
    .navbar .navbar-nav > li:last-child > a:after {
      display: none; }
    .navbar .navbar-nav > li.active:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 0;
      right: 0;
      margin: 0px auto;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #30BBB9; }
    .navbar .navbar-nav > li.active:hover a {
      text-decoration: none; }
    .navbar .navbar-nav > li.previous a {
      color: #30BBB9; }
      .navbar .navbar-nav > li.previous a:after {
        background-color: #30BBB9; }
    .navbar .navbar-nav > li:hover a {
      text-decoration: underline; }

.mm-menu {
  background-color: #30BBB9; }

.mm-listview > li > a, .mm-listview > li > span {
  color: white; }

.navbar-default {
  border: 0; }

.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease; }

.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1; }

.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
  margin: 0;
  background-color: #30BBB9 !important;
  border: 0;
  text-align: center;
  padding: 15px 16px;
  position: fixed; }
  .navbar-toggle span, .navbar-toggle:hover span, .navbar-toggle:focus span {
    margin-left: auto;
    margin-right: auto;
    color: white; }
  .navbar-toggle .icon-bar, .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    width: auto;
    background-color: white !important; }
  .navbar-toggle .description, .navbar-toggle:hover .description, .navbar-toggle:focus .description {
    text-transform: uppercase;
    font-weight: bold; }

.mega {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  z-index: 1040;
  background-color: #212120;
  transition: all 0.5s ease-in-out; }
  @media (min-width: 768px) {
    .mega {
      display: block; } }
  .mega.open {
    bottom: 0;
    transition: all 0.5s ease-in-out; }
  .mega .wrapper {
    display: block;
    max-width: 1600px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0; }
  .mega .promote {
    display: none;
    position: absolute;
    width: 25%;
    right: 5%;
    top: 0; }
    @media (min-width: 1200px) {
      .mega .promote {
        display: block; } }
    .mega .promote h4:before {
      content: "\f129";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 28px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      margin-top: 0;
      margin-left: -55px;
      color: #878786;
      background: #333;
      border-radius: 150px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 1.5; }
    .mega .promote img.main {
      margin-left: -55px;
      padding: 0 0 20px; }
    .mega .promote img.logo {
      float: right; }
  .mega .disclaimer p, .mega .disclaimer h4, .mega .promote p, .mega .promote h4 {
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
    color: #878786; }
    .mega .disclaimer p a, .mega .disclaimer h4 a, .mega .promote p a, .mega .promote h4 a {
      color: #878786; }
  .mega .disclaimer h4, .mega .promote h4 {
    font-size: 14px; }
  .mega .nav {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    width: 100%; }
    @media (min-width: 1200px) {
      .mega .nav {
        font-size: 18px;
        width: 70%;
        left: 5%; } }
    .mega .nav:before, .mega .nav:after {
      display: none; }
    .mega .nav li {
      display: inline-block;
      width: 32%;
      margin: 0 0 20px;
      padding: 2px 20px; }
      @media (min-width: 1200px) {
        .mega .nav li {
          margin: 0 0 40px; } }
      .mega .nav li:focus {
        background-color: transparent; }
      .mega .nav li a {
        padding: 0;
        color: #878786; }
        .mega .nav li a:hover {
          background-color: transparent;
          text-decoration: none;
          color: white; }
        .mega .nav li a:focus {
          background-color: transparent; }
      .mega .nav li.active {
        background: transparent; }
        .mega .nav li.active a {
          background-color: transparent;
          color: #babab9; }
          .mega .nav li.active a:hover {
            color: white; }
        .mega .nav li.active ul li:after {
          display: none; }
        .mega .nav li.active ul li a {
          color: #babab9; }
          .mega .nav li.active ul li a:hover {
            color: white; }
        .mega .nav li.active:before {
          content: "";
          position: absolute;
          top: 0px;
          left: 0;
          margin: 0px auto;
          width: 3px;
          height: 100%;
          background: #babab9;
          display: block; }
      .mega .nav li ul.dropdown-menu {
        display: block;
        position: relative;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        border: none;
        background-color: transparent; }
      .mega .nav li ul li {
        display: block;
        width: 100%;
        margin: 2px 0;
        padding: 2px 10px; }
        .mega .nav li ul li a {
          font-weight: bold;
          color: #878786;
          font-size: 12px; }
          .mega .nav li ul li a:after {
            display: none; }
        .mega .nav li ul li.active:after, .mega .nav li ul li.active:before {
          display: none; }
        .mega .nav li ul li ul.dropdown-menu {
          padding: 0 0 10px 20px; }
          .mega .nav li ul li ul.dropdown-menu li a {
            font-size: 10px; }
            @media (min-width: 1200px) {
              .mega .nav li ul li ul.dropdown-menu li a {
                font-size: 11px; } }
            .mega .nav li ul li ul.dropdown-menu li a:before {
              content: "-";
              padding: 0 2px 0 0;
              text-decoration: none; }
            .mega .nav li ul li ul.dropdown-menu li a:after {
              display: none; }

body.Page .text-column-right.image-bottom-centre.flush-bottom .snippet-image img, body.HorizontalPage .text-column-right.image-bottom-centre.flush-bottom .snippet-image img {
  width: calc(100% - 20px);
  left: 0;
  bottom: -50px; }
body.Page .text-column-left.image-bottom-right .snippet-image,
body.Page .text-column-right.image-bottom-left .snippet-image, body.HorizontalPage .text-column-left.image-bottom-right .snippet-image,
body.HorizontalPage .text-column-right.image-bottom-left .snippet-image {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1600px;
  margin: 0px auto;
  display: none; }
  @media (min-width: 768px) {
    body.Page .text-column-left.image-bottom-right .snippet-image,
    body.Page .text-column-right.image-bottom-left .snippet-image, body.HorizontalPage .text-column-left.image-bottom-right .snippet-image,
    body.HorizontalPage .text-column-right.image-bottom-left .snippet-image {
      display: block; } }
  body.Page .text-column-left.image-bottom-right .snippet-image:after,
  body.Page .text-column-right.image-bottom-left .snippet-image:after, body.HorizontalPage .text-column-left.image-bottom-right .snippet-image:after,
  body.HorizontalPage .text-column-right.image-bottom-left .snippet-image:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 15px solid #efefef;
    border-bottom: 15px solid #efefef; }
    @media (min-width: 768px) {
      body.Page .text-column-left.image-bottom-right .snippet-image:after,
      body.Page .text-column-right.image-bottom-left .snippet-image:after, body.HorizontalPage .text-column-left.image-bottom-right .snippet-image:after,
      body.HorizontalPage .text-column-right.image-bottom-left .snippet-image:after {
        content: " "; } }
    @media (min-width: 768px) {
      body.Page .text-column-left.image-bottom-right .snippet-image:after,
      body.Page .text-column-right.image-bottom-left .snippet-image:after, body.HorizontalPage .text-column-left.image-bottom-right .snippet-image:after,
      body.HorizontalPage .text-column-right.image-bottom-left .snippet-image:after {
        border-left: 15px solid #efefef;
        border-right: 15px solid #efefef; } }
  body.Page .text-column-left.image-bottom-right .snippet-image img,
  body.Page .text-column-right.image-bottom-left .snippet-image img, body.HorizontalPage .text-column-left.image-bottom-right .snippet-image img,
  body.HorizontalPage .text-column-right.image-bottom-left .snippet-image img {
    min-height: 890px;
    height: 100%;
    min-width: 1200px;
    width: auto;
    max-width: initial !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
body.Page .text-column.image-bottom-center-cover .snippet-image, body.HorizontalPage .text-column.image-bottom-center-cover .snippet-image {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0; }
  body.Page .text-column.image-bottom-center-cover .snippet-image:after, body.HorizontalPage .text-column.image-bottom-center-cover .snippet-image:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 50%, rgba(243, 243, 243, 0) 95%);
    background: -webkit-gradient(left top, left bottom, color-stop(50%, #f3f3f3), color-stop(95%, rgba(243, 243, 243, 0)));
    background: -webkit-linear-gradient(top, #f3f3f3 50%, rgba(243, 243, 243, 0) 95%);
    background: -o-linear-gradient(top, #f3f3f3 50%, rgba(243, 243, 243, 0) 95%);
    background: -ms-linear-gradient(top, #f3f3f3 50%, rgba(243, 243, 243, 0) 95%);
    background: linear-gradient(to bottom, #f3f3f3 50%, rgba(243, 243, 243, 0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#F3F3F3', GradientType=0 );
    border-top: 15px solid #efefef;
    border-bottom: 15px solid #efefef; }
    @media (min-width: 768px) {
      body.Page .text-column.image-bottom-center-cover .snippet-image:after, body.HorizontalPage .text-column.image-bottom-center-cover .snippet-image:after {
        border-left: 15px solid #efefef;
        border-right: 15px solid #efefef; } }
  body.Page .text-column.image-bottom-center-cover .snippet-image img, body.HorizontalPage .text-column.image-bottom-center-cover .snippet-image img {
    display: none; }
    @media (min-width: 768px) {
      body.Page .text-column.image-bottom-center-cover .snippet-image img, body.HorizontalPage .text-column.image-bottom-center-cover .snippet-image img {
        display: block; } }
@media (min-width: 768px) {
  body.Page .text-column.image-bottom-center-cover .snippet .snippet-text, body.HorizontalPage .text-column.image-bottom-center-cover .snippet .snippet-text {
    padding: 120px 0 50px; }
    body.Page .text-column.image-bottom-center-cover .snippet .snippet-text .snippet-subtitle, body.HorizontalPage .text-column.image-bottom-center-cover .snippet .snippet-text .snippet-subtitle {
      margin-top: 60px; } }
body.Page .text-column-left.image-bottom-right .snippet-image:after, body.HorizontalPage .text-column-left.image-bottom-right .snippet-image:after {
  background: #f3f3f3;
  background: -moz-linear-gradient(left, rgba(243, 243, 243, 0.95) 60%, rgba(243, 243, 243, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(60%, rgba(243, 243, 243, 0.95)), color-stop(100%, rgba(243, 243, 243, 0)));
  background: -webkit-linear-gradient(left, rgba(243, 243, 243, 0.95) 60%, rgba(243, 243, 243, 0) 100%);
  background: -o-linear-gradient(left, rgba(243, 243, 243, 0.95) 60%, rgba(243, 243, 243, 0) 100%);
  background: -ms-linear-gradient(left, rgba(243, 243, 243, 0.95) 60%, rgba(243, 243, 243, 0) 100%);
  background: linear-gradient(to right, rgba(243, 243, 243, 0.95) 60%, rgba(243, 243, 243, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#F3F3F3', GradientType=1 ); }
  @media (min-width: 1200px) {
    body.Page .text-column-left.image-bottom-right .snippet-image:after, body.HorizontalPage .text-column-left.image-bottom-right .snippet-image:after {
      background: -moz-linear-gradient(left, rgba(243, 243, 243, 0.95) 50%, rgba(243, 243, 243, 0) 80%);
      background: -webkit-gradient(left top, right top, color-stop(50%, rgba(243, 243, 243, 0.95)), color-stop(80%, rgba(243, 243, 243, 0)));
      background: -webkit-linear-gradient(left, rgba(243, 243, 243, 0.95) 50%, rgba(243, 243, 243, 0) 80%);
      background: -o-linear-gradient(left, rgba(243, 243, 243, 0.95) 50%, rgba(243, 243, 243, 0) 80%);
      background: -ms-linear-gradient(left, rgba(243, 243, 243, 0.95) 50%, rgba(243, 243, 243, 0) 80%);
      background: linear-gradient(to right, rgba(243, 243, 243, 0.95) 50%, rgba(243, 243, 243, 0) 80%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#F3F3F3', GradientType=1 ); } }
@media (min-width: 768px) {
  body.Page .text-column-left.image-bottom-right .snippet-image img, body.HorizontalPage .text-column-left.image-bottom-right .snippet-image img {
    left: 0; } }
@media (min-width: 1200px) {
  body.Page .text-column-left.image-bottom-right .snippet-image img, body.HorizontalPage .text-column-left.image-bottom-right .snippet-image img {
    right: 0;
    left: initial; } }
body.Page .text-column-right.image-bottom-left .snippet-image:after, body.HorizontalPage .text-column-right.image-bottom-left .snippet-image:after {
  background: rgba(243, 243, 243, 0);
  background: -moz-linear-gradient(left, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.95) 40%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243, 243, 243, 0)), color-stop(40%, rgba(243, 243, 243, 0.95)));
  background: -webkit-linear-gradient(left, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.95) 40%);
  background: -o-linear-gradient(left, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.95) 40%);
  background: -ms-linear-gradient(left, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.95) 40%);
  background: linear-gradient(to right, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.95) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#F3F3F3', GradientType=1 ); }
  @media (min-width: 1200px) {
    body.Page .text-column-right.image-bottom-left .snippet-image:after, body.HorizontalPage .text-column-right.image-bottom-left .snippet-image:after {
      background: -moz-linear-gradient(left, rgba(243, 243, 243, 0) 20%, rgba(243, 243, 243, 0.95) 50%);
      background: -webkit-gradient(left top, right top, color-stop(20%, rgba(243, 243, 243, 0)), color-stop(50%, rgba(243, 243, 243, 0.95)));
      background: -webkit-linear-gradient(left, rgba(243, 243, 243, 0) 20%, rgba(243, 243, 243, 0.95) 50%);
      background: -o-linear-gradient(left, rgba(243, 243, 243, 0) 20%, rgba(243, 243, 243, 0.95) 50%);
      background: -ms-linear-gradient(left, rgba(243, 243, 243, 0) 20%, rgba(243, 243, 243, 0.95) 50%);
      background: linear-gradient(to right, rgba(243, 243, 243, 0) 20%, rgba(243, 243, 243, 0.95) 50%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#F3F3F3', GradientType=1 ); } }
@media (min-width: 768px) {
  body.Page .text-column-right.image-bottom-left .snippet-image img, body.HorizontalPage .text-column-right.image-bottom-left .snippet-image img {
    right: 0; } }
@media (min-width: 1200px) {
  body.Page .text-column-right.image-bottom-left .snippet-image img, body.HorizontalPage .text-column-right.image-bottom-left .snippet-image img {
    left: 0;
    right: initial; } }
body.Page .text-column-right.image-bottom-left.flush-bottom .snippet-image img,
body.Page .text-column-left.image-bottom-right.flush-bottom .snippet-image img, body.HorizontalPage .text-column-right.image-bottom-left.flush-bottom .snippet-image img,
body.HorizontalPage .text-column-left.image-bottom-right.flush-bottom .snippet-image img {
  bottom: -50px;
  height: calc(100% + 40px); }
@media (min-width: 768px) {
  body.Page .video-left, body.Page .video-right, body.HorizontalPage .video-left, body.HorizontalPage .video-right {
    position: absolute;
    z-index: 100;
    width: 440px;
    top: 185px; }
  body.Page .video-left, body.HorizontalPage .video-left {
    left: 50px; }
  body.Page .video-right, body.HorizontalPage .video-right {
    right: 50px; } }
@media (min-width: 768px) {
  body.Page .text-column-right, body.HorizontalPage .text-column-right {
    max-width: 62%;
    margin: 0 0 0 32%; } }
@media (min-width: 1200px) {
  body.Page .text-column-right, body.HorizontalPage .text-column-right {
    max-width: 50%;
    margin: 0 0 0 47%; } }
@media (min-width: 768px) {
  body.Page .text-column-left, body.HorizontalPage .text-column-left {
    max-width: 62%;
    margin: 0 0 0 6%; } }
@media (min-width: 1200px) {
  body.Page .text-column-left, body.HorizontalPage .text-column-left {
    max-width: 50%;
    margin: 0 0 0 7%; } }
body.Page .text-column, body.HorizontalPage .text-column {
  max-width: 700px;
  margin: 0 auto; }
  body.Page .text-column .snippet, body.HorizontalPage .text-column .snippet {
    text-align: center; }
    body.Page .text-column .snippet .snippet-text p.snippet-subtitle, body.HorizontalPage .text-column .snippet .snippet-text p.snippet-subtitle {
      left: calc(50% - 25px);
      top: 10px; }
    body.Page .text-column .snippet .snippet-text p.button, body.HorizontalPage .text-column .snippet .snippet-text p.button {
      margin-left: 10px;
      margin-right: 10px; }
    body.Page .text-column .snippet .snippet-text ul li, body.Page .text-column .snippet .snippet-text ol li, body.HorizontalPage .text-column .snippet .snippet-text ul li, body.HorizontalPage .text-column .snippet .snippet-text ol li {
      margin: 0 20% 20px; }
  body.Page .text-column.summary, body.HorizontalPage .text-column.summary {
    max-width: 100%; }
    @media (min-width: 768px) {
      body.Page .text-column.summary, body.HorizontalPage .text-column.summary {
        margin-bottom: 42px; } }
    body.Page .text-column.summary .snippet-text h3, body.HorizontalPage .text-column.summary .snippet-text h3 {
      display: none; }
    @media (min-width: 768px) {
      body.Page .text-column.summary .snippet-text p, body.Page .text-column.summary .snippet-text h4, body.HorizontalPage .text-column.summary .snippet-text p, body.HorizontalPage .text-column.summary .snippet-text h4 {
        width: 60%;
        text-align: left;
        float: left; } }
    body.Page .text-column.summary .snippet-text p, body.HorizontalPage .text-column.summary .snippet-text p {
      font-family: 'Open Sans', sans-serif !important;
      font-weight: 600;
      font-size: 16px; }
      @media (min-width: 768px) {
        body.Page .text-column.summary .snippet-text p, body.HorizontalPage .text-column.summary .snippet-text p {
          font-size: 18px !important; } }
    body.Page .text-column.summary .snippet-text ul, body.HorizontalPage .text-column.summary .snippet-text ul {
      background: white;
      border: 10px solid #efefef;
      float: right;
      text-align: left;
      padding: 20px;
      margin: 0 0 20px !important;
      list-style-type: none;
      width: 100%; }
      @media (min-width: 768px) {
        body.Page .text-column.summary .snippet-text ul, body.HorizontalPage .text-column.summary .snippet-text ul {
          width: 30%;
          padding: 20px 30px; } }
      body.Page .text-column.summary .snippet-text ul li, body.HorizontalPage .text-column.summary .snippet-text ul li {
        margin: 0 0 5px 0 !important; }
        body.Page .text-column.summary .snippet-text ul li:first-child, body.HorizontalPage .text-column.summary .snippet-text ul li:first-child {
          font-family: 'clanotbold', sans-serif;
          margin: 5px 0 15px 0 !important; }
      body.Page .text-column.summary .snippet-text ul ol, body.HorizontalPage .text-column.summary .snippet-text ul ol {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative; }
        body.Page .text-column.summary .snippet-text ul ol li, body.Page .text-column.summary .snippet-text ul ol li:first-child, body.HorizontalPage .text-column.summary .snippet-text ul ol li, body.HorizontalPage .text-column.summary .snippet-text ul ol li:first-child {
          counter-increment: item;
          line-height: 1.2 !important;
          margin: 0 0 15px 35px !important;
          font-family: 'clanotlight', sans-serif !important; }
          body.Page .text-column.summary .snippet-text ul ol li:before, body.Page .text-column.summary .snippet-text ul ol li:first-child:before, body.HorizontalPage .text-column.summary .snippet-text ul ol li:before, body.HorizontalPage .text-column.summary .snippet-text ul ol li:first-child:before {
            position: absolute;
            left: 0;
            content: counter(item);
            background: #30BBB9;
            font-family: 'clanotbold', sans-serif;
            border-radius: 100%;
            color: white;
            width: 25px;
            height: 25px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            line-height: 1.6; }
body.Page .text-column-left,
body.Page .text-column-right, body.HorizontalPage .text-column-left,
body.HorizontalPage .text-column-right {
  min-height: 500px; }
  body.Page .text-column-left .snippet,
  body.Page .text-column-right .snippet, body.HorizontalPage .text-column-left .snippet,
  body.HorizontalPage .text-column-right .snippet {
    text-align: center; }
    body.Page .text-column-left .snippet .snippet-text p.snippet-subtitle,
    body.Page .text-column-right .snippet .snippet-text p.snippet-subtitle, body.HorizontalPage .text-column-left .snippet .snippet-text p.snippet-subtitle,
    body.HorizontalPage .text-column-right .snippet .snippet-text p.snippet-subtitle {
      left: calc(50% - 25px);
      top: 10px; }
      @media (min-width: 768px) {
        body.Page .text-column-left .snippet .snippet-text p.snippet-subtitle,
        body.Page .text-column-right .snippet .snippet-text p.snippet-subtitle, body.HorizontalPage .text-column-left .snippet .snippet-text p.snippet-subtitle,
        body.HorizontalPage .text-column-right .snippet .snippet-text p.snippet-subtitle {
          top: 65px;
          left: -65px; } }
    @media (min-width: 768px) {
      body.Page .text-column-left .snippet,
      body.Page .text-column-right .snippet, body.HorizontalPage .text-column-left .snippet,
      body.HorizontalPage .text-column-right .snippet {
        text-align: left; } }
body.Page .text-column .snippet .snippet-text,
body.Page .text-column-left .snippet .snippet-text,
body.Page .text-column-right .snippet .snippet-text, body.HorizontalPage .text-column .snippet .snippet-text,
body.HorizontalPage .text-column-left .snippet .snippet-text,
body.HorizontalPage .text-column-right .snippet .snippet-text {
  position: relative;
  z-index: 10;
  padding: 20px 10px; }
  @media (min-width: 768px) {
    body.Page .text-column .snippet .snippet-text,
    body.Page .text-column-left .snippet .snippet-text,
    body.Page .text-column-right .snippet .snippet-text, body.HorizontalPage .text-column .snippet .snippet-text,
    body.HorizontalPage .text-column-left .snippet .snippet-text,
    body.HorizontalPage .text-column-right .snippet .snippet-text {
      padding: 60px 0 50px; } }
  body.Page .text-column .snippet .snippet-text h3,
  body.Page .text-column-left .snippet .snippet-text h3,
  body.Page .text-column-right .snippet .snippet-text h3, body.HorizontalPage .text-column .snippet .snippet-text h3,
  body.HorizontalPage .text-column-left .snippet .snippet-text h3,
  body.HorizontalPage .text-column-right .snippet .snippet-text h3 {
    font-family: 'Open Sans';
    font-weight: 800;
    margin-bottom: 22px;
    margin-top: 62px;
    font-size: 22px;
    color: #30BBB9; }
    @media (min-width: 768px) {
      body.Page .text-column .snippet .snippet-text h3,
      body.Page .text-column-left .snippet .snippet-text h3,
      body.Page .text-column-right .snippet .snippet-text h3, body.HorizontalPage .text-column .snippet .snippet-text h3,
      body.HorizontalPage .text-column-left .snippet .snippet-text h3,
      body.HorizontalPage .text-column-right .snippet .snippet-text h3 {
        font-size: 28px; } }
    @media (min-width: 992px) {
      body.Page .text-column .snippet .snippet-text h3,
      body.Page .text-column-left .snippet .snippet-text h3,
      body.Page .text-column-right .snippet .snippet-text h3, body.HorizontalPage .text-column .snippet .snippet-text h3,
      body.HorizontalPage .text-column-left .snippet .snippet-text h3,
      body.HorizontalPage .text-column-right .snippet .snippet-text h3 {
        font-size: 32px;
        margin-top: 22px; } }
  body.Page .text-column .snippet .snippet-text h4,
  body.Page .text-column-left .snippet .snippet-text h4,
  body.Page .text-column-right .snippet .snippet-text h4, body.HorizontalPage .text-column .snippet .snippet-text h4,
  body.HorizontalPage .text-column-left .snippet .snippet-text h4,
  body.HorizontalPage .text-column-right .snippet .snippet-text h4 {
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 22px;
    font-size: 20px; }
    @media (min-width: 768px) {
      body.Page .text-column .snippet .snippet-text h4,
      body.Page .text-column-left .snippet .snippet-text h4,
      body.Page .text-column-right .snippet .snippet-text h4, body.HorizontalPage .text-column .snippet .snippet-text h4,
      body.HorizontalPage .text-column-left .snippet .snippet-text h4,
      body.HorizontalPage .text-column-right .snippet .snippet-text h4 {
        font-size: 24px;
        line-height: 1.4; } }
  body.Page .text-column .snippet .snippet-text p.snippet-subtitle,
  body.Page .text-column-left .snippet .snippet-text p.snippet-subtitle,
  body.Page .text-column-right .snippet .snippet-text p.snippet-subtitle, body.HorizontalPage .text-column .snippet .snippet-text p.snippet-subtitle,
  body.HorizontalPage .text-column-left .snippet .snippet-text p.snippet-subtitle,
  body.HorizontalPage .text-column-right .snippet .snippet-text p.snippet-subtitle {
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 22px;
    font-size: 32px;
    color: white;
    background: #30BBB9;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    box-sizing: content-box; }
  body.Page .text-column .snippet .snippet-text p,
  body.Page .text-column-left .snippet .snippet-text p,
  body.Page .text-column-right .snippet .snippet-text p, body.HorizontalPage .text-column .snippet .snippet-text p,
  body.HorizontalPage .text-column-left .snippet .snippet-text p,
  body.HorizontalPage .text-column-right .snippet .snippet-text p {
    line-height: 1.6;
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Open Sans';
    font-weight: 400; }
    @media (min-width: 992px) {
      body.Page .text-column .snippet .snippet-text p,
      body.Page .text-column-left .snippet .snippet-text p,
      body.Page .text-column-right .snippet .snippet-text p, body.HorizontalPage .text-column .snippet .snippet-text p,
      body.HorizontalPage .text-column-left .snippet .snippet-text p,
      body.HorizontalPage .text-column-right .snippet .snippet-text p {
        margin: 10px 0 30px; } }
  body.Page .text-column .snippet .snippet-text p img, body.Page .text-column .snippet .snippet-text h4 img,
  body.Page .text-column-left .snippet .snippet-text p img,
  body.Page .text-column-left .snippet .snippet-text h4 img,
  body.Page .text-column-right .snippet .snippet-text p img,
  body.Page .text-column-right .snippet .snippet-text h4 img, body.HorizontalPage .text-column .snippet .snippet-text p img, body.HorizontalPage .text-column .snippet .snippet-text h4 img,
  body.HorizontalPage .text-column-left .snippet .snippet-text p img,
  body.HorizontalPage .text-column-left .snippet .snippet-text h4 img,
  body.HorizontalPage .text-column-right .snippet .snippet-text p img,
  body.HorizontalPage .text-column-right .snippet .snippet-text h4 img {
    width: auto;
    height: auto;
    max-width: 100%; }
  body.Page .text-column .snippet .snippet-text blockquote,
  body.Page .text-column-left .snippet .snippet-text blockquote,
  body.Page .text-column-right .snippet .snippet-text blockquote, body.HorizontalPage .text-column .snippet .snippet-text blockquote,
  body.HorizontalPage .text-column-left .snippet .snippet-text blockquote,
  body.HorizontalPage .text-column-right .snippet .snippet-text blockquote {
    border-left: none;
    margin: 0; }
    body.Page .text-column .snippet .snippet-text blockquote p,
    body.Page .text-column-left .snippet .snippet-text blockquote p,
    body.Page .text-column-right .snippet .snippet-text blockquote p, body.HorizontalPage .text-column .snippet .snippet-text blockquote p,
    body.HorizontalPage .text-column-left .snippet .snippet-text blockquote p,
    body.HorizontalPage .text-column-right .snippet .snippet-text blockquote p {
      font-family: Georgia, Times, "Times New Roman", serif;
      font-size: 18px;
      font-style: italic;
      margin: 10px 0; }
      @media (min-width: 768px) {
        body.Page .text-column .snippet .snippet-text blockquote p,
        body.Page .text-column-left .snippet .snippet-text blockquote p,
        body.Page .text-column-right .snippet .snippet-text blockquote p, body.HorizontalPage .text-column .snippet .snippet-text blockquote p,
        body.HorizontalPage .text-column-left .snippet .snippet-text blockquote p,
        body.HorizontalPage .text-column-right .snippet .snippet-text blockquote p {
          font-size: 22px;
          line-height: 1.4; } }
  body.Page .text-column .snippet .snippet-text ul, body.Page .text-column .snippet .snippet-text ol,
  body.Page .text-column-left .snippet .snippet-text ul,
  body.Page .text-column-left .snippet .snippet-text ol,
  body.Page .text-column-right .snippet .snippet-text ul,
  body.Page .text-column-right .snippet .snippet-text ol, body.HorizontalPage .text-column .snippet .snippet-text ul, body.HorizontalPage .text-column .snippet .snippet-text ol,
  body.HorizontalPage .text-column-left .snippet .snippet-text ul,
  body.HorizontalPage .text-column-left .snippet .snippet-text ol,
  body.HorizontalPage .text-column-right .snippet .snippet-text ul,
  body.HorizontalPage .text-column-right .snippet .snippet-text ol {
    text-align: left;
    margin: 0 20px 20px; }
    @media (min-width: 768px) {
      body.Page .text-column .snippet .snippet-text ul, body.Page .text-column .snippet .snippet-text ol,
      body.Page .text-column-left .snippet .snippet-text ul,
      body.Page .text-column-left .snippet .snippet-text ol,
      body.Page .text-column-right .snippet .snippet-text ul,
      body.Page .text-column-right .snippet .snippet-text ol, body.HorizontalPage .text-column .snippet .snippet-text ul, body.HorizontalPage .text-column .snippet .snippet-text ol,
      body.HorizontalPage .text-column-left .snippet .snippet-text ul,
      body.HorizontalPage .text-column-left .snippet .snippet-text ol,
      body.HorizontalPage .text-column-right .snippet .snippet-text ul,
      body.HorizontalPage .text-column-right .snippet .snippet-text ol {
        margin: 0 0 20px; } }
    body.Page .text-column .snippet .snippet-text ul li, body.Page .text-column .snippet .snippet-text ol li,
    body.Page .text-column-left .snippet .snippet-text ul li,
    body.Page .text-column-left .snippet .snippet-text ol li,
    body.Page .text-column-right .snippet .snippet-text ul li,
    body.Page .text-column-right .snippet .snippet-text ol li, body.HorizontalPage .text-column .snippet .snippet-text ul li, body.HorizontalPage .text-column .snippet .snippet-text ol li,
    body.HorizontalPage .text-column-left .snippet .snippet-text ul li,
    body.HorizontalPage .text-column-left .snippet .snippet-text ol li,
    body.HorizontalPage .text-column-right .snippet .snippet-text ul li,
    body.HorizontalPage .text-column-right .snippet .snippet-text ol li {
      line-height: 1.6;
      font-size: 16px;
      margin: 0 0 5px 0;
      font-family: 'Open Sans'; }

.content-section {
  margin: 0px auto;
  height: initial; }
  .content-section:first-of-type > div {
    background-color: transparent; }
  @media (min-width: 768px) {
    .content-section:last-child {
      padding-bottom: 60px !important; } }
  .content-section.background-image, .content-section-carousel .carousel .content-section.item {
    background-position: center bottom;
    background-attachment: inherit;
    background-size: cover; }
    .content-section.background-image > div, .content-section-carousel .carousel .content-section.item > div {
      color: #fff; }

/* HIDE */
.content-section-455,
.content-section-451,
.content-section-457 {
  display: none; }

/* FOOTER/FOOTNOTES */
.content-section-213 > div,
.content-section-229 > div,
.content-section-235 > div,
.content-section-238 > div,
.content-section-249 > div,
.content-section-273 > div,
.content-section-280 > div,
.content-section-288 > div,
.content-section-313 > div,
.content-section-320 > div,
.content-section-323 > div,
.content-section-331 > div,
.content-section-337 > div,
.content-section-342 > div,
.content-section-351 > div,
.content-section-359 > div,
.content-section-433 > div,
.content-section-434 > div,
.content-section-435 > div,
.content-section-436 > div,
.content-section-437 > div,
.content-section-438 > div,
.content-section-439 > div,
.content-section-440 > div,
.content-section-441 > div,
.content-section-442 > div,
.content-section-443 > div,
.content-section-444 > div,
.content-section-445 > div,
.content-section-446 > div,
.content-section-452 > div {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1200px;
  margin: 0px auto;
  position: relative; }
  @media (min-width: 768px) {
    .content-section-213 > div,
    .content-section-229 > div,
    .content-section-235 > div,
    .content-section-238 > div,
    .content-section-249 > div,
    .content-section-273 > div,
    .content-section-280 > div,
    .content-section-288 > div,
    .content-section-313 > div,
    .content-section-320 > div,
    .content-section-323 > div,
    .content-section-331 > div,
    .content-section-337 > div,
    .content-section-342 > div,
    .content-section-351 > div,
    .content-section-359 > div,
    .content-section-433 > div,
    .content-section-434 > div,
    .content-section-435 > div,
    .content-section-436 > div,
    .content-section-437 > div,
    .content-section-438 > div,
    .content-section-439 > div,
    .content-section-440 > div,
    .content-section-441 > div,
    .content-section-442 > div,
    .content-section-443 > div,
    .content-section-444 > div,
    .content-section-445 > div,
    .content-section-446 > div,
    .content-section-452 > div {
      padding-top: 40px;
      padding-bottom: 40px; } }

/* LIGHT GREY */
.content-section-18 > div,
.content-section-19 > div,
.content-section-23 > div,
.content-section-24 > div,
.content-section-42 > div,
.content-section-47 > div,
.content-section-112 > div,
.content-section-114 > div,
.content-section-118 > div,
.content-section-148 > div,
.content-section-153 > div,
.content-section-155 > div,
.content-section-176 > div,
.content-section-178 > div,
.content-section-181 > div,
.content-section-184 > div,
.content-section-188 > div,
.content-section-197 > div,
.content-section-200 > div,
.content-section-201 > div,
.content-section-204 > div,
.content-section-207 > div,
.content-section-209 > div,
.content-section-211 > div,
.content-section-217 > div,
.content-section-219 > div,
.content-section-222 > div,
.content-section-224 > div,
.content-section-227 > div,
.content-section-236 > div,
.content-section-239 > div,
.content-section-241 > div,
.content-section-246 > div,
.content-section-248 > div,
.content-section-252 > div,
.content-section-262 > div,
.content-section-265 > div,
.content-section-278 > div,
.content-section-282 > div,
.content-section-289 > div,
.content-section-293 > div,
.content-section-295 > div,
.content-section-301 > div,
.content-section-307 > div,
.content-section-310 > div,
.content-section-311 > div,
.content-section-314 > div,
.content-section-318 > div,
.content-section-324 > div,
.content-section-326 > div,
.content-section-328 > div,
.content-section-329 > div,
.content-section-339 > div,
.content-section-344 > div,
.content-section-347 > div,
.content-section-349 > div,
.content-section-352 > div,
.content-section-355 > div,
.content-section-358 > div,
.content-section-377 > div,
.content-section-378 > div,
.content-section-379 > div,
.content-section-381 > div,
.content-section-382 > div,
.content-section-386 > div,
.content-section-387 > div,
.content-section-388 > div,
.content-section-389 > div,
.content-section-390 > div,
.content-section-391 > div,
.content-section-392 > div,
.content-section-393 > div,
.content-section-398 > div,
.content-section-399 > div,
.content-section-402 > div,
.content-section-406 > div,
.content-section-407 > div,
.content-section-408 > div,
.content-section-409 > div,
.content-section-410 > div,
.content-section-411 > div,
.content-section-412 > div,
.content-section-413 > div,
.content-section-415 > div,
.content-section-416 > div,
.content-section-418 > div,
.content-section-419 > div,
.content-section-420 > div,
.content-section-421 > div,
.content-section-423 > div,
.content-section-427 > div,
.content-section-448 > div,
.content-section-450 > div {
  background-color: #F3F3F3;
  border-top: 10px solid #efefef;
  border-bottom: 10px solid #efefef; }
  @media (min-width: 768px) {
    .content-section-18 > div,
    .content-section-19 > div,
    .content-section-23 > div,
    .content-section-24 > div,
    .content-section-42 > div,
    .content-section-47 > div,
    .content-section-112 > div,
    .content-section-114 > div,
    .content-section-118 > div,
    .content-section-148 > div,
    .content-section-153 > div,
    .content-section-155 > div,
    .content-section-176 > div,
    .content-section-178 > div,
    .content-section-181 > div,
    .content-section-184 > div,
    .content-section-188 > div,
    .content-section-197 > div,
    .content-section-200 > div,
    .content-section-201 > div,
    .content-section-204 > div,
    .content-section-207 > div,
    .content-section-209 > div,
    .content-section-211 > div,
    .content-section-217 > div,
    .content-section-219 > div,
    .content-section-222 > div,
    .content-section-224 > div,
    .content-section-227 > div,
    .content-section-236 > div,
    .content-section-239 > div,
    .content-section-241 > div,
    .content-section-246 > div,
    .content-section-248 > div,
    .content-section-252 > div,
    .content-section-262 > div,
    .content-section-265 > div,
    .content-section-278 > div,
    .content-section-282 > div,
    .content-section-289 > div,
    .content-section-293 > div,
    .content-section-295 > div,
    .content-section-301 > div,
    .content-section-307 > div,
    .content-section-310 > div,
    .content-section-311 > div,
    .content-section-314 > div,
    .content-section-318 > div,
    .content-section-324 > div,
    .content-section-326 > div,
    .content-section-328 > div,
    .content-section-329 > div,
    .content-section-339 > div,
    .content-section-344 > div,
    .content-section-347 > div,
    .content-section-349 > div,
    .content-section-352 > div,
    .content-section-355 > div,
    .content-section-358 > div,
    .content-section-377 > div,
    .content-section-378 > div,
    .content-section-379 > div,
    .content-section-381 > div,
    .content-section-382 > div,
    .content-section-386 > div,
    .content-section-387 > div,
    .content-section-388 > div,
    .content-section-389 > div,
    .content-section-390 > div,
    .content-section-391 > div,
    .content-section-392 > div,
    .content-section-393 > div,
    .content-section-398 > div,
    .content-section-399 > div,
    .content-section-402 > div,
    .content-section-406 > div,
    .content-section-407 > div,
    .content-section-408 > div,
    .content-section-409 > div,
    .content-section-410 > div,
    .content-section-411 > div,
    .content-section-412 > div,
    .content-section-413 > div,
    .content-section-415 > div,
    .content-section-416 > div,
    .content-section-418 > div,
    .content-section-419 > div,
    .content-section-420 > div,
    .content-section-421 > div,
    .content-section-423 > div,
    .content-section-427 > div,
    .content-section-448 > div,
    .content-section-450 > div {
      border-left: 10px solid #efefef;
      border-right: 10px solid #efefef; } }
.content-section-18 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-19 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-23 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-24 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-42 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-47 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-112 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-114 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-118 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-148 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-153 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-155 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-176 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-178 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-181 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-184 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-188 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-197 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-200 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-201 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-204 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-207 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-209 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-211 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-217 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-219 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-222 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-224 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-227 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-236 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-239 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-241 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-246 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-248 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-252 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-262 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-265 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-278 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-282 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-289 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-293 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-295 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-301 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-307 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-310 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-311 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-314 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-318 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-324 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-326 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-328 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-329 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-339 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-344 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-347 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-349 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-352 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-355 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-358 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-377 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-378 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-379 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-381 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-382 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-386 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-387 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-388 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-389 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-390 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-391 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-392 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-393 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-398 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-399 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-402 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-406 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-407 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-408 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-409 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-410 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-411 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-412 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-413 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-415 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-416 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-418 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-419 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-420 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-421 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-423 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-427 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-448 .text-column-right.image-bottom-left .snippet-image:after,
.content-section-450 .text-column-right.image-bottom-left .snippet-image:after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 40%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.95))) !important;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 40%) !important;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 40%) !important;
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 40%) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 40%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFF', GradientType=1 ) !important; }
  @media (min-width: 1200px) {
    .content-section-18 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-19 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-23 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-24 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-42 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-47 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-112 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-114 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-118 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-148 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-153 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-155 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-176 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-178 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-181 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-184 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-188 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-197 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-200 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-201 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-204 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-207 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-209 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-211 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-217 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-219 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-222 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-224 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-227 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-236 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-239 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-241 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-246 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-248 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-252 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-262 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-265 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-278 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-282 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-289 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-293 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-295 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-301 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-307 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-310 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-311 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-314 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-318 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-324 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-326 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-328 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-329 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-339 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-344 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-347 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-349 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-352 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-355 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-358 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-377 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-378 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-379 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-381 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-382 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-386 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-387 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-388 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-389 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-390 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-391 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-392 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-393 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-398 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-399 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-402 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-406 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-407 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-408 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-409 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-410 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-411 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-412 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-413 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-415 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-416 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-418 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-419 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-420 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-421 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-423 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-427 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-448 .text-column-right.image-bottom-left .snippet-image:after,
    .content-section-450 .text-column-right.image-bottom-left .snippet-image:after {
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.95) 50%) !important;
      background: -webkit-gradient(left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.95))) !important;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.95) 50%) !important;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.95) 50%) !important;
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.95) 50%) !important;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.95) 50%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFF', GradientType=1 ) !important; } }
.content-section-18 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-19 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-23 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-24 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-42 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-47 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-112 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-114 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-118 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-148 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-153 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-155 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-176 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-178 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-181 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-184 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-188 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-197 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-200 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-201 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-204 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-207 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-209 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-211 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-217 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-219 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-222 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-224 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-227 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-236 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-239 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-241 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-246 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-248 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-252 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-262 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-265 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-278 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-282 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-289 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-293 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-295 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-301 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-307 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-310 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-311 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-314 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-318 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-324 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-326 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-328 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-329 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-339 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-344 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-347 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-349 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-352 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-355 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-358 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-377 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-378 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-379 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-381 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-382 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-386 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-387 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-388 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-389 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-390 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-391 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-392 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-393 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-398 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-399 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-402 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-406 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-407 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-408 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-409 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-410 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-411 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-412 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-413 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-415 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-416 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-418 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-419 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-420 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-421 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-423 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-427 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-448 .text-column-left.image-bottom-right .snippet-image:after,
.content-section-450 .text-column-left.image-bottom-right .snippet-image:after {
  background: white;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0) 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(60%, rgba(255, 255, 255, 0.95)), color-stop(100%, rgba(255, 255, 255, 0))) !important !important;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0) 80%) !important;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0) 80%) !important;
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0) 80%) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0) 80%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFF', GradientType=1 ) !important; }
  @media (min-width: 1200px) {
    .content-section-18 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-19 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-23 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-24 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-42 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-47 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-112 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-114 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-118 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-148 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-153 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-155 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-176 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-178 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-181 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-184 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-188 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-197 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-200 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-201 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-204 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-207 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-209 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-211 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-217 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-219 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-222 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-224 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-227 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-236 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-239 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-241 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-246 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-248 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-252 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-262 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-265 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-278 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-282 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-289 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-293 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-295 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-301 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-307 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-310 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-311 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-314 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-318 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-324 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-326 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-328 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-329 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-339 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-344 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-347 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-349 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-352 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-355 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-358 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-377 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-378 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-379 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-381 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-382 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-386 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-387 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-388 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-389 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-390 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-391 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-392 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-393 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-398 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-399 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-402 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-406 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-407 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-408 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-409 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-410 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-411 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-412 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-413 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-415 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-416 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-418 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-419 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-420 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-421 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-423 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-427 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-448 .text-column-left.image-bottom-right .snippet-image:after,
    .content-section-450 .text-column-left.image-bottom-right .snippet-image:after {
      background: white;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0) 80%) !important;
      background: -webkit-gradient(left top, right top, color-stop(50%, rgba(255, 255, 255, 0.95)), color-stop(80%, rgba(255, 255, 255, 0))) !important !important;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0) 80%) !important;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0) 80%) !important;
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0) 80%) !important;
      background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0) 80%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFF', GradientType=1 ) !important; } }
.content-section-18 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-19 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-23 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-24 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-42 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-47 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-112 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-114 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-118 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-148 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-153 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-155 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-176 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-178 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-181 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-184 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-188 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-197 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-200 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-201 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-204 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-207 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-209 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-211 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-217 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-219 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-222 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-224 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-227 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-236 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-239 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-241 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-246 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-248 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-252 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-262 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-265 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-278 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-282 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-289 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-293 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-295 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-301 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-307 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-310 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-311 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-314 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-318 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-324 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-326 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-328 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-329 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-339 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-344 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-347 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-349 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-352 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-355 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-358 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-377 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-378 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-379 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-381 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-382 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-386 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-387 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-388 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-389 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-390 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-391 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-392 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-393 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-398 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-399 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-402 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-406 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-407 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-408 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-409 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-410 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-411 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-412 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-413 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-415 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-416 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-418 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-419 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-420 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-421 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-423 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-427 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-448 .text-column.image-bottom-center-cover .snippet-image:after,
.content-section-450 .text-column.image-bottom-center-cover .snippet-image:after {
  background: white;
  background: -moz-linear-gradient(top, white 50%, rgba(255, 255, 255, 0) 95%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(50%, white), color-stop(95%, rgba(255, 255, 255, 0))) !important;
  background: -webkit-linear-gradient(top, white 50%, rgba(255, 255, 255, 0) 95%) !important;
  background: -o-linear-gradient(top, white 50%, rgba(255, 255, 255, 0) 95%) !important;
  background: -ms-linear-gradient(top, white 50%, rgba(255, 255, 255, 0) 95%) !important;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 95%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFF', GradientType=0 ) !important; }

/* DARK GREEN */
.content-section-206 > div,
.content-section-212 > div,
.content-section-220 > div,
.content-section-243 > div,
.content-section-247 > div,
.content-section-260 > div,
.content-section-299 > div,
.content-section-312 > div,
.content-section-335 > div,
.content-section-340 > div,
.content-section-345 > div,
.content-section-348 > div,
.content-section-357 > div,
.content-section-378 > div,
.content-section-383 > div,
.content-section-396 > div,
.content-section-401 > div,
.content-section-403 > div,
.content-section-405 > div,
.content-section-425 > div {
  background-color: #30BBB9;
  border-top: 15px solid #2ba7a5;
  border-bottom: 15px solid #2ba7a5; }
  @media (min-width: 768px) {
    .content-section-206 > div,
    .content-section-212 > div,
    .content-section-220 > div,
    .content-section-243 > div,
    .content-section-247 > div,
    .content-section-260 > div,
    .content-section-299 > div,
    .content-section-312 > div,
    .content-section-335 > div,
    .content-section-340 > div,
    .content-section-345 > div,
    .content-section-348 > div,
    .content-section-357 > div,
    .content-section-378 > div,
    .content-section-383 > div,
    .content-section-396 > div,
    .content-section-401 > div,
    .content-section-403 > div,
    .content-section-405 > div,
    .content-section-425 > div {
      border-left: 15px solid #2ba7a5;
      border-right: 15px solid #2ba7a5; } }
.content-section-206 .text-column,
.content-section-212 .text-column,
.content-section-220 .text-column,
.content-section-243 .text-column,
.content-section-247 .text-column,
.content-section-260 .text-column,
.content-section-299 .text-column,
.content-section-312 .text-column,
.content-section-335 .text-column,
.content-section-340 .text-column,
.content-section-345 .text-column,
.content-section-348 .text-column,
.content-section-357 .text-column,
.content-section-378 .text-column,
.content-section-383 .text-column,
.content-section-396 .text-column,
.content-section-401 .text-column,
.content-section-403 .text-column,
.content-section-405 .text-column,
.content-section-425 .text-column {
  color: white; }
  .content-section-206 .text-column h3, .content-section-206 .text-column h4,
  .content-section-212 .text-column h3,
  .content-section-212 .text-column h4,
  .content-section-220 .text-column h3,
  .content-section-220 .text-column h4,
  .content-section-243 .text-column h3,
  .content-section-243 .text-column h4,
  .content-section-247 .text-column h3,
  .content-section-247 .text-column h4,
  .content-section-260 .text-column h3,
  .content-section-260 .text-column h4,
  .content-section-299 .text-column h3,
  .content-section-299 .text-column h4,
  .content-section-312 .text-column h3,
  .content-section-312 .text-column h4,
  .content-section-335 .text-column h3,
  .content-section-335 .text-column h4,
  .content-section-340 .text-column h3,
  .content-section-340 .text-column h4,
  .content-section-345 .text-column h3,
  .content-section-345 .text-column h4,
  .content-section-348 .text-column h3,
  .content-section-348 .text-column h4,
  .content-section-357 .text-column h3,
  .content-section-357 .text-column h4,
  .content-section-378 .text-column h3,
  .content-section-378 .text-column h4,
  .content-section-383 .text-column h3,
  .content-section-383 .text-column h4,
  .content-section-396 .text-column h3,
  .content-section-396 .text-column h4,
  .content-section-401 .text-column h3,
  .content-section-401 .text-column h4,
  .content-section-403 .text-column h3,
  .content-section-403 .text-column h4,
  .content-section-405 .text-column h3,
  .content-section-405 .text-column h4,
  .content-section-425 .text-column h3,
  .content-section-425 .text-column h4 {
    color: white !important; }
  .content-section-206 .text-column p,
  .content-section-212 .text-column p,
  .content-section-220 .text-column p,
  .content-section-243 .text-column p,
  .content-section-247 .text-column p,
  .content-section-260 .text-column p,
  .content-section-299 .text-column p,
  .content-section-312 .text-column p,
  .content-section-335 .text-column p,
  .content-section-340 .text-column p,
  .content-section-345 .text-column p,
  .content-section-348 .text-column p,
  .content-section-357 .text-column p,
  .content-section-378 .text-column p,
  .content-section-383 .text-column p,
  .content-section-396 .text-column p,
  .content-section-401 .text-column p,
  .content-section-403 .text-column p,
  .content-section-405 .text-column p,
  .content-section-425 .text-column p {
    color: white; }
    .content-section-206 .text-column p.snippet-subtitle,
    .content-section-212 .text-column p.snippet-subtitle,
    .content-section-220 .text-column p.snippet-subtitle,
    .content-section-243 .text-column p.snippet-subtitle,
    .content-section-247 .text-column p.snippet-subtitle,
    .content-section-260 .text-column p.snippet-subtitle,
    .content-section-299 .text-column p.snippet-subtitle,
    .content-section-312 .text-column p.snippet-subtitle,
    .content-section-335 .text-column p.snippet-subtitle,
    .content-section-340 .text-column p.snippet-subtitle,
    .content-section-345 .text-column p.snippet-subtitle,
    .content-section-348 .text-column p.snippet-subtitle,
    .content-section-357 .text-column p.snippet-subtitle,
    .content-section-378 .text-column p.snippet-subtitle,
    .content-section-383 .text-column p.snippet-subtitle,
    .content-section-396 .text-column p.snippet-subtitle,
    .content-section-401 .text-column p.snippet-subtitle,
    .content-section-403 .text-column p.snippet-subtitle,
    .content-section-405 .text-column p.snippet-subtitle,
    .content-section-425 .text-column p.snippet-subtitle {
      background: white !important;
      color: #30BBB9 !important; }
  .content-section-206 .text-column a,
  .content-section-212 .text-column a,
  .content-section-220 .text-column a,
  .content-section-243 .text-column a,
  .content-section-247 .text-column a,
  .content-section-260 .text-column a,
  .content-section-299 .text-column a,
  .content-section-312 .text-column a,
  .content-section-335 .text-column a,
  .content-section-340 .text-column a,
  .content-section-345 .text-column a,
  .content-section-348 .text-column a,
  .content-section-357 .text-column a,
  .content-section-378 .text-column a,
  .content-section-383 .text-column a,
  .content-section-396 .text-column a,
  .content-section-401 .text-column a,
  .content-section-403 .text-column a,
  .content-section-405 .text-column a,
  .content-section-425 .text-column a {
    color: white; }
    .content-section-206 .text-column a:hover,
    .content-section-212 .text-column a:hover,
    .content-section-220 .text-column a:hover,
    .content-section-243 .text-column a:hover,
    .content-section-247 .text-column a:hover,
    .content-section-260 .text-column a:hover,
    .content-section-299 .text-column a:hover,
    .content-section-312 .text-column a:hover,
    .content-section-335 .text-column a:hover,
    .content-section-340 .text-column a:hover,
    .content-section-345 .text-column a:hover,
    .content-section-348 .text-column a:hover,
    .content-section-357 .text-column a:hover,
    .content-section-378 .text-column a:hover,
    .content-section-383 .text-column a:hover,
    .content-section-396 .text-column a:hover,
    .content-section-401 .text-column a:hover,
    .content-section-403 .text-column a:hover,
    .content-section-405 .text-column a:hover,
    .content-section-425 .text-column a:hover {
      color: white; }
  .content-section-206 .text-column .citation,
  .content-section-212 .text-column .citation,
  .content-section-220 .text-column .citation,
  .content-section-243 .text-column .citation,
  .content-section-247 .text-column .citation,
  .content-section-260 .text-column .citation,
  .content-section-299 .text-column .citation,
  .content-section-312 .text-column .citation,
  .content-section-335 .text-column .citation,
  .content-section-340 .text-column .citation,
  .content-section-345 .text-column .citation,
  .content-section-348 .text-column .citation,
  .content-section-357 .text-column .citation,
  .content-section-378 .text-column .citation,
  .content-section-383 .text-column .citation,
  .content-section-396 .text-column .citation,
  .content-section-401 .text-column .citation,
  .content-section-403 .text-column .citation,
  .content-section-405 .text-column .citation,
  .content-section-425 .text-column .citation {
    color: white;
    border-bottom: 1px dotted white; }
    .content-section-206 .text-column .citation:hover,
    .content-section-212 .text-column .citation:hover,
    .content-section-220 .text-column .citation:hover,
    .content-section-243 .text-column .citation:hover,
    .content-section-247 .text-column .citation:hover,
    .content-section-260 .text-column .citation:hover,
    .content-section-299 .text-column .citation:hover,
    .content-section-312 .text-column .citation:hover,
    .content-section-335 .text-column .citation:hover,
    .content-section-340 .text-column .citation:hover,
    .content-section-345 .text-column .citation:hover,
    .content-section-348 .text-column .citation:hover,
    .content-section-357 .text-column .citation:hover,
    .content-section-378 .text-column .citation:hover,
    .content-section-383 .text-column .citation:hover,
    .content-section-396 .text-column .citation:hover,
    .content-section-401 .text-column .citation:hover,
    .content-section-403 .text-column .citation:hover,
    .content-section-405 .text-column .citation:hover,
    .content-section-425 .text-column .citation:hover {
      border-bottom: 1px solid white; }
  .content-section-206 .text-column .popover,
  .content-section-212 .text-column .popover,
  .content-section-220 .text-column .popover,
  .content-section-243 .text-column .popover,
  .content-section-247 .text-column .popover,
  .content-section-260 .text-column .popover,
  .content-section-299 .text-column .popover,
  .content-section-312 .text-column .popover,
  .content-section-335 .text-column .popover,
  .content-section-340 .text-column .popover,
  .content-section-345 .text-column .popover,
  .content-section-348 .text-column .popover,
  .content-section-357 .text-column .popover,
  .content-section-378 .text-column .popover,
  .content-section-383 .text-column .popover,
  .content-section-396 .text-column .popover,
  .content-section-401 .text-column .popover,
  .content-section-403 .text-column .popover,
  .content-section-405 .text-column .popover,
  .content-section-425 .text-column .popover {
    color: #333; }
  .content-section-206 .text-column .button,
  .content-section-212 .text-column .button,
  .content-section-220 .text-column .button,
  .content-section-243 .text-column .button,
  .content-section-247 .text-column .button,
  .content-section-260 .text-column .button,
  .content-section-299 .text-column .button,
  .content-section-312 .text-column .button,
  .content-section-335 .text-column .button,
  .content-section-340 .text-column .button,
  .content-section-345 .text-column .button,
  .content-section-348 .text-column .button,
  .content-section-357 .text-column .button,
  .content-section-378 .text-column .button,
  .content-section-383 .text-column .button,
  .content-section-396 .text-column .button,
  .content-section-401 .text-column .button,
  .content-section-403 .text-column .button,
  .content-section-405 .text-column .button,
  .content-section-425 .text-column .button {
    border: 2px solid white;
    color: white; }
    @media (min-width: 768px) {
      .content-section-206 .text-column .button:before, .content-section-206 .text-column .button:after,
      .content-section-212 .text-column .button:before,
      .content-section-212 .text-column .button:after,
      .content-section-220 .text-column .button:before,
      .content-section-220 .text-column .button:after,
      .content-section-243 .text-column .button:before,
      .content-section-243 .text-column .button:after,
      .content-section-247 .text-column .button:before,
      .content-section-247 .text-column .button:after,
      .content-section-260 .text-column .button:before,
      .content-section-260 .text-column .button:after,
      .content-section-299 .text-column .button:before,
      .content-section-299 .text-column .button:after,
      .content-section-312 .text-column .button:before,
      .content-section-312 .text-column .button:after,
      .content-section-335 .text-column .button:before,
      .content-section-335 .text-column .button:after,
      .content-section-340 .text-column .button:before,
      .content-section-340 .text-column .button:after,
      .content-section-345 .text-column .button:before,
      .content-section-345 .text-column .button:after,
      .content-section-348 .text-column .button:before,
      .content-section-348 .text-column .button:after,
      .content-section-357 .text-column .button:before,
      .content-section-357 .text-column .button:after,
      .content-section-378 .text-column .button:before,
      .content-section-378 .text-column .button:after,
      .content-section-383 .text-column .button:before,
      .content-section-383 .text-column .button:after,
      .content-section-396 .text-column .button:before,
      .content-section-396 .text-column .button:after,
      .content-section-401 .text-column .button:before,
      .content-section-401 .text-column .button:after,
      .content-section-403 .text-column .button:before,
      .content-section-403 .text-column .button:after,
      .content-section-405 .text-column .button:before,
      .content-section-405 .text-column .button:after,
      .content-section-425 .text-column .button:before,
      .content-section-425 .text-column .button:after {
        background: white; } }
    .content-section-206 .text-column .button a,
    .content-section-212 .text-column .button a,
    .content-section-220 .text-column .button a,
    .content-section-243 .text-column .button a,
    .content-section-247 .text-column .button a,
    .content-section-260 .text-column .button a,
    .content-section-299 .text-column .button a,
    .content-section-312 .text-column .button a,
    .content-section-335 .text-column .button a,
    .content-section-340 .text-column .button a,
    .content-section-345 .text-column .button a,
    .content-section-348 .text-column .button a,
    .content-section-357 .text-column .button a,
    .content-section-378 .text-column .button a,
    .content-section-383 .text-column .button a,
    .content-section-396 .text-column .button a,
    .content-section-401 .text-column .button a,
    .content-section-403 .text-column .button a,
    .content-section-405 .text-column .button a,
    .content-section-425 .text-column .button a {
      color: white; }
      .content-section-206 .text-column .button a:hover,
      .content-section-212 .text-column .button a:hover,
      .content-section-220 .text-column .button a:hover,
      .content-section-243 .text-column .button a:hover,
      .content-section-247 .text-column .button a:hover,
      .content-section-260 .text-column .button a:hover,
      .content-section-299 .text-column .button a:hover,
      .content-section-312 .text-column .button a:hover,
      .content-section-335 .text-column .button a:hover,
      .content-section-340 .text-column .button a:hover,
      .content-section-345 .text-column .button a:hover,
      .content-section-348 .text-column .button a:hover,
      .content-section-357 .text-column .button a:hover,
      .content-section-378 .text-column .button a:hover,
      .content-section-383 .text-column .button a:hover,
      .content-section-396 .text-column .button a:hover,
      .content-section-401 .text-column .button a:hover,
      .content-section-403 .text-column .button a:hover,
      .content-section-405 .text-column .button a:hover,
      .content-section-425 .text-column .button a:hover {
        color: #30BBB9; }
    .content-section-206 .text-column .button:hover, .content-section-206 .text-column .button:focus, .content-section-206 .text-column .button:active,
    .content-section-212 .text-column .button:hover,
    .content-section-212 .text-column .button:focus,
    .content-section-212 .text-column .button:active,
    .content-section-220 .text-column .button:hover,
    .content-section-220 .text-column .button:focus,
    .content-section-220 .text-column .button:active,
    .content-section-243 .text-column .button:hover,
    .content-section-243 .text-column .button:focus,
    .content-section-243 .text-column .button:active,
    .content-section-247 .text-column .button:hover,
    .content-section-247 .text-column .button:focus,
    .content-section-247 .text-column .button:active,
    .content-section-260 .text-column .button:hover,
    .content-section-260 .text-column .button:focus,
    .content-section-260 .text-column .button:active,
    .content-section-299 .text-column .button:hover,
    .content-section-299 .text-column .button:focus,
    .content-section-299 .text-column .button:active,
    .content-section-312 .text-column .button:hover,
    .content-section-312 .text-column .button:focus,
    .content-section-312 .text-column .button:active,
    .content-section-335 .text-column .button:hover,
    .content-section-335 .text-column .button:focus,
    .content-section-335 .text-column .button:active,
    .content-section-340 .text-column .button:hover,
    .content-section-340 .text-column .button:focus,
    .content-section-340 .text-column .button:active,
    .content-section-345 .text-column .button:hover,
    .content-section-345 .text-column .button:focus,
    .content-section-345 .text-column .button:active,
    .content-section-348 .text-column .button:hover,
    .content-section-348 .text-column .button:focus,
    .content-section-348 .text-column .button:active,
    .content-section-357 .text-column .button:hover,
    .content-section-357 .text-column .button:focus,
    .content-section-357 .text-column .button:active,
    .content-section-378 .text-column .button:hover,
    .content-section-378 .text-column .button:focus,
    .content-section-378 .text-column .button:active,
    .content-section-383 .text-column .button:hover,
    .content-section-383 .text-column .button:focus,
    .content-section-383 .text-column .button:active,
    .content-section-396 .text-column .button:hover,
    .content-section-396 .text-column .button:focus,
    .content-section-396 .text-column .button:active,
    .content-section-401 .text-column .button:hover,
    .content-section-401 .text-column .button:focus,
    .content-section-401 .text-column .button:active,
    .content-section-403 .text-column .button:hover,
    .content-section-403 .text-column .button:focus,
    .content-section-403 .text-column .button:active,
    .content-section-405 .text-column .button:hover,
    .content-section-405 .text-column .button:focus,
    .content-section-405 .text-column .button:active,
    .content-section-425 .text-column .button:hover,
    .content-section-425 .text-column .button:focus,
    .content-section-425 .text-column .button:active {
      border: 2px solid white;
      color: #30BBB9; }
      .content-section-206 .text-column .button:hover a, .content-section-206 .text-column .button:focus a, .content-section-206 .text-column .button:active a,
      .content-section-212 .text-column .button:hover a,
      .content-section-212 .text-column .button:focus a,
      .content-section-212 .text-column .button:active a,
      .content-section-220 .text-column .button:hover a,
      .content-section-220 .text-column .button:focus a,
      .content-section-220 .text-column .button:active a,
      .content-section-243 .text-column .button:hover a,
      .content-section-243 .text-column .button:focus a,
      .content-section-243 .text-column .button:active a,
      .content-section-247 .text-column .button:hover a,
      .content-section-247 .text-column .button:focus a,
      .content-section-247 .text-column .button:active a,
      .content-section-260 .text-column .button:hover a,
      .content-section-260 .text-column .button:focus a,
      .content-section-260 .text-column .button:active a,
      .content-section-299 .text-column .button:hover a,
      .content-section-299 .text-column .button:focus a,
      .content-section-299 .text-column .button:active a,
      .content-section-312 .text-column .button:hover a,
      .content-section-312 .text-column .button:focus a,
      .content-section-312 .text-column .button:active a,
      .content-section-335 .text-column .button:hover a,
      .content-section-335 .text-column .button:focus a,
      .content-section-335 .text-column .button:active a,
      .content-section-340 .text-column .button:hover a,
      .content-section-340 .text-column .button:focus a,
      .content-section-340 .text-column .button:active a,
      .content-section-345 .text-column .button:hover a,
      .content-section-345 .text-column .button:focus a,
      .content-section-345 .text-column .button:active a,
      .content-section-348 .text-column .button:hover a,
      .content-section-348 .text-column .button:focus a,
      .content-section-348 .text-column .button:active a,
      .content-section-357 .text-column .button:hover a,
      .content-section-357 .text-column .button:focus a,
      .content-section-357 .text-column .button:active a,
      .content-section-378 .text-column .button:hover a,
      .content-section-378 .text-column .button:focus a,
      .content-section-378 .text-column .button:active a,
      .content-section-383 .text-column .button:hover a,
      .content-section-383 .text-column .button:focus a,
      .content-section-383 .text-column .button:active a,
      .content-section-396 .text-column .button:hover a,
      .content-section-396 .text-column .button:focus a,
      .content-section-396 .text-column .button:active a,
      .content-section-401 .text-column .button:hover a,
      .content-section-401 .text-column .button:focus a,
      .content-section-401 .text-column .button:active a,
      .content-section-403 .text-column .button:hover a,
      .content-section-403 .text-column .button:focus a,
      .content-section-403 .text-column .button:active a,
      .content-section-405 .text-column .button:hover a,
      .content-section-405 .text-column .button:focus a,
      .content-section-405 .text-column .button:active a,
      .content-section-425 .text-column .button:hover a,
      .content-section-425 .text-column .button:focus a,
      .content-section-425 .text-column .button:active a {
        color: #30BBB9; }
        .content-section-206 .text-column .button:hover a:hover, .content-section-206 .text-column .button:focus a:hover, .content-section-206 .text-column .button:active a:hover,
        .content-section-212 .text-column .button:hover a:hover,
        .content-section-212 .text-column .button:focus a:hover,
        .content-section-212 .text-column .button:active a:hover,
        .content-section-220 .text-column .button:hover a:hover,
        .content-section-220 .text-column .button:focus a:hover,
        .content-section-220 .text-column .button:active a:hover,
        .content-section-243 .text-column .button:hover a:hover,
        .content-section-243 .text-column .button:focus a:hover,
        .content-section-243 .text-column .button:active a:hover,
        .content-section-247 .text-column .button:hover a:hover,
        .content-section-247 .text-column .button:focus a:hover,
        .content-section-247 .text-column .button:active a:hover,
        .content-section-260 .text-column .button:hover a:hover,
        .content-section-260 .text-column .button:focus a:hover,
        .content-section-260 .text-column .button:active a:hover,
        .content-section-299 .text-column .button:hover a:hover,
        .content-section-299 .text-column .button:focus a:hover,
        .content-section-299 .text-column .button:active a:hover,
        .content-section-312 .text-column .button:hover a:hover,
        .content-section-312 .text-column .button:focus a:hover,
        .content-section-312 .text-column .button:active a:hover,
        .content-section-335 .text-column .button:hover a:hover,
        .content-section-335 .text-column .button:focus a:hover,
        .content-section-335 .text-column .button:active a:hover,
        .content-section-340 .text-column .button:hover a:hover,
        .content-section-340 .text-column .button:focus a:hover,
        .content-section-340 .text-column .button:active a:hover,
        .content-section-345 .text-column .button:hover a:hover,
        .content-section-345 .text-column .button:focus a:hover,
        .content-section-345 .text-column .button:active a:hover,
        .content-section-348 .text-column .button:hover a:hover,
        .content-section-348 .text-column .button:focus a:hover,
        .content-section-348 .text-column .button:active a:hover,
        .content-section-357 .text-column .button:hover a:hover,
        .content-section-357 .text-column .button:focus a:hover,
        .content-section-357 .text-column .button:active a:hover,
        .content-section-378 .text-column .button:hover a:hover,
        .content-section-378 .text-column .button:focus a:hover,
        .content-section-378 .text-column .button:active a:hover,
        .content-section-383 .text-column .button:hover a:hover,
        .content-section-383 .text-column .button:focus a:hover,
        .content-section-383 .text-column .button:active a:hover,
        .content-section-396 .text-column .button:hover a:hover,
        .content-section-396 .text-column .button:focus a:hover,
        .content-section-396 .text-column .button:active a:hover,
        .content-section-401 .text-column .button:hover a:hover,
        .content-section-401 .text-column .button:focus a:hover,
        .content-section-401 .text-column .button:active a:hover,
        .content-section-403 .text-column .button:hover a:hover,
        .content-section-403 .text-column .button:focus a:hover,
        .content-section-403 .text-column .button:active a:hover,
        .content-section-405 .text-column .button:hover a:hover,
        .content-section-405 .text-column .button:focus a:hover,
        .content-section-405 .text-column .button:active a:hover,
        .content-section-425 .text-column .button:hover a:hover,
        .content-section-425 .text-column .button:focus a:hover,
        .content-section-425 .text-column .button:active a:hover {
          color: #30BBB9; }

.content-section-155 .block .snippet .snippet-text {
  padding: 20px 20px 160px; }
  @media (min-width: 1200px) {
    .content-section-155 .block .snippet .snippet-text {
      padding: 40px 80px 0 40px; } }

.content-section-368 > div,
.content-section-370 > div,
.content-section-373 > div,
.content-section-374 > div {
  padding: 0; }
  .content-section-368 > div .container-fluid,
  .content-section-370 > div .container-fluid,
  .content-section-373 > div .container-fluid,
  .content-section-374 > div .container-fluid {
    padding: 0; }
    .content-section-368 > div .container-fluid .snippet .snippet-text h3,
    .content-section-370 > div .container-fluid .snippet .snippet-text h3,
    .content-section-373 > div .container-fluid .snippet .snippet-text h3,
    .content-section-374 > div .container-fluid .snippet .snippet-text h3 {
      display: none; }
.content-section-368.content-section:last-child,
.content-section-370.content-section:last-child,
.content-section-373.content-section:last-child,
.content-section-374.content-section:last-child {
  padding-bottom: 0px; }
  @media (min-width: 768px) {
    .content-section-368.content-section:last-child,
    .content-section-370.content-section:last-child,
    .content-section-373.content-section:last-child,
    .content-section-374.content-section:last-child {
      padding-bottom: 30px; } }

.content-section-375 .contenttyperows > .col-xs-12 {
  padding: 0; }

/* Extra Padding */
.content-section-19 > div,
.content-section-20 > div,
.content-section-24 > div,
.content-section-25 > div,
.content-section-29 > div,
.content-section-42 > div,
.content-section-46 > div,
.content-section-47 > div,
.content-section-64 > div,
.content-section-76 > div,
.content-section-97 > div,
.content-section-112 > div,
.content-section-113 > div,
.content-section-114 > div,
.content-section-118 > div,
.content-section-138 > div,
.content-section-145 > div,
.content-section-153 > div,
.content-section-155 > div,
.content-section-170 > div,
.content-section-175 > div,
.content-section-176 > div,
.content-section-177 > div,
.content-section-178 > div,
.content-section-184 > div,
.content-section-187 > div,
.content-section-188 > div,
.content-section-189 > div,
.content-section-196 > div,
.content-section-197 > div,
.content-section-199 > div,
.content-section-200 > div,
.content-section-201 > div,
.content-section-202 > div,
.content-section-203 > div,
.content-section-204 > div,
.content-section-205 > div,
.content-section-208 > div,
.content-section-209 > div,
.content-section-210 > div,
.content-section-211 > div,
.content-section-217 > div,
.content-section-218 > div,
.content-section-219 > div,
.content-section-222 > div,
.content-section-223 > div,
.content-section-224 > div,
.content-section-225 > div,
.content-section-226 > div,
.content-section-227 > div,
.content-section-236 > div,
.content-section-240 > div,
.content-section-241 > div,
.content-section-242 > div,
.content-section-243 > div,
.content-section-244 > div,
.content-section-246 > div,
.content-section-247 > div,
.content-section-248 > div,
.content-section-252 > div,
.content-section-253 > div,
.content-section-266 > div,
.content-section-267 > div,
.content-section-270 > div,
.content-section-275 > div,
.content-section-277 > div,
.content-section-278 > div,
.content-section-282 > div,
.content-section-291 > div,
.content-section-293 > div,
.content-section-294 > div,
.content-section-295 > div,
.content-section-296 > div,
.content-section-297 > div,
.content-section-302 > div,
.content-section-303 > div,
.content-section-304 > div,
.content-section-308 > div,
.content-section-310 > div,
.content-section-315 > div,
.content-section-318 > div,
.content-section-319 > div,
.content-section-321 > div,
.content-section-322 > div,
.content-section-335 > div,
.content-section-336 > div,
.content-section-338 > div,
.content-section-339 > div,
.content-section-340 > div,
.content-section-341 > div,
.content-section-343 > div,
.content-section-344 > div,
.content-section-345 > div,
.content-section-346 > div,
.content-section-347 > div,
.content-section-348 > div,
.content-section-349 > div,
.content-section-353 > div,
.content-section-354 > div,
.content-section-355 > div,
.content-section-356 > div,
.content-section-357 > div,
.content-section-358 > div,
.content-section-375 > div,
.content-section-376 > div,
.content-section-377 > div,
.content-section-378 > div,
.content-section-380 > div,
.content-section-381 > div,
.content-section-382 > div,
.content-section-389 > div,
.content-section-391 > div,
.content-section-393 > div,
.content-section-394 > div,
.content-section-397 > div,
.content-section-399 > div,
.content-section-400 > div,
.content-section-402 > div,
.content-section-404 > div,
.content-section-406 > div,
.content-section-414 > div,
.content-section-416 > div,
.content-section-417 > div,
.content-section-422 > div,
.content-section-423 > div,
.content-section-424 > div,
.content-section-425 > div,
.content-section-426 > div,
.content-section-427 > div,
.content-section-428 > div,
.content-section-450 > div,
.content-section-449 > div,
.content-section-453 > div,
.content-section-455 > div {
  padding: 20px 0 !important; }
  @media (min-width: 768px) {
    .content-section-19 > div,
    .content-section-20 > div,
    .content-section-24 > div,
    .content-section-25 > div,
    .content-section-29 > div,
    .content-section-42 > div,
    .content-section-46 > div,
    .content-section-47 > div,
    .content-section-64 > div,
    .content-section-76 > div,
    .content-section-97 > div,
    .content-section-112 > div,
    .content-section-113 > div,
    .content-section-114 > div,
    .content-section-118 > div,
    .content-section-138 > div,
    .content-section-145 > div,
    .content-section-153 > div,
    .content-section-155 > div,
    .content-section-170 > div,
    .content-section-175 > div,
    .content-section-176 > div,
    .content-section-177 > div,
    .content-section-178 > div,
    .content-section-184 > div,
    .content-section-187 > div,
    .content-section-188 > div,
    .content-section-189 > div,
    .content-section-196 > div,
    .content-section-197 > div,
    .content-section-199 > div,
    .content-section-200 > div,
    .content-section-201 > div,
    .content-section-202 > div,
    .content-section-203 > div,
    .content-section-204 > div,
    .content-section-205 > div,
    .content-section-208 > div,
    .content-section-209 > div,
    .content-section-210 > div,
    .content-section-211 > div,
    .content-section-217 > div,
    .content-section-218 > div,
    .content-section-219 > div,
    .content-section-222 > div,
    .content-section-223 > div,
    .content-section-224 > div,
    .content-section-225 > div,
    .content-section-226 > div,
    .content-section-227 > div,
    .content-section-236 > div,
    .content-section-240 > div,
    .content-section-241 > div,
    .content-section-242 > div,
    .content-section-243 > div,
    .content-section-244 > div,
    .content-section-246 > div,
    .content-section-247 > div,
    .content-section-248 > div,
    .content-section-252 > div,
    .content-section-253 > div,
    .content-section-266 > div,
    .content-section-267 > div,
    .content-section-270 > div,
    .content-section-275 > div,
    .content-section-277 > div,
    .content-section-278 > div,
    .content-section-282 > div,
    .content-section-291 > div,
    .content-section-293 > div,
    .content-section-294 > div,
    .content-section-295 > div,
    .content-section-296 > div,
    .content-section-297 > div,
    .content-section-302 > div,
    .content-section-303 > div,
    .content-section-304 > div,
    .content-section-308 > div,
    .content-section-310 > div,
    .content-section-315 > div,
    .content-section-318 > div,
    .content-section-319 > div,
    .content-section-321 > div,
    .content-section-322 > div,
    .content-section-335 > div,
    .content-section-336 > div,
    .content-section-338 > div,
    .content-section-339 > div,
    .content-section-340 > div,
    .content-section-341 > div,
    .content-section-343 > div,
    .content-section-344 > div,
    .content-section-345 > div,
    .content-section-346 > div,
    .content-section-347 > div,
    .content-section-348 > div,
    .content-section-349 > div,
    .content-section-353 > div,
    .content-section-354 > div,
    .content-section-355 > div,
    .content-section-356 > div,
    .content-section-357 > div,
    .content-section-358 > div,
    .content-section-375 > div,
    .content-section-376 > div,
    .content-section-377 > div,
    .content-section-378 > div,
    .content-section-380 > div,
    .content-section-381 > div,
    .content-section-382 > div,
    .content-section-389 > div,
    .content-section-391 > div,
    .content-section-393 > div,
    .content-section-394 > div,
    .content-section-397 > div,
    .content-section-399 > div,
    .content-section-400 > div,
    .content-section-402 > div,
    .content-section-404 > div,
    .content-section-406 > div,
    .content-section-414 > div,
    .content-section-416 > div,
    .content-section-417 > div,
    .content-section-422 > div,
    .content-section-423 > div,
    .content-section-424 > div,
    .content-section-425 > div,
    .content-section-426 > div,
    .content-section-427 > div,
    .content-section-428 > div,
    .content-section-450 > div,
    .content-section-449 > div,
    .content-section-453 > div,
    .content-section-455 > div {
      padding: 60px 0 !important; } }

/* Top Padding Only */
.content-section-183 > div,
.content-section-292 > div,
.content-section-233 > div {
  padding: 20px 0 !important; }
  @media (min-width: 768px) {
    .content-section-183 > div,
    .content-section-292 > div,
    .content-section-233 > div {
      padding: 60px 0 0 !important; } }

/* Bottom Padding Only */
.content-section-43 > div,
.content-section-300 > div,
.content-section-301 > div {
  padding: 20px 0 !important; }
  @media (min-width: 768px) {
    .content-section-43 > div,
    .content-section-300 > div,
    .content-section-301 > div {
      padding: 0 0 60px 0 !important; } }

/* No Bottom Padding */
#55e2a > div,
#a-global-emissions-budget > div,
#cars-and-cows-d07d7 > div,
.content-section-233 > div,
.content-section-292 > div,
.content-section-319 > div,
.content-section-378 > div,
.content-section-396 > div,
#foreign-investment > div,
#focus-on-five-basins > div,
#government-bodies-a89ae > div,
#growth-in-vehicle-demand > div,
#how-are-we-consuming-energy > div,
#how-are-we-consuming-energy-8b06d > div,
#how-are-we-consuming-energy-437db > div,
#how-much-do-we-produce > div,
#legislation-84081 > div,
#natural-gas-and-energy-security > div,
#new-zealands-emissions-picture > div,
#our-oil-and-gas-consumption > div,
#our-emissions-budget > div,
#our-shared-right-to-access-energy > div,
#port-taranaki > div,
#pros-and-cons-of-our-renewable-energy-sources > div,
#some-facts-about-emissions > div,
#some-interesting-facts > div,
#some-interesting-numbers > div,
#some-issues-with-gas > div,
#sponsorship-in-action > div,
#sponsorship-in-action-12b62 > div,
#technology-and-innovation > div,
#since-1990-gross-emissions-have-increased-by-23 > div,
#some-interesting-numbers-fb90c > div,
#suppliers > div,
#the-6040-split-9f3ee > div,
#the-6040-split > div,
#who-is-eeca-145a4 > div,
#wealth-creation-equals-energy-consumption-6ac90 > div,
#wealth-creation-equals-energy-consumption > div,
#where-does-our-energy-come-from-60276 > div,
#where-does-our-energy-come-from > div,
#where-does-our-energy-coming-from > div,
#where-does-it-go > div,
#what-do-we-use-natural-gas-for > div {
  padding-bottom: 0px !important; }

/* No top Padding */
/* No top Padding */
.content-section-75 > div,
.content-section-300 > div,
.content-section-396 > div,
#46d01 > div,
#1cc34 > div,
#55e2a > div,
#ef526 > div {
  padding-top: 0 !important; }

#chart-24964 .chart {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.content-section-29 .tab-content .snippet {
  padding: 0;
  border-top: none !important; }
  .content-section-29 .tab-content .snippet .snippet-text {
    padding: 110px 20px 0 !important; }
    .content-section-29 .tab-content .snippet .snippet-text p.snippet-subtitle {
      font-size: 30px !important; }
.content-section-29 .nav-centered {
  margin-bottom: 22px;
  height: 46px;
  border-bottom: 2px solid #30BBB9; }

.content-section-282 .text-column .snippet .snippet-text p:last-child,
.content-section-381 .text-column .snippet .snippet-text p:last-child {
  margin: 10px 0 0 !important; }
.content-section-282 .chart,
.content-section-381 .chart {
  padding: 0 40px !important; }

.content-section-385 {
  background-position: top !important;
  padding: 120px 0 !important; }

.content-section-370 .snippet-image img,
.content-section-373 .snippet-image img,
.content-section-374 .snippet-image img,
.content-section-430 .snippet-image img,
.content-section-431 .snippet-image img {
  margin: 0px auto !important; }
.content-section-370:last-child,
.content-section-373:last-child,
.content-section-374:last-child,
.content-section-430:last-child,
.content-section-431:last-child {
  padding-bottom: 0px !important; }

#wrapper-aa7f9 > div:first-child,
#wrapper-50f4d > div:first-child,
#wrapper-fb5a0 > div:first-child,
#wrapper-2c2cd > div:first-child,
#wrapper-335a4 > div:first-child {
  margin-bottom: 20px; }

#wrapper-758ac .content-type,
#wrapper-c3fed .content-type,
#wrapper-91948 .content-type {
  padding-bottom: 0; }
#wrapper-758ac .snippet .snippet-text,
#wrapper-c3fed .snippet .snippet-text,
#wrapper-91948 .snippet .snippet-text {
  padding: 60px 0 0; }

#wrapper-15e14 .snippet .snippet-text {
  padding: 60px 0 0; }
  #wrapper-15e14 .snippet .snippet-text h3 {
    margin-bottom: 0; }

#wrapper-bcf9d .snippet#fafcb .snippet-text {
  padding: 0 0 50px; }

#c79be .snippet-text {
  display: none; }
@media (max-width: 768px) {
  #c79be .snippet-image {
    max-height: 384px !important; } }

body.SeismicSurveys {
  /* .bottom {
     -webkit-align-self: flex-end;
     align-self: flex-end;
  }
   */
  /*{} */ }
@font-face {
  body.SeismicSurveys {
    font-family: 'brandon_grotesqueblack';
    src: url("../fonts/brandon_blk-webfont.eot");
    src: url("../fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff"), url("../fonts/brandon_blk-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.SeismicSurveys {
    font-family: 'rooneyregular';
    src: url("../fonts/rooney_regular-webfont.eot");
    src: url("../fonts/rooney_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rooney_regular-webfont.woff2") format("woff2"), url("../fonts/rooney_regular-webfont.woff") format("woff"), url("../fonts/rooney_regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.SeismicSurveys {
    font-family: 'rooneybold';
    src: url("../fonts/rooney_bold-webfont.eot");
    src: url("../fonts/rooney_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rooney_bold-webfont.woff2") format("woff2"), url("../fonts/rooney_bold-webfont.woff") format("woff"), url("../fonts/rooney_bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.SeismicSurveys {
    font-family: 'brandon_grotesquebold';
    src: url("../fonts/brandon_bld-webfont.eot");
    src: url("../fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
  body.SeismicSurveys .typography div.center {
    margin: 0 auto;
    text-align: center; }
  body.SeismicSurveys .typography div.left {
    float: left;
    clear: left;
    margin: 0 18px 18px 0px; }
  body.SeismicSurveys .typography div.leftAlone {
    margin: 0 18px 18px 0;
    float: none;
    display: block;
    clear: both; }
  body.SeismicSurveys .typography div.right {
    float: right;
    clear: right;
    margin: 0 0 18px 18px; }
  body.SeismicSurveys .typography img {
    max-width: 100%;
    height: auto; }
  body.SeismicSurveys .typography img.right {
    float: right;
    clear: right;
    margin: 0 0 18px 18px; }
  body.SeismicSurveys .typography img.left {
    float: left;
    clear: left;
    margin: 0 18px 18px 0px; }
  body.SeismicSurveys .typography img.leftAlone {
    margin: 0 18px 18px 0;
    float: none;
    display: block;
    clear: both; }
  body.SeismicSurveys .typography img.center {
    display: block;
    margin: 0 auto 18px auto;
    clear: both; }
  body.SeismicSurveys .typography .captionImage {
    max-width: 100%; }
  body.SeismicSurveys .typography .captionImage.left {
    float: left;
    margin: 0 18px 18px 0px; }
  body.SeismicSurveys .typography .captionImage.right {
    float: right;
    margin: 0 0 18px 18px; }
  body.SeismicSurveys .typography .captionImage.leftAlone {
    float: none;
    margin: 0 18px 18px 0px; }
  body.SeismicSurveys .typography .captionImage.center {
    margin: 0 auto 18px; }
  body.SeismicSurveys .typography .captionImage p {
    clear: both;
    padding: 5px 0 0px;
    color: #999999; }
  body.SeismicSurveys .typography .captionImage img, body.SeismicSurveys .typography .captionImage iframe {
    border: 0;
    padding: 0;
    margin: 0 0 5px 0; }
  body.SeismicSurveys .UserDefinedForm form span.required {
    padding: 5px; }
  body.SeismicSurveys body {
    background-color: #929899 !important;
    color: #fff !important; }
  body.SeismicSurveys ul {
    color: white; }
    body.SeismicSurveys ul li {
      color: white; }
  @media (min-width: 1200px) {
    body.SeismicSurveys .dropdown:hover .dropdown-menu {
      display: block; } }
  body.SeismicSurveys ul {
    padding: 0; }
@-webkit-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@-moz-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@-o-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
  body.SeismicSurveys h1.title {
    font-size: 28px; }
  body.SeismicSurveys .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  body.SeismicSurveys .image-container, body.SeismicSurveys #home, body.SeismicSurveys #outro, body.SeismicSurveys #environment, body.SeismicSurveys #maui-dolphins {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
  body.SeismicSurveys .stretch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  body.SeismicSurveys .icon, body.SeismicSurveys #data .bg, body.SeismicSurveys #process .bg, body.LandFarming #data body.SeismicSurveys .bg, body.LandFarming #process body.SeismicSurveys .bg, body.Production #data body.SeismicSurveys .bg, body.Production #process body.SeismicSurveys .bg, body.OnshoreDrilling #data body.SeismicSurveys .bg, body.OnshoreDrilling #process body.SeismicSurveys .bg {
    display: inline-block;
    position: relative;
    /* 	width: 100%;
    padding-bottom: 100%;  */
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer; }
    body.SeismicSurveys .icon .svg-replacement, body.SeismicSurveys #data .bg .svg-replacement, body.SeismicSurveys #process .bg .svg-replacement, body.LandFarming #data body.SeismicSurveys .bg .svg-replacement, body.LandFarming #process body.SeismicSurveys .bg .svg-replacement, body.Production #data body.SeismicSurveys .bg .svg-replacement, body.Production #process body.SeismicSurveys .bg .svg-replacement, body.OnshoreDrilling #data body.SeismicSurveys .bg .svg-replacement, body.OnshoreDrilling #process body.SeismicSurveys .bg .svg-replacement {
      display: none; }
    .no-svg body.SeismicSurveys .icon object, .no-svg body.SeismicSurveys #data .bg object, .no-svg body.SeismicSurveys #process .bg object, body.LandFarming #data .no-svg body.SeismicSurveys .bg object, body.LandFarming #process .no-svg body.SeismicSurveys .bg object, body.Production #data .no-svg body.SeismicSurveys .bg object, body.Production #process .no-svg body.SeismicSurveys .bg object, body.OnshoreDrilling #data .no-svg body.SeismicSurveys .bg object, body.OnshoreDrilling #process .no-svg body.SeismicSurveys .bg object {
      display: none; }
    .no-svg body.SeismicSurveys .icon .svg-replacement, .no-svg body.SeismicSurveys #data .bg .svg-replacement, .no-svg body.SeismicSurveys #process .bg .svg-replacement, body.LandFarming #data .no-svg body.SeismicSurveys .bg .svg-replacement, body.LandFarming #process .no-svg body.SeismicSurveys .bg .svg-replacement, body.Production #data .no-svg body.SeismicSurveys .bg .svg-replacement, body.Production #process .no-svg body.SeismicSurveys .bg .svg-replacement, body.OnshoreDrilling #data .no-svg body.SeismicSurveys .bg .svg-replacement, body.OnshoreDrilling #process .no-svg body.SeismicSurveys .bg .svg-replacement {
      display: block;
      width: 100%;
      height: 100%; }
  body.SeismicSurveys .stretch {
    align-items: stretch; }
  body.SeismicSurveys .bottom {
    -webkit-align-self: flex-end;
    align-self: flex-end; }
  body.SeismicSurveys .top {
    -webkit-align-self: flex-start;
    align-self: flex-start; }
  body.SeismicSurveys span.center {
    display: block;
    margin: 0 auto; }
  body.SeismicSurveys .small-logo {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 120px;
    height: 40px;
    z-index: 9999; }
    body.SeismicSurveys .small-logo img {
      width: 100%; }
  body.SeismicSurveys .clearfix, body.SeismicSurveys .sections .section, .sections body.SeismicSurveys .section {
    overflow: hidden;
    clear: both;
    zoom: 1; }
  body.SeismicSurveys .bold {
    font-weight: bold; }
  body.SeismicSurveys .img-respnsive {
    width: 100%;
    max-width: 100%;
    height: auto; }
  @media (max-width: 1199px) {
    body.SeismicSurveys .pad-down-1 {
      padding-bottom: 20px; } }
  body.SeismicSurveys h1, body.SeismicSurveys h2, body.SeismicSurveys h3, body.SeismicSurveys h4, body.SeismicSurveys h5, body.SeismicSurveys h6, body.SeismicSurveys p {
    color: white; }
  body.SeismicSurveys h1 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 32px; }
    @media (min-width: 992px) {
      body.SeismicSurveys h1 {
        font-size: 48px; } }
  body.SeismicSurveys h2 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      body.SeismicSurveys h2 {
        font-size: 32px; } }
  body.SeismicSurveys h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 22px; }
    body.SeismicSurveys h3.small {
      font-size: 22px; }
    @media (min-width: 768px) {
      body.SeismicSurveys h3 {
        font-size: 22px -2; } }
    @media (min-width: 992px) {
      body.SeismicSurveys h3 {
        font-size: 26px; } }
  body.SeismicSurveys h4 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  body.SeismicSurveys h5 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  body.SeismicSurveys .pane {
    display: flex;
    /* or inline-flex */
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 700px;
    z-index: 9;
    overflow: hidden;
    padding: 40px 0; }
    @media (min-width: 992px) {
      body.SeismicSurveys .pane {
        padding: 60px 0; } }
    body.SeismicSurveys .pane header.push-down {
      margin-bottom: 40px; }
    body.SeismicSurveys .pane figure {
      position: relative;
      margin-top: 40px;
      margin-bottom: 40px; }
      body.SeismicSurveys .pane figure h2, body.SeismicSurveys .pane figure h1 {
        margin-bottom: 40px; }
    body.SeismicSurveys .pane .intro {
      margin: 40px 0;
      clear: both; }
    body.SeismicSurveys .pane h2.title,
    body.SeismicSurveys .pane h1.title {
      margin-top: 40px;
      line-height: 52px;
      float: left;
      /* 		@media (max-width:360px) {
      		font-size:$font-size-h4 +2;
      		} */ }
      body.SeismicSurveys .pane h2.title span.icon,
      body.SeismicSurveys .pane h1.title span.icon {
        margin-right: 10px; }
    body.SeismicSurveys .pane p.large {
      font-size: 22px -1; }
    body.SeismicSurveys .pane.contentTop {
      align-items: flex-start; }
    body.SeismicSurveys .pane.height-auto {
      height: auto !important; }
  @media (min-width: 1600px) {
    body.SeismicSurveys .widebody .container, body.SeismicSurveys .widebody .container-small, body.SeismicSurveys .widebody .container-medium, body.SeismicSurveys .widebody .container-large {
      width: 1600px; } }
  body.SeismicSurveys .bottom {
    position: absolute;
    height: auto !important;
    width: 100%;
    bottom: 0; }
  body.SeismicSurveys .onTop {
    z-index: 9999; }
  body.SeismicSurveys .container, body.SeismicSurveys .container-small, body.SeismicSurveys .container-medium, body.SeismicSurveys .container-large {
    z-index: 9; }
  body.SeismicSurveys .two-col-content article {
    padding: 0 80px; }
  body.SeismicSurveys .icon {
    display: block;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer; }
    @media (min-width: 992px) {
      body.SeismicSurveys .icon.large {
        width: 80px;
        height: 80px; } }
    body.SeismicSurveys .icon.scroll {
      display: block;
      float: none;
      clear: both;
      margin: 40px auto;
      width: 100px;
      height: 100px;
      border-radius: 100%; }
      body.SeismicSurveys .icon.scroll .arrow {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        margin: 30px; }
        body.SeismicSurveys .icon.scroll .arrow object {
          position: absolute;
          -webkit-animation: scrollarrow 1s infinite;
          /* Safari 4+ */
          -moz-animation: scrollarrow 1s infinite;
          /* Fx 5+ */
          -o-animation: scrollarrow 1s infinite;
          /* Opera 12+ */
          animation: scrollarrow 1s infinite;
          /* IE 10+, Fx 29+ */ }
      body.SeismicSurveys .icon.scroll span {
        z-index: 1; }
      body.SeismicSurveys .icon.scroll a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999; }
  body.SeismicSurveys h2 .icon {
    display: inline-block; }
  body.SeismicSurveys .svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    body.SeismicSurveys .svg-content object {
      position: absolute;
      height: 100%;
      width: 100%; }
  body.SeismicSurveys figure h2, body.SeismicSurveys figure h3 {
    margin-top: 0; }
  body.SeismicSurveys figure img {
    z-index: 1; }
  body.SeismicSurveys figure figcaption, body.SeismicSurveys figure div.figcaption {
    z-index: 9; }
  body.SeismicSurveys .dl {
    position: absolute;
    display: block;
    left: 0;
    border-bottom: 1px dotted #fff;
    height: 1px;
    width: 100%;
    z-index: 1; }
  body.SeismicSurveys #home, body.SeismicSurveys #outro {
    background-attachment: absolute;
    background-image: url(../img/bg-home-s.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-s.jpg)', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-s.jpg)',sizingMethod='scale')";
    /* 	@media (min-width: $screen-sm-min) {
    	background-image:url(../img/bg-home-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-m.jpg)', sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-m.jpg)',sizingMethod='scale')"; 
    	} */ }
    @media (min-width: 992px) {
      body.SeismicSurveys #home, body.SeismicSurveys #outro {
        background-attachment: fixed;
        background-image: url(../img/bg-home-l.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-l.jpg)', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-l.jpg)',sizingMethod='scale')"; } }
  body.SeismicSurveys #seismic-survey-overview, body.SeismicSurveys #data, body.SeismicSurveys #process, body.SeismicSurveys #seismic-surveying-guidelines, body.SeismicSurveys #noise, body.SeismicSurveys #why-seismic-survey {
    background-color: #929899;
    background-image: url(../img/bg-tile.gif);
    background-repeat: repeat; }
  body.SeismicSurveys #seismic-survey-overview h2.title,
  body.SeismicSurveys #seismic-survey-overview h1.title {
    min-width: 500px;
    display: block; }
  body.SeismicSurveys #environment {
    background-attachment: absolute;
    /* 
    	background-image:url(../img/bg-env-s.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-env-s.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-s.jpg)',sizingMethod='scale')"; */
    background-image: url(../img/bg-env-m.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-env-m.jpg)',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-m.jpg)',sizingMethod='scale')";
    /* 	
    	background-image:url(../img/bg-env-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-env-m.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-m.jpg)',sizingMethod='scale')";
    	} */ }
    @media (min-width: 768px) {
      body.SeismicSurveys #environment {
        background-attachment: fixed; } }
    @media (min-width: 1200px) {
      body.SeismicSurveys #environment {
        background-image: url(../img/bg-env-l.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-env-l.jpg)',sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-l.jpg)',sizingMethod='scale')"; } }
  body.SeismicSurveys #maui-dolphins {
    background-attachment: absolute;
    /* 	background-image:url(../img/bg-mauis-s.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-mauis-s.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-s.jpg)',sizingMethod='scale')";
    
    
    	@media (min-width: $screen-sm-min) {
    	background-image:url(../img/bg-mauis-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-mauis-m.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-m.jpg)',sizingMethod='scale')";
    	} */
    background-image: url(../img/bg-mauis-m.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-mauis-m.jpg)',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-m.jpg)',sizingMethod='scale')"; }
    @media (min-width: 768px) {
      body.SeismicSurveys #maui-dolphins {
        background-attachment: fixed; } }
    @media (min-width: 1200px) {
      body.SeismicSurveys #maui-dolphins {
        background-image: url(../img/bg-mauis-l.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-mauis-l.jpg)',sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-l.jpg)',sizingMethod='scale')"; } }
  body.SeismicSurveys #home {
    /* 	@media screen and (-webkit-min-device-pixel-ratio:0) {
    		.image-container{
    		display:none;
    		}
    	} */ }
    body.SeismicSurveys #home h2 {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      text-transform: none;
      font-size: 22px;
      line-height: 1.6; }
      @media (max-width: 480px) {
        body.SeismicSurveys #home h2 {
          font-size: 20px; } }
    .ie9 body.SeismicSurveys #home .image-container {
      display: none; }
    .ie8 body.SeismicSurveys #home .image-container {
      display: none; }
    .ie8 body.SeismicSurveys #home .svg-container {
      display: none !important; }
  body.SeismicSurveys #seismic-survey-overview {
    /* 	.image-container{
    	z-index:999;
    	} */ }
    body.SeismicSurveys #seismic-survey-overview h2.title {
      min-width: 240px; }
    body.SeismicSurveys #seismic-survey-overview figure {
      position: relative; }
      body.SeismicSurveys #seismic-survey-overview figure .figcaption {
        display: block;
        float: left;
        width: 100%;
        color: white;
        /* 				@media (max-width: $screen-md-max) {
        				margin-top:- $padding * 2;
        				} */ }
        @media (min-width: 768px) {
          body.SeismicSurveys #seismic-survey-overview figure .figcaption {
            width: 45%;
            float: left; } }
        @media (min-width: 1200px) {
          body.SeismicSurveys #seismic-survey-overview figure .figcaption {
            width: 300px;
            position: absolute; } }
      body.SeismicSurveys #seismic-survey-overview figure .figcaption:first-of-type {
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          body.SeismicSurveys #seismic-survey-overview figure .figcaption:first-of-type {
            margin-bottom: 0; } }
        @media (min-width: 1200px) {
          body.SeismicSurveys #seismic-survey-overview figure .figcaption:first-of-type {
            left: 25%;
            top: 12%; } }
      @media (max-width: 1199px) {
        body.SeismicSurveys #seismic-survey-overview figure .figcaption:last-of-type {
          margin-left: 10%;
          float: right; } }
      @media (min-width: 1200px) {
        body.SeismicSurveys #seismic-survey-overview figure .figcaption:last-of-type {
          right: 5%;
          top: 0; } }
      body.SeismicSurveys #seismic-survey-overview figure img {
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          body.SeismicSurveys #seismic-survey-overview figure img {
            margin-top: 0;
            margin-bottom: 40px; } }
        body.SeismicSurveys #seismic-survey-overview figure img.streamers {
          margin-top: 0; }
    body.SeismicSurveys #seismic-survey-overview .bottom:first-of-type {
      border-top: 1px dotted #fff;
      margin-top: 20px;
      padding-top: 20px; }
    body.SeismicSurveys #seismic-survey-overview .streamers {
      margin: 20px 0 0; }
      @media (min-width: 992px) {
        body.SeismicSurveys #seismic-survey-overview .streamers {
          margin: 0 auto; } }
  @media (max-width: 360px) {
    body.SeismicSurveys #data h2.title, body.SeismicSurveys #data h1.title {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    body.SeismicSurveys #data article {
      border-right: none; }
      body.SeismicSurveys #data article header {
        text-align: center; } }
  body.SeismicSurveys #data .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 800px;
    height: 800px;
    margin-right: -100px;
    margin-top: 100px;
    opacity: 0.1; }
    body.SeismicSurveys #data .bg .svg-replacement {
      opacity: 0.3; }
  body.SeismicSurveys #data .box {
    border: 1px solid #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    zoom: 1; }
    body.SeismicSurveys #data .box .icon {
      float: left;
      margin-right: 20px;
      width: 40px;
      height: 40px; }
      @media (min-width: 768px) {
        body.SeismicSurveys #data .box .icon {
          width: 120px;
          height: 120px; } }
    body.SeismicSurveys #data .box .content {
      margin-left: 100px; }
  @media (max-width: 360px) {
    body.SeismicSurveys #process h1.title,
    body.SeismicSurveys #process h2.title {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    body.SeismicSurveys #process article {
      border-left: none; }
      body.SeismicSurveys #process article header {
        text-align: center; } }
  body.SeismicSurveys #process .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 800px;
    height: 800px;
    margin-left: -100px;
    margin-top: 100px;
    opacity: 0.1; }
    body.SeismicSurveys #process .bg .svg-replacement {
      opacity: 0.3; }
  body.SeismicSurveys #process .process {
    margin: 0 0 20px; }
    body.SeismicSurveys #process .process .icon {
      width: 120px;
      height: 120px;
      z-index: 999; }
  body.SeismicSurveys #seismic-surveying-guidelines figure {
    margin-top: 0;
    margin-bottom: 0; }
  body.SeismicSurveys #seismic-surveying-guidelines ul {
    list-style-type: none; }
    body.SeismicSurveys #seismic-surveying-guidelines ul li {
      padding: 20px;
      background-color: #B5CE51;
      margin-bottom: 10px;
      color: #333; }
      body.SeismicSurveys #seismic-surveying-guidelines ul li:nth-child(2) {
        background-color: #9eb834; }
      body.SeismicSurveys #seismic-surveying-guidelines ul li:nth-child(3) {
        background-color: #8da42e; }
  body.SeismicSurveys #maui-dolphins ul {
    padding-left: 10px; }
  body.SeismicSurveys #outro h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: none; }
  body.SeismicSurveys #outro img#logo {
    margin: 40px auto;
    width: 300px;
    height: auto; }
  body.SeismicSurveys #processnav-wrap {
    display: none;
    opacity: 1;
    position: fixed;
    width: 120px;
    height: 100%;
    right: 0;
    z-index: 9999; }
    @media (min-width: 992px) {
      body.SeismicSurveys #processnav-wrap {
        display: block; } }
  body.SeismicSurveys #processnav {
    width: 120px;
    z-index: 9999;
    transition: all 0.5s ease-in-out 0s; }
    body.SeismicSurveys #processnav ul {
      list-style-type: none; }
    body.SeismicSurveys #processnav li {
      width: 50px;
      height: 50px;
      margin-left: 40px;
      overflow: hidden;
      position: relative;
      clear: both;
      margin-top: 15px; }
      body.SeismicSurveys #processnav li a {
        position: absolute;
        z-index: 9999;
        color: #FFFFFF;
        display: block;
        height: 50px;
        line-height: 50px;
        transition: all 0.4s ease-in-out 0s;
        width: 50px;
        z-index: 9;
        margin-right: -100px; }
        body.SeismicSurveys #processnav li a span.icon {
          position: absolute;
          z-index: 1;
          background-color: blue; }
        body.SeismicSurveys #processnav li a span.desc {
          position: absolute;
          display: none; }
        body.SeismicSurveys #processnav li a:focus {
          border: none;
          outline: none; }
  body.SeismicSurveys .ease-1 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  body.SeismicSurveys .live #processnav-wrap {
    opacity: 1; }
  body.SeismicSurveys .live #processnav li a {
    visibility: visible;
    opacity: 1;
    margin-right: 0; }
  body.SeismicSurveys .img-responsive {
    width: 100%; }

body.LandFarming {
  /* .bottom {
     -webkit-align-self: flex-end;
     align-self: flex-end;
  }
   */
  /*{} */ }
@font-face {
  body.LandFarming {
    font-family: 'brandon_grotesqueblack';
    src: url("../fonts/brandon_blk-webfont.eot");
    src: url("../fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff"), url("../fonts/brandon_blk-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.LandFarming {
    font-family: 'rooneyregular';
    src: url("../fonts/rooney_regular-webfont.eot");
    src: url("../fonts/rooney_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rooney_regular-webfont.woff2") format("woff2"), url("../fonts/rooney_regular-webfont.woff") format("woff"), url("../fonts/rooney_regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.LandFarming {
    font-family: 'rooneybold';
    src: url("../fonts/rooney_bold-webfont.eot");
    src: url("../fonts/rooney_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rooney_bold-webfont.woff2") format("woff2"), url("../fonts/rooney_bold-webfont.woff") format("woff"), url("../fonts/rooney_bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.LandFarming {
    font-family: 'brandon_grotesquebold';
    src: url("../fonts/brandon_bld-webfont.eot");
    src: url("../fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
  body.LandFarming ul {
    color: white; }
    body.LandFarming ul li {
      color: white; }
  @media (min-width: 1200px) {
    body.LandFarming .dropdown:hover .dropdown-menu {
      display: block; } }
  body.LandFarming ul {
    padding: 0; }
@-webkit-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@-moz-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@-o-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
  body.LandFarming h1.title {
    font-size: 28px; }
  body.LandFarming .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  body.LandFarming body.SeismicSurveys #home, body.SeismicSurveys body.LandFarming #home, body.LandFarming .image-container, body.LandFarming #outro, body.LandFarming #environment, body.LandFarming #maui-dolphins {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
  body.LandFarming .stretch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  body.SeismicSurveys #data body.LandFarming .bg, body.SeismicSurveys #process body.LandFarming .bg, body.LandFarming .icon, body.LandFarming #data .bg, body.LandFarming #process .bg, body.Production #data body.LandFarming .bg, body.Production #process body.LandFarming .bg, body.OnshoreDrilling #data body.LandFarming .bg, body.OnshoreDrilling #process body.LandFarming .bg {
    display: inline-block;
    position: relative;
    /* 	width: 100%;
    padding-bottom: 100%;  */
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer; }
    body.SeismicSurveys #data body.LandFarming .bg .svg-replacement, body.SeismicSurveys #process body.LandFarming .bg .svg-replacement, body.LandFarming .icon .svg-replacement, body.LandFarming #data .bg .svg-replacement, body.LandFarming #process .bg .svg-replacement, body.Production #data body.LandFarming .bg .svg-replacement, body.Production #process body.LandFarming .bg .svg-replacement, body.OnshoreDrilling #data body.LandFarming .bg .svg-replacement, body.OnshoreDrilling #process body.LandFarming .bg .svg-replacement {
      display: none; }
    body.SeismicSurveys #data .no-svg body.LandFarming .bg object, body.SeismicSurveys #process .no-svg body.LandFarming .bg object, .no-svg body.LandFarming .icon object, .no-svg body.LandFarming #data .bg object, .no-svg body.LandFarming #process .bg object, body.Production #data .no-svg body.LandFarming .bg object, body.Production #process .no-svg body.LandFarming .bg object, body.OnshoreDrilling #data .no-svg body.LandFarming .bg object, body.OnshoreDrilling #process .no-svg body.LandFarming .bg object {
      display: none; }
    body.SeismicSurveys #data .no-svg body.LandFarming .bg .svg-replacement, body.SeismicSurveys #process .no-svg body.LandFarming .bg .svg-replacement, .no-svg body.LandFarming .icon .svg-replacement, .no-svg body.LandFarming #data .bg .svg-replacement, .no-svg body.LandFarming #process .bg .svg-replacement, body.Production #data .no-svg body.LandFarming .bg .svg-replacement, body.Production #process .no-svg body.LandFarming .bg .svg-replacement, body.OnshoreDrilling #data .no-svg body.LandFarming .bg .svg-replacement, body.OnshoreDrilling #process .no-svg body.LandFarming .bg .svg-replacement {
      display: block;
      width: 100%;
      height: 100%; }
  body.LandFarming .stretch {
    align-items: stretch; }
  body.LandFarming .bottom {
    -webkit-align-self: flex-end;
    align-self: flex-end; }
  body.LandFarming .top {
    -webkit-align-self: flex-start;
    align-self: flex-start; }
  body.LandFarming span.center {
    display: block;
    margin: 0 auto; }
  body.LandFarming .small-logo {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 120px;
    height: 40px;
    z-index: 9999; }
    body.LandFarming .small-logo img {
      width: 100%; }
  body.LandFarming .clearfix, body.LandFarming .sections .section, .sections body.LandFarming .section {
    overflow: hidden;
    clear: both;
    zoom: 1; }
  body.LandFarming .bold {
    font-weight: bold; }
  body.LandFarming .img-respnsive {
    width: 100%;
    max-width: 100%;
    height: auto; }
  @media (max-width: 1199px) {
    body.LandFarming .pad-down-1 {
      padding-bottom: 20px; } }
  body.LandFarming h1, body.LandFarming h2, body.LandFarming h3, body.LandFarming h4, body.LandFarming h5, body.LandFarming h6, body.LandFarming p {
    color: white; }
  body.LandFarming h1 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 32px; }
    @media (min-width: 992px) {
      body.LandFarming h1 {
        font-size: 48px; } }
  body.LandFarming h2 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      body.LandFarming h2 {
        font-size: 32px; } }
  body.LandFarming h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 22px; }
    body.LandFarming h3.small {
      font-size: 22px; }
    @media (min-width: 768px) {
      body.LandFarming h3 {
        font-size: 22px -2; } }
    @media (min-width: 992px) {
      body.LandFarming h3 {
        font-size: 26px; } }
  body.LandFarming h4 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  body.LandFarming h5 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  body.LandFarming .pane {
    display: flex;
    /* or inline-flex */
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 700px;
    z-index: 9;
    overflow: hidden;
    padding: 40px 0;
    background-color: #30BBB9 !important;
    color: #fff !important; }
    @media (min-width: 992px) {
      body.LandFarming .pane {
        padding: 60px 0; } }
    body.LandFarming .pane header.push-down {
      margin-bottom: 40px; }
    body.LandFarming .pane figure {
      position: relative;
      margin-top: 40px;
      margin-bottom: 40px; }
      body.LandFarming .pane figure h2, body.LandFarming .pane figure h1 {
        margin-bottom: 40px; }
    body.LandFarming .pane .intro {
      margin: 40px 0;
      clear: both; }
    body.LandFarming .pane h2.title,
    body.LandFarming .pane h1.title {
      margin-top: 40px;
      line-height: 52px;
      float: left;
      /* 		@media (max-width:360px) {
      		font-size:$font-size-h4 +2;
      		} */ }
      body.LandFarming .pane h2.title span.icon,
      body.LandFarming .pane h1.title span.icon {
        margin-right: 10px; }
    body.LandFarming .pane p.large {
      font-size: 22px -1; }
    body.LandFarming .pane.contentTop {
      align-items: flex-start; }
    body.LandFarming .pane.height-auto {
      height: auto !important; }
  @media (min-width: 1600px) {
    body.LandFarming .widebody .container, body.LandFarming .widebody .container-small, body.LandFarming .widebody .container-medium, body.LandFarming .widebody .container-large {
      width: 1600px; } }
  body.LandFarming .bottom {
    position: absolute;
    height: auto !important;
    width: 100%;
    bottom: 0; }
  body.LandFarming .onTop {
    z-index: 9999; }
  body.LandFarming .container, body.LandFarming .container-small, body.LandFarming .container-medium, body.LandFarming .container-large {
    z-index: 9; }
  body.LandFarming .two-col-content article {
    padding: 0 80px; }
  body.LandFarming .icon {
    display: block;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer; }
    @media (min-width: 992px) {
      body.LandFarming .icon.large {
        width: 80px;
        height: 80px; } }
    body.LandFarming .icon.scroll {
      display: block;
      float: none;
      clear: both;
      margin: 40px auto;
      width: 100px;
      height: 100px;
      border-radius: 100%; }
      body.LandFarming .icon.scroll .arrow {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        margin: 30px; }
        body.LandFarming .icon.scroll .arrow object {
          position: absolute;
          -webkit-animation: scrollarrow 1s infinite;
          /* Safari 4+ */
          -moz-animation: scrollarrow 1s infinite;
          /* Fx 5+ */
          -o-animation: scrollarrow 1s infinite;
          /* Opera 12+ */
          animation: scrollarrow 1s infinite;
          /* IE 10+, Fx 29+ */ }
      body.LandFarming .icon.scroll span {
        z-index: 1; }
      body.LandFarming .icon.scroll a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999; }
  body.LandFarming h2 .icon {
    display: inline-block; }
  body.LandFarming .svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    body.LandFarming .svg-content object {
      position: absolute;
      height: 100%;
      width: 100%; }
  body.LandFarming figure h2, body.LandFarming figure h3 {
    margin-top: 0; }
  body.LandFarming figure img {
    z-index: 1; }
  body.LandFarming figure figcaption, body.LandFarming figure div.figcaption {
    z-index: 9; }
  body.LandFarming .dl {
    position: absolute;
    display: block;
    left: 0;
    border-bottom: 1px dotted #fff;
    height: 1px;
    width: 100%;
    z-index: 1; }
  body.LandFarming #outro {
    background-attachment: absolute;
    background-image: url(../img/OnshoreDrilling/bg-home.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-s.jpg)', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-s.jpg)',sizingMethod='scale')";
    /* 	@media (min-width: $screen-sm-min) {
    	background-image:url(../img/bg-home-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-m.jpg)', sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-m.jpg)',sizingMethod='scale')"; 
    	} */ }
    @media (min-width: 992px) {
      body.LandFarming #outro {
        background-attachment: fixed;
        background-image: url(../img/OnshoreDrilling/bg-home.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-l.jpg)', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-l.jpg)',sizingMethod='scale')"; } }
  body.LandFarming #home {
    background-image: url("../img/OnshoreDrilling/bg-home.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  body.LandFarming #seismic-survey-overview, body.LandFarming #data, body.LandFarming #process, body.LandFarming #seismic-surveying-guidelines, body.LandFarming #noise, body.LandFarming #why-seismic-survey {
    background-color: #929899;
    background-image: url(../img/bg-tile.gif);
    background-repeat: repeat; }
  body.LandFarming #seismic-survey-overview h2.title,
  body.LandFarming #seismic-survey-overview h1.title {
    min-width: 500px;
    display: block; }
  body.LandFarming #environment {
    background-attachment: absolute;
    /* 
    	background-image:url(../img/bg-env-s.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-env-s.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-s.jpg)',sizingMethod='scale')"; */
    background-image: url(../img/bg-env-m.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-env-m.jpg)',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-m.jpg)',sizingMethod='scale')";
    /* 	
    	background-image:url(../img/bg-env-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-env-m.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-m.jpg)',sizingMethod='scale')";
    	} */ }
    @media (min-width: 768px) {
      body.LandFarming #environment {
        background-attachment: fixed; } }
    @media (min-width: 1200px) {
      body.LandFarming #environment {
        background-image: url(../img/bg-env-l.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-env-l.jpg)',sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-l.jpg)',sizingMethod='scale')"; } }
  body.LandFarming #maui-dolphins {
    background-attachment: absolute;
    /* 	background-image:url(../img/bg-mauis-s.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-mauis-s.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-s.jpg)',sizingMethod='scale')";
    
    
    	@media (min-width: $screen-sm-min) {
    	background-image:url(../img/bg-mauis-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-mauis-m.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-m.jpg)',sizingMethod='scale')";
    	} */
    background-image: url(../img/bg-mauis-m.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-mauis-m.jpg)',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-m.jpg)',sizingMethod='scale')"; }
    @media (min-width: 768px) {
      body.LandFarming #maui-dolphins {
        background-attachment: fixed; } }
    @media (min-width: 1200px) {
      body.LandFarming #maui-dolphins {
        background-image: url(../img/bg-mauis-l.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-mauis-l.jpg)',sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-l.jpg)',sizingMethod='scale')"; } }
  body.LandFarming #home {
    /* 	@media screen and (-webkit-min-device-pixel-ratio:0) {
    		.image-container{
    		display:none;
    		}
    	} */ }
    body.LandFarming #home h2 {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      text-transform: none;
      font-size: 22px;
      line-height: 1.6; }
      @media (max-width: 480px) {
        body.LandFarming #home h2 {
          font-size: 20px; } }
    .ie9 body.LandFarming #home .image-container {
      display: none; }
    .ie8 body.LandFarming #home .image-container {
      display: none; }
    .ie8 body.LandFarming #home .svg-container {
      display: none !important; }
  body.LandFarming #onshore-drilling-right-spot {
    background-color: #929899;
    background: url(../img/OnshoreDrilling/rightspot-bg.png) center 535px repeat-x, url(../img/bg-tile.gif) repeat fixed; }
    body.LandFarming #onshore-drilling-right-spot h2.title {
      min-width: 240px; }
    body.LandFarming #onshore-drilling-right-spot img.overlay {
      margin: 0px auto 100px;
      display: block;
      clear: both; }
  body.LandFarming #onshore-drilling-installation {
    background: url(../img/OnshoreDrilling/installation-bg.png) center bottom repeat-x, url(../img/bg-tile.gif) repeat fixed; }
    body.LandFarming #onshore-drilling-installation img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both; }
  body.LandFarming #onshore-drilling-aquifers {
    background: url(../img/OnshoreDrilling/drill-pipe-whole.png) center top no-repeat, url(../img/OnshoreDrilling/aquifers-bg.png) center top repeat-x; }
    body.LandFarming #onshore-drilling-aquifers img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both; }
  body.LandFarming #onshore-drilling-down {
    background: url(../img/OnshoreDrilling/drill-pipe-down.png) center top no-repeat, url(../img/OnshoreDrilling/down-bg.png) center top repeat-x; }
    body.LandFarming #onshore-drilling-down img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both; }
    body.LandFarming #onshore-drilling-down h1 {
      margin-top: 0; }
  body.LandFarming #onshore-drilling-production {
    background: url(../img/OnshoreDrilling/production-bg.png) center bottom repeat-x; }
    body.LandFarming #onshore-drilling-production img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both;
      top: -100px; }
  body.LandFarming #onshore-drilling-decommission {
    background-color: #ecf8fe !important;
    background: url(../img/OnshoreDrilling/rehab-bg.png) center bottom repeat-x;
    padding: 60px 0 300px; }
    body.LandFarming #onshore-drilling-decommission h1, body.LandFarming #onshore-drilling-decommission h2, body.LandFarming #onshore-drilling-decommission h3, body.LandFarming #onshore-drilling-decommission h4, body.LandFarming #onshore-drilling-decommission p, body.LandFarming #onshore-drilling-decommission li {
      color: #30BBB9 !important; }
  @media (max-width: 360px) {
    body.LandFarming #data h2.title, body.LandFarming #data h1.title {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    body.LandFarming #data article {
      border-right: none; }
      body.LandFarming #data article header {
        text-align: center; } }
  body.LandFarming #data .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 800px;
    height: 800px;
    margin-right: -100px;
    margin-top: 100px;
    opacity: 0.1; }
    body.LandFarming #data .bg .svg-replacement {
      opacity: 0.3; }
  body.LandFarming #data .box {
    border: 1px solid #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    zoom: 1; }
    body.LandFarming #data .box .icon {
      float: left;
      margin-right: 20px;
      width: 40px;
      height: 40px; }
      @media (min-width: 768px) {
        body.LandFarming #data .box .icon {
          width: 120px;
          height: 120px; } }
    body.LandFarming #data .box .content {
      margin-left: 100px; }
  @media (max-width: 360px) {
    body.LandFarming #process h1.title,
    body.LandFarming #process h2.title {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    body.LandFarming #process article {
      border-left: none; }
      body.LandFarming #process article header {
        text-align: center; } }
  body.LandFarming #process .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 800px;
    height: 800px;
    margin-left: -100px;
    margin-top: 100px;
    opacity: 0.1; }
    body.LandFarming #process .bg .svg-replacement {
      opacity: 0.3; }
  body.LandFarming #process .process {
    margin: 0 0 20px; }
    body.LandFarming #process .process .icon {
      width: 120px;
      height: 120px;
      z-index: 999; }
  body.LandFarming #seismic-surveying-guidelines figure {
    margin-top: 0;
    margin-bottom: 0; }
  body.LandFarming #seismic-surveying-guidelines ul {
    list-style-type: none; }
    body.LandFarming #seismic-surveying-guidelines ul li {
      padding: 20px;
      background-color: #B5CE51;
      margin-bottom: 10px;
      color: #333; }
      body.LandFarming #seismic-surveying-guidelines ul li:nth-child(2) {
        background-color: #9eb834; }
      body.LandFarming #seismic-surveying-guidelines ul li:nth-child(3) {
        background-color: #8da42e; }
  body.LandFarming #maui-dolphins ul {
    padding-left: 10px; }
  body.LandFarming #outro h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: none; }
  body.LandFarming #outro img#logo {
    margin: 40px auto;
    width: 300px;
    height: auto; }
  body.LandFarming #processnav-wrap {
    display: none;
    opacity: 1;
    position: fixed;
    width: 120px;
    height: 100%;
    right: 0;
    z-index: 9999; }
    @media (min-width: 992px) {
      body.LandFarming #processnav-wrap {
        display: block; } }
  body.LandFarming #processnav {
    width: 120px;
    z-index: 9999;
    transition: all 0.5s ease-in-out 0s; }
    body.LandFarming #processnav ul {
      list-style-type: none; }
    body.LandFarming #processnav li {
      width: 50px;
      height: 50px;
      margin-left: 40px;
      overflow: hidden;
      position: relative;
      clear: both;
      margin-top: 15px; }
      body.LandFarming #processnav li a {
        position: absolute;
        z-index: 9999;
        color: #FFFFFF;
        display: block;
        height: 50px;
        line-height: 50px;
        transition: all 0.4s ease-in-out 0s;
        width: 50px;
        z-index: 9;
        margin-right: -100px; }
        body.LandFarming #processnav li a span.icon {
          position: absolute;
          z-index: 1;
          background-color: blue; }
        body.LandFarming #processnav li a span.desc {
          position: absolute;
          display: none; }
        body.LandFarming #processnav li a:focus {
          border: none;
          outline: none; }
  body.LandFarming .ease-1 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  body.LandFarming .live #processnav-wrap {
    opacity: 1; }
  body.LandFarming .live #processnav li a {
    visibility: visible;
    opacity: 1;
    margin-right: 0; }
  body.LandFarming .img-responsive {
    width: 100%; }

body.LandFarming {
  background-color: #30BBB9; }
  body.LandFarming .pane {
    display: block;
    padding: 0; }
    @media (min-width: 1600px) {
      body.LandFarming .pane {
        min-height: 900px; } }
    body.LandFarming .pane:nth-of-type(2) {
      padding-top: 80px; }
    body.LandFarming .pane h1 {
      text-align: center;
      margin-top: 44px;
      font-family: 'clanotbold', sans-serif;
      font-size: 30px; }
      @media (min-width: 992px) {
        body.LandFarming .pane h1 {
          font-size: 42px; } }
      @media (min-width: 1200px) {
        body.LandFarming .pane h1 {
          margin-top: 66px; } }
    body.LandFarming .pane h3 {
      font-family: 'clanotbook', sans-serif;
      font-size: 18px;
      text-align: center;
      line-height: 1.42857; }
    body.LandFarming .pane p {
      font-family: 'clanotbook', sans-serif;
      font-size: 14px;
      text-align: center; }
    body.LandFarming .pane ul {
      font-family: 'clanotbook', sans-serif;
      font-size: 14px;
      padding-left: 18px; }
    body.LandFarming .pane blockquote {
      border: 0;
      font-family: 'Georgia', serif;
      font-style: italic;
      font-size: 22px;
      text-align: center; }
    body.LandFarming .pane .text-left {
      text-align: left; }
      body.LandFarming .pane .text-left h1, body.LandFarming .pane .text-left p {
        text-align: left; }
    body.LandFarming .pane .row > * {
      padding-left: 25px;
      padding-right: 25px; }
    body.LandFarming .pane .img-top {
      width: auto; }

#landfarming-home {
  background-image: url("../img/landfarming/landfarming-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#landfarming-why {
  background-repeat: no-repeat;
  background-image: url("../img/landfarming/landfarming-why.png");
  background-position: center center;
  background-size: cover;
  padding-top: 280px; }

#landfarming-cuttings {
  background-repeat: no-repeat;
  background-image: url("../img/landfarming/landfarming-cuttings.png");
  background-position: top right;
  background-size: cover;
  padding-top: 20px; }
  @media (min-width: 768px) {
    #landfarming-cuttings {
      background-position: center top;
      padding-top: 50px; } }
  @media (min-width: 1200px) {
    #landfarming-cuttings {
      padding-top: 120px; } }
  @media (min-width: 1600px) {
    #landfarming-cuttings {
      padding-top: 200px; } }

#landfarming-testing {
  background-repeat: no-repeat;
  background-image: url("../img/landfarming/landfarming-testing.png");
  min-height: 500px;
  background-size: auto 60%;
  background-position: -40px center;
  padding-top: 50px; }
  @media (min-width: 768px) {
    #landfarming-testing {
      background-size: auto 80%;
      background-position: 10% center; } }
  @media (min-width: 992px) {
    #landfarming-testing {
      background-position: 20% center; } }

#landfarming-value {
  background-color: #2ba7a5 !important;
  background-repeat: no-repeat;
  background-image: url("../img/landfarming/landfarming-value.png");
  background-position: center top;
  background-size: cover;
  padding-bottom: 450px; }
  #landfarming-value .value {
    font-size: 50px;
    font-family: 'clanotbold', sans-serif;
    color: #f5f06f; }
  @media (min-width: 1200px) {
    #landfarming-value {
      padding-top: 30px; }
      #landfarming-value .value {
        font-size: 100px; }
      #landfarming-value h1 {
        margin-bottom: 44px; } }

#landfarming-safe {
  background-repeat: no-repeat;
  background-image: url("../img/landfarming/landfarming-safe.png");
  background-size: 200px auto;
  background-position: -150px bottom;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    #landfarming-safe {
      background-position: 10% bottom; } }
  @media (min-width: 992px) {
    #landfarming-safe {
      background-size: 300px auto; } }
  @media (min-width: 1200px) {
    #landfarming-safe {
      background-size: 350px auto; } }

#landfarming-issues {
  background-color: #2ba7a5 !important;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    #landfarming-issues .img-main {
      margin-top: -100px; } }

body.Production {
  /* .bottom {
     -webkit-align-self: flex-end;
     align-self: flex-end;
  }
   */
  /*{} */ }
@font-face {
  body.Production {
    font-family: 'brandon_grotesqueblack';
    src: url("../fonts/brandon_blk-webfont.eot");
    src: url("../fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff"), url("../fonts/brandon_blk-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.Production {
    font-family: 'rooneyregular';
    src: url("../fonts/rooney_regular-webfont.eot");
    src: url("../fonts/rooney_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rooney_regular-webfont.woff2") format("woff2"), url("../fonts/rooney_regular-webfont.woff") format("woff"), url("../fonts/rooney_regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.Production {
    font-family: 'rooneybold';
    src: url("../fonts/rooney_bold-webfont.eot");
    src: url("../fonts/rooney_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rooney_bold-webfont.woff2") format("woff2"), url("../fonts/rooney_bold-webfont.woff") format("woff"), url("../fonts/rooney_bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.Production {
    font-family: 'brandon_grotesquebold';
    src: url("../fonts/brandon_bld-webfont.eot");
    src: url("../fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
  body.Production ul {
    color: white; }
    body.Production ul li {
      color: white; }
  @media (min-width: 1200px) {
    body.Production .dropdown:hover .dropdown-menu {
      display: block; } }
  body.Production ul {
    padding: 0; }
@-webkit-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@-moz-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@-o-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
  body.Production h1.title {
    font-size: 28px; }
  body.Production .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  body.Production body.SeismicSurveys #home, body.SeismicSurveys body.Production #home, body.Production .image-container, body.Production #outro, body.Production #environment, body.Production #maui-dolphins {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
  body.Production .stretch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  body.SeismicSurveys #data body.Production .bg, body.SeismicSurveys #process body.Production .bg, body.LandFarming #data body.Production .bg, body.LandFarming #process body.Production .bg, body.Production .icon, body.Production #data .bg, body.Production #process .bg, body.OnshoreDrilling #data body.Production .bg, body.OnshoreDrilling #process body.Production .bg {
    display: inline-block;
    position: relative;
    /* 	width: 100%;
    padding-bottom: 100%;  */
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer; }
    body.SeismicSurveys #data body.Production .bg .svg-replacement, body.SeismicSurveys #process body.Production .bg .svg-replacement, body.LandFarming #data body.Production .bg .svg-replacement, body.LandFarming #process body.Production .bg .svg-replacement, body.Production .icon .svg-replacement, body.Production #data .bg .svg-replacement, body.Production #process .bg .svg-replacement, body.OnshoreDrilling #data body.Production .bg .svg-replacement, body.OnshoreDrilling #process body.Production .bg .svg-replacement {
      display: none; }
    body.SeismicSurveys #data .no-svg body.Production .bg object, body.SeismicSurveys #process .no-svg body.Production .bg object, body.LandFarming #data .no-svg body.Production .bg object, body.LandFarming #process .no-svg body.Production .bg object, .no-svg body.Production .icon object, .no-svg body.Production #data .bg object, .no-svg body.Production #process .bg object, body.OnshoreDrilling #data .no-svg body.Production .bg object, body.OnshoreDrilling #process .no-svg body.Production .bg object {
      display: none; }
    body.SeismicSurveys #data .no-svg body.Production .bg .svg-replacement, body.SeismicSurveys #process .no-svg body.Production .bg .svg-replacement, body.LandFarming #data .no-svg body.Production .bg .svg-replacement, body.LandFarming #process .no-svg body.Production .bg .svg-replacement, .no-svg body.Production .icon .svg-replacement, .no-svg body.Production #data .bg .svg-replacement, .no-svg body.Production #process .bg .svg-replacement, body.OnshoreDrilling #data .no-svg body.Production .bg .svg-replacement, body.OnshoreDrilling #process .no-svg body.Production .bg .svg-replacement {
      display: block;
      width: 100%;
      height: 100%; }
  body.Production .stretch {
    align-items: stretch; }
  body.Production .bottom {
    -webkit-align-self: flex-end;
    align-self: flex-end; }
  body.Production .top {
    -webkit-align-self: flex-start;
    align-self: flex-start; }
  body.Production span.center {
    display: block;
    margin: 0 auto; }
  body.Production .small-logo {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 120px;
    height: 40px;
    z-index: 9999; }
    body.Production .small-logo img {
      width: 100%; }
  body.Production .clearfix, body.Production .sections .section, .sections body.Production .section {
    overflow: hidden;
    clear: both;
    zoom: 1; }
  body.Production .bold {
    font-weight: bold; }
  body.Production .img-respnsive {
    width: 100%;
    max-width: 100%;
    height: auto; }
  @media (max-width: 1199px) {
    body.Production .pad-down-1 {
      padding-bottom: 20px; } }
  body.Production h1, body.Production h2, body.Production h3, body.Production h4, body.Production h5, body.Production h6, body.Production p {
    color: white; }
  body.Production h1 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 32px; }
    @media (min-width: 992px) {
      body.Production h1 {
        font-size: 48px; } }
  body.Production h2 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      body.Production h2 {
        font-size: 32px; } }
  body.Production h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 22px; }
    body.Production h3.small {
      font-size: 22px; }
    @media (min-width: 768px) {
      body.Production h3 {
        font-size: 22px -2; } }
    @media (min-width: 992px) {
      body.Production h3 {
        font-size: 26px; } }
  body.Production h4 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  body.Production h5 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  body.Production .pane {
    display: flex;
    /* or inline-flex */
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 700px;
    z-index: 9;
    overflow: hidden;
    padding: 40px 0;
    background-color: #30BBB9 !important;
    color: #fff !important; }
    @media (min-width: 992px) {
      body.Production .pane {
        padding: 60px 0; } }
    body.Production .pane header.push-down {
      margin-bottom: 40px; }
    body.Production .pane figure {
      position: relative;
      margin-top: 40px;
      margin-bottom: 40px; }
      body.Production .pane figure h2, body.Production .pane figure h1 {
        margin-bottom: 40px; }
    body.Production .pane .intro {
      margin: 40px 0;
      clear: both; }
    body.Production .pane h2.title,
    body.Production .pane h1.title {
      margin-top: 40px;
      line-height: 52px;
      float: left;
      /* 		@media (max-width:360px) {
      		font-size:$font-size-h4 +2;
      		} */ }
      body.Production .pane h2.title span.icon,
      body.Production .pane h1.title span.icon {
        margin-right: 10px; }
    body.Production .pane p.large {
      font-size: 22px -1; }
    body.Production .pane.contentTop {
      align-items: flex-start; }
    body.Production .pane.height-auto {
      height: auto !important; }
  @media (min-width: 1600px) {
    body.Production .widebody .container, body.Production .widebody .container-small, body.Production .widebody .container-medium, body.Production .widebody .container-large {
      width: 1600px; } }
  body.Production .bottom {
    position: absolute;
    height: auto !important;
    width: 100%;
    bottom: 0; }
  body.Production .onTop {
    z-index: 9999; }
  body.Production .container, body.Production .container-small, body.Production .container-medium, body.Production .container-large {
    z-index: 9; }
  body.Production .two-col-content article {
    padding: 0 80px; }
  body.Production .icon {
    display: block;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer; }
    @media (min-width: 992px) {
      body.Production .icon.large {
        width: 80px;
        height: 80px; } }
    body.Production .icon.scroll {
      display: block;
      float: none;
      clear: both;
      margin: 40px auto;
      width: 100px;
      height: 100px;
      border-radius: 100%; }
      body.Production .icon.scroll .arrow {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        margin: 30px; }
        body.Production .icon.scroll .arrow object {
          position: absolute;
          -webkit-animation: scrollarrow 1s infinite;
          /* Safari 4+ */
          -moz-animation: scrollarrow 1s infinite;
          /* Fx 5+ */
          -o-animation: scrollarrow 1s infinite;
          /* Opera 12+ */
          animation: scrollarrow 1s infinite;
          /* IE 10+, Fx 29+ */ }
      body.Production .icon.scroll span {
        z-index: 1; }
      body.Production .icon.scroll a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999; }
  body.Production h2 .icon {
    display: inline-block; }
  body.Production .svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    body.Production .svg-content object {
      position: absolute;
      height: 100%;
      width: 100%; }
  body.Production figure h2, body.Production figure h3 {
    margin-top: 0; }
  body.Production figure img {
    z-index: 1; }
  body.Production figure figcaption, body.Production figure div.figcaption {
    z-index: 9; }
  body.Production .dl {
    position: absolute;
    display: block;
    left: 0;
    border-bottom: 1px dotted #fff;
    height: 1px;
    width: 100%;
    z-index: 1; }
  body.Production #outro {
    background-attachment: absolute;
    background-image: url(../img/OnshoreDrilling/bg-home.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-s.jpg)', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-s.jpg)',sizingMethod='scale')";
    /* 	@media (min-width: $screen-sm-min) {
    	background-image:url(../img/bg-home-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-m.jpg)', sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-m.jpg)',sizingMethod='scale')"; 
    	} */ }
    @media (min-width: 992px) {
      body.Production #outro {
        background-attachment: fixed;
        background-image: url(../img/OnshoreDrilling/bg-home.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-l.jpg)', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-l.jpg)',sizingMethod='scale')"; } }
  body.Production #home {
    background-image: url("../img/OnshoreDrilling/bg-home.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  body.Production #seismic-survey-overview, body.Production #data, body.Production #process, body.Production #seismic-surveying-guidelines, body.Production #noise, body.Production #why-seismic-survey {
    background-color: #929899;
    background-image: url(../img/bg-tile.gif);
    background-repeat: repeat; }
  body.Production #seismic-survey-overview h2.title,
  body.Production #seismic-survey-overview h1.title {
    min-width: 500px;
    display: block; }
  body.Production #environment {
    background-attachment: absolute;
    /* 
    	background-image:url(../img/bg-env-s.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-env-s.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-s.jpg)',sizingMethod='scale')"; */
    background-image: url(../img/bg-env-m.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-env-m.jpg)',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-m.jpg)',sizingMethod='scale')";
    /* 	
    	background-image:url(../img/bg-env-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-env-m.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-m.jpg)',sizingMethod='scale')";
    	} */ }
    @media (min-width: 768px) {
      body.Production #environment {
        background-attachment: fixed; } }
    @media (min-width: 1200px) {
      body.Production #environment {
        background-image: url(../img/bg-env-l.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-env-l.jpg)',sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-l.jpg)',sizingMethod='scale')"; } }
  body.Production #maui-dolphins {
    background-attachment: absolute;
    /* 	background-image:url(../img/bg-mauis-s.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-mauis-s.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-s.jpg)',sizingMethod='scale')";
    
    
    	@media (min-width: $screen-sm-min) {
    	background-image:url(../img/bg-mauis-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-mauis-m.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-m.jpg)',sizingMethod='scale')";
    	} */
    background-image: url(../img/bg-mauis-m.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-mauis-m.jpg)',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-m.jpg)',sizingMethod='scale')"; }
    @media (min-width: 768px) {
      body.Production #maui-dolphins {
        background-attachment: fixed; } }
    @media (min-width: 1200px) {
      body.Production #maui-dolphins {
        background-image: url(../img/bg-mauis-l.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-mauis-l.jpg)',sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-l.jpg)',sizingMethod='scale')"; } }
  body.Production #home {
    /* 	@media screen and (-webkit-min-device-pixel-ratio:0) {
    		.image-container{
    		display:none;
    		}
    	} */ }
    body.Production #home h2 {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      text-transform: none;
      font-size: 22px;
      line-height: 1.6; }
      @media (max-width: 480px) {
        body.Production #home h2 {
          font-size: 20px; } }
    .ie9 body.Production #home .image-container {
      display: none; }
    .ie8 body.Production #home .image-container {
      display: none; }
    .ie8 body.Production #home .svg-container {
      display: none !important; }
  body.Production #onshore-drilling-right-spot {
    background-color: #929899;
    background: url(../img/OnshoreDrilling/rightspot-bg.png) center 535px repeat-x, url(../img/bg-tile.gif) repeat fixed; }
    body.Production #onshore-drilling-right-spot h2.title {
      min-width: 240px; }
    body.Production #onshore-drilling-right-spot img.overlay {
      margin: 0px auto 100px;
      display: block;
      clear: both; }
  body.Production #onshore-drilling-installation {
    background: url(../img/OnshoreDrilling/installation-bg.png) center bottom repeat-x, url(../img/bg-tile.gif) repeat fixed; }
    body.Production #onshore-drilling-installation img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both; }
  body.Production #onshore-drilling-aquifers {
    background: url(../img/OnshoreDrilling/drill-pipe-whole.png) center top no-repeat, url(../img/OnshoreDrilling/aquifers-bg.png) center top repeat-x; }
    body.Production #onshore-drilling-aquifers img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both; }
  body.Production #onshore-drilling-down {
    background: url(../img/OnshoreDrilling/drill-pipe-down.png) center top no-repeat, url(../img/OnshoreDrilling/down-bg.png) center top repeat-x; }
    body.Production #onshore-drilling-down img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both; }
    body.Production #onshore-drilling-down h1 {
      margin-top: 0; }
  body.Production #onshore-drilling-production {
    background: url(../img/OnshoreDrilling/production-bg.png) center bottom repeat-x; }
    body.Production #onshore-drilling-production img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both;
      top: -100px; }
  body.Production #onshore-drilling-decommission {
    background-color: #ecf8fe !important;
    background: url(../img/OnshoreDrilling/rehab-bg.png) center bottom repeat-x;
    padding: 60px 0 300px; }
    body.Production #onshore-drilling-decommission h1, body.Production #onshore-drilling-decommission h2, body.Production #onshore-drilling-decommission h3, body.Production #onshore-drilling-decommission h4, body.Production #onshore-drilling-decommission p, body.Production #onshore-drilling-decommission li {
      color: #30BBB9 !important; }
  @media (max-width: 360px) {
    body.Production #data h2.title, body.Production #data h1.title {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    body.Production #data article {
      border-right: none; }
      body.Production #data article header {
        text-align: center; } }
  body.Production #data .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 800px;
    height: 800px;
    margin-right: -100px;
    margin-top: 100px;
    opacity: 0.1; }
    body.Production #data .bg .svg-replacement {
      opacity: 0.3; }
  body.Production #data .box {
    border: 1px solid #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    zoom: 1; }
    body.Production #data .box .icon {
      float: left;
      margin-right: 20px;
      width: 40px;
      height: 40px; }
      @media (min-width: 768px) {
        body.Production #data .box .icon {
          width: 120px;
          height: 120px; } }
    body.Production #data .box .content {
      margin-left: 100px; }
  @media (max-width: 360px) {
    body.Production #process h1.title,
    body.Production #process h2.title {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    body.Production #process article {
      border-left: none; }
      body.Production #process article header {
        text-align: center; } }
  body.Production #process .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 800px;
    height: 800px;
    margin-left: -100px;
    margin-top: 100px;
    opacity: 0.1; }
    body.Production #process .bg .svg-replacement {
      opacity: 0.3; }
  body.Production #process .process {
    margin: 0 0 20px; }
    body.Production #process .process .icon {
      width: 120px;
      height: 120px;
      z-index: 999; }
  body.Production #seismic-surveying-guidelines figure {
    margin-top: 0;
    margin-bottom: 0; }
  body.Production #seismic-surveying-guidelines ul {
    list-style-type: none; }
    body.Production #seismic-surveying-guidelines ul li {
      padding: 20px;
      background-color: #B5CE51;
      margin-bottom: 10px;
      color: #333; }
      body.Production #seismic-surveying-guidelines ul li:nth-child(2) {
        background-color: #9eb834; }
      body.Production #seismic-surveying-guidelines ul li:nth-child(3) {
        background-color: #8da42e; }
  body.Production #maui-dolphins ul {
    padding-left: 10px; }
  body.Production #outro h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: none; }
  body.Production #outro img#logo {
    margin: 40px auto;
    width: 300px;
    height: auto; }
  body.Production #processnav-wrap {
    display: none;
    opacity: 1;
    position: fixed;
    width: 120px;
    height: 100%;
    right: 0;
    z-index: 9999; }
    @media (min-width: 992px) {
      body.Production #processnav-wrap {
        display: block; } }
  body.Production #processnav {
    width: 120px;
    z-index: 9999;
    transition: all 0.5s ease-in-out 0s; }
    body.Production #processnav ul {
      list-style-type: none; }
    body.Production #processnav li {
      width: 50px;
      height: 50px;
      margin-left: 40px;
      overflow: hidden;
      position: relative;
      clear: both;
      margin-top: 15px; }
      body.Production #processnav li a {
        position: absolute;
        z-index: 9999;
        color: #FFFFFF;
        display: block;
        height: 50px;
        line-height: 50px;
        transition: all 0.4s ease-in-out 0s;
        width: 50px;
        z-index: 9;
        margin-right: -100px; }
        body.Production #processnav li a span.icon {
          position: absolute;
          z-index: 1;
          background-color: blue; }
        body.Production #processnav li a span.desc {
          position: absolute;
          display: none; }
        body.Production #processnav li a:focus {
          border: none;
          outline: none; }
  body.Production .ease-1 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  body.Production .live #processnav-wrap {
    opacity: 1; }
  body.Production .live #processnav li a {
    visibility: visible;
    opacity: 1;
    margin-right: 0; }
  body.Production .img-responsive {
    width: 100%; }

body.Production {
  background-color: #30BBB9; }
  body.Production .pane {
    display: block;
    padding: 0;
    min-height: 400px; }
    body.Production .pane:nth-of-type(2) {
      padding-top: 80px; }
    body.Production .pane:nth-of-type(2n) {
      background-color: #2ba7a5 !important; }
    body.Production .pane h1 {
      text-align: center;
      margin-top: 44px;
      font-family: 'clanotbold', sans-serif;
      font-size: 30px; }
      @media (min-width: 992px) {
        body.Production .pane h1 {
          font-size: 42px; } }
    body.Production .pane h3 {
      font-family: 'clanotbook', sans-serif;
      font-size: 18px;
      text-align: center;
      line-height: 1.42857; }
    body.Production .pane p {
      font-family: 'clanotbook', sans-serif;
      font-size: 14px;
      text-align: center; }
    body.Production .pane > .img-responsive {
      margin-top: 22px; }
    body.Production .pane .row > * {
      padding-left: 25px;
      padding-right: 25px; }
    body.Production .pane .img-top {
      width: auto; }

#production-home {
  background-image: url("../img/production/production-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#production-stations {
  background-repeat: no-repeat;
  background-image: url("../img/production/production-stations.png");
  padding-top: 0;
  background-position: right bottom;
  background-size: auto 100%;
  min-height: 600px; }
  @media (min-width: 1200px) {
    #production-stations {
      min-height: 900px; } }
  @media (max-width: 991px) {
    #production-stations {
      background-image: none; } }
  @media (min-width: 1600px) {
    #production-stations {
      padding-top: 100px; } }

@media (min-width: 992px) {
  #production-raw .img-main {
    margin-top: -20vh; } }
@media (min-width: 1200px) {
  #production-raw .img-main {
    margin-top: -30vh; } }
@media (min-width: 1600px) {
  #production-raw .img-main {
    margin-top: -20vh; } }

#production-separating {
  padding-bottom: 80px; }

#production-gas {
  background-image: url("../img/production/production-gas-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px; }

@media (min-width: 768px) {
  #production-oil .img-main {
    margin-top: -50px; } }

@media (min-width: 768px) {
  #production-gas header, #production-oil header {
    margin-top: -80px; } }
#production-gas .img-top, #production-oil .img-top {
  margin-left: 30px; }

#production-monitoring .img-additional {
  position: absolute;
  left: 5%;
  bottom: 80px;
  width: 100px; }
  @media (min-width: 992px) {
    #production-monitoring .img-additional {
      left: 10%;
      width: 150px; } }
  @media (min-width: 1200px) {
    #production-monitoring .img-additional {
      width: 180px; } }
@media (min-width: 768px) {
  #production-monitoring {
    padding-bottom: 100px; } }
@media (min-width: 992px) {
  #production-monitoring {
    padding-bottom: 150px; } }

body.OnshoreDrilling {
  /* .bottom {
     -webkit-align-self: flex-end;
     align-self: flex-end;
  }
   */
  /*{} */ }
@font-face {
  body.OnshoreDrilling {
    font-family: 'brandon_grotesqueblack';
    src: url("../fonts/brandon_blk-webfont.eot");
    src: url("../fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff"), url("../fonts/brandon_blk-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.OnshoreDrilling {
    font-family: 'rooneyregular';
    src: url("../fonts/rooney_regular-webfont.eot");
    src: url("../fonts/rooney_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rooney_regular-webfont.woff2") format("woff2"), url("../fonts/rooney_regular-webfont.woff") format("woff"), url("../fonts/rooney_regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.OnshoreDrilling {
    font-family: 'rooneybold';
    src: url("../fonts/rooney_bold-webfont.eot");
    src: url("../fonts/rooney_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rooney_bold-webfont.woff2") format("woff2"), url("../fonts/rooney_bold-webfont.woff") format("woff"), url("../fonts/rooney_bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
@font-face {
  body.OnshoreDrilling {
    font-family: 'brandon_grotesquebold';
    src: url("../fonts/brandon_bld-webfont.eot");
    src: url("../fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; } }
  body.OnshoreDrilling ul {
    color: white; }
    body.OnshoreDrilling ul li {
      color: white; }
  @media (min-width: 1200px) {
    body.OnshoreDrilling .dropdown:hover .dropdown-menu {
      display: block; } }
  body.OnshoreDrilling ul {
    padding: 0; }
@-webkit-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@-moz-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@-o-keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
@keyframes scrollarrow {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 10px; } }
  body.OnshoreDrilling h1.title {
    font-size: 28px; }
  body.OnshoreDrilling .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  body.OnshoreDrilling body.SeismicSurveys #home, body.SeismicSurveys body.OnshoreDrilling #home, body.OnshoreDrilling .image-container, body.OnshoreDrilling #outro, body.OnshoreDrilling #environment, body.OnshoreDrilling #maui-dolphins {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
  body.OnshoreDrilling .stretch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  body.SeismicSurveys #data body.OnshoreDrilling .bg, body.SeismicSurveys #process body.OnshoreDrilling .bg, body.LandFarming #data body.OnshoreDrilling .bg, body.LandFarming #process body.OnshoreDrilling .bg, body.Production #data body.OnshoreDrilling .bg, body.Production #process body.OnshoreDrilling .bg, body.OnshoreDrilling .icon, body.OnshoreDrilling #data .bg, body.OnshoreDrilling #process .bg {
    display: inline-block;
    position: relative;
    /* 	width: 100%;
    padding-bottom: 100%;  */
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer; }
    body.SeismicSurveys #data body.OnshoreDrilling .bg .svg-replacement, body.SeismicSurveys #process body.OnshoreDrilling .bg .svg-replacement, body.LandFarming #data body.OnshoreDrilling .bg .svg-replacement, body.LandFarming #process body.OnshoreDrilling .bg .svg-replacement, body.Production #data body.OnshoreDrilling .bg .svg-replacement, body.Production #process body.OnshoreDrilling .bg .svg-replacement, body.OnshoreDrilling .icon .svg-replacement, body.OnshoreDrilling #data .bg .svg-replacement, body.OnshoreDrilling #process .bg .svg-replacement {
      display: none; }
    body.SeismicSurveys #data .no-svg body.OnshoreDrilling .bg object, body.SeismicSurveys #process .no-svg body.OnshoreDrilling .bg object, body.LandFarming #data .no-svg body.OnshoreDrilling .bg object, body.LandFarming #process .no-svg body.OnshoreDrilling .bg object, body.Production #data .no-svg body.OnshoreDrilling .bg object, body.Production #process .no-svg body.OnshoreDrilling .bg object, .no-svg body.OnshoreDrilling .icon object, .no-svg body.OnshoreDrilling #data .bg object, .no-svg body.OnshoreDrilling #process .bg object {
      display: none; }
    body.SeismicSurveys #data .no-svg body.OnshoreDrilling .bg .svg-replacement, body.SeismicSurveys #process .no-svg body.OnshoreDrilling .bg .svg-replacement, body.LandFarming #data .no-svg body.OnshoreDrilling .bg .svg-replacement, body.LandFarming #process .no-svg body.OnshoreDrilling .bg .svg-replacement, body.Production #data .no-svg body.OnshoreDrilling .bg .svg-replacement, body.Production #process .no-svg body.OnshoreDrilling .bg .svg-replacement, .no-svg body.OnshoreDrilling .icon .svg-replacement, .no-svg body.OnshoreDrilling #data .bg .svg-replacement, .no-svg body.OnshoreDrilling #process .bg .svg-replacement {
      display: block;
      width: 100%;
      height: 100%; }
  body.OnshoreDrilling .stretch {
    align-items: stretch; }
  body.OnshoreDrilling .bottom {
    -webkit-align-self: flex-end;
    align-self: flex-end; }
  body.OnshoreDrilling .top {
    -webkit-align-self: flex-start;
    align-self: flex-start; }
  body.OnshoreDrilling span.center {
    display: block;
    margin: 0 auto; }
  body.OnshoreDrilling .small-logo {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 120px;
    height: 40px;
    z-index: 9999; }
    body.OnshoreDrilling .small-logo img {
      width: 100%; }
  body.OnshoreDrilling .clearfix, body.OnshoreDrilling .sections .section, .sections body.OnshoreDrilling .section {
    overflow: hidden;
    clear: both;
    zoom: 1; }
  body.OnshoreDrilling .bold {
    font-weight: bold; }
  body.OnshoreDrilling .img-respnsive {
    width: 100%;
    max-width: 100%;
    height: auto; }
  @media (max-width: 1199px) {
    body.OnshoreDrilling .pad-down-1 {
      padding-bottom: 20px; } }
  body.OnshoreDrilling h1, body.OnshoreDrilling h2, body.OnshoreDrilling h3, body.OnshoreDrilling h4, body.OnshoreDrilling h5, body.OnshoreDrilling h6, body.OnshoreDrilling p {
    color: white; }
  body.OnshoreDrilling h1 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 32px; }
    @media (min-width: 992px) {
      body.OnshoreDrilling h1 {
        font-size: 48px; } }
  body.OnshoreDrilling h2 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      body.OnshoreDrilling h2 {
        font-size: 32px; } }
  body.OnshoreDrilling h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 22px; }
    body.OnshoreDrilling h3.small {
      font-size: 22px; }
    @media (min-width: 768px) {
      body.OnshoreDrilling h3 {
        font-size: 22px -2; } }
    @media (min-width: 992px) {
      body.OnshoreDrilling h3 {
        font-size: 26px; } }
  body.OnshoreDrilling h4 {
    font-family: "brandon_grotesqueblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  body.OnshoreDrilling h5 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  body.OnshoreDrilling .pane {
    display: flex;
    /* or inline-flex */
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 700px;
    z-index: 9;
    overflow: hidden;
    padding: 40px 0;
    background-color: #30BBB9 !important;
    color: #fff !important; }
    @media (min-width: 992px) {
      body.OnshoreDrilling .pane {
        padding: 60px 0; } }
    body.OnshoreDrilling .pane header.push-down {
      margin-bottom: 40px; }
    body.OnshoreDrilling .pane figure {
      position: relative;
      margin-top: 40px;
      margin-bottom: 40px; }
      body.OnshoreDrilling .pane figure h2, body.OnshoreDrilling .pane figure h1 {
        margin-bottom: 40px; }
    body.OnshoreDrilling .pane .intro {
      margin: 40px 0;
      clear: both; }
    body.OnshoreDrilling .pane h2.title,
    body.OnshoreDrilling .pane h1.title {
      margin-top: 40px;
      line-height: 52px;
      float: left;
      /* 		@media (max-width:360px) {
      		font-size:$font-size-h4 +2;
      		} */ }
      body.OnshoreDrilling .pane h2.title span.icon,
      body.OnshoreDrilling .pane h1.title span.icon {
        margin-right: 10px; }
    body.OnshoreDrilling .pane p.large {
      font-size: 22px -1; }
    body.OnshoreDrilling .pane.contentTop {
      align-items: flex-start; }
    body.OnshoreDrilling .pane.height-auto {
      height: auto !important; }
  @media (min-width: 1600px) {
    body.OnshoreDrilling .widebody .container, body.OnshoreDrilling .widebody .container-small, body.OnshoreDrilling .widebody .container-medium, body.OnshoreDrilling .widebody .container-large {
      width: 1600px; } }
  body.OnshoreDrilling .bottom {
    position: absolute;
    height: auto !important;
    width: 100%;
    bottom: 0; }
  body.OnshoreDrilling .onTop {
    z-index: 9999; }
  body.OnshoreDrilling .container, body.OnshoreDrilling .container-small, body.OnshoreDrilling .container-medium, body.OnshoreDrilling .container-large {
    z-index: 9; }
  body.OnshoreDrilling .two-col-content article {
    padding: 0 80px; }
  body.OnshoreDrilling .icon {
    display: block;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer; }
    @media (min-width: 992px) {
      body.OnshoreDrilling .icon.large {
        width: 80px;
        height: 80px; } }
    body.OnshoreDrilling .icon.scroll {
      display: block;
      float: none;
      clear: both;
      margin: 40px auto;
      width: 100px;
      height: 100px;
      border-radius: 100%; }
      body.OnshoreDrilling .icon.scroll .arrow {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        margin: 30px; }
        body.OnshoreDrilling .icon.scroll .arrow object {
          position: absolute;
          -webkit-animation: scrollarrow 1s infinite;
          /* Safari 4+ */
          -moz-animation: scrollarrow 1s infinite;
          /* Fx 5+ */
          -o-animation: scrollarrow 1s infinite;
          /* Opera 12+ */
          animation: scrollarrow 1s infinite;
          /* IE 10+, Fx 29+ */ }
      body.OnshoreDrilling .icon.scroll span {
        z-index: 1; }
      body.OnshoreDrilling .icon.scroll a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999; }
  body.OnshoreDrilling h2 .icon {
    display: inline-block; }
  body.OnshoreDrilling .svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    body.OnshoreDrilling .svg-content object {
      position: absolute;
      height: 100%;
      width: 100%; }
  body.OnshoreDrilling figure h2, body.OnshoreDrilling figure h3 {
    margin-top: 0; }
  body.OnshoreDrilling figure img {
    z-index: 1; }
  body.OnshoreDrilling figure figcaption, body.OnshoreDrilling figure div.figcaption {
    z-index: 9; }
  body.OnshoreDrilling .dl {
    position: absolute;
    display: block;
    left: 0;
    border-bottom: 1px dotted #fff;
    height: 1px;
    width: 100%;
    z-index: 1; }
  body.OnshoreDrilling #outro {
    background-attachment: absolute;
    background-image: url(../img/OnshoreDrilling/bg-home.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-s.jpg)', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-s.jpg)',sizingMethod='scale')";
    /* 	@media (min-width: $screen-sm-min) {
    	background-image:url(../img/bg-home-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-m.jpg)', sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-m.jpg)',sizingMethod='scale')"; 
    	} */ }
    @media (min-width: 992px) {
      body.OnshoreDrilling #outro {
        background-attachment: fixed;
        background-image: url(../img/OnshoreDrilling/bg-home.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(../img/bg-home-l.jpg)', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-home-l.jpg)',sizingMethod='scale')"; } }
  body.OnshoreDrilling #home {
    background-image: url("../img/OnshoreDrilling/bg-home.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  body.OnshoreDrilling #seismic-survey-overview, body.OnshoreDrilling #data, body.OnshoreDrilling #process, body.OnshoreDrilling #seismic-surveying-guidelines, body.OnshoreDrilling #noise, body.OnshoreDrilling #why-seismic-survey {
    background-color: #929899;
    background-image: url(../img/bg-tile.gif);
    background-repeat: repeat; }
  body.OnshoreDrilling #seismic-survey-overview h2.title,
  body.OnshoreDrilling #seismic-survey-overview h1.title {
    min-width: 500px;
    display: block; }
  body.OnshoreDrilling #environment {
    background-attachment: absolute;
    /* 
    	background-image:url(../img/bg-env-s.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-env-s.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-s.jpg)',sizingMethod='scale')"; */
    background-image: url(../img/bg-env-m.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-env-m.jpg)',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-m.jpg)',sizingMethod='scale')";
    /* 	
    	background-image:url(../img/bg-env-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-env-m.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-m.jpg)',sizingMethod='scale')";
    	} */ }
    @media (min-width: 768px) {
      body.OnshoreDrilling #environment {
        background-attachment: fixed; } }
    @media (min-width: 1200px) {
      body.OnshoreDrilling #environment {
        background-image: url(../img/bg-env-l.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-env-l.jpg)',sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-env-l.jpg)',sizingMethod='scale')"; } }
  body.OnshoreDrilling #maui-dolphins {
    background-attachment: absolute;
    /* 	background-image:url(../img/bg-mauis-s.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-mauis-s.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-s.jpg)',sizingMethod='scale')";
    
    
    	@media (min-width: $screen-sm-min) {
    	background-image:url(../img/bg-mauis-m.jpg);
    	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    	src='(../img/bg-mauis-m.jpg)',sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-m.jpg)',sizingMethod='scale')";
    	} */
    background-image: url(../img/bg-mauis-m.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-mauis-m.jpg)',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-m.jpg)',sizingMethod='scale')"; }
    @media (min-width: 768px) {
      body.OnshoreDrilling #maui-dolphins {
        background-attachment: fixed; } }
    @media (min-width: 1200px) {
      body.OnshoreDrilling #maui-dolphins {
        background-image: url(../img/bg-mauis-l.jpg);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='(../img/bg-mauis-l.jpg)',sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-mauis-l.jpg)',sizingMethod='scale')"; } }
  body.OnshoreDrilling #home {
    /* 	@media screen and (-webkit-min-device-pixel-ratio:0) {
    		.image-container{
    		display:none;
    		}
    	} */ }
    body.OnshoreDrilling #home h2 {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      text-transform: none;
      font-size: 22px;
      line-height: 1.6; }
      @media (max-width: 480px) {
        body.OnshoreDrilling #home h2 {
          font-size: 20px; } }
    .ie9 body.OnshoreDrilling #home .image-container {
      display: none; }
    .ie8 body.OnshoreDrilling #home .image-container {
      display: none; }
    .ie8 body.OnshoreDrilling #home .svg-container {
      display: none !important; }
  body.OnshoreDrilling #onshore-drilling-right-spot {
    background-color: #929899;
    background: url(../img/OnshoreDrilling/rightspot-bg.png) center 535px repeat-x, url(../img/bg-tile.gif) repeat fixed; }
    body.OnshoreDrilling #onshore-drilling-right-spot h2.title {
      min-width: 240px; }
    body.OnshoreDrilling #onshore-drilling-right-spot img.overlay {
      margin: 0px auto 100px;
      display: block;
      clear: both; }
  body.OnshoreDrilling #onshore-drilling-installation {
    background: url(../img/OnshoreDrilling/installation-bg.png) center bottom repeat-x, url(../img/bg-tile.gif) repeat fixed; }
    body.OnshoreDrilling #onshore-drilling-installation img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both; }
  body.OnshoreDrilling #onshore-drilling-aquifers {
    background: url(../img/OnshoreDrilling/drill-pipe-whole.png) center top no-repeat, url(../img/OnshoreDrilling/aquifers-bg.png) center top repeat-x; }
    body.OnshoreDrilling #onshore-drilling-aquifers img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both; }
  body.OnshoreDrilling #onshore-drilling-down {
    background: url(../img/OnshoreDrilling/drill-pipe-down.png) center top no-repeat, url(../img/OnshoreDrilling/down-bg.png) center top repeat-x; }
    body.OnshoreDrilling #onshore-drilling-down img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both; }
    body.OnshoreDrilling #onshore-drilling-down h1 {
      margin-top: 0; }
  body.OnshoreDrilling #onshore-drilling-production {
    background: url(../img/OnshoreDrilling/production-bg.png) center bottom repeat-x; }
    body.OnshoreDrilling #onshore-drilling-production img.overlay {
      margin: 0px auto -60px;
      display: block;
      clear: both;
      top: -100px; }
  body.OnshoreDrilling #onshore-drilling-decommission {
    background-color: #ecf8fe !important;
    background: url(../img/OnshoreDrilling/rehab-bg.png) center bottom repeat-x;
    padding: 60px 0 300px; }
    body.OnshoreDrilling #onshore-drilling-decommission h1, body.OnshoreDrilling #onshore-drilling-decommission h2, body.OnshoreDrilling #onshore-drilling-decommission h3, body.OnshoreDrilling #onshore-drilling-decommission h4, body.OnshoreDrilling #onshore-drilling-decommission p, body.OnshoreDrilling #onshore-drilling-decommission li {
      color: #30BBB9 !important; }
  @media (max-width: 360px) {
    body.OnshoreDrilling #data h2.title, body.OnshoreDrilling #data h1.title {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    body.OnshoreDrilling #data article {
      border-right: none; }
      body.OnshoreDrilling #data article header {
        text-align: center; } }
  body.OnshoreDrilling #data .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 800px;
    height: 800px;
    margin-right: -100px;
    margin-top: 100px;
    opacity: 0.1; }
    body.OnshoreDrilling #data .bg .svg-replacement {
      opacity: 0.3; }
  body.OnshoreDrilling #data .box {
    border: 1px solid #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    zoom: 1; }
    body.OnshoreDrilling #data .box .icon {
      float: left;
      margin-right: 20px;
      width: 40px;
      height: 40px; }
      @media (min-width: 768px) {
        body.OnshoreDrilling #data .box .icon {
          width: 120px;
          height: 120px; } }
    body.OnshoreDrilling #data .box .content {
      margin-left: 100px; }
  @media (max-width: 360px) {
    body.OnshoreDrilling #process h1.title,
    body.OnshoreDrilling #process h2.title {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    body.OnshoreDrilling #process article {
      border-left: none; }
      body.OnshoreDrilling #process article header {
        text-align: center; } }
  body.OnshoreDrilling #process .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 800px;
    height: 800px;
    margin-left: -100px;
    margin-top: 100px;
    opacity: 0.1; }
    body.OnshoreDrilling #process .bg .svg-replacement {
      opacity: 0.3; }
  body.OnshoreDrilling #process .process {
    margin: 0 0 20px; }
    body.OnshoreDrilling #process .process .icon {
      width: 120px;
      height: 120px;
      z-index: 999; }
  body.OnshoreDrilling #seismic-surveying-guidelines figure {
    margin-top: 0;
    margin-bottom: 0; }
  body.OnshoreDrilling #seismic-surveying-guidelines ul {
    list-style-type: none; }
    body.OnshoreDrilling #seismic-surveying-guidelines ul li {
      padding: 20px;
      background-color: #B5CE51;
      margin-bottom: 10px;
      color: #333; }
      body.OnshoreDrilling #seismic-surveying-guidelines ul li:nth-child(2) {
        background-color: #9eb834; }
      body.OnshoreDrilling #seismic-surveying-guidelines ul li:nth-child(3) {
        background-color: #8da42e; }
  body.OnshoreDrilling #maui-dolphins ul {
    padding-left: 10px; }
  body.OnshoreDrilling #outro h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: none; }
  body.OnshoreDrilling #outro img#logo {
    margin: 40px auto;
    width: 300px;
    height: auto; }
  body.OnshoreDrilling #processnav-wrap {
    display: none;
    opacity: 1;
    position: fixed;
    width: 120px;
    height: 100%;
    right: 0;
    z-index: 9999; }
    @media (min-width: 992px) {
      body.OnshoreDrilling #processnav-wrap {
        display: block; } }
  body.OnshoreDrilling #processnav {
    width: 120px;
    z-index: 9999;
    transition: all 0.5s ease-in-out 0s; }
    body.OnshoreDrilling #processnav ul {
      list-style-type: none; }
    body.OnshoreDrilling #processnav li {
      width: 50px;
      height: 50px;
      margin-left: 40px;
      overflow: hidden;
      position: relative;
      clear: both;
      margin-top: 15px; }
      body.OnshoreDrilling #processnav li a {
        position: absolute;
        z-index: 9999;
        color: #FFFFFF;
        display: block;
        height: 50px;
        line-height: 50px;
        transition: all 0.4s ease-in-out 0s;
        width: 50px;
        z-index: 9;
        margin-right: -100px; }
        body.OnshoreDrilling #processnav li a span.icon {
          position: absolute;
          z-index: 1;
          background-color: blue; }
        body.OnshoreDrilling #processnav li a span.desc {
          position: absolute;
          display: none; }
        body.OnshoreDrilling #processnav li a:focus {
          border: none;
          outline: none; }
  body.OnshoreDrilling .ease-1 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  body.OnshoreDrilling .live #processnav-wrap {
    opacity: 1; }
  body.OnshoreDrilling .live #processnav li a {
    visibility: visible;
    opacity: 1;
    margin-right: 0; }
  body.OnshoreDrilling .img-responsive {
    width: 100%; }

body.OnshoreDrilling .pane {
  display: block; }
  body.OnshoreDrilling .pane h1, body.OnshoreDrilling .pane h2 {
    text-align: center;
    margin-top: 44px;
    font-family: 'clanotbold', sans-serif;
    font-size: 30px; }
    @media (min-width: 992px) {
      body.OnshoreDrilling .pane h1, body.OnshoreDrilling .pane h2 {
        font-size: 42px; } }
    @media (min-width: 1200px) {
      body.OnshoreDrilling .pane h1, body.OnshoreDrilling .pane h2 {
        margin-top: 66px; } }
  body.OnshoreDrilling .pane h3 {
    font-family: 'clanotbook', sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 1.42857; }
  body.OnshoreDrilling .pane p {
    font-family: 'clanotbook', sans-serif;
    font-size: 14px;
    text-align: center; }
  body.OnshoreDrilling .pane ul {
    font-family: 'clanotbook', sans-serif;
    font-size: 14px;
    padding-left: 18px; }
  body.OnshoreDrilling .pane blockquote {
    border: 0;
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 22px;
    text-align: center; }

@media (min-width: 1200px) {
  .block-section-intro h3:after,
  .block-intro.image-cover .snippet-text:after {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    height: 20px;
    width: 30px;
    margin-top: -5px;
    margin-left: -15px;
    color: #333333; }

  .block-section-intro h3:after {
    font-size: 72px;
    content: '\f054';
    top: 50%;
    right: 50px;
    -webkit-animation: bounce-side 2s ease infinite;
    animation: bounce-side 2s ease infinite; }

  .block-intro.image-cover .snippet-text:after {
    font-size: 62px;
    content: '\f078';
    bottom: 50px;
    right: 50%;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite; } }
@-webkit-keyframes bounce {
  50% {
    -webkit-transform: scale(0.75) translateY(-20%);
    transform: scale(0.75) translateY(-20%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounce {
  50% {
    -webkit-transform: scale(0.75) translateY(-20%);
    transform: scale(0.75) translateY(-20%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes bounce-side {
  50% {
    -webkit-transform: scale(0.75) translateX(-20%);
    transform: scale(0.75) translateX(-20%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounce-side {
  50% {
    -webkit-transform: scale(0.75) translateX(-20%);
    transform: scale(0.75) translateX(-20%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
article.typography {
  display: none !important;
  padding-top: 64px;
  width: auto;
  margin: 0 2px 0;
  display: inline-flex; }

.typography div.center {
  margin: 0 auto;
  text-align: center; }
.typography div.left {
  float: left;
  clear: left;
  margin: 0 18px 18px 0px; }
.typography div.leftAlone {
  margin: 0 18px 18px 0;
  float: none;
  display: block;
  clear: both; }
.typography div.right {
  float: right;
  clear: right;
  margin: 0 0 18px 18px; }
.typography img {
  max-width: 100%;
  height: auto; }
.typography img.right {
  float: right;
  clear: right;
  margin: 0 0 18px 18px; }
.typography img.left {
  float: left;
  clear: left;
  margin: 0 18px 18px 0px; }
.typography img.leftAlone {
  margin: 0 18px 18px 0;
  float: none;
  display: block;
  clear: both; }
.typography img.center {
  display: block;
  margin: 0 auto 18px auto;
  clear: both; }
.typography .captionImage {
  max-width: 100%; }
.typography .captionImage.left {
  float: left;
  margin: 0 18px 18px 0px; }
.typography .captionImage.right {
  float: right;
  margin: 0 0 18px 18px; }
.typography .captionImage.leftAlone {
  float: none;
  margin: 0 18px 18px 0px; }
.typography .captionImage.center {
  margin: 0 auto 18px; }
.typography .captionImage p {
  clear: both;
  padding: 5px 0 0px;
  color: #999999; }
.typography .captionImage img, .typography .captionImage iframe {
  border: 0;
  padding: 0;
  margin: 0 0 5px 0; }
.typography .citation {
  color: #30BBB9;
  border-bottom: 1px dotted #30BBB9;
  text-decoration: none; }
  .typography .citation:hover {
    text-decoration: none; }
.typography .button {
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #30BBB9;
  color: #30BBB9;
  font-weight: bold;
  border-radius: 0;
  padding: 15px;
  margin: 10px 0 0;
  display: inline-block;
  position: relative;
  font-size: 18px; }
  .typography .button a {
    color: #30BBB9;
    text-decoration: none;
    text-decoration: uppercase; }
    .typography .button a:hover {
      color: white;
      text-decoration: none; }
  .typography .button:hover, .typography .button:focus, .typography .button:active {
    background-color: #30BBB9;
    border: 2px solid #30BBB9;
    color: white;
    text-decoration: none; }
    .typography .button:hover a, .typography .button:focus a, .typography .button:active a {
      color: white; }
      .typography .button:hover a:hover, .typography .button:focus a:hover, .typography .button:active a:hover {
        color: white;
        text-decoration: none; }

.userdefinedform form span.required {
  padding: 5px; }

body.HomePage #video_container_overlay #video_container .ios_buttons h1 {
  padding: 40px 0 0 !important; }

body.our-consumption #video_container_overlay #video_container h1,
body.our-alternatives #video_container_overlay #video_container h1,
body.our-resource #video_container_overlay #video_container h1,
body.our-benefits #video_container_overlay #video_container h1,
body.our-environment #video_container_overlay #video_container h1,
body.our-process #video_container_overlay #video_container h1 {
  word-spacing: 9999rem; }

#video_container_overlay {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0; }
  #video_container_overlay #video_container {
    height: calc(100vh - 62px) !important;
    position: relative;
    left: 0;
    right: 0;
    margin: 0px auto;
    overflow: hidden;
    z-index: 1;
    opacity: 1;
    display: block; }
    #video_container_overlay #video_container:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 56.25%; }
    #video_container_overlay #video_container .backgroundVideo {
      position: absolute; }
    #video_container_overlay #video_container .w-chrome {
      overflow: visible !important; }
    #video_container_overlay #video_container #main-image {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    #video_container_overlay #video_container #cover_all {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      height: 100%;
      width: 100%;
      background: none; }
    #video_container_overlay #video_container .backgroundVideo {
      z-index: 4;
      visibility: hidden; }
    #video_container_overlay #video_container #text {
      position: absolute;
      z-index: 6;
      text-align: center;
      color: white;
      top: 0;
      left: 0;
      background-color: rgba(48, 187, 185, 0.9);
      height: 100%;
      width: 100%;
      opacity: 0;
      display: none; }
      #video_container_overlay #video_container #text .video-controls {
        color: white; }
      #video_container_overlay #video_container #text #text-content {
        position: relative;
        width: 80%;
        top: 45%;
        transform: translateY(-50%);
        text-align: center;
        margin: 0px auto;
        font-family: 'Open Sans', sans-serif !important;
        left: 0; }
        @media (min-width: 768px) {
          #video_container_overlay #video_container #text #text-content {
            width: 40%; } }
        #video_container_overlay #video_container #text #text-content h1 {
          font-size: 42px;
          font-family: 'clanotultra';
          text-transform: uppercase;
          letter-spacing: 1px; }
          @media (min-width: 768px) {
            #video_container_overlay #video_container #text #text-content h1 {
              font-size: 78px; } }
        #video_container_overlay #video_container #text #text-content .intro-text {
          font-size: 20px;
          margin: 0 0 30px 0; }
        #video_container_overlay #video_container #text #text-content .button {
          color: white;
          border-color: white;
          margin-top: 20px; }
          #video_container_overlay #video_container #text #text-content .button i {
            margin-right: 10px; }
          #video_container_overlay #video_container #text #text-content .button:hover, #video_container_overlay #video_container #text #text-content .button:focus, #video_container_overlay #video_container #text #text-content .button:active {
            background-color: white;
            border: 2px solid white;
            color: #30BBB9; }
        #video_container_overlay #video_container #text #text-content a.videocontrol {
          display: inline-block;
          color: white;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 0.5px;
          font-weight: 600;
          margin: 0 10px; }
          #video_container_overlay #video_container #text #text-content a.videocontrol i {
            display: inline-block;
            vertical-align: middle;
            font-size: 34px;
            margin-right: 10px; }
    #video_container_overlay #video_container #ex {
      position: absolute;
      right: -3000px;
      top: 25px;
      z-index: 7;
      cursor: pointer;
      opacity: 0.8; }
      #video_container_overlay #video_container #ex:hover {
        opacity: 1; }
  #video_container_overlay .ios_buttons {
    display: none;
    position: absolute;
    text-align: center;
    height: 100%;
    top: 0;
    width: 100%; }
    #video_container_overlay .ios_buttons h1 {
      z-index: 1000;
      color: #30BBB9;
      font-size: 42px;
      font-family: 'clanotultra';
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 60px 0 0; }
    #video_container_overlay .ios_buttons .button-wrapper {
      z-index: 1000;
      bottom: 80px;
      position: absolute;
      width: 100%; }
      #video_container_overlay .ios_buttons .button-wrapper .button {
        color: #30BBB9;
        border-color: #30BBB9;
        margin-top: 20px; }
        #video_container_overlay .ios_buttons .button-wrapper .button i {
          margin-right: 10px; }
        #video_container_overlay .ios_buttons .button-wrapper .button:hover {
          background-color: #30BBB9;
          border: 2px solid #30BBB9;
          color: white; }
      #video_container_overlay .ios_buttons .button-wrapper a.videocontrol {
        display: inline-block;
        color: #30BBB9;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: 600;
        margin: 0 10px; }
        #video_container_overlay .ios_buttons .button-wrapper a.videocontrol i {
          display: inline-block;
          vertical-align: middle;
          font-size: 34px;
          margin-right: 10px; }
  #video_container_overlay.ios #cover_all {
    display: none; }
  #video_container_overlay.ios .ios_buttons {
    display: block; }

body.HomePage #video_container_overlay #text-content {
  text-align: center;
  width: 50%;
  left: 25%;
  top: 45%; }

#wistia_pause_container {
  text-align: center; }

/*
  .pause, .resume {
    line-height: normal;
    margin: 12px;
    i, span {
      font-weight: bold;
      text-transform: uppercase;
      display: inline !important;
      padding: 0 5px;
    }
    span {
      font-size: 28px;
    }
    i {
      font-size: 20px;
      position: relative;
      top: -3px;
      font-weight: normal;
    }
  }*/
.resume {
  display: none; }

/*# sourceMappingURL=bootstrap.css.map */
