@charset "UTF-8";
/* /* 
 *  Stying for DFA site responsivization and redesign 2017
 *  Includes Bootrap SCSS customized (https://github.com/twbs/bootstrap-sass), Slick Slider SCSS (https://github.com/kenwheeler/slick/)
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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: 14px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "SourceSans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571428571429;
  color: #323232;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #005036;
  text-decoration: none;
}
a:hover, a:focus {
  color: #005036;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive--fw {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #323232;
  border-radius: 4px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f4f5f6;
  max-width: 820px;
}

.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;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 16px;
    line-height: 1.555555;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }

  body {
    font-size: 18px;
    line-height: 1.5555;
  }
}
h1, h3, h4, h5, h6,
.h1, .h3, .h4, .h5, .h6 {
  font-family: "SourceSans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  max-width: 820px;
}
h1 small,
h1 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e4e5e6;
}

h2, .h2 {
  font-family: "SourceSans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  max-width: 820px;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 28px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: 24px;
  font-size: 1.71429rem;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 32px;
    font-size: 1.77778rem;
  }
}

h3, .h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1.14286rem;
  max-width: 90%;
}

@media screen and (min-width: 768px) {
  p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 92%;
}

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: #e4e5e6;
}

.text-primary {
  color: #006845;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #003523;
}

.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: #006845;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #003523;
}

.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: 11px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f4f5f6;
}
@media screen and (min-width: 768px) {
  .page-header {
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header {
    padding-bottom: 13px;
  }
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 820px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  ul,
  ol {
    padding-bottom: 12px;
  }
}

.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: 20px;
  max-width: 820px;
}

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: 768px) {
  .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 #e4e5e6;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 16px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f4f5f6;
  max-width: 820px;
}
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: #e4e5e6;
}
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 #f4f5f6;
  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: 20px;
  font-style: normal;
  line-height: 1.42857;
}

a {
  font-weight: 600;
}

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: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #323232;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}

.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;
  /*> thead,
    > tbody,
    > tfoot {
      > tr {
        > th,
        > td {
          padding: 0 8px 0 8px;
            &:first-child {
                padding-left: 0;
            }
            &:last-child {
                padding-right: 0;
            }
        }
      }
    }*/
}
table > tbody > tr:nth-child(odd) {
  background-color: #dfdfdf;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e4e5e6;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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 #323232;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #323232;
}
.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 #323232;
}
.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 #323232;
}
.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 #323232;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f4f5f6;
}

.table-hover > tbody > tr:hover {
  background-color: #e4e5e6;
}

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: #e4e5e6;
}

.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: #d7d8da;
}

.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: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*  border: 1px solid $table-border-color;*/
  }
  .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: normal;
  }
  .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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #323232;
  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: 5px;
  font-size: 14px;
  line-height: 1.42857;
  color: #e4e5e6;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42857;
  color: #e4e5e6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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: #e4e5e6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #e4e5e6;
}
.form-control::-webkit-input-placeholder {
  color: #e4e5e6;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #e4e5e6;
  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: 30px;
  }
  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: 29px;
  }
  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: 58px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  min-height: 34px;
}
.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: 29px;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}

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: 29px;
  line-height: 29px;
}

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: 29px;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}
.form-group-sm select.form-control {
  height: 29px;
  line-height: 29px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 29px;
  min-height: 33px;
  padding: 5px 8px;
  font-size: 13px;
  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: 58px;
  padding: 16px 16px;
  font-size: 18px;
  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: 58px;
  line-height: 58px;
}

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: 58px;
  padding: 16px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 58px;
  line-height: 58px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 58px;
  min-height: 38px;
  padding: 17px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  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: 58px;
  height: 58px;
  line-height: 58px;
}

.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: 29px;
  height: 29px;
  line-height: 29px;
}

.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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #727272;
}

@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: 5px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 5px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 13px;
  }
}

.btn, .btn-primary--reversed, .button, .button-white, .btn-transparent {
  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: 5px 16px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 200ms ease-out 0s;
  -moz-transition: background-color 200ms ease-out 0s;
  -o-transition: background-color 200ms ease-out 0s;
  -ms-transition: background-color 200ms ease-out 0s;
  transition: background-color 200ms ease-out 0s;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus, .btn-primary--reversed:focus, .btn-primary--reversed.focus, .btn-primary--reversed:active:focus, .btn-primary--reversed:active.focus, .btn-primary--reversed.active:focus, .btn-primary--reversed.active.focus, .button:focus, .button.focus, .button:active:focus, .button:active.focus, .button.active:focus, .button.active.focus, .button-white:focus, .button-white.focus, .button-white:active:focus, .button-white:active.focus, .button-white.active:focus, .button-white.active.focus, .btn-transparent:focus, .btn-transparent.focus, .btn-transparent:active:focus, .btn-transparent:active.focus, .btn-transparent.active:focus, .btn-transparent.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus, .btn-primary--reversed:hover, .btn-primary--reversed:focus, .btn-primary--reversed.focus, .button:hover, .button:focus, .button.focus, .button-white:hover, .button-white:focus, .button-white.focus, .btn-transparent:hover, .btn-transparent:focus, .btn-transparent.focus {
  color: #323232;
  text-decoration: none;
}
.btn:active, .btn.active, .btn-primary--reversed:active, .btn-primary--reversed.active, .button:active, .button.active, .button-white:active, .button-white.active, .btn-transparent:active, .btn-transparent.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, .btn-primary--reversed.disabled, .btn-primary--reversed[disabled], fieldset[disabled] .btn-primary--reversed, .button.disabled, .button[disabled], fieldset[disabled] .button, .button-white.disabled, .button-white[disabled], fieldset[disabled] .button-white, .btn-transparent.disabled, .btn-transparent[disabled], fieldset[disabled] .btn-transparent {
  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: #323232;
  background-color: transparent;
  border-color: #323232;
}
.btn-default:focus, .btn-default.focus {
  color: #323232;
  background-color: transparent;
  border-color: black;
}
.btn-default:hover {
  color: #323232;
  background-color: transparent;
  border-color: #131313;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #323232;
  background-color: transparent;
  border-color: #131313;
}
.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: #323232;
  background-color: transparent;
  border-color: black;
}
.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: transparent;
  border-color: #323232;
}
.btn-default .badge {
  color: transparent;
  background-color: #323232;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}
.btn-default:hover:focus, .btn-default:hover.focus, .btn-default:focus:focus, .btn-default:focus.focus {
  color: #fff;
  background-color: #191919;
  border-color: black;
}
.btn-default:hover:hover, .btn-default:focus:hover {
  color: #fff;
  background-color: #191919;
  border-color: #131313;
}
.btn-default:hover:active, .btn-default:hover.active, .open > .btn-default:hover.dropdown-toggle, .btn-default:focus:active, .btn-default:focus.active, .open > .btn-default:focus.dropdown-toggle {
  color: #fff;
  background-color: #191919;
  border-color: #131313;
}
.btn-default:hover:active:hover, .btn-default:hover:active:focus, .btn-default:hover:active.focus, .btn-default:hover.active:hover, .btn-default:hover.active:focus, .btn-default:hover.active.focus, .open > .btn-default:hover.dropdown-toggle:hover, .open > .btn-default:hover.dropdown-toggle:focus, .open > .btn-default:hover.dropdown-toggle.focus, .btn-default:focus:active:hover, .btn-default:focus:active:focus, .btn-default:focus:active.focus, .btn-default:focus.active:hover, .btn-default:focus.active:focus, .btn-default:focus.active.focus, .open > .btn-default:focus.dropdown-toggle:hover, .open > .btn-default:focus.dropdown-toggle:focus, .open > .btn-default:focus.dropdown-toggle.focus {
  color: #fff;
  background-color: #070707;
  border-color: black;
}
.btn-default:hover:active, .btn-default:hover.active, .open > .btn-default:hover.dropdown-toggle, .btn-default:focus:active, .btn-default:focus.active, .open > .btn-default:focus.dropdown-toggle {
  background-image: none;
}
.btn-default:hover.disabled:hover, .btn-default:hover.disabled:focus, .btn-default:hover.disabled.focus, .btn-default:hover[disabled]:hover, .btn-default:hover[disabled]:focus, .btn-default:hover[disabled].focus, fieldset[disabled] .btn-default:hover:hover, fieldset[disabled] .btn-default:hover:focus, fieldset[disabled] .btn-default:hover.focus, .btn-default:focus.disabled:hover, .btn-default:focus.disabled:focus, .btn-default:focus.disabled.focus, .btn-default:focus[disabled]:hover, .btn-default:focus[disabled]:focus, .btn-default:focus[disabled].focus, fieldset[disabled] .btn-default:focus:hover, fieldset[disabled] .btn-default:focus:focus, fieldset[disabled] .btn-default:focus.focus {
  background-color: #323232;
  border-color: #323232;
}
.btn-default:hover .badge, .btn-default:focus .badge {
  color: #323232;
  background-color: #fff;
}

.btn-primary, .button {
  color: #fff;
  background-color: #006845;
  border-color: #006845;
  -webkit-transition: background-color 180ms ease-out 0s;
  -moz-transition: background-color 180ms ease-out 0s;
  -o-transition: background-color 180ms ease-out 0s;
  -ms-transition: background-color 180ms ease-out 0s;
  transition: background-color 180ms ease-out 0s;
}
.btn-primary:focus, .btn-primary.focus, .button:focus, .button.focus {
  color: #fff;
  background-color: #003523;
  border-color: black;
}
.btn-primary:hover, .button:hover {
  color: #fff;
  background-color: #003523;
  border-color: #002b1c;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle, .button:active, .button.active, .open > .button.dropdown-toggle {
  color: #fff;
  background-color: #003523;
  border-color: #002b1c;
}
.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, .button:active:hover, .button:active:focus, .button:active.focus, .button.active:hover, .button.active:focus, .button.active.focus, .open > .button.dropdown-toggle:hover, .open > .button.dropdown-toggle:focus, .open > .button.dropdown-toggle.focus {
  color: #fff;
  background-color: #00110b;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle, .button:active, .button.active, .open > .button.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, .button.disabled:hover, .button.disabled:focus, .button.disabled.focus, .button[disabled]:hover, .button[disabled]:focus, .button[disabled].focus, fieldset[disabled] .button:hover, fieldset[disabled] .button:focus, fieldset[disabled] .button.focus {
  background-color: #006845;
  border-color: #006845;
}
.btn-primary .badge, .button .badge {
  color: #006845;
  background-color: #fff;
}
.btn-primary > a, .button > a {
  color: #fff;
}

.button {
  margin-bottom: 8px;
}
.button a {
  -webkit-transition: background-color 180ms ease-out 0s;
  -moz-transition: background-color 180ms ease-out 0s;
  -o-transition: background-color 180ms ease-out 0s;
  -ms-transition: background-color 180ms ease-out 0s;
  transition: background-color 180ms ease-out 0s;
}

.btn-success {
  color: #fff;
  background-color: #005036;
  border-color: #003725;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.btn-success:hover {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.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: black;
  border-color: black;
}
.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: #005036;
  border-color: #003725;
}
.btn-success .badge {
  color: #005036;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #005036;
  border-color: #003725;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.btn-info:hover {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.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: black;
  border-color: black;
}
.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: #005036;
  border-color: #003725;
}
.btn-info .badge {
  color: #005036;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #005036;
  border-color: #003725;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.btn-warning:hover {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.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: black;
  border-color: black;
}
.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: #005036;
  border-color: #003725;
}
.btn-warning .badge {
  color: #005036;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #005036;
  border-color: #003725;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.btn-danger:hover {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #001d14;
  border-color: black;
}
.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: black;
  border-color: black;
}
.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: #005036;
  border-color: #003725;
}
.btn-danger .badge {
  color: #005036;
  background-color: #fff;
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  color: #323232;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.btn-transparent:hover > a, .btn-transparent:active > a, .btn-transparent:focus > a {
  color: #323232;
}

.btn-primary--reversed, .button-white {
  color: #005036;
  background-color: white;
  border-color: #005036;
  -webkit-transition: background-color 180ms ease-out 0s;
  -moz-transition: background-color 180ms ease-out 0s;
  -o-transition: background-color 180ms ease-out 0s;
  -ms-transition: background-color 180ms ease-out 0s;
  transition: background-color 180ms ease-out 0s;
}
.btn-primary--reversed:hover, .btn-primary--reversed:active, .btn-primary--reversed:focus, .button-white:hover, .button-white:active, .button-white:focus {
  color: #fff;
  background-color: #005036;
  background-color: rgba(0, 80, 54, 0.8);
  border-color: #323232;
}
.btn-primary--reversed:hover > a, .btn-primary--reversed:active > a, .btn-primary--reversed:focus > a, .button-white:hover > a, .button-white:active > a, .button-white:focus > a {
  color: #fff;
}

.dfa-btn--submit {
  background-color: #006845;
  color: #fff;
}
.dfa-btn--submit:hover, .dfa-btn--submit:active, .dfa-btn--submit:focus {
  color: #fff;
  background-color: #005036;
}

.btn-link {
  color: #005036;
  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: #005036;
  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: #e4e5e6;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 16px 16px;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 4px 8px;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.5;
  border-radius: 4px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.5;
  border-radius: 4px;
}

.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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: 9px 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: #323232;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #252525;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #323232;
  text-decoration: none;
  outline: 0;
  background-color: #e4e5e6;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e4e5e6;
}
.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: 13px;
  line-height: 1.42857;
  color: #e4e5e6;
  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: 768px) {
  .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: 4px;
  border-top-left-radius: 4px;
  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: 4px;
  border-bottom-left-radius: 4px;
}

.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: 4px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #e4e5e6;
  text-align: center;
  background-color: #e4e5e6;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 4px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 16px 16px;
  font-size: 18px;
  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 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #e4e5e6;
}
.nav > li.disabled > a {
  color: #e4e5e6;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #e4e5e6;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #e4e5e6;
  border-color: #005036;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e4e5e6 #e4e5e6 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #565656;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #323232;
  background-color: #e4e5e6;
}

.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: 4px;
}
.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: 4px 4px 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: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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: 768px) {
  .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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 10px;
  margin-bottom: 10px;
}
@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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  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: #555;
  background-color: #e7e7e7;
}
.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: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .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: #555;
    background-color: #e7e7e7;
  }
  .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: white;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.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: 767px) {
  .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: white;
  }
  .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: white;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: white;
}
.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, .breadcrumbs__nav, .inner-page-breadcrumbs__nav {
  padding: 8px 0;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  background-color: transparent;
  border-radius: none;
  max-width: none;
}
.breadcrumb:before, .breadcrumb:after, .breadcrumbs__nav:before, .breadcrumbs__nav:after, .inner-page-breadcrumbs__nav:before, .inner-page-breadcrumbs__nav:after {
  content: " ";
  display: table;
}
.breadcrumb:after, .breadcrumbs__nav:after, .inner-page-breadcrumbs__nav:after {
  clear: both;
}
.breadcrumb > li, .breadcrumbs__nav > li, .inner-page-breadcrumbs__nav > li {
  display: inline-block;
  float: left;
}
.breadcrumb > li + li:before, .breadcrumbs__nav > li + li:before, .inner-page-breadcrumbs__nav > li + li:before {
  padding: 0 5px;
}
.breadcrumb > .active, .breadcrumbs__nav > .active, .inner-page-breadcrumbs__nav > .active {
  color: #e4e5e6;
}
.breadcrumb a, .breadcrumbs__nav a, .inner-page-breadcrumbs__nav a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .breadcrumb, .breadcrumbs__nav, .inner-page-breadcrumbs__nav {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb, .breadcrumbs__nav, .inner-page-breadcrumbs__nav {
    font-size: 18px;
    font-size: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 8px;
  line-height: 1.42857;
  text-decoration: none;
  color: #005036;
  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: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #005036;
  background-color: #f4f5f6;
  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: #006845;
  border-color: #006845;
  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: #e4e5e6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 16px;
  font-size: 18px;
  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: 4px 8px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f4f5f6;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e4e5e6;
  background-color: #fff;
  cursor: not-allowed;
}

.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: #e4e5e6;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #cacccd;
}

.label-primary {
  background-color: #006845;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #003523;
}

.label-success {
  background-color: #006845;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #003523;
}

.label-info {
  background-color: #006845;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #003523;
}

.label-warning {
  background-color: #006845;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #003523;
}

.label-danger {
  background-color: #006845;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #003523;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e4e5e6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #005036;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #323232;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #323232;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #005036;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > 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 {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #006845;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #006845;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #006845;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #006845;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #006845;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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: #f4f5f6;
  color: #e4e5e6;
  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: #e4e5e6;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #323232;
  background-color: #e4e5e6;
  border-color: #e4e5e6;
}
.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: white;
}

.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: 20px;
  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: 22px 12px;
  padding: 1.375rem 0.75rem;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body .panel-body-title {
  margin-top: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.feature-panel .panel-body {
  padding: 16px;
}

.panel-heading a {
  position: relative;
  padding: 12px;
  padding: 0.75rem;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading a > .dropdown .dropdown-toggle {
  /*color: inherit;*/
}
.panel-heading a .panel-heading__show-less__icon {
  display: none;
}
.panel-heading a .panel-heading__show-more__icon, .panel-heading a .panel-heading__show-less__icon {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 24px;
  width: 1.5rem;
  max-height: 28px;
}
.panel-heading a .panel-heading__show-more__icon .dfa-svg-icon, .panel-heading a .panel-heading__show-less__icon .dfa-svg-icon {
  max-height: 28px;
  fill: #005036;
}
.panel-heading.active .panel-heading__show-more__icon {
  display: none;
}
.panel-heading.active .panel-heading__show-less__icon {
  display: inline;
}

.feature-panel .panel-heading {
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid transparent;
}
.feature-panel .panel-heading .panel-heading__anchor {
  color: #fff;
}
.feature-panel .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.feature-panel .panel-heading .panel-heading__show-more__icon, .feature-panel .panel-heading .panel-heading__show-less__icon {
  height: 32px;
  width: 32px;
}
.feature-panel .panel-heading .panel-heading__show-more__icon svg, .feature-panel .panel-heading .panel-heading__show-less__icon svg {
  fill: #fff;
  height: 32px;
  width: 32px;
}

@media screen and (min-width: 1200px) {
  .panel-heading a .panel-heading__show-more__icon, .panel-heading a .panel-heading__show-less__icon {
    width: 28px;
    width: 1.55556rem;
  }
}
.panel-title {
  font-family: "SourceSans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-title > a {
  display: block;
  -webkit-transition: color 120ms ease-out 0s;
  -moz-transition: color 120ms ease-out 0s;
  -o-transition: color 120ms ease-out 0s;
  -ms-transition: color 120ms ease-out 0s;
  transition: color 120ms ease-out 0s;
}
.panel-title > a.panel-heading__anchor {
  color: #005036;
  font-weight: 600;
}
.panel-title > a:hover, .panel-title > a:focus {
  text-decoration: underline;
}

.panel-footer {
  padding: 12px;
  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: 12px;
  padding-right: 12px;
}
.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 #323232;
}
.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-body h1, .panel-body h2, .panel-body h3, .panel-body h4, .panel-body h5, .panel-body h6 {
  line-height: 1.45;
}
.panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child, .panel-body h6:first-child {
  margin-top: 0;
}
.panel-body h2 {
  font-size: 18px;
  font-size: 1.28571rem;
}
.panel-body h3, .panel-body h4, .panel-body h5, .panel-body h6 {
  font-weight: 600;
}
.panel-body h3, .panel-body h4, .panel-body h5, .panel-body h6 {
  font-size: 16px;
  font-size: 1.14286rem;
}
.panel-body h4, .panel-body h5, .panel-body h6 {
  font-size: 14px;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .panel-body h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .panel-body h3, .panel-body h4, .panel-body h5, .panel-body h6 {
    font-weight: 600;
  }
  .panel-body h3, .panel-body h4, .panel-body h5, .panel-body h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .panel-body h4, .panel-body h5, .panel-body h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.panel-group {
  margin-bottom: 20px;
  max-width: 820px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 2px;
  margin-top: 0.125rem;
}
.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: #323232;
  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: #323232;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #006845;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #006845;
  border-color: #006845;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #006845;
}
.panel-primary > .panel-heading .badge {
  color: #006845;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #006845;
}

.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;
}

.dfa-feature-panel {
  border-color: none;
}
.dfa-feature-panel > .panel-heading {
  color: #fff;
  background-color: #323232;
  border-color: none;
}
.dfa-feature-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: none;
}
.dfa-feature-panel > .panel-heading .badge {
  color: #323232;
  background-color: #fff;
}
.dfa-feature-panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: none;
}
.dfa-feature-panel .panel-heading {
  background-image: url(/media/dfa-2017/style-assets/media/svg-imgs/circle_plus.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 32px;
  background-size: 2rem;
}
.dfa-feature-panel .panel-heading.active {
  background-image: url(/media/dfa-2017/style-assets/media/svg-imgs/circle_minus.svg);
}

.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: 4px;
  -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: 4px;
}

.close {
  float: right;
  font-size: 21px;
  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: "SourceSans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, 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: 13px;
  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: 4px;
}

.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: "SourceSans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, 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;
  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: 14px;
  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, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;*/
}

/* Icons 
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
} */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* 
 * Ekko Lightbox - http://ashleydw.github.io/lightbox/ 
 */
.ekko-lightbox-nav-overlay a:focus, .ekko-lightbox-nav-overlay a > :focus {
  outline: 0;
}

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity .5s ease-in-out;
  opacity: 1;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}

@keyframes a {
  0%,to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/**
 * DFA Scaffolding
 * Pages structure 
 **/
/* Page header */
header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
header:before, header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}

.header-row {
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  background-color: #006845;
}
.header-row:before, .header-row:after {
  content: " ";
  display: table;
}
.header-row:after {
  clear: both;
}
.header-row svg {
  fill: #fff;
}

.header-title {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-top: 0.71429rem;
  padding-bottom: 10px;
  padding-bottom: 0.71429rem;
}
.header-title .dfa-header-logo, .header-title svg {
  height: 36px;
  max-width: 240px;
}

.header-title--text-only .header-title__logo {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.header-title--text-only .header-title__logo:before, .header-title--text-only .header-title__logo:after {
  content: " ";
  display: table;
}
.header-title--text-only .header-title__logo:after {
  clear: both;
}

.header-title__text {
  display: none;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
.header-title__text.header-title--mobile__text {
  display: block;
  font-size: 18px;
  font-size: 1.28571rem;
  text-transform: none;
  letter-spacing: normal;
  color: #323232;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
.header-title__text.header-title--mobile__text > a:hover, .header-title__text.header-title--mobile__text > a:active, .header-title__text.header-title--mobile__text > a:focus {
  color: inherit;
}
.header-title__text > a:hover, .header-title__text > a:active, .header-title__text > a:focus {
  color: #fff;
}

.header-link__home {
  display: inline-block;
  height: 100%;
}
.header-link__home:before, .header-link__home:after {
  content: " ";
  display: table;
}
.header-link__home:after {
  clear: both;
}

/**
 * Header title mobile
 **/
.header-title--mobile {
  margin-left: -15px;
  margin-right: -15px;
}
.header-title--mobile:before, .header-title--mobile:after {
  content: " ";
  display: table;
}
.header-title--mobile:after {
  clear: both;
}

.header-title--mobile__cols {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #323232;
  padding-top: 6px;
  padding-top: 0.42857rem;
  padding-bottom: 6px;
  padding-bottom: 0.42857rem;
  border-bottom: 4px solid #006845;
}

@media screen and (min-width: 992px) {
  .header-title__text {
    display: block;
    margin: 0;
    font-size: 13px;
  }

  .header-title--mobile {
    display: none;
  }
}
/**
 *    Mobile nav and search 
 **/
.header-navigation__mobile {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 61px;
}

.header-title__logo {
  max-width: 100%;
  max-height: 100%;
}
.header-title__logo.header-title__logo--large {
  display: none;
}

.dfa-logo {
  width: 100%;
}
.dfa-logo.white-simple {
  display: none;
}

.header-navigation__mobile-search, .header-navigation__mobile-menu {
  padding-left: 4px;
  padding-right: 4px;
  float: right;
  width: 50%;
  max-width: 42px;
  height: 100%;
  -webkit-transition: background-color 200ms ease-out 0s;
  -moz-transition: background-color 200ms ease-out 0s;
  -o-transition: background-color 200ms ease-out 0s;
  -ms-transition: background-color 200ms ease-out 0s;
  transition: background-color 200ms ease-out 0s;
  position: relative;
}
.header-navigation__mobile-search .header-navigation__mobile-icon, .header-navigation__mobile-menu .header-navigation__mobile-icon {
  margin-left: auto;
  margin-right: auto;
}
.header-navigation__mobile-search .header-navigation__mobile-icon .dfa-svg-icon, .header-navigation__mobile-menu .header-navigation__mobile-icon .dfa-svg-icon {
  max-height: 22px;
  max-height: 1.57143rem;
  fill: #fff;
  stroke: #fff;
}
@media screen and (min-width: 768px) {
  .header-navigation__mobile-search .header-navigation__mobile-icon .dfa-svg-icon, .header-navigation__mobile-menu .header-navigation__mobile-icon .dfa-svg-icon {
    max-height: 24px;
    max-height: 1.5rem;
  }
}
.header-navigation__mobile-search .header-navigation__mobile-icon .dfa-icon-label, .header-navigation__mobile-menu .header-navigation__mobile-icon .dfa-icon-label {
  font-weight: 400;
  color: inherit;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.header-navigation__mobile-search a, .header-navigation__mobile-menu a {
  color: inherit;
  display: block;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: relative;
}
.header-navigation__mobile-search a:hover, .header-navigation__mobile-search a:active, .header-navigation__mobile-search a:focus, .header-navigation__mobile-menu a:hover, .header-navigation__mobile-menu a:active, .header-navigation__mobile-menu a:focus {
  text-decoration: none;
}
.header-navigation__mobile-search img, .header-navigation__mobile-menu img {
  height: 26px;
  height: 1.625rem;
  height: 26px;
}
.header-navigation__mobile-search.active, .header-navigation__mobile-search:hover, .header-navigation__mobile-menu.active, .header-navigation__mobile-menu:hover {
  background-color: #005036;
}

.navigation-text-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  letter-spacing: 0.1rem;
  margin-top: 4px;
  width: 100%;
}

/* Mobile secondary nav */
.mobile-secondary-nav-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 18px;
  margin-top: 1.28571rem;
}
.mobile-secondary-nav-nav .mobile-secondary-nav-link {
  padding: 6px 8px;
  padding: 0.42857rem 0.57143rem;
}
.mobile-secondary-nav-nav ul {
  padding-left: 20px;
  padding-left: 1.42857rem;
}
.mobile-secondary-nav-nav .secondary-nav-link__sub-link {
  border-bottom: none;
  padding: 4px 0px;
  padding: 0.28571rem 0rem;
}
.mobile-secondary-nav-nav .secondary-nav__sub {
  margin-top: 8px;
  margin-top: 0.57143rem;
  padding-left: 8px;
  padding-left: 0.57143rem;
  display: block;
  position: static;
  background-color: #f4f5f6;
}
.mobile-secondary-nav-nav .secondary-nav__sub .dfa-svg-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-right: 0.28571rem;
}
.mobile-secondary-nav-nav .secondary-nav__sub svg {
  height: 12px;
  width: 12px;
  fill: #005036;
}
.mobile-secondary-nav-nav .secondary-nav-dropdown {
  margin-top: 12px;
  margin-top: 0.85714rem;
}
.mobile-secondary-nav-nav .mob-secondary-nav-dropdown__anchor {
  font-weight: 700;
}
.mobile-secondary-nav-nav .mob-secondary-nav-dropdown__anchor:hover, .mobile-secondary-nav-nav .mob-secondary-nav-dropdown__anchor:active, .mobile-secondary-nav-nav .mob-secondary-nav-dropdown__anchor:focus {
  text-decoration: none;
}
.mobile-secondary-nav-nav .dfa-icon {
  display: inline-block;
  width: 5%;
  float: right;
}
.mobile-secondary-nav-nav .dfa-icon svg {
  fill: #006845;
  height: 20px;
}

/* Moble lang switchers */
.mobile-nav__lang-switchers {
  padding-left: 0;
  list-style: none;
  background-color: #f4f5f6;
  padding-top: 4px;
  padding-top: 0.28571rem;
  padding-bottom: 4px;
  padding-bottom: 0.28571rem;
}
.mobile-nav__lang-switchers .mobile-secondary-nav-link {
  padding-left: 16px;
  padding-left: 1.14286rem;
  padding-right: 16px;
  padding-right: 1.14286rem;
}
.mobile-nav__lang-switchers .lang-switcher > a.muted {
  color: #5a5a5a;
}

.lang-switcher > a.muted:hover, .lang-switcher > a.muted:active, .lang-switcher > a.muted:focus {
  text-decoration: none;
}

/**
 *    Desktop secondary nav 
 **/
.secondary-navigation {
  padding-right: 7px;
  padding-right: 0.4375rem;
  float: left;
  display: none;
}
.secondary-navigation .lang-switcher > a.muted {
  color: #cdcdcd;
}

.secondary-nav-nav, .secondary-nav__sub {
  margin: 0;
  padding: 0;
  max-width: none;
}

.secondary-nav-nav {
  text-align: right;
}

.secondary-nav-link, .secondary-nav__sub-link {
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.secondary-nav-link a, .secondary-nav__sub-link a {
  display: block;
}

.secondary-nav-link {
  display: inline-block;
  padding-top: 8px;
  padding-top: 0.57143rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  padding-left: 6px;
  padding-left: 0.42857rem;
  padding-right: 6px;
  padding-right: 0.42857rem;
  text-align: center;
}
.secondary-nav-link:before, .secondary-nav-link:after {
  content: " ";
  display: table;
}
.secondary-nav-link:after {
  clear: both;
}

.secondary-nav-dropdown {
  -webkit-transition: background-color 60ms swing 0s;
  -moz-transition: background-color 60ms swing 0s;
  -o-transition: background-color 60ms swing 0s;
  -ms-transition: background-color 60ms swing 0s;
  transition: background-color 60ms swing 0s;
  position: relative;
}
.secondary-nav-dropdown.active {
  background-color: #fff;
  color: #005036;
}
.secondary-nav-dropdown.active .dfa-icon svg {
  fill: #005036;
}
.secondary-nav-dropdown .open-menu {
  display: none;
}
.secondary-nav-dropdown .close-menu {
  display: inline;
}
.secondary-nav-dropdown#secondary-nav-dropdown > ul {
  display: none;
}

.secondary-nav__sub {
  display: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  min-width: 220px;
  min-width: 13.75rem;
  position: absolute;
  right: 0;
  top: 44px;
  background-color: #fff;
  z-index: 100;
}

.secondary-nav-link__sub-link {
  display: list-item;
  list-style: none;
  text-align: left;
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #006845;
}
.secondary-nav-link__sub-link:last-child {
  border-bottom: none;
}

/** 
 *    Site-wide search mobile and desktop 
**/
.site-search-row, .main-nav-row {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 4px solid #005036;
}
.site-search-row:before, .site-search-row:after, .main-nav-row:before, .main-nav-row:after {
  content: " ";
  display: table;
}
.site-search-row:after, .main-nav-row:after {
  clear: both;
}

.site-search {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.site-search .dfa-site-search-input {
  color: #7b7b7b;
  display: block;
  float: left;
  width: 89%;
  max-width: none;
  padding: 4px 4px 4px 8px;
  border: none;
  border-bottom: 1px solid #323232;
}
.site-search .dfa-site-search-input:focus {
  outline: none;
}

.dfa-site-search-submit {
  display: inline-block;
  width: 10%;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dfa-site-search-submit img {
  display: block;
  width: 28px;
  margin: 0 auto;
}

/** 
 * Mobile navigation drop-down, switches to 
 * desktop main navigation  > 996px  
 * Also Mega menu in desktop
**/
.main-nav {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}
.main-nav > a {
  font-weight: 400;
}

.main-nav-list {
  padding: 0;
  margin: 0;
  max-width: none;
}
.main-nav-list > li {
  border-bottom: 1px solid #e4e5e6;
  list-style-type: none;
}
.main-nav-list > li:last-child {
  border-bottom: none;
}
.main-nav-list > li > a {
  padding: 8px 8px;
  font-weight: 700;
}
.main-nav-list a {
  display: inline-block;
  -webkit-transition: background-color 180ms ease-out 0s;
  -moz-transition: background-color 180ms ease-out 0s;
  -o-transition: background-color 180ms ease-out 0s;
  -ms-transition: background-color 180ms ease-out 0s;
  transition: background-color 180ms ease-out 0s;
}
.main-nav-list a:hover {
  text-decoration: underline;
}

.desktop-search {
  display: none;
}

/* 
 * Mega drop-down 
 */
@media screen and (max-width: 991px) {
  .main-nav-list a:hover, .main-nav-list a:focus, .main-nav-list a:active {
    background-color: #f4f5f6;
  }
}
.main-nav__drop-down__links ul {
  max-width: none;
}
.main-nav__drop-down__links a:hover, .main-nav__drop-down__links a:focus, .main-nav__drop-down__links a:active {
  background-color: #f4f5f6;
}

.main-nav__drop-down__link__show-more {
  display: inline-block;
  /*    display: none;*/
  margin-left: 4px;
  margin-left: 0.25rem;
}
.main-nav__drop-down__link__show-more .dfa-svg-icon {
  fill: #006845;
  max-height: 10px;
  max-width: 10px;
}

.main-nav__drop-down {
  width: 100%;
  z-index: 400;
  background-color: #fff;
  left: 0;
  display: none;
  padding: 4px 8px 0px;
  padding: 0.25rem 0.5rem 0rem;
  /*    &.main-nav--hover {
          display: block;
      }*/
}
.main-nav__drop-down ul {
  margin: 0;
  padding: 0;
}
.main-nav__drop-down ul li a {
  font-weight: 400;
}
.main-nav__drop-down .main-nav__drop-down__link:last-child {
  border-bottom: 1px solid #e4e5e6;
}

.main-nav--hover .main-nav__drop-down {
  display: block !important;
}

.main-nav__drop-down__header {
  margin-left: -15px;
  margin-right: -15px;
}
.main-nav__drop-down__header:before, .main-nav__drop-down__header:after {
  content: " ";
  display: table;
}
.main-nav__drop-down__header:after {
  clear: both;
}

.main-nav__drop-down__header__block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-nav__drop-down__content {
  margin-left: -15px;
  margin-right: -15px;
}
.main-nav__drop-down__content:before, .main-nav__drop-down__content:after {
  content: " ";
  display: table;
}
.main-nav__drop-down__content:after {
  clear: both;
}

.main-nav__drop-down__content__block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-nav__drop-down__content__row {
  /*    @include make-row();*/
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-nav__drop-down__links, .main-nav__drop-down__features {
  padding: 0 15px;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}

.main-nav__drop-down__links {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.main-nav__drop-down__features {
  display: none;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.main-nav__drop-down__features .news-related-news__article {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  width: auto;
}

.no-flex .main-nav__drop-down__links {
  width: 66.66667%;
}
.no-flex .main-nav__drop-down__features {
  width: 33.33334%;
}
.no-flex .main-nav__drop-down__links, .no-flex .main-nav__drop-down__features {
  float: left;
}

.main-nav__drop-down__links__row, .main-nav__drop-down__features__row {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 -15px;
}

/* Each block of links */
.main-nav__drop-down__links-block {
  padding: 0 15px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}
.main-nav__drop-down__links-block:last-child .main-nav__drop-down__link:last-child {
  border-bottom: none;
}

.no-flex .main-nav__drop-down__links-block {
  float: left;
}

.main-nav__drop-down__link__mob-minus .dfa-svg-icon, .main-nav__drop-down__link__mob-plus .dfa-svg-icon {
  fill: #006845;
}

.main-nav__drop-down__link__mob-minus {
  display: none;
}

.main-nav__drop-down__header {
  display: none;
}
.main-nav__drop-down__header a {
  color: #323232;
}

.main-nav__drop-down__link {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #e4e5e6;
  list-style-type: none;
}
.main-nav__drop-down__link:last-child {
  border-bottom: none;
}
.main-nav__drop-down__link > a {
  display: block;
  padding: 8px 8px;
}

/* Main nav drop-down features */
.main-nav-list > li.main-hover .main-nav__drop-down {
  display: block;
}

@media (min-width: 768px) {
  .header-title {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header-title {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 768px) {
  .header-title .dfa-header-logo, .header-title svg {
    height: 49px;
    max-width: 260px;
  }

  .header-title-logo {
    height: auto;
  }

  .header-navigation__mobile {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header-navigation__mobile {
    float: left;
    width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .header-title, .header-navigation__mobile {
    height: 72px;
  }

  .header-navigation__mobile-search, .header-navigation__mobile-menu {
    max-width: 50px;
  }
  .header-navigation__mobile-search .navigation-text-label, .header-navigation__mobile-menu .navigation-text-label {
    font-size: 14px;
  }

  .dfa-site-search-input {
    width: 92.5%;
    font-size: 16px;
  }

  .dfa-site-search-submit {
    width: 7.5%;
  }
  .dfa-site-search-submit img {
    width: 36px;
  }
}
@media (min-width: 992px) {
  /* Switch header to desktop */
  .header-title {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header-title {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .header-title .svg-icon--dfa-logo {
    fill: #006845;
  }
  .header-title svg {
    height: 55px;
    max-width: none;
  }

  .header-title__text {
    color: inherit;
    display: block;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .header-title--mobile {
    display: none;
  }

  .header-title__logo.header-title__logo--small {
    display: none;
  }
  .header-title__logo.header-title__logo--large {
    display: inline;
  }

  .header-title--text-only .header-title__logo.header-title__logo--small {
    display: inline;
  }
  .header-title--text-only .header-title__logo.header-title__logo--large {
    display: none;
  }

  .header-navigation__mobile {
    display: none;
  }

  .secondary-navigation {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0px;
    padding-right: 0rem;
    float: left;
    display: block;
    width: 65%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .secondary-navigation {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .secondary-navigation a {
    font-weight: 400;
    color: inherit;
  }
  .secondary-navigation .dfa-icon {
    display: inline-block;
    height: 20px;
    width: auto;
  }
  .secondary-navigation .dfa-icon svg {
    max-height: 20px;
    max-width: 25px;
    fill: #fff;
    margin-bottom: -4px;
  }
  .secondary-navigation .close-menu {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }

  .secondary-nav-link {
    padding-right: 0;
  }
  .secondary-nav-link > a {
    padding-right: 8px;
    padding-right: 0.57143rem;
    border-right: 1px solid #fff;
    color: #fff;
  }
  .secondary-nav-link:last-child > a {
    padding-right: 0;
    border-right: none;
  }

  .dfa-site-search-input {
    font-size: 18px;
  }

  /* Mobile nav switch to desktop */
  .main-nav-row {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #005036;
    display: block;
    border-bottom: none;
    position: relative;
  }
  .main-nav-row nav:before, .main-nav-row nav:after {
    content: " ";
    display: table;
  }
  .main-nav-row nav:after {
    clear: both;
  }

  .main-nav {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .main-nav {
    float: left;
    width: 91.66667%;
  }
}

@media (min-width: 992px) {
  .main-nav-list {
    padding: 0;
    margin: 0;
  }
  .main-nav-list:before, .main-nav-list:after {
    content: " ";
    display: table;
  }
  .main-nav-list:after {
    clear: both;
  }
  .main-nav-list > li {
    font-size: 16px;
    font-weight: 400;
    display: block;
    float: left;
    border-bottom: none;
    border-right: 1px solid #323232;
    list-style-type: none;
    -webkit-transition: background-color 120ms ease-out 0s;
    -moz-transition: background-color 120ms ease-out 0s;
    -o-transition: background-color 120ms ease-out 0s;
    -ms-transition: background-color 120ms ease-out 0s;
    transition: background-color 120ms ease-out 0s;
  }
  .main-nav-list > li:last-child {
    border-right: none;
  }
  .main-nav-list > li > a {
    padding: 11px 18px 13px;
    padding: 0.6875rem 1.125rem 0.8125rem;
    color: #fff;
    font-weight: 400;
  }
  .main-nav-list > li:hover {
    background-color: #006845;
  }

  /* Main nav dropdown */
  .main-nav__drop-down {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    border-bottom: 4px solid #006845;
  }
  .main-nav__drop-down:before, .main-nav__drop-down:after {
    content: " ";
    display: table;
  }
  .main-nav__drop-down:after {
    clear: both;
  }
  .main-nav__drop-down .main-nav__drop-down__link {
    font-size: 16px;
    font-size: 1rem;
  }

  .main-nav-list__dropdown:hover .main-nav__drop-down {
    display: block;
  }

  .main-nav__drop-down__content__row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-nav__drop-down__features {
    display: block;
  }

  .main-nav__drop-down__links__row, .main-nav__drop-down__features__row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-nav__drop-down__links-block:last-child .main-nav__drop-down__link:last-child {
    border-bottom: 1px solid #e4e5e6;
  }

  .main-nav__drop-down__links {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0;
  }

  .main-nav__drop-down__link a {
    padding: 8px 8px;
  }

  .main-nav__drop-down__link__show-more {
    display: inline-block;
  }
  .main-nav__drop-down__link__show-more .dfa-svg-icon {
    fill: #fff;
  }

  .main-nav__drop-down__link__mob-minus, .main-nav__drop-down__link__mob-plus {
    display: none;
  }

  .main-nav__drop-down__header {
    display: block;
  }
  .main-nav__drop-down__header a {
    padding: 0px 6px;
  }

  /* Search display */
  .desktop-search {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    float: right;
    width: 48px;
    color: #fff;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .desktop-search {
    float: left;
    width: 8.33333%;
  }
}
@media (min-width: 992px) {
  .desktop-search .desktop-search-anchor {
    display: inline-block;
    float: right;
    padding: 8px 20px 8px 24px;
    color: inherit;
    background-color: #006845;
  }
  .desktop-search .desktop-search-anchor:before, .desktop-search .desktop-search-anchor:after {
    content: " ";
    display: table;
  }
  .desktop-search .desktop-search-anchor:after {
    clear: both;
  }
  .desktop-search .desktop-search-text {
    display: none;
  }
  .desktop-search .desktop-search-icon, .desktop-search .search-icon {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }
  .desktop-search .desktop-search-icon {
    width: 32px;
    width: 2rem;
    float: right;
  }
  .desktop-search .desktop-search-icon .dfa-svg-icon {
    fill: #fff;
    max-height: 30px;
    padding-top: 4px;
  }
  .desktop-search .desktop-search-icon .dfa-svg-icon {
    fill: #fff;
  }
  .desktop-search svg {
    fill: #fff;
  }
  .desktop-search .search-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-secondary-nav-nav, .mobile-nav__lang-switchers {
    display: none;
  }
}
@media (min-width: 1200px) {
  .dfa-logo {
    max-width: 340px;
    max-width: 340px;
    max-width: 18.88889rem;
  }
  .dfa-logo.white-simple__stacked {
    display: none;
  }
  .dfa-logo.white-simple {
    display: inline;
  }

  .main-nav {
    position: static;
  }
  .main-nav > li > a {
    padding: 8px 24px 11px;
    padding: 0.5rem 1.5rem 0.6875rem;
  }

  .main-nav-list > li {
    font-size: 18px;
  }
  .main-nav-list > li > a {
    padding: 8px 20px 11px;
    padding: 0.5rem 1.09rem 0.6875rem;
  }

  .desktop-search .desktop-search-anchor {
    padding: 6px 20px 6px 24px;
  }
  .desktop-search .desktop-search-text {
    text-align: center;
    padding: 7px 8px 0px 12px;
    padding: 0.4375rem 0.5rem 0rem 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1rem;
    font-size: 12px;
    font-size: 0.75rem;
    float: right;
    width: auto;
  }

  .dfa-site-search-input {
    font-size: 18px;
  }

  .desktop-search-anchor {
    padding-bottom: 6px;
  }

  .header-title {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .header-title {
    float: left;
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .secondary-navigation {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0px;
    padding-right: 0rem;
    float: left;
    display: block;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .secondary-navigation {
    float: left;
    width: 55%;
  }
}

@media (min-width: 1200px) {
  .main-nav__drop-down__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1120px) {
  .main-nav__drop-down .main-nav-list {
    font-size: 18px;
    font-size: 1.125rem;
  }

  > li {
    font-size: 18px;
  }
  > li > a {
    padding: 9px 20px 10px;
    padding: 0.5625rem 1.25rem 0.625rem;
  }
}
@media screen and (min-width: 1340px) {
  .main-nav {
    width: 83.333333%;
  }

  .desktop-search {
    width: 16.6666667%;
  }
  .desktop-search .desktop-search-text {
    display: block;
  }
}
/* Flexbox mixins */
/* 
 * Global components
 */
.bg-gradient {
  /* 45 deg gradient */
  background: #005036;
  background-image: linear-gradient(-18deg, #005036 0%, #006845 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005036', endColorstr='#006845',GradientType=1 );
}

/* SVG Icons */
.dfa-icon__svg--ie-fallback {
  display: none;
}

.dfa-icons-stack {
  display: none;
}

.dfa-svg-icon {
  width: 100%;
  height: 100%;
}
.dfa-svg-icon text {
  display: none;
  margin-left: -100000px;
}

.dfa-icon {
  width: 27px;
  width: 1.6875rem;
  height: 27px;
  height: 1.6875rem;
  /* Qucklinks nav icon */
}
.dfa-icon.dfa-icon__svg--quicklinks {
  display: inline-block;
  float: right;
  width: 25px;
  width: 1.38889rem;
  height: 25px;
  height: 1.38889rem;
  margin-left: 6px;
  position: relative;
  z-index: 200;
  fill: #006845;
}
.dfa-icon.dfa-icon__svg--quicklinks img {
  width: 24px;
  width: 1.5rem;
}
.dfa-icon.dfa-icon__svg--quicklinks .dfa-icon-image {
  width: 100%;
}

.dfa-icon, dfa-icon__with-label {
  display: inline-block;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dfa-icon .dfa-icon-image, dfa-icon__with-label .dfa-icon-image {
  width: 64%;
  margin: 0px auto;
  margin: 0rem auto;
}

.dfa-icon__svg {
  width: 100%;
  height: auto;
}

.svg-icon--dfa-logo {
  fill: #fff;
}

.dfa-icon__with-label .dfa-icon-label {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  letter-spacing: 0.1rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

/* 
 * Section titles 
 */
.landing-feature-section.section-title {
  padding: 0;
  padding-bottom: 12px;
}

.section-title__wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-title__heading {
  max-width: none;
  font-weight: 200;
  font-size: 30px;
  font-size: 2.14286rem;
  margin-top: 20px;
  margin-top: 1.42857rem;
  margin-bottom: 14px;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-title__text {
  max-width: none;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 28px;
  margin-bottom: 2rem;
}

.section-title__bottom-rule {
  margin-bottom: 0;
  max-width: none;
  border-color: #565656;
  border-width: 1px;
}

@media screen and (min-width: 768px) {
  .section-title__heading {
    font-weight: 200;
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 20px;
    margin-top: 1.42857rem;
    margin-bottom: 14px;
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .section-title__text {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .section-title__heading {
    font-weight: 200;
    line-height: 1.2;
  }

  .section-title__text {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
/* Transparent image overlays */
.transparent-image-overlay, .transparent-image-overlay__mid, .transparent-image-overlay__dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000;
  filter: alpha(opacity=40);
  opacity: 0.20;
}

.transparent-image-overlay--light {
  filter: alpha(opacity=28);
  opacity: 0.28;
}

.transparent-image-overlay__mid {
  filter: alpha(opacity=52);
  opacity: 0.52;
}

.transparent-image-overlay__dark {
  filter: alpha(opacity=76);
  opacity: 0.76;
}

blockquote {
  font-style: italic;
  border-left-width: 24px;
  border-left-width: 1.5rem;
  border-left-color: #005036;
  background-color: #f4f5f6;
  position: relative;
}
blockquote h1:first-child, blockquote h2:first-child, blockquote h4:first-child, blockquote h4:first-child, blockquote h5:first-child {
  margin-top: 0;
}
blockquote p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
blockquote .attribution {
  font-style: normal;
  font-weight: 600;
  font-size: inherit;
  font-size: 1rem;
}

.blockquote-left, .blockquote-right, .blockquote-left--gray, .blockquote-right--gray {
  padding: 16px 20px;
  font-style: normal;
  background: #005036;
  background-image: -webkit-linear-gradient(-18deg, #006845 0%, #005036 100%);
  background-image: -o-linear-gradient(-18deg, #006845 0%, #005036 100%);
  background-image: linear-gradient(-18deg, #006845 0%, #005036 100%);
  color: #fff;
  border-left: none;
}

.blockquote-left--gray, .blockquote-right--gray {
  background: #005036;
  background-image: -webkit-linear-gradient(-18deg, #e4e5e6 0%, #f4f5f6 100%);
  background-image: -o-linear-gradient(-18deg, #e4e5e6 0%, #f4f5f6 100%);
  background-image: linear-gradient(-18deg, #e4e5e6 0%, #f4f5f6 100%);
  color: #323232;
}

@media screen and (min-width: 992px) {
  blockquote .attribution {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .blockquote-left, .blockquote-left--gray {
    float: left;
    max-width: 25%;
    margin: 0px 20px 20px 0;
  }
  .blockquote-left .button-white, .blockquote-left--gray .button-white {
    width: 100%;
  }

  .blockquote-right, .blockquote-right--gray {
    float: right;
    max-width: 25%;
    margin: 0px 0px 20px 20px;
  }
  .blockquote-right .button-white, .blockquote-right--gray .button-white {
    width: 100%;
  }
}
@media screen and (min-width: 1445px) {
  .blockquote-right {
    margin-right: calc(100% - 820px);
  }
}
/* 
 * General page scaffolding 
     -- Structure
**/
/* Contains content width in rows  */
.content-wrap {
  max-width: 1440px;
  max-width: 80rem;
  margin: 0 auto;
}
.content-wrap:before, .content-wrap:after {
  content: " ";
  display: table;
}
.content-wrap:after {
  clear: both;
}

/* Narrow content wrap */
@media screen and (min-width: 768px) {
  .content-wrap__narrow {
    max-width: 760px;
    max-width: 47.5rem;
  }
}
/*
 * Landing pages scaffolding 
 *
 */
/* Main body container */
.main-section {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
.main-section:before, .main-section:after {
  content: " ";
  display: table;
}
.main-section:after {
  clear: both;
}
.main-section.main-section--homepage {
  padding-top: 28px;
  padding-top: 1.75rem;
}
.main-section.main-section--homepage .landing-feature-section:first-of-type {
  padding-top: 0;
}

/* Each section */
.landing-feature-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
.landing-feature-section:before, .landing-feature-section:after {
  content: " ";
  display: table;
}
.landing-feature-section:after {
  clear: both;
}
.landing-feature-section.landing-feature-section--featured {
  padding-top: 0;
  padding-bottom: 0;
}

.main-body--general-content .landing-feature-section {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  max-width: 865px;
}
.main-body--general-content .intro-feature-heading {
  font-size: inherit;
}

/* 12-cols block for each section - has a heading then content columns */
.landing-feature__block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-feature__row {
  margin-left: -15px;
  margin-right: -15px;
}
.landing-feature__row:before, .landing-feature__row:after {
  content: " ";
  display: table;
}
.landing-feature__row:after {
  clear: both;
}

.landing-feature__read-more p {
  text-align: right;
  max-width: none;
}

.landing-feature__read-more__link {
  display: inline-block;
}

.landing-feature__read-more__icon {
  display: inline-block;
  margin-bottom: -4px;
  margin-bottom: -0.28571rem;
  margin-left: -2px;
  margin-left: -0.14286rem;
  max-height: 16px;
  max-height: 1.14286rem;
  max-width: 14px;
  max-width: 1rem;
}

/* Landing page headings */
.feature-heading, .landing-feature--heading {
  margin-top: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.feature-heading .landing-feature__block__read-more, .landing-feature--heading .landing-feature__block__read-more {
  bottom: 0;
  display: none;
  float: right;
  margin: 0;
  margin-top: 9px;
  margin-top: 0.64286rem;
  font-size: 14px;
  font-size: 1rem;
}
@media screen and (min-width: 465px) {
  .feature-heading .landing-feature__block__read-more, .landing-feature--heading .landing-feature__block__read-more {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .feature-heading .landing-feature__block__read-more, .landing-feature--heading .landing-feature__block__read-more {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
}
.feature-heading .dfa-play-icon, .landing-feature--heading .dfa-play-icon {
  max-height: 18px;
  max-width: 10px;
  padding-top: 2px;
}
.feature-heading > a:hover + svg, .feature-heading > a:active + svg, .feature-heading > a:focus + svg, .landing-feature--heading > a:hover + svg, .landing-feature--heading > a:active + svg, .landing-feature--heading > a:focus + svg {
  fill: #005036;
}

h1.feature-heading, h1.landing-feature--heading {
  font-size: 24px;
  font-size: 1.71429rem;
}

h2.feature-heading, h2.landing-feature--heading {
  font-size: 24px;
  font-size: 1.71429rem;
}

h3.feature-heading, h3.landing-feature--heading {
  font-size: 18px;
  font-size: 1.28571rem;
}

h4.feature-heading, h4.landing-feature--heading {
  font-size: 16px;
  font-size: 1.14286rem;
}

h5.feature-heading, h5.landing-feature--heading {
  font-size: 14px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .feature-heading, .landing-feature--heading {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }

  h1.feature-heading, h1.landing-feature--heading {
    font-size: 28px;
    font-size: 1.75rem;
  }

  h2.feature-heading, h2.landing-feature--heading {
    font-size: 28px;
    font-size: 1.75rem;
  }

  h3.feature-heading, h3.landing-feature--heading {
    font-size: 20px;
    font-size: 1.25rem;
  }

  h4.feature-heading, h4.landing-feature--heading {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h5.feature-heading, h5.landing-feature--heading {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .feature-heading .dfa-play-icon, .landing-feature--heading .dfa-play-icon {
    max-height: 20px;
    max-width: 12px;
    margin-bottom: 3px;
  }

  h1.feature-heading, h1.landing-feature--heading {
    font-size: 36px;
    font-size: 2rem;
  }

  h2.feature-heading, h2.landing-feature--heading {
    font-size: 36px;
    font-size: 2rem;
  }

  h3.feature-heading, h3.landing-feature--heading {
    font-size: 22px;
    font-size: 1.22222rem;
  }

  h4.feature-heading, h4.landing-feature--heading {
    font-size: 20px;
    font-size: 1.11111rem;
  }

  h5.feature-heading, h5.landing-feature--heading {
    font-size: 18px;
    font-size: 1rem;
  }
}
/* Contains content width in rows  */
.content-wrap {
  max-width: 1440px;
  max-width: 80rem;
  margin: 0 auto;
}
.content-wrap:before, .content-wrap:after {
  content: " ";
  display: table;
}
.content-wrap:after {
  clear: both;
}

/* Narrow content wrap */
@media screen and (min-width: 768px) {
  .content-wrap.content-wrap__narrow {
    max-width: 760px;
    max-width: 47.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-wrap {
    max-width: 1200px;
    max-width: 66.66667rem;
  }
}
@media screen and (min-width: 1440px) {
  .content-wrap {
    max-width: 1440px;
    max-width: 80rem;
  }
}
/* Read more link for features */
.landing-feature__block__read-more {
  float: right;
  margin-bottom: 0;
  position: relative;
  bottom: -8px;
}

/* 
 * Various Cards
 */
.dfa-card {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
}
@media (min-width: 768px) {
  .dfa-card {
    float: left;
    width: 100%;
  }
}
.dfa-card:last-child {
  margin-bottom: auto;
}

.dfa-card__wrap {
  background-color: #fff;
}
.dfa-card__wrap:before, .dfa-card__wrap:after {
  content: " ";
  display: table;
}
.dfa-card__wrap:after {
  clear: both;
}

.dfa-card__card-text {
  padding: 16px 16px;
  padding: 1rem 1rem;
}

.dfa-card__card-text__heading {
  line-height: 1.555;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1.14286rem;
}

.dfa-card__card-text__heading, .dfa-card__card-text__text {
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.dfa-card__card-text__text {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}

.dfa-card__anchor {
  color: #323232;
  font-weight: 400;
  display: block;
}
.dfa-card__anchor:before, .dfa-card__anchor:after {
  content: " ";
  display: table;
}
.dfa-card__anchor:after {
  clear: both;
}
.dfa-card__anchor:hover, .dfa-card__anchor:active, .dfa-card__anchor:focus {
  cursor: pointer;
  color: #005036;
  text-decoration: none;
}
.dfa-card__anchor:hover .dfa-card__btn, .dfa-card__anchor:active .dfa-card__btn, .dfa-card__anchor:focus .dfa-card__btn {
  color: #fff;
}
.dfa-card__anchor:hover .dfa-card__date, .dfa-card__anchor:hover .dfa-card__btn, .dfa-card__anchor:active .dfa-card__date, .dfa-card__anchor:active .dfa-card__btn, .dfa-card__anchor:focus .dfa-card__date, .dfa-card__anchor:focus .dfa-card__btn {
  text-decoration: none;
}

.dfa-card--dropshadow .dfa-card__wrap {
  box-shadow: 1px 2px 4px 1px rgba(50, 50, 50, 0.53);
  transition: all 0.18s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #fbfcfd;
  transition: all 0.18s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dfa-card--dropshadow .dfa-card__wrap:hover, .dfa-card--dropshadow .dfa-card__wrap:active {
  -webkit-box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
  -moz-box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
  box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
}
.dfa-card--dropshadow .dfa-card__wrap:hover .dfa-widget-heading, .dfa-card--dropshadow .dfa-card__wrap:hover .dfa-card__heading, .dfa-card--dropshadow .dfa-card__wrap:active .dfa-widget-heading, .dfa-card--dropshadow .dfa-card__wrap:active .dfa-card__heading {
  color: #005036;
}
.dfa-card--dropshadow .dfa-svg-icon {
  fill: #006845;
  fill: rgba(0, 104, 69, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 40px;
  max-height: 2.5rem;
  min-height: 28px;
  min-height: 1.75rem;
}
.dfa-card--dropshadow:hover .dfa-card__wrap {
  background-color: #fff;
}
.dfa-card--dropshadow:hover .dfa-svg-icon {
  fill: #006845;
}

/* Horizontal card */
.dfa-card.dfa-card--horizontal .dfa-card__wrap {
  background-color: #fbfcfd;
  transition: all 0.18s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dfa-card.dfa-card--horizontal .dfa-card__anchor:before, .dfa-card.dfa-card--horizontal .dfa-card__anchor:after {
  content: " ";
  display: table;
}
.dfa-card.dfa-card--horizontal .dfa-card__anchor:after {
  clear: both;
}
.dfa-card.dfa-card--horizontal .dfa-card__card-text, .dfa-card.dfa-card--horizontal .dfa-card__media {
  float: left;
}
.dfa-card.dfa-card--horizontal .dfa-card__media {
  border-left: 1px solid #7b7b7b;
  position: relative;
  padding: 0px 24px;
  padding: 0rem 1.5rem;
  min-height: 100%;
  float: right;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.18s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dfa-card.dfa-card--horizontal .dfa-card__card-text {
  width: 80%;
}
.dfa-card.dfa-card--horizontal .dfa-svg-icon {
  fill: #323232;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 40px;
  max-height: 2.5rem;
  min-height: 28px;
  min-height: 1.75rem;
}
.dfa-card.dfa-card--horizontal:hover .dfa-card__wrap {
  background-color: #fff;
}
.dfa-card.dfa-card--horizontal:hover .dfa-svg-icon {
  fill: #006845;
}

/* Plain card */
.dfa-card.dfa-card--plain img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.dfa-card.dfa-card--plain .dfa-card__card-text {
  padding-top: 16px;
  padding-top: 1.14286rem;
  padding-bottom: 16px;
  padding-bottom: 1.14286rem;
}
.dfa-card.dfa-card--plain .dfa-card__card-text__heading {
  font-size: 22px;
  font-size: 1.57143rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
}
.dfa-card.dfa-card--plain .dfa-card__card-text__text {
  font-size: 18px;
  font-size: 1.125rem;
}
.dfa-card.dfa-card--plain .dfa-card__wrap {
  border: 1px solid #e4e5e6;
  border-radius: 8px;
}

.dfa-card--plain--icon .dfa-card__anchor:before, .dfa-card--plain--icon .dfa-card__anchor:after {
  content: " ";
  display: table;
}
.dfa-card--plain--icon .dfa-card__anchor:after {
  clear: both;
}
.dfa-card--plain--icon .dfa-card__card-text, .dfa-card--plain--icon .dfa-card__icon {
  float: left;
}
.dfa-card--plain--icon .dfa-card__card-text {
  width: 82.3%;
}
.dfa-card--plain--icon .dfa-card__icon {
  width: 17.7%;
  position: relative;
}
.dfa-card--plain--icon .dfa-svg-icon {
  width: 76.4%;
  max-height: 76px;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  fill: #323232;
  -webkit-transition: fill 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: fill 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: fill 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: fill 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: fill 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transform: translateY(-50%);
}
.dfa-card--plain--icon:hover .dfa-svg-icon, .dfa-card--plain--icon:focus .dfa-svg-icon, .dfa-card--plain--icon:active .dfa-svg-icon {
  fill: #006845;
}

/* Numbers card */
.dfa-card--numbers .dfa-card--media {
  position: relative;
  background-color: #006845;
  min-height: 200px;
  min-height: 12.5rem;
  background-position: top center;
  background-size: cover;
}
.dfa-card--numbers .dfa-card__card-text {
  text-align: center;
}
.dfa-card--numbers .dfa-card__wrap {
  border: 1px solid #f4f5f6;
}
.dfa-card--numbers .dfa-card__card-text__heading {
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: 600;
}
.dfa-card--numbers .dfa-card__card-text__text {
  font-size: 16px;
  font-size: 1.14286rem;
}

.dfa-card__numbers__number {
  font-size: 72px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

/* 
 * DFA Widget Card
 */
.dfa-card.dfa-card--widget {
  background-color: transparent;
  border-bottom: none;
}

.dfa-card--widget__background {
  background-color: #fff;
  border-bottom: 6px solid #e4e5e6;
}

.dfa-card--dropshadow .dfa-card--widget__wrap {
  box-shadow: 1px 2px 4px 1px rgba(50, 50, 50, 0.53);
  transition: all 0.18s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dfa-card--dropshadow .dfa-card--widget__wrap:hover, .dfa-card--dropshadow .dfa-card--widget__wrap:active {
  -webkit-box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
  -moz-box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
  box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
}
.dfa-card--dropshadow .dfa-card--widget__wrap:hover .dfa-widget-heading, .dfa-card--dropshadow .dfa-card--widget__wrap:hover .dfa-card__heading, .dfa-card--dropshadow .dfa-card--widget__wrap:active .dfa-widget-heading, .dfa-card--dropshadow .dfa-card--widget__wrap:active .dfa-card__heading {
  color: #005036;
}

.dfa-widget-img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.dfa-widget-body {
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
  -webkit-transition: background-color 220ms ease-out 0s;
  -moz-transition: background-color 220ms ease-out 0s;
  -o-transition: background-color 220ms ease-out 0s;
  -ms-transition: background-color 220ms ease-out 0s;
  transition: background-color 220ms ease-out 0s;
}

.dfa-widget-heading, .dfa-card__heading {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.24;
  margin-top: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  -webkit-transition: color 200ms ease-out 0s;
  -moz-transition: color 200ms ease-out 0s;
  -o-transition: color 200ms ease-out 0s;
  -ms-transition: color 200ms ease-out 0s;
  transition: color 200ms ease-out 0s;
}

.dfa-widget-date, .dfa-card__date {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  color: #666666;
}

.dfa-widget-anchor {
  font-weight: 400;
}

.dfa-widget-anchor {
  color: inherit;
}
.dfa-widget-anchor:hover, .dfa-widget-anchor:active, .dfa-widget-anchor:focus {
  color: inherit;
  text-decoration: none;
}
.dfa-widget-anchor:hover h1, .dfa-widget-anchor:hover h2, .dfa-widget-anchor:hover h3, .dfa-widget-anchor:hover h4, .dfa-widget-anchor:hover h5, .dfa-widget-anchor:hover h6, .dfa-widget-anchor:active h1, .dfa-widget-anchor:active h2, .dfa-widget-anchor:active h3, .dfa-widget-anchor:active h4, .dfa-widget-anchor:active h5, .dfa-widget-anchor:active h6, .dfa-widget-anchor:focus h1, .dfa-widget-anchor:focus h2, .dfa-widget-anchor:focus h3, .dfa-widget-anchor:focus h4, .dfa-widget-anchor:focus h5, .dfa-widget-anchor:focus h6 {
  text-decoration: none;
  color: #006845;
}

.dfa-widget-btn {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .dfa-card__card-text__heading {
    font-size: 16px;
    font-size: 1rem;
  }

  .dfa-card__card-text__text {
    font-size: 16px;
    font-size: 1rem;
  }

  .dfa-widget-body {
    padding-bottom: 44px;
    padding-bottom: 2.75rem;
  }

  .dfa-widget-btn {
    margin: 0;
    position: absolute;
    bottom: 14px;
    bottom: 18px;
    bottom: 1.125rem;
  }

  .dfa-card--numbers .dfa-card--media {
    min-height: 200px;
    min-height: 12.5rem;
  }
  .dfa-card--numbers .dfa-card__card-text__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .dfa-card__card-text {
    padding: 16px 16px;
    padding: 0.88889rem 0.88889rem;
  }

  .dfa-card__card-text__text {
    font-size: 16px;
    font-size: 0.88889rem;
  }

  .dfa-card--numbers .dfa-card--media {
    min-height: 200px;
    min-height: 11.11111rem;
  }
  .dfa-card--numbers .dfa-card__card-text__heading {
    font-size: 20px;
    font-size: 1.11111rem;
  }
  .dfa-card--numbers .dfa-card__card-text__text {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}
/* 
 * Carried over from old site and restyles - DFA Double Section Box content type
**/
.double-section-box {
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
}
.double-section-box:before, .double-section-box:after {
  content: " ";
  display: table;
}
.double-section-box:after {
  clear: both;
}
.double-section-box:nth-last-child(1) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.double-section-box__box {
  float: left;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 16px;
  margin-top: 1rem;
}
.double-section-box__box .double-section-box__box-text a {
  color: inherit;
}

.double-section-box__box__wrap {
  margin-left: 0;
  margin-right: 0;
  box-shadow: 1px 2px 4px 1px rgba(50, 50, 50, 0.53);
  transition: all 0.18s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #fbfcfd;
  transition: all 0.18s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.double-section-box__box__wrap:before, .double-section-box__box__wrap:after {
  content: " ";
  display: table;
}
.double-section-box__box__wrap:after {
  clear: both;
}
.double-section-box__box__wrap:hover, .double-section-box__box__wrap:active {
  -webkit-box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
  -moz-box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
  box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
}
.double-section-box__box__wrap:hover .dfa-widget-heading, .double-section-box__box__wrap:hover .dfa-card__heading, .double-section-box__box__wrap:active .dfa-widget-heading, .double-section-box__box__wrap:active .dfa-card__heading {
  color: #005036;
}
.double-section-box__box__wrap:before, .double-section-box__box__wrap:after {
  content: " ";
  display: table;
}
.double-section-box__box__wrap:after {
  clear: both;
}

.double-section-box__img-link {
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 25%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.double-section-box__img-link > img {
  width: 100% !important;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .double-section-box__img-link {
    width: 17.85%;
  }
}
.double-section-box__box-text {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 14px 14px 14px 18px;
  padding: 0.875rem 0.875rem 0.875rem 1.125rem;
}
.double-section-box__box-text > h3 {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 992px) {
  .double-section-box__box {
    width: 50%;
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .double-section-box__img-link {
    width: 25%;
  }

  .double-section-box__box-text > h3 {
    margin-top: 0;
  }
  .double-section-box__box-text > a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* 
 * Card rows
 */
/* Flex row */
.landing-feature-section--flex .landing-feature__row {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.landing-feature-section--flex-space-between .landing-feature__row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* Two col rows */
/* Four col rows */
@media screen and (min-width: 768px) {
  .features-row--four-col .dfa-card, .features-row--two-col .dfa-card {
    width: 50%;
  }
  .features-row--four-col .dfa-widget-body, .features-row--two-col .dfa-widget-body {
    padding: 16px 16px 32px;
    padding: 1rem 1rem 2rem;
  }
  .features-row--four-col .dfa-widget-heading, .features-row--two-col .dfa-widget-heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.24;
  }
  .features-row--four-col .dfa-widget-date, .features-row--two-col .dfa-widget-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .features-row--four-col .dfa-widget-btn, .features-row--two-col .dfa-widget-btn {
    font-size: 14px;
    font-size: 0.875rem;
    bottom: 16px;
    bottom: 1rem;
  }

  .dfa-card.dfa-card--horizontal .dfa-card__card-text__text {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .landing-feature-section--four-col .dfa-card, .landing-feature-section--two-col .dfa-card, .landing-feature-section--river .dfa-card, .landing-feature-section--flex .dfa-card {
    width: 50%;
  }

  .dfa-card.dfa-card--horizontal:nth-child(odd), .dfa-card.dfa-card--plain--icon:nth-child(odd) {
    clear: left;
  }

  .landing-feature-section--flex .landing-feature__row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .landing-feature-section--flex .landing-feature__row .dfa-card {
    float: none;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin: 0 auto;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    max-width: 50%;
    width: auto;
  }

  .no-flex .landing-feature-section--flex .landing-feature__row .dfa-card {
    width: 25%;
    float: left;
  }
  .no-flex .landing-feature-section--flex .landing-feature__row .dfa-card.dfa-card--horizontal, .no-flex .landing-feature-section--flex .landing-feature__row .dfa-card.dfa-card--plain--icon {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .features-row--four-col .dfa-card {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .features-row--four-col .dfa-card {
    float: left;
    width: 25%;
  }
}

@media screen and (min-width: 992px) {
  .landing-feature-section--four-col .dfa-card, .landing-feature-section--two-col .dfa-card {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .landing-feature-section--four-col .dfa-card, .landing-feature-section--two-col .dfa-card {
    float: left;
    width: 25%;
  }
}

@media screen and (min-width: 992px) {
  .landing-feature-section.landing-feature-section--river .dfa-card {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .landing-feature-section.landing-feature-section--river .dfa-card {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .landing-feature-section--flex-stretch .landing-feature__row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .landing-feature-section--flex-stretch .landing-feature__row .dfa-card {
    -webkit-flex-basis: 0;
    flex-basis: 0;
  }

  .landing-feature-section--flex-stretch .landing-feature__row .dfa-card {
    max-width: none;
  }

  .landing-feature-section--flex-space-between .landing-feature__row .dfa-card {
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .landing-feature-section--flex-space-between .dfa-card {
    max-width: 25%;
  }
}
/***
 *
 * Inner page breadcrumbs
 *
 **/
.breadcrumbs-row {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #f4f5f6;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.breadcrumbs-row:before, .breadcrumbs-row:after {
  content: " ";
  display: table;
}
.breadcrumbs-row:after {
  clear: both;
}
.breadcrumbs-row a {
  font-weight: 400;
}
.breadcrumbs-row.landing-page-breadcrumbs__mobile {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.breadcrumbs-row.landing-page-breadcrumbs {
  margin-bottom: 0;
}

.breadcrumb_separator {
  display: inline-block;
  float: left;
  max-height: 16px;
  max-width: 20px;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  padding-top: 2px;
  padding-top: 0.125rem;
}
.breadcrumb_separator .dfa-svg-icon {
  fill: #323232;
  max-height: 16px;
  max-width: 20px;
}

.landing-page-breadcrumbs__desktop {
  display: none;
}

.breadcrumbs-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.inner-page-breadcrumbs__block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .landing-page-breadcrumbs__desktop {
    display: block;
  }

  .landing-page-breadcrumbs__mobile {
    display: none;
  }

  .breadcrumb_separator {
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-right: 8px;
    padding-right: 0.5rem;
    padding-top: 4px;
    padding-top: 0.25rem;
    max-height: 18px;
    max-width: 32px;
  }
  .breadcrumb_separator .dfa-svg-icon {
    max-height: 18px;
    max-width: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs-row {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f4f5f6;
    padding-top: 6px;
    padding-top: 0.375rem;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
  }
  .breadcrumbs-row:before, .breadcrumbs-row:after {
    content: " ";
    display: table;
  }
  .breadcrumbs-row:after {
    clear: both;
  }

  .breadcrumb_separator {
    /*@include rem-calc(padding-left,   10px);
    @include rem-calc(padding-right,  10px);*/
    padding-top: 4px;
    padding-top: 0.25rem;
    max-height: 18px;
    max-width: 38px;
  }
  .breadcrumb_separator .dfa-svg-icon {
    max-height: 18px;
    max-width: 38px;
  }
}
.landing-feature-section.cookies-notice-section {
  background-color: #f1f1f1;
  margin-left: 0;
  margin-right: 0;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

#cookieNotice {
  display: none;
}

.cookieHolder {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.cookieHolder .btn-primary:hover {
  background-color: #e4e5e6;
  color: #005036;
}

.cookies-heading {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .cookies-heading {
    margin-top: 0;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .cookies-text {
    padding-right: 15px;
    width: 76.4%;
  }
  .cookies-text p {
    max-width: 960px;
  }

  .cookies-button {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-left: 45px;
    width: 23.6%;
  }

  .cookies-button__text .btn {
    display: inline-block;
    margin-top: 8px;
    margin-top: 0.5rem;
  }

  .cookies-text, .cookies-button {
    float: left;
  }
}
/* 
 *    Travel/Emergency alerts 
 */
.travel-alert__block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.travel-alert__block .dfa-svg-icon {
  fill: #323232;
}

.travel-alert__content__wrap {
  border-left: 6px solid #323232;
  padding: 4px 16px 8px;
  padding: 0.28571rem 1.14286rem 0.57143rem;
  background-color: #f4f5f6;
}
.travel-alert__content__wrap:before, .travel-alert__content__wrap:after {
  content: " ";
  display: table;
}
.travel-alert__content__wrap:after {
  clear: both;
}

.travel-alert__content {
  margin-top: 2%;
}

.travel-alert__heading {
  margin-top: 0;
}

.travel-alert__heading-icon {
  display: inline-block;
  position: relative;
  bottom: -5px;
  height: 28px;
  height: 2rem;
  width: 28px;
  width: 2rem;
}
.travel-alert__heading-icon .dfa-svg-icon {
  height: 28px;
  height: 2rem;
  width: 28px;
  width: 2rem;
}

.travel-alert__md-icon-wrap {
  display: none;
}

.travel-alert__summary {
  margin: 12px 0px;
  margin: 0.85714rem 0rem;
  padding: 12px 16px 8px;
  padding: 0.85714rem 1.14286rem 0.57143rem;
  background-color: #e4e5e6;
  border-radius: 4px;
  max-width: 820px;
}
.travel-alert__summary h1:first-child, .travel-alert__summary h2:first-child, .travel-alert__summary h3:first-child, .travel-alert__summary h4:first-child, .travel-alert__summary h5:first-child, .travel-alert__summary h6:first-child {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .travel-alert__content__wrap {
    border-left-width: 8px;
    border-left-color: #565656;
    padding-left: 0;
  }

  .travel-alert__heading-icon {
    display: none;
  }

  .travel-alert__md-icon-wrap {
    display: block;
    /*@include make-md-column(1,0);*/
    float: left;
    width: 11.8%;
    margin-top: 0.7%;
  }
  .travel-alert__md-icon-wrap .dfa-svg-icon {
    fill: #323232;
    max-height: 82px;
    max-height: 5.125rem;
    /*@include to-rem(max-width, 16,  58);*/
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .travel-alert__content {
    /*@include make-md-column(11, 0);*/
    float: left;
    width: 88.2%;
  }
}
@media screen and (min-width: 1200px) {
  .travel-alert__block {
    /*max-width: 76.4%;*/
  }

  .travel-alert__content__wrap {
    margin-top: 0;
  }

  .travel-alert__md-icon-wrap {
    margin-top: 0.8%;
  }
  .travel-alert__md-icon-wrap .dfa-svg-icon {
    max-height: 64px;
    max-height: 4rem;
    max-width: 38.2%;
    top: 0;
  }
}
/*
 * Hero image, video
 */
.hero-image-wrapper, .hero-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 45vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-image-wrapper .content-wrap, .hero-video-wrapper .content-wrap {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 100%;
  z-index: 20;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.hero-video-wrapper {
  height: 65vh;
}
.hero-video-wrapper video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-image {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}

.hero-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 20;
  color: #fff;
}

.hero-heading {
  font-weight: 900;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 0;
  max-width: none;
}

.hero-text-subtext, .hero-text__button {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: none;
}

.hero-text__button .btn {
  font-size: 16px;
  font-size: 1rem;
}

.hero-text__button {
  margin-bottom: 0;
}
.hero-text__button + .hero-text-subtext {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.hero-scroll {
  display: none;
  color: #fff;
  text-align: center;
  width: 122px;
  width: 7.625rem;
  height: 122px;
  height: 7.625rem;
  padding: 25px 4px 4px 4px;
  padding: 1.5625rem 0.25rem 0.25rem 0.25rem;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 30;
  border: 2px solid #fff;
  border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  background-color: transparent;
  -webkit-transition: background-color 220ms ease-out 0s;
  -moz-transition: background-color 220ms ease-out 0s;
  -o-transition: background-color 220ms ease-out 0s;
  -ms-transition: background-color 220ms ease-out 0s;
  transition: background-color 220ms ease-out 0s;
}
.hero-scroll:hover, .hero-scroll:active, .hero-scroll:focus {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.36);
}
.hero-scroll a {
  color: inherit;
}
.hero-scroll a:hover {
  text-decoration: none;
}
.hero-scroll p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.hero-scroll img {
  display: block;
  height: 30px;
  margin: 0px auto;
  margin: 0rem auto;
}

@media screen and (min-width: 375px) {
  .hero-heading {
    font-size: 32px;
    font-size: 2rem;
  }

  .hero-text-subtext, .hero-text__button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 560px) {
  .hero-heading {
    font-size: 44px;
    font-size: 2.75rem;
  }

  .hero-text-subtext, .hero-text__button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-image-wrapper {
    height: 50vh;
  }

  .hero-text {
    max-width: 88.2%;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hero-text.text--left-top {
    left: 0;
    top: 23.6%;
    text-align: left;
    -webkit-transform: translate(0%, -23.6%);
    -moz-transform: translate(0%, -23.6%);
    -o-transform: translate(0%, -23.6%);
    -ms-transform: translate(0%, -23.6%);
    transform: translate(0%, -23.6%);
  }
  .hero-text.text--left-middle {
    left: 0;
    top: 50%;
    text-align: left;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .hero-text.text--left-bottom {
    left: 0;
    top: auto;
    bottom: 23.6%;
    text-align: left;
    -webkit-transform: translate(0%, 23.6%);
    -moz-transform: translate(0%, 23.6%);
    -o-transform: translate(0%, 23.6%);
    -ms-transform: translate(0%, 23.6%);
    transform: translate(0%, 23.6%);
  }
  .hero-text.text--right-top {
    left: auto;
    right: 0;
    top: 23.6%;
    text-align: right;
    -webkit-transform: translate(0%, -23.6%);
    -moz-transform: translate(0%, -23.6%);
    -o-transform: translate(0%, -23.6%);
    -ms-transform: translate(0%, -23.6%);
    transform: translate(0%, -23.6%);
  }
  .hero-text.text--right-middle {
    left: auto;
    right: 0;
    top: 50%;
    text-align: right;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .hero-text.text--right-bottom {
    left: auto;
    right: 0;
    top: auto;
    bottom: 23.6%;
    text-align: right;
    -webkit-transform: translate(0%, 23.6%);
    -moz-transform: translate(0%, 23.6%);
    -o-transform: translate(0%, 23.6%);
    -ms-transform: translate(0%, 23.6%);
    transform: translate(0%, 23.6%);
  }
  .hero-text.text--center-top {
    left: 50%;
    top: 23.6%;
    text-align: center;
    -webkit-transform: translate(-50%, -23.6%);
    -moz-transform: translate(-50%, -23.6%);
    -o-transform: translate(-50%, -23.6%);
    -ms-transform: translate(-50%, -23.6%);
    transform: translate(-50%, -23.6%);
  }
  .hero-text.text--center-middle {
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hero-text.text--center-bottom {
    left: 50%;
    top: auto;
    bottom: 23.6%;
    text-align: center;
    -webkit-transform: translate(-50%, 23.6%);
    -moz-transform: translate(-50%, 23.6%);
    -o-transform: translate(-50%, 23.6%);
    -ms-transform: translate(-50%, 23.6%);
    transform: translate(-50%, 23.6%);
  }

  .hero-heading {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 0.96;
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
  }

  .hero-text-subtext {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 44px;
    margin-bottom: 2.75rem;
  }

  .hero-text__button .btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8px 18px;
    padding: 0.5rem 1.125rem;
  }

  .hero-scroll {
    display: block;
    bottom: 5%;
  }
  .hero-scroll img {
    height: 36px;
  }
}
@media screen and (min-width: 992px) {
  .hero-image-wrapper {
    height: 100vh;
  }

  .hero-video-wrapper {
    height: 100vh;
  }

  .hero-text .hero-heading {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-text .hero-heading {
    font-size: 72px;
    font-size: 4.5rem;
  }
  .hero-text .hero-text-subtext {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero-text {
    max-width: 76.4%;
  }
  .hero-text .hero-heading {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
/* 
 * 
 * Intro section 
 *
 */
.intro-feature-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.intro-feature {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.intro-feature-heading {
  margin-top: 0;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  font-size: 32px;
  font-size: 2rem;
  max-width: none;
}

.intro-feature-heading__sub {
  margin-top: 0;
}

.intro-feature-body {
  margin-left: -15px;
  margin-right: -15px;
}
.intro-feature-body:before, .intro-feature-body:after {
  content: " ";
  display: table;
}
.intro-feature-body:after {
  clear: both;
}

.intro-feature-leftcol {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.intro-feature-rightcol {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 840px) {
  .intro-feature-leftcol, .intro-feature-rightcol {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .intro-feature-heading {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .intro-feature-heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/** 
 * 
 * People feature
 *
**/
.people-feature-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Row contains all pictures */
.people-row {
  margin-left: -15px;
  margin-right: -15px;
  margin: auto -15px;
  margin: auto -1.07143rem;
}
.people-row:before, .people-row:after {
  content: " ";
  display: table;
}
.people-row:after {
  clear: both;
}

/* Each is a col */
.people-feature-person {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #323232;
  overflow: hidden;
  border-bottom: 8px solid #7b7b7b;
}
.people-feature-person:hover .people-feature-overlay {
  top: 0;
}

.people-feature-image {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.people-feature-overlay {
  position: static;
  top: 100%;
  width: 100%;
  padding: 16px 15px;
  padding: 1rem 0.9375rem;
  color: #fff;
  -webkit-transition: top 260ms ease-out 0s;
  -moz-transition: top 260ms ease-out 0s;
  -o-transition: top 260ms ease-out 0s;
  -ms-transition: top 260ms ease-out 0s;
  transition: top 260ms ease-out 0s;
  background-color: #323232;
}

.people-feature-about {
  position: relative;
  height: 100%;
  z-index: 20;
}

.people-feature-about-heading {
  font-weight: 600;
  margin-top: 0px;
  margin-top: 0rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.people-feature-about-link {
  position: static;
  bottom: 8px;
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .people-row {
    margin: auto 0px;
    margin: auto 0rem;
  }

  .people-feature-person {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid #000;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .people-feature-person {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .people-feature-person:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (min-width: 992px) {
  .people-feature-person {
    background-color: transparent;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid #000;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .people-feature-person {
    float: left;
    width: 33.33333%;
  }
}
@media screen and (min-width: 992px) {
  .people-feature-person:nth-child(2n) {
    border-right: 1px solid #000;
  }
  .people-feature-person:nth-child(3n), .people-feature-person:last-child {
    border-right: none;
  }

  .people-feature-overlay {
    padding-top: 20px;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.76);
    position: absolute;
    top: 78%;
    top: calc(100% - 4.3rem);
  }

  .people-feature-about-heading {
    margin-bottom: 24px;
  }

  .people-feature-about-link {
    position: absolute;
    bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .people-feature-about-link {
    position: absolute;
  }

  .people-feature-about-heading {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .people-feature-about-text {
    font-size: 18px;
    font-size: 1rem;
  }

  .people-feature-about-link {
    font-size: 18px;
    font-size: 1rem;
  }
}
/**
 *
 * Media Gallery 
 *
**/
/* Media gallery intro row */
.media-gallery-intro {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.media-gallery-intro-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Media gallery row */
.media-gallery {
  padding-top: 16px;
  padding-top: 1rem;
  position: relative;
}

/* The slider */
.media-gallery-slider {
  position: relative;
  overflow: hidden;
}

/* Gallery item */
.gallery-item {
  position: relative;
  width: 60%;
  top: 0;
  bottom: 0;
  margin: auto 10px;
  margin: auto 0.625rem;
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
.gallery-item .item-anchor {
  display: block;
  position: relative;
}
.gallery-item .dfa-card__wrap {
  border-bottom: 4px solid #323232;
}

/* The image */
.gallery-item-image {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  position: relative;
}

/* Caption text div */
.gallery-item-caption {
  padding: 16px 16px 16px 16px;
  padding: 1rem 1rem 1rem 1rem;
  margin: 0;
}

.gallery-item-caption-heading {
  font-family: "SourceSans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.gallery-item-caption-text {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}

/* Play icon */
.gallery-item-play {
  width: 30%;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.gallery-item-play .dfa-svg-icon {
  fill: #fff;
}
.gallery-item-play .play-media {
  height: 150px;
}

/* Gallery controls */
.gallery-control {
  position: absolute;
  top: 45%;
  transform: translate(0%, -50%);
  width: 48px;
  width: 3.42857rem;
  height: 48px;
  height: 3.42857rem;
}
.gallery-control .dfa-icon {
  position: relative;
  height: 100%;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 160ms ease-in 0s;
  -moz-transition: background-color 160ms ease-in 0s;
  -o-transition: background-color 160ms ease-in 0s;
  -ms-transition: background-color 160ms ease-in 0s;
  transition: background-color 160ms ease-in 0s;
}
.gallery-control .dfa-icon .dfa-icon-image {
  top: 50%;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-86%, -50%);
  -moz-transform: translate(-86%, -50%);
  -o-transform: translate(-86%, -50%);
  -ms-transform: translate(-86%, -50%);
  transform: translate(-86%, -50%);
}
.gallery-control .dfa-icon:hover {
  cursor: pointer;
  background-color: #f4f5f6;
}
.gallery-control img {
  display: block;
}

/* Next and previous icons */
.gallery-control__left {
  left: 1%;
}

.gallery-control__right {
  right: 1%;
}

@media screen and (min-width: 440px) {
  .gallery-control {
    top: 42%;
    width: 42px;
    width: 2.625rem;
    height: 42px;
    height: 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .gallery-control {
    top: 38%;
    width: 42px;
    width: 2.625rem;
    height: 42px;
    height: 2.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-control {
    top: 36%;
    width: 42px;
    width: 2.625rem;
    height: 42px;
    height: 2.625rem;
  }
}
@media screen and (min-width: 1300px) {
  .gallery-control__left {
    left: 5%;
  }

  .gallery-control__right {
    right: 5%;
  }
}
@media screen and (min-width: 1400px) {
  .gallery-control__left {
    left: 6%;
  }

  .gallery-control__right {
    right: 6%;
  }
}
@media screen and (min-width: 1500px) {
  .gallery-control__left {
    left: 9%;
  }

  .gallery-control__right {
    right: 9%;
  }
}
@media screen and (min-width: 1600px) {
  .gallery-control__left {
    left: 8%;
  }

  .gallery-control__right {
    right: 8%;
  }
}
@media screen and (min-width: 1700px) {
  .gallery-control__left {
    left: 9%;
  }

  .gallery-control__right {
    right: 9%;
  }
}
@media screen and (min-width: 1800px) {
  .gallery-control__left {
    left: 10%;
  }

  .gallery-control__right {
    right: 10%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-item {
    padding-left: 0;
    padding-right: 0;
    margin: 0px 12px;
    margin: 0rem 0.75rem;
  }

  .gallery-item-caption-text {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .gallery-item-caption-text {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .media-gallery-slider {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  .media-gallery-slider .slick-list {
    overflow: visible;
  }
}
@media screen and (min-width: 1440px) {
  .media-gallery-slider {
    max-width: 1440px;
  }
}
/* 
 *
 * Feature content block
 *
*/
.featured-content-section-top, featured-content-section-body {
  position: relative;
}

.featured-content-section-top {
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 72.5px;
  padding-bottom: 4.53125rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.featured-content-section-top .featured-content-block {
  position: relative;
  z-index: 20;
}

.featured-content-block {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  z-index: 20;
}

.feature-bottom-opener {
  height: 58px;
  height: 3.625rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 100%;
  z-index: 20;
  bottom: 0;
  text-align: center;
}
.feature-bottom-opener .dfa-icon-image img {
  height: 18px;
  height: 1.125rem;
}
.feature-bottom-opener:hover {
  cursor: pointer;
}
.feature-bottom-opener .dfa-icon__with-label {
  margin-top: 0;
}
.feature-bottom-opener .dfa-icon__with-label .feature-more {
  display: inline;
}
.feature-bottom-opener .dfa-icon__with-label .feature-less {
  display: none;
}

.featured-content-section-body {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
}
.featured-content-section-body .featured-content-block {
  display: none;
  padding-top: 58px;
  padding-top: 3.625rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
}
.featured-content-section-body .body-border-bottom {
  width: 100%;
  height: 58px;
  height: 3.625rem;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #dfdfdf;
}

@media screen and (min-width: 768px) {
  .featured-content-section-body .body-border-bottom::before {
    top: 10px;
    top: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured-content-section-body .body-border-bottom::before {
    top: 9px;
    top: 0.5625rem;
  }
}
/* 
 *    Big landing feature image - not a hero 
 */
.landing-feature-image.landing-feature-section {
  padding-top: 0;
  padding-bottom: 0;
}

.landing-feature-image__block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .landing-feature-section.landing-feature-image {
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .landing-feature-section.landing-feature-image {
    padding-top: 0;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    position: relative;
  }
}
.landing-feature-image__img {
  position: relative;
  width: 100%;
}

.landing-feature-image__card {
  position: relative;
  background-color: #fff;
  padding: 16px 0px;
  padding: 1rem 0rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  -webkit-transition: background-color 212ms ease-out 0s;
  -moz-transition: background-color 212ms ease-out 0s;
  -o-transition: background-color 212ms ease-out 0s;
  -ms-transition: background-color 212ms ease-out 0s;
  transition: background-color 212ms ease-out 0s;
}
.landing-feature-image__card:before, .landing-feature-image__card:after {
  content: " ";
  display: table;
}
.landing-feature-image__card:after {
  clear: both;
}
.landing-feature-image__card p {
  margin-bottom: 0;
}
.landing-feature-image__card:hover {
  background-color: #fff;
}

.landing-feature-image__card__text__heading {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.landing-feature-image__card__anchor {
  color: inherit;
  -webkit-transition: color 212ms ease-out 0s;
  -moz-transition: color 212ms ease-out 0s;
  -o-transition: color 212ms ease-out 0s;
  -ms-transition: color 212ms ease-out 0s;
  transition: color 212ms ease-out 0s;
}
.landing-feature-image__card__anchor:before, .landing-feature-image__card__anchor:after {
  content: " ";
  display: table;
}
.landing-feature-image__card__anchor:after {
  clear: both;
}
.landing-feature-image__card__anchor .landing-feature-image__card__text {
  width: 88%;
  float: left;
  padding-right: 12px;
}
.landing-feature-image__card__anchor .landing-feature-image__card__link-icon {
  width: 12%;
  float: left;
}
.landing-feature-image__card__anchor:hover {
  text-decoration: none;
  color: #005036;
  /*        p {
              text-decoration: underline;
          }*/
}
.landing-feature-image__card__anchor:hover .dfa-svg-icon {
  fill: #005036;
}
.landing-feature-image__card__anchor .dfa-svg-icon {
  max-height: 72px;
  max-height: 4.5rem;
  fill: #323232;
  -webkit-transition: fill 212ms ease-out 0s;
  -moz-transition: fill 212ms ease-out 0s;
  -o-transition: fill 212ms ease-out 0s;
  -ms-transition: fill 212ms ease-out 0s;
  transition: fill 212ms ease-out 0s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .landing-feature-image__card__text__heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .landing-feature-image__card {
    box-shadow: 1px 2px 4px 1px rgba(50, 50, 50, 0.53);
    transition: all 0.18s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: absolute;
    z-index: 10;
    bottom: 11.8%;
    left: 11.8%;
    max-width: 38.2%;
    -webkit-transform: translate(-11.8%, -11.8%);
    -moz-transform: translate(-11.8%, -11.8%);
    -o-transform: translate(-11.8%, -11.8%);
    -ms-transform: translate(-11.8%, -11.8%);
    transform: translate(-11.8%, -11.8%);
    border-radius: 8px;
    border-radius: 8px;
    padding: 16px 20px 22px 20px;
    padding: 1rem 1.25rem 1.375rem 1.25rem;
    padding-right: 12px;
    padding-right: 0.75rem;
  }
  .landing-feature-image__card:hover, .landing-feature-image__card:active {
    -webkit-box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
    box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
  }
  .landing-feature-image__card:hover .dfa-widget-heading, .landing-feature-image__card:hover .dfa-card__heading, .landing-feature-image__card:active .dfa-widget-heading, .landing-feature-image__card:active .dfa-card__heading {
    color: #005036;
  }

  .landing-feature-image__card__text__heading {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .landing-feature-image__card__anchor .landing-feature-image__card__text {
    width: 84%;
  }
  .landing-feature-image__card__anchor .landing-feature-image__card__link-icon {
    width: 16%;
  }
}
/* 2017 Forms */
.dfa-form {
  margin-bottom: 16px;
  margin-bottom: 1.14286rem;
  /* Form base */
  /* Checkbox, radio button wrappers */
  /* Select list */
  /* Error messages */
  /** Errors list **/
  /* Submit */
}
.dfa-form label:not(.dfa-form__label-select), .dfa-form textarea, .dfa-form input[type='text'] {
  display: block;
  width: 100%;
}
.dfa-form .dfa-form__label-select {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.57143rem;
}
.dfa-form textarea, .dfa-form input[type='text'], .dfa-form .dfa-form__checkbox-container, .dfa-form .dfa-form__radio-container, .dfa-form .dfa-form__select {
  margin-bottom: 16px;
  margin-bottom: 1.14286rem;
}
.dfa-form textarea.dfa-form__error, .dfa-form input[type='text'].dfa-form__error, .dfa-form .dfa-form__checkbox-container.dfa-form__error, .dfa-form .dfa-form__radio-container.dfa-form__error, .dfa-form .dfa-form__select.dfa-form__error {
  border: 2px solid darkred;
}
.dfa-form .dfa-form__checkbox-container, .dfa-form .dfa-form__radio-container {
  padding-left: 15px;
  padding-left: 1.07143rem;
}
.dfa-form .dfa-form__checkbox-container.dfa-form__error, .dfa-form .dfa-form__radio-container.dfa-form__error {
  padding-top: 4px;
  padding-top: 0.28571rem;
  padding-top: 4px;
  padding-top: 0.28571rem;
  border: 2px solid darkred;
}
.dfa-form .dfa-form__select {
  margin-top: 4px;
  margin-top: 0.28571rem;
}
.dfa-form .dfa-form__select.dfa-form__error {
  border: 1px solid darkred;
}
.dfa-form label.dfa-form__error {
  font-size: 0.9rem;
}
.dfa-form label.dfa-form__checkbox-label, .dfa-form label.dfa-form__radio-label {
  float: none;
  display: inline;
  margin-right: 0;
  font-weight: normal;
  margin-left: 5px;
}
.dfa-form .dfa-form__errors {
  background-color: #f4f5f6;
  border: 2px solid darkred;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  max-width: 480px;
  max-width: 30rem;
}
.dfa-form .dfa-form__errors label {
  font-weight: 400;
}
.dfa-form .dfa-form__submit-btn {
  margin-top: 8px;
  margin-top: 0.57143rem;
  margin-bottom: 16px;
  margin-bottom: 1.14286rem;
}

@media screen and (min-width: 768px) {
  label, textarea, input[type='text'], .dfa-form__checkbox-container, .dfa-form__radio-container {
    display: block;
    max-width: 480px;
    max-width: 30rem;
  }
}
/* 
 * Press relases, news and speeches content
 */
.press-release .tags {
  display: none;
}
.press-release .content-heading, .press-release .press-release__label {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.press-release .content-label::after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  right: -6.4%;
  transform: skewX(-14deg);
  transform-origin: 100%;
}

/* Media labels */
/* Content labels */
.content-label {
  position: relative;
  font-weight: 200;
  font-style: italic;
  background-color: #fff;
  padding: 4px 2px 6px 2px;
  padding: 0.25rem 0.125rem 0.375rem 0.125rem;
  z-index: 10;
  /*    &::after {
          @include skew-label;
      }*/
}

.content-label--plain {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.content-label--plain-text {
  font-style: italic;
}

.press-release__label {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.press-release__label a {
  font-weight: 400;
  color: inherit;
}
.press-release__label .content-label {
  padding: 4px 8px 4px 12px;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
  background-color: #565656;
}
.press-release__label.press-release__label--speech .content-label, .press-release__label.press-release__label--speech .content-label--plain {
  background-color: #E25812;
}
.press-release__label.press-release__label--news .content-label, .press-release__label.press-release__label--news .content-label--plain {
  background-color: #565656;
  color: #fff;
}
.press-release__label.press-release__label--press-release .content-label, .press-release__label.press-release__label--press-release .content-label--plain {
  color: #fff;
  background-color: #006845;
}
.press-release__label.press-release__label--speech .content-label, .press-release__label.press-release__label--speech .content-label--plain {
  background-color: #C63600;
  color: #fff;
}

.dfa-card--widget .content-label::after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  right: -6.4%;
  transform: skewX(-14deg);
  transform-origin: 100%;
}
.dfa-card--widget.dfa-card--widget--w-image .press-release__label {
  position: absolute;
  top: 0px;
  top: 0rem;
}
.dfa-card--widget .press-release__label {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.news-feature.news-feature--w-image .press-release__label {
  position: absolute;
  top: 0px;
  top: 0rem;
}
.news-feature .press-release__label {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.press-release__date {
  display: block;
  color: #565656;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.press-release__hr {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
}

/* News misc */
.news-date {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .press-release__label {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .press-release__label .content-label {
    padding: 4px 2.66667px 4px 8px;
    padding: 0.25rem 0.16667rem 0.25rem 0.5rem;
    background-color: #323232;
  }
  .press-release__label.press-release__label--news .content-label {
    padding-right: 8px;
    padding-right: 0.5rem;
  }

  .press-release__date {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
}
.press-release__summary {
  margin-top: 20px;
  margin-top: 1.42857rem;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  padding: 15px 10px 0px;
  padding: 1.07143rem 0.71429rem 0rem;
  max-width: 820px;
  color: #565656;
  background-color: #f4f5f6;
  border: 1px solid #e4e5e6;
  font-weight: 200;
}
.press-release__summary .press-release__summary__heading {
  font-size: 16px;
  font-size: 1.14286rem;
  margin-top: 0;
}
.press-release__summary ul,
.press-release__summary p {
  line-height: 20px;
}
.press-release__summary ul {
  font-weight: 400;
  padding-left: 0;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
}
.press-release__summary p {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .press-release__summary {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding: 18px 12px 0px;
    padding: 1.125rem 0.75rem 0rem;
  }
  .press-release__summary h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .press-release__summary ul,
  .press-release__summary p {
    line-height: 24px;
  }
  .press-release__summary ul {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .press-release__summary p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .press-release__summary {
    margin-top: 28px;
    margin-top: 1.55556rem;
    margin-bottom: 28px;
    margin-bottom: 1.55556rem;
    padding: 21px 14px 0px;
    padding: 1.16667rem 0.77778rem 0rem;
  }
  .press-release__summary ul,
  .press-release__summary p {
    line-height: 28px;
  }
  .press-release__summary ul {
    margin-bottom: 28px;
    margin-bottom: 1.55556rem;
  }
  .press-release__summary h3 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
  .press-release__summary p {
    margin-bottom: 18px;
    margin-bottom: 1rem;
  }
}

.press-release__pub-image {
  margin: 36px 0px;
  margin: 2.25rem 0rem;
  max-width: 820px;
  text-align: center;
}
.press-release__pub-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.press-release__pub-image__description {
  color: #565656;
  font-style: italic;
  font-size: 4px;
  font-size: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

/*
 *
 * Landing pages news
 */
.news-features-block, .news-features-outer-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.news-features-row, .news-features__header-row {
  margin-left: -15px;
  margin-right: -15px;
}
.news-features-row:before, .news-features-row:after, .news-features__header-row:before, .news-features__header-row:after {
  content: " ";
  display: table;
}
.news-features-row:after, .news-features__header-row:after {
  clear: both;
}

.news-feature {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .news-features-row--four-col .news-feature, .news-feature-row--two-col .news-feature {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .news-features-row--four-col .news-feature, .news-feature-row--two-col .news-feature {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .news-features-row--four-col .dfa-widget-btn, .news-feature-row--two-col .dfa-widget-btn {
    bottom: 18px;
    bottom: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .news-features-row--four-col .news-feature {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .news-features-row--four-col .news-feature {
    float: left;
    width: 25%;
  }
}

@media screen and (min-width: 992px) {
  .news-feature-row--two-col .news-feature .news-feature {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .news-feature-row--two-col .news-feature .news-feature {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .news-features-row--four-col .dfa-widget-body, .news-feature__two-col .dfa-widget-body {
    padding: 16px 16px 32px;
    padding: 1rem 1rem 2rem;
  }
  .news-features-row--four-col .dfa-widget-heading, .news-feature__two-col .dfa-widget-heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.24;
  }
  .news-features-row--four-col .dfa-widget-date, .news-feature__two-col .dfa-widget-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news-features-row--four-col .dfa-widget-btn, .news-feature__two-col .dfa-widget-btn {
    font-size: 14px;
    font-size: 0.875rem;
    bottom: 16px;
    bottom: 1rem;
  }
}
/* News listings */
.news-features-block__two-col.news-listing {
  padding-top: 28px;
  padding-top: 1.75rem;
}

.news-listing .news-listing-button {
  text-align: center;
}

.news-listing-entry {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  clear: both;
}
.news-listing-entry:before, .news-listing-entry:after {
  content: " ";
  display: table;
}
.news-listing-entry:after {
  clear: both;
}
.news-listing-entry .news-date {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.news-listing-entry .press-release__label {
  color: #FFFFFF;
  font-style: italic;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.news-listing-entry.skew-label .content-label {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 0px;
  border: none;
}
.news-listing-entry.skew-label .content-label::after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  right: -6.4%;
  transform: skewX(-14deg);
  transform-origin: 100%;
}
.news-listing-entry .content-label {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.news-features-block__two-col .news-listing-entry {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.news-features-block__two-col .news-listing-entry .press-release__label .content-label {
  padding: 0;
  border: none;
  font-style: italic;
  color: #323232;
  background-color: transparent;
}
.news-features-block__two-col .news-listing-entry .press-release__label .content-label::after {
  background-color: transparent;
}
.news-features-block__two-col .news-listing-heading {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.news-features-block__two-col .news-listing-entry-heading, .news-features-block__two-col .press-release__label, .news-features-block__two-col .news-date {
  margin-bottom: 0;
}

.news-listing-heading {
  font-family: "SourceSans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.news-listing-entry-anchor {
  display: block;
  color: inherit;
  font-weight: 600;
}
.news-listing-entry-anchor:before, .news-listing-entry-anchor:after {
  content: " ";
  display: table;
}
.news-listing-entry-anchor:after {
  clear: both;
}

.news-listing-entry__has-image .news-listing-entry-text, .news-listing-entry__has-image .news-listing-entry-img {
  float: left;
}
.news-listing-entry__has-image .news-listing-entry-text {
  width: 74%;
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.news-listing-entry-img {
  width: 26%;
}
.news-listing-entry-img img {
  max-width: 100%;
}

.news-listing-entry-heading {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-family: "SourceSans", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.news-listing-entry__description {
  max-width: 785px;
  max-width: 49.0625rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .news-two-and-listing .news-features-block__two-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .news-two-and-listing .news-features-block__two-col {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .news-listing-entry {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }

  .news-listing-entry__has-image .news-listing-entry-text {
    width: 80%;
    padding-left: 15px;
    padding-left: 0.9375rem;
  }

  .news-listing-entry-img {
    width: 20%;
  }
  .news-listing-entry-img img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .news-two-and-listing .news-features-block__two-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .news-two-and-listing .news-features-block__two-col {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .news-features-block__two-col.news-listing {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .news-features-block__two-col.news-listing {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .news-listing-heading {
    margin-top: 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .news-listing-entry {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
/* Press release related */
.news-related-news {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.news-related-news:before, .news-related-news:after {
  content: " ";
  display: table;
}
.news-related-news:after {
  clear: both;
}
.news-related-news .news-listing-entry-heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.news-related-news .content-label::after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  right: -6.4%;
  transform: skewX(-14deg);
  transform-origin: 100%;
}

.news-related-news__heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.news-related-news__heading__text {
  margin-top: 0;
  font-weight: 700;
}

.news-related-news__article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.news-related-news__article .dfa-card__date {
  margin-bottom: 0;
}
.news-related-news__article .press-release__label {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}
.news-related-news__article.news-feature--w-image .news-related-news__article__heading {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.news-related-news__article.news-feature--w-image .press-release__label {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.news-related-news__article__image {
  display: block;
  width: 100%;
  height: auto;
  display: inline-block;
}

.news-related-news__article__image {
  margin-top: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.news-related-news__article__heading, .news-related-news__other-news__heading {
  line-height: 1.24;
  margin-top: 0;
}

.news-related-news__other-news__heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.news-related-news__article__heading {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .news-related-news__article {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .news-related-news__article {
    float: left;
    width: 33.33333%;
  }
}

.landing-feature--news-listing__list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Old styling overrides */
.dfa-tags-old {
  display: none;
}

/*
 *   Discovery slider
 *   A standard slide has an image, text, a label about the content category and CTA button
 *   There can be a video or an image - video opens in a lightbox
 *   A text only version can be used  it can have the green gradient background or a background image - the text is columnized > 1024px s
 */
.discovery-slider.landing-feature-section {
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}
.discovery-slider .gallery-item-play {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.discovery-slider .landing-feature--heading {
  max-width: none;
}

/* A slide */
.discovery-slider__slide {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .discovery-slider__slide {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .discovery-slider__slide {
    float: left;
    width: 100%;
  }
}

/* Wrapper for the image to contain it and make sure it's the same height as the text block @ greater than 1024px */
.discovery-slider__slide__img-wrap {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .discovery-slider__slide__img-wrap {
    width: 66.66666%;
    min-height: 460px;
  }
}

/* The image */
.discovery-slider__slide__img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .discovery-slider__slide__img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* Background gradient - can also be a background image in text-only slides */
.discovery-slider__slide__bg {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.discovery-slider__slide__bg:before, .discovery-slider__slide__bg:after {
  content: " ";
  display: table;
}
.discovery-slider__slide__bg:after {
  clear: both;
}
.discovery-slider__slide__bg.bg-gradient .discovery-slider__slide__text, .discovery-slider__slide__bg.bg-image .discovery-slider__slide__text {
  color: #fff;
  border-bottom: none;
}
.discovery-slider__slide__bg.bg-gradient .discovery-slider__text_cat .content-label, .discovery-slider__slide__bg.bg-image .discovery-slider__text_cat .content-label {
  background-color: #fff;
  color: #323232;
}
.discovery-slider__slide__bg.bg-gradient {
  /* 45 deg gradient */
  background: #005036;
  background-image: linear-gradient(-18deg, #005036 0%, #006845 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005036', endColorstr='#006845',GradientType=1 );
}
.discovery-slider__slide__bg.bg-image .btn {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.discovery-slider__slide__bg.bg-image .btn:hover, .discovery-slider__slide__bg.bg-image .btn:active, .discovery-slider__slide__bg.bg-image .btn:focus {
  color: #323232;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

/* Standard text - pulls right > 1024px */
.discovery-slider__slide__text {
  color: #323232;
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 20px 14px 54px;
  padding: 1.42857rem 1rem 3.85714rem;
}
.discovery-slider__slide__text h1, .discovery-slider__slide__text h2, .discovery-slider__slide__text h3, .discovery-slider__slide__text h4, .discovery-slider__slide__text h5, .discovery-slider__slide__text h6 {
  page-break-after: avoid;
  break-after: avoid-column;
}
.discovery-slider__slide__text a:not(.btn) {
  color: inherit;
}
.discovery-slider__slide__text .read-more {
  position: absolute;
  color: #006845;
  margin: 0;
  right: 26px;
  right: 1.85714rem;
  bottom: 14px;
  bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .discovery-slider__slide__text .read-more {
    bottom: 16px;
    bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .discovery-slider__slide__text .read-more {
    bottom: 18px;
    bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .discovery-slider__slide__text {
    width: 33.33333%;
    padding: 12px 16px 54px;
    padding: 0.75rem 1rem 3.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .discovery-slider__slide__text {
    padding: 14px 18px 54px;
    padding: 0.77778rem 1rem 3rem;
  }
}

/* Text only slide */
.discovery-slider__text-only {
  /* Background image support */
  /* If there is a bg image do this */
  /* The slide text */
}
.discovery-slider__text-only .discovery-slider__slide__bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.discovery-slider__text-only .transparent-image-overlay {
  z-index: 0;
}
.discovery-slider__text-only .discovery-slider__slide__text {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .discovery-slider__text-only .discovery-slider__slide__text {
    float: none;
    max-width: 850px;
    margin: 0 auto;
  }
}

.information-card .read-more {
  position: static;
  bottom: auto;
  float: right;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

/* The content category */
.discovery-slider__text_cat {
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
}
@media screen and (min-width: 992px) {
  .discovery-slider__text_cat {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .discovery-slider__text_cat {
    margin-top: 10px;
    margin-top: 0.71429rem;
    font-size: 18px;
    font-size: 1rem;
  }
}
.discovery-slider__text_cat .content-label {
  margin-left: -16px;
  padding-left: 16px;
  padding-top: 2px;
  padding-bottom: 3px;
  color: #565656;
  background-color: #e4e5e6;
}
.discovery-slider__text_cat .content-label:hover, .discovery-slider__text_cat .content-label:active, .discovery-slider__text_cat .content-label:focus {
  color: #006845;
}
.discovery-slider__text_cat + h3 {
  margin-top: 14px;
  margin-top: 1rem;
}

/* The text heading */
@media screen and (min-width: 768px) {
  .discovery-slider__text_heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* Slider controls - slick */
.discovery-slider__controls {
  margin: 8px 15px 0px;
  margin: 0.57143rem 1.07143rem 0rem;
}
.discovery-slider__controls:before, .discovery-slider__controls:after {
  content: " ";
  display: table;
}
.discovery-slider__controls:after {
  clear: both;
}
.discovery-slider__controls > div {
  background-color: #006845;
  -webkit-transition: background-color 220ms ease-out 0s;
  -moz-transition: background-color 220ms ease-out 0s;
  -o-transition: background-color 220ms ease-out 0s;
  -ms-transition: background-color 220ms ease-out 0s;
  transition: background-color 220ms ease-out 0s;
  width: 32px;
  height: 32px;
  margin-left: 1px;
  padding: 6px;
  float: right;
}
.discovery-slider__controls > div:hover, .discovery-slider__controls > div:active, .discovery-slider__controls > div:focus {
  cursor: pointer;
  background-color: #005036;
}
@media screen and (min-width: 768px) {
  .discovery-slider__controls > div {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .discovery-slider__controls > div {
    width: 42px;
    height: 42px;
  }
}
.discovery-slider__controls .svg-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.discovery-slider__controls .dfa-svg-icon {
  fill: #fff;
}
.discovery-slider__controls .discovery-slider__controls__pause {
  background-color: #f4f5f6;
}
.discovery-slider__controls .discovery-slider__controls__pause .dfa-svg-icon {
  fill: #006845;
}
.discovery-slider__controls .discovery-slider__controls__pause:hover, .discovery-slider__controls .discovery-slider__controls__pause:focus, .discovery-slider__controls .discovery-slider__controls__pause:active {
  background-color: #009160;
}
.discovery-slider__controls .discovery-slider__controls__pause:hover .dfa-svg-icon, .discovery-slider__controls .discovery-slider__controls__pause:focus .dfa-svg-icon, .discovery-slider__controls .discovery-slider__controls__pause:active .dfa-svg-icon {
  fill: #fff;
}
.discovery-slider__controls .discovery-slider__controls__pause.discovery-slider__controls__paused {
  padding: 4px;
  background-color: #009160;
}
.dfa-theme-blue .discovery-slider__controls .discovery-slider__controls__pause.discovery-slider__controls__paused {
  background-color: #064476;
}
.discovery-slider__controls .discovery-slider__controls__pause.discovery-slider__controls__paused .dfa-svg-icon {
  fill: #fff;
}

/*
 *    Discovery accordion-tabs compontent
 *    Accordion first then tabs > 1024px
 */
/* The tabs */
.accordion-tabs__tabs {
  position: relative;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  max-width: none;
}
.accordion-tabs__tabs:before, .accordion-tabs__tabs:after {
  content: " ";
  display: table;
}
.accordion-tabs__tabs:after {
  clear: both;
}

.accordion-tabs__tabs__item {
  position: relative;
  background-color: #006845;
  color: #fff;
  padding: 10px 14px;
  padding: 0.71429rem 1rem;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 200;
  /*display: block;*/
  /*float: left;*/
  display: table-cell;
  text-align: center;
  border-top: 1px solid #323232;
  border-left: 1px solid #323232;
  border-bottom: 1px solid #323232;
  cursor: pointer;
  -webkit-transition: background-color 120ms ease-out 0s;
  -moz-transition: background-color 120ms ease-out 0s;
  -o-transition: background-color 120ms ease-out 0s;
  -ms-transition: background-color 120ms ease-out 0s;
  transition: background-color 120ms ease-out 0s;
  bottom: -1px;
}
.accordion-tabs__tabs__item:last-child {
  border-right: 1px solid #333;
}
.accordion-tabs__tabs__item.active {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #323232;
}
.accordion-tabs__tabs__item:not(.active):hover, .accordion-tabs__tabs__item:not(.active):active, .accordion-tabs__tabs__item:not(.active):focus {
  color: #323232;
  background-color: #f4f5f6;
}

/* Accordion heading hidden > 1024px */
.accordion-tabs__panel-heading {
  margin-bottom: 4px;
  margin-bottom: 0.28571rem;
  font-size: 18px;
  font-size: 1.28571rem;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
  border-left: 1px solid #323232;
  max-width: none;
  color: #fff;
  background-color: #005036;
  padding: 12px;
  padding: 0.85714rem;
  font-weight: 200;
  margin: 0;
  -webkit-transition: background-color 100ms ease-out 0s;
  -moz-transition: background-color 100ms ease-out 0s;
  -o-transition: background-color 100ms ease-out 0s;
  -ms-transition: background-color 100ms ease-out 0s;
  transition: background-color 100ms ease-out 0s;
}
.accordion-tabs__panel-heading:before, .accordion-tabs__panel-heading:after {
  content: " ";
  display: table;
}
.accordion-tabs__panel-heading:after {
  clear: both;
}
.accordion-tabs__panel-heading:first-child {
  border-top: 1px solid #323232;
}
.accordion-tabs__panel-heading:hover {
  cursor: pointer;
}
.accordion-tabs__panel-heading.active .accordion-tabs__panel-heading__show-more {
  display: none;
}
.accordion-tabs__panel-heading.active .accordion-tabs__panel-heading__show-less {
  display: block;
}

/* Accordions Show more/less */
.accordion-tabs__panel-heading__show-more, .accordion-tabs__panel-heading__show-less {
  width: 10%;
  max-height: 20px;
  max-height: 1.42857rem;
  max-width: 20px;
  max-width: 1.42857rem;
  fill: #fff;
  float: right;
}

.accordion-tabs__panel-heading__show-less {
  display: none;
}

.accordion-tabs__tab-content {
  display: none;
  padding: 14px;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #323232;
  border-top: none;
}
.accordion-tabs__tab-content.active {
  display: block;
}
.accordion-tabs__tab-content:before, .accordion-tabs__tab-content:after {
  content: " ";
  display: table;
}
.accordion-tabs__tab-content:after {
  clear: both;
}
.accordion-tabs__tab-content .gallery-item-play {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordion-tabs .discovery-slider__slide__bg.bg-gradient {
  background-image: none;
}

/* Switch to tabs */
@media screen and (min-width: 1200px) {
  .accordion-tabs .discovery-slider__slide__bg.bg-gradient {
    /* 45 deg gradient */
    background: #005036;
    background: linear-gradient(-18deg, #005036 0%, #006845 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005036', endColorstr='#006845',GradientType=1 );
  }

  .accordion-tabs__tabs {
    /*display: block;*/
    display: table;
  }

  .accordion-tabs__panel-heading {
    display: none;
  }

  .accordion-tabs__tab-content__media, .accordion-tabs__tab-content__text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .accordion-tabs__tab-content__media, .accordion-tabs__tab-content__text {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .accordion-tabs__tab-content {
    border-top: 1px solid #323232;
  }
  .accordion-tabs__tab-content .discovery-slider__text-only {
    padding: 0;
  }
}
/*
 * Site info card
 */
.info-card .content-wrap {
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
.info-card hr {
  border-color: #323232;
  border-width: 2px;
}
.info-card .top-hr {
  margin-top: 0;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.info-card .bottom-hr {
  margin-bottom: 0;
  margin-top: 32px;
  margin-top: 2rem;
}

.info-card__address, .info-card__address__misc, .info-card__person {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
}
.info-card__address > h3, .info-card__address__misc > h3, .info-card__person > h3 {
  margin-top: 0;
  margin-bottom: 14px;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .info-card__address > h3, .info-card__address__misc > h3, .info-card__person > h3 {
    font-size: 22px;
    font-size: 1.22222rem;
  }
}

@media screen and (min-width: 992px) {
  .info-card .landing-feature--heading {
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
  }

  .info-card__address {
    width: 25%;
    margin-bottom: -12px;
    margin-top: -12px;
    padding: 12px 15px 8px;
    background-color: #f4f5f6;
  }

  .info-card__address__misc, .info-card__person {
    width: 37.5%;
    margin-bottom: 0;
  }
}
.info-card__person a {
  font-weight: 400;
  color: inherit;
}
.info-card__person p {
  margin-top: 14px;
  margin-top: 1rem;
}

/* Page text title */
.page-title-row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-title-row:before, .page-title-row:after {
  content: " ";
  display: table;
}
.page-title-row:after {
  clear: both;
}
.page-title-row.page-title-row--narrow {
  margin-left: 0;
  margin-right: 0;
  background-color: #e4e5e6;
}
.page-title-row.page-title-row--narrow:before, .page-title-row.page-title-row--narrow:after {
  content: " ";
  display: table;
}
.page-title-row.page-title-row--narrow:after {
  clear: both;
}
.page-title-row.page-title-row--narrow .page-title__heading {
  padding-top: 16px;
  padding-top: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .page-title-row.page-title-row--narrow .page-title__heading {
    padding-top: 18px;
    padding-top: 1.125rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.page-title-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-title__heading {
  max-width: none;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.main-body--inner-landing .page-title__heading {
  margin-top: 0;
}

.page-title__sub-text {
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  color: #323232;
  font-weight: 200;
}

.page-title__hr {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  margin-top: 1.5rem;
  border-top-width: 2px;
  border-top-color: #005036;
}

@media screen and (min-width: 768px) {
  .page-title__heading {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  .page-title__heading {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .page-title__sub-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/**
  * Various code containers for landing and inner pages
**/
/* Twitter scroller - feature scroller with a Twitter feed */
.scroller-feed .slick-dots li button {
  width: 32px;
  height: 32px;
}
.scroller-feed .slick-dots li button:before {
  width: 32px;
  height: 32px;
  color: #005036;
  font-size: 32px;
}

.landing-feature-section.scroller-feed {
  padding-top: 36px;
  padding-top: 2.25rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}

@media screen and (min-width: 992px) {
  .landing-feature-section .scroller-feed {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }
}
.scroller-feed__scroller-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

.scroller-feed__item__img {
  display: block;
  width: 100%;
  height: auto;
}

.scroller-feed__item {
  position: relative;
}
.scroller-feed__item .landing-feature-image__card {
  border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.scroller-feed__item a:active, .scroller-feed__item a:hover, .scroller-feed__item a:focus {
  text-decoration: underline;
}
.scroller-feed__item a:active .scroller-info__card, .scroller-feed__item a:hover .scroller-info__card, .scroller-feed__item a:focus .scroller-info__card {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.scroller-feed .scroller-feed__controls__desktop {
  display: none;
}
.scroller-feed .scroller-feed__controls__mobile {
  background-color: #f4f5f6;
  margin: 0;
  padding-top: 8px;
  padding-right: 15px;
  width: 100%;
}
.scroller-feed .scroller-feed__controls__mobile .discovery-slider__controls__pause {
  background-color: #fff;
}

.scroller-info__card {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 4.2375%;
  top: 11.3%;
  max-width: 91.525%;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  -webkit-transition: background-color 180ms ease-out 0s;
  -moz-transition: background-color 180ms ease-out 0s;
  -o-transition: background-color 180ms ease-out 0s;
  -ms-transition: background-color 180ms ease-out 0s;
  transition: background-color 180ms ease-out 0s;
}
.scroller-info__card:active, .scroller-info__card:hover, .scroller-info__card:focus {
  background-color: #000;
  background-color: black;
}
.scroller-info__card hr {
  margin-top: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.scroller-feed__item__heading {
  margin-top: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.scroller-feed__item__sub-text {
  font-weight: 400;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.scroller-feed__item__sub-text .dfa-svg-icon {
  display: inline-block;
  fill: #fff;
  width: 14px;
  height: 16px;
  margin-bottom: -3px;
}

.scroller-feed__item__read-more {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.feed-scroller__icon {
  display: inline-block;
  height: 16px;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.landing-section__twitter-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f4f5f6;
}

.twitter-feed-block {
  width: 100%;
}
.twitter-feed-block:before, .twitter-feed-block:after {
  content: " ";
  display: table;
}
.twitter-feed-block:after {
  clear: both;
}

@media screen and (min-width: 992px) {
  .landing-section__twitter-block {
    overflow: hidden;
  }

  .scroller-feed__scroller-block {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .scroller-feed__scroller-block {
    float: left;
    width: 66.66667%;
  }
}

@media screen and (min-width: 992px) {
  .scroller-feed .scroller-feed__controls__desktop {
    margin: 0;
    display: block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .scroller-feed .scroller-feed__controls__desktop {
    float: left;
    width: 66.66667%;
  }
}
@media screen and (min-width: 992px) {
  .scroller-feed .scroller-feed__controls__mobile {
    display: none;
  }

  .landing-section__twitter-block {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .twitter-block__inner-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Code container - wraps misc code - usually iframes so they fill the width of the content area */
.code-container__block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.embed-container-wrapper iframe {
  border: 1px solid #7b7b7b;
  width: 100% !important;
}
.embed-container-wrapper.embed-container-wrapper--news iframe {
  min-height: 220px;
  max-height: 400px;
}

.main-section--landing .embed-container-wrapper iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 400px;
  min-height: 25rem;
}

@media screen and (min-width: 768px) {
  .main-section--landing .embed-container-wrapper iframe {
    min-height: 550px;
    min-height: 34.375rem;
  }

  .embed-container-wrapper.embed-container-wrapper--news iframe {
    min-height: 360px;
  }
}
@media screen and (min-width: 992px) {
  .main-section--landing .embed-container-wrapper iframe {
    min-height: 680px;
    min-height: 42.5rem;
  }

  .embed-container-wrapper.embed-container-wrapper--news {
    max-width: 820px;
  }
  .embed-container-wrapper.embed-container-wrapper--news iframe {
    min-height: 480px;
  }
}
.news-grid {
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
}
.news-grid .news-grid__feature:first-child {
  color: #fff;
}
.news-grid .landing-feature--heading {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-left: 6px solid #006845;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}

.news-grid__feature {
  margin-bottom: 18px;
  margin-bottom: 1.28571rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.news-grid__feature .press-release__label {
  float: left;
  width: 70%;
  padding-left: 15px;
  margin-top: 4px;
  margin-top: 0.28571rem;
}
.news-grid__feature:first-child .news-grid__feature__inner-wrap {
  position: relative;
}
.news-grid__feature:first-child .news-grid__media-wrap {
  float: none;
  width: 100%;
}
.news-grid__feature:first-child .news-grid__feature__img {
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.news-grid__feature:first-child .press-release__label {
  float: none;
  width: auto;
  position: absolute;
  float: none;
  z-index: 100;
  top: 20px;
  padding-left: 0;
  font-size: 14px;
  font-size: 1rem;
  margin-top: 0;
}
.news-grid__feature:first-child .news-grid__feature__details {
  width: 100%;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  position: absolute;
  float: none;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background-image: -o-linear-gradient(top, transparent 0%, black 100%);
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
}
.news-grid__feature:first-child .news-grid__feature__details:hover {
  cursor: pointer;
}
.news-grid__feature:first-child .news-grid__feature__details:hover + .news-grid__feature__overlay {
  background-color: transparent;
}
.news-grid__feature:first-child .news-grid__feature__heading {
  color: #fff;
  font-size: 20px;
  font-size: 1.42857rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.news-grid__feature:first-child .news-grid__feature__date {
  color: #e4e5e6;
}
.news-grid__feature:first-child .news-grid__feature__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.24);
  -webkit-transition: background-color 160ms ease-out 0s;
  -moz-transition: background-color 160ms ease-out 0s;
  -o-transition: background-color 160ms ease-out 0s;
  -ms-transition: background-color 160ms ease-out 0s;
  transition: background-color 160ms ease-out 0s;
}
.news-grid__feature:first-child .news-grid__feature__overlay:hover, .news-grid__feature:first-child .news-grid__feature__overlay:active, .news-grid__feature:first-child .news-grid__feature__overlay:focus {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .news-grid__feature {
    color: #fff;
    width: 50%;
  }
  .news-grid__feature:first-child {
    width: 100%;
  }
  .news-grid__feature:first-child .news-grid__media-wrap {
    height: 0;
    padding-bottom: 57.25%;
  }
  .news-grid__feature:first-child .news-grid__feature__heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .news-grid__feature:first-child .news-grid__feature__date {
    font-size: 0.9975rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) {
  .news-grid__feature {
    width: 25%;
  }
  .news-grid__feature:first-child {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .news-grid__feature:first-child .news-grid__feature__heading {
    color: #fff;
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

.news-grid__feature__inner-wrap {
  position: relative;
}
.news-grid__feature__inner-wrap:before, .news-grid__feature__inner-wrap:after {
  content: " ";
  display: table;
}
.news-grid__feature__inner-wrap:after {
  clear: both;
}

.news-grid__media-wrap {
  overflow: hidden;
  position: relative;
  float: left;
  width: 30%;
}

.news-grid__feature__img {
  display: block;
  width: 100%;
}

.news-grid__feature__anchor {
  color: inherit;
  display: block;
}
.news-grid__feature__anchor:hover, .news-grid__feature__anchor:focus, .news-grid__feature__anchor:active {
  text-decoration: underline;
  color: inherit;
}
.news-grid__feature__anchor:hover .news-grid__feature__heading, .news-grid__feature__anchor:focus .news-grid__feature__heading, .news-grid__feature__anchor:active .news-grid__feature__heading {
  text-decoration: underline;
}

.news-grid__feature__details {
  width: 70%;
  padding-left: 15px;
  float: left;
}
.news-grid__feature__details:hover {
  cursor: pointer;
}
.news-grid__feature__details:hover + .news-grid__feature__overlay {
  background-color: transparent;
}

.news-grid__feature__heading {
  margin: 0;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 600;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.news-grid__feature__label {
  line-height: 1.1;
}

.news-grid__feature__date {
  margin-bottom: 0;
  color: #7b7b7b;
}

@media screen and (min-width: 768px) {
  .news-grid__media-wrap {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
    float: none;
  }

  .news-grid__feature__img {
    width: 100%;
    float: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }

  .news-grid__feature__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .news-grid .press-release__label {
    float: none;
    width: auto;
    position: absolute;
    float: none;
    z-index: 100;
    top: 4px;
    padding-left: 0;
    padding-top: 2px;
    padding-top: 0.125rem;
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
  }

  .news-grid__feature__details {
    width: 100%;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    position: absolute;
    float: none;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background-image: -o-linear-gradient(top, transparent 0%, black 100%);
    background-image: linear-gradient(to bottom, transparent 0%, black 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
  }
  .news-grid__feature__details:hover {
    cursor: pointer;
  }
  .news-grid__feature__details:hover + .news-grid__feature__anchor {
    background-color: transparent;
  }

  .news-grid__feature__date {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 200;
    color: #f4f5f6;
  }

  .news-grid__feature__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.24);
    -webkit-transition: background-color 160ms ease-out 0s;
    -moz-transition: background-color 160ms ease-out 0s;
    -o-transition: background-color 160ms ease-out 0s;
    -ms-transition: background-color 160ms ease-out 0s;
    transition: background-color 160ms ease-out 0s;
  }
  .news-grid__feature__overlay:hover, .news-grid__feature__overlay:active, .news-grid__feature__overlay:focus {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news-grid__feature:first-child .news-grid__feature__details {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }

  .news-grid__feature__heading {
    color: #fff;
    font-size: 22px;
    font-size: 1.22222rem;
  }
}
@media screen and (min-width: 992px) {
  .news-grid__feature__details {
    width: 100%;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }

  .news-grid__feature:first-child .news-grid__feature__details {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
  }

  .news-grid__feature__heading {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-grid__feature__heading {
    font-size: 18px;
    font-size: 1rem;
  }
}
/*
 * Country travel info content
 */
.country-travel-info__heading, .landing-page-title, .inner-page-title {
  margin-top: 0;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 2px solid #565656;
  max-width: none;
}

.landing-page-title {
  border-bottom: 1px solid #e4e5e6;
}

.country-travel-info__flag {
  max-width: 18%;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.country-travel-info__summary, .introduction {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.country-travel-info__datestamp {
  color: #565656;
  font-size: 12px;
  font-size: 0.75rem;
}

/* Legacy country travel status information */
.security-status {
  padding: 14px;
  padding: 0.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  background-color: transparent;
  border: 2px solid #008752;
  max-width: 320px;
  max-width: 20rem;
}
.security-status ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.security-status .security-status__status {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  color: #999;
}
.security-status h3 {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
/*
.security-status .security-status__status--normal {
  background-color: #008752;
}
.security-status .security-status__status--high-caution {
  background-color: #fcbd02;
  display: none;
}
.security-status .security-status__status--avoid {
  background-color: #ff8120;
  display: none;
}
.security-status .security-status__status--do-not {
  background-color: #cc0000;
  display: none;
}
*/
.security-status .security-status__more-info {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.security-status .security-status__more-info a {
  font-weight: 400;
  color: inherit;
}
/*
.security-status.high-caution .security-status__status--normal, .security-status.avoid .security-status__status--normal, .security-status.do-not .security-status__status--normal {
  display: none;
}
*/
.security-status.high-caution {
  border-color: #fcbd02;
}
.security-status.high-caution .security-status__status--high-caution {
  display: list-item;
}
.security-status.avoid {
  border-color: #ff8120;
}
.security-status.avoid .security-status__status--avoid {
  display: list-item;
}
.security-status.do-not {
  border-color: #cc0000;
}
.security-status.do-not .security-status__status--do-not {
  display: list-item;
}

/* Accordion tabs used for country travel information */
.accordion-tabs__tabs__item.accordion-tabs--country__tabs__item {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}

.accordion-tabs__tab-content--country h1 {
  font-size: 28px;
  font-size: 1.75rem;
}
.accordion-tabs__tab-content--country h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.accordion-tabs__tab-content--country h3 {
  font-size: 16px;
  font-size: 1rem;
}
.accordion-tabs__tab-content--country h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #565656;
}

.accordion-tabs--country-info {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 1440px) {
  .accordion-tabs__tabs__item.accordion-tabs--country__tabs__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* Legacy images */
.main-body__main .dfa-img--old {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.main-body__main .landing-feature-section {
  padding-top: 12px;
  padding-top: 0.75rem;
}
.main-body__main .landing-feature-section .feature-heading {
  line-height: 1.24;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* Styling overrides for old tabs until they are retired */
.country-travel__old-tabs_tab-body {
  margin-top: 32px;
  margin-top: 2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f5f6;
}
.country-travel__old-tabs_tab-body:before, .country-travel__old-tabs_tab-body:after {
  content: " ";
  display: table;
}
.country-travel__old-tabs_tab-body:after {
  clear: both;
}
.country-travel__old-tabs_tab-body h1 {
  font-size: 28px;
  font-size: 1.75rem;
}
.country-travel__old-tabs_tab-body h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.country-travel__old-tabs_tab-body h3 {
  font-size: 16px;
  font-size: 1rem;
}
.country-travel__old-tabs_tab-body h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #565656;
}

/* 
 * A-Z listings and filters 
 */
.a-z-listing__filters-wrap:before, .a-z-listing__filters-wrap:after {
  content: " ";
  display: table;
}
.a-z-listing__filters-wrap:after {
  clear: both;
}

.a-z-listing__filter__label {
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  max-width: none;
}

.a-z-listing__filter__label__text {
  color: #7b7b7b;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.a-z-listing__filter__input {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
}

select.a-z-listing__filter__input {
  height: 30px;
}

.a-z-listing__alphabet {
  margin-top: 24px;
  margin-top: 1.5rem;
  background-color: #f4f5f6;
  padding: 4px 15px;
}
.a-z-listing__alphabet p {
  margin-bottom: 0;
}

.a-z-listing__alphabet_letters {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 0;
}
.a-z-listing__alphabet_letters > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.a-z-filters__listing {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
.a-z-filters__listing:before, .a-z-filters__listing:after {
  content: " ";
  display: table;
}
.a-z-filters__listing:after {
  clear: both;
}

.a-z-filters__listing__letter {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.no-flex .a-z-filters__listing {
  margin-left: -15px;
  margin-right: -15px;
}
.no-flex .a-z-filters__listing:before, .no-flex .a-z-filters__listing:after {
  content: " ";
  display: table;
}
.no-flex .a-z-filters__listing:after {
  clear: both;
}
.no-flex .a-z-filters__listing__letter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.a-z-filters__listing__heading {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  color: #565656;
}

.a-z-filters__listing__letter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-z-filters__listing__letter-list__item--hidden, .a-z__item--hidden__text, .a-z__item--hidden__region {
  display: none;
}

.a-z-listing__filters__clear-all {
  clear: both;
  margin-top: 12px;
}
.a-z-listing__filters__clear-all svg {
  fill: #801515;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.a-z-listing__filters__clear-all a {
  color: #323232;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.a-z-listing__filters__clear-all:hover {
  cursor: pointer;
}
.a-z-listing__filters__clear-all:hover svg {
  fill: #6a1111;
}

@media screen and (min-width: 768px) {
  .a-z-listing__filter__label {
    width: 50%;
  }
  .a-z-listing__filter__label:first-child {
    margin-left: 0;
  }

  .a-z-filters__listing__letter {
    width: 47.98927613941%;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }

  .a-z-filters__listing__heading {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }

  .no-flex .a-z-filters__listing__letter {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .no-flex .a-z-filters__listing__letter {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .a-z-filters__listing {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .a-z-filters__listing__letter {
    width: 33.3333333%;
  }
}
.back-to-top-link:before, .back-to-top-link:after {
  content: " ";
  display: table;
}
.back-to-top-link:after {
  clear: both;
}
.back-to-top-link a {
  text-align: right;
  display: block;
  float: right;
}
.back-to-top-link .back-to-top-link__icon {
  display: inline-block;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  margin-left: 4px;
  margin-left: 0.25rem;
}
.back-to-top-link .back-to-top-link__icon svg {
  fill: inherit;
  padding-top: 4px;
  padding-top: 0.25rem;
}

/* 
 * Partner logos
 */
.dfa-partner-logos .landing-feature__block {
  margin: 16px;
  margin: 1rem;
}

.dfa-partner-logos {
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}
.dfa-partner-logos:before, .dfa-partner-logos:after {
  content: " ";
  display: table;
}
.dfa-partner-logos:after {
  clear: both;
}

.dfa-partner-logos__item {
  display: block;
  padding: 0 15px;
  list-style-image: none;
  list-style: none;
  float: left;
  width: 50%;
}
.dfa-partner-logos__item a {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.dfa-partner-logos__image {
  margin: 4px auto;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s;
  transition: 0.22s;
}
.dfa-partner-logos__image:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media (min-width: 768px) {
  .dfa-partner-logos {
    margin: 24px auto;
    margin: 1.5rem auto;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }

  .dfa-partner-logos__item {
    width: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
  }

  .no-flex .dfa-partner-logos__item {
    max-width: 12.5%;
    margin: auto;
    display: inline-block;
    padding: 0 8px;
  }
}
@media (min-width: 1200px) {
  .dfa-partner-logos {
    margin: 32px auto;
    margin: 1.77778rem auto;
  }
}
/**
 * General content page
 *
 **/
/* Main body row */
.main-body {
  margin-left: -15px;
  margin-right: -15px;
}
.main-body:before, .main-body:after {
  content: " ";
  display: table;
}
.main-body:after {
  clear: both;
}

.inner-navigation__show-more__icon, .inner-navigation__show-less__icon {
  width: 18px;
  width: 1.28571rem;
  height: 18px;
  height: 1.28571rem;
}

.inner-navigation__show-less__icon {
  display: none;
}

.main-body__side-bar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .main-body__side-bar {
    float: left;
    width: 25%;
  }
}
.main-body__side-bar a {
  font-weight: 400;
}
.main-body__side-bar .dfa-svg-icon {
  fill: #005036;
}
.main-body__side-bar .inner-navigation__show-more__icon, .main-body__side-bar .inner-navigation__show-less__icon {
  position: absolute;
  top: 19%;
  right: 8px;
  width: 28px;
  width: 2rem;
  height: 28px;
  height: 2rem;
}

.heading--side-bar {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 600;
  margin: 0;
  padding: 14px 16px;
  padding: 1rem 1.14286rem;
  margin-bottom: 16px;
  margin-bottom: 1.14286rem;
  background-color: rgba(228, 229, 230, 0.76);
  border: 1px solid #006845;
  position: relative;
}
.heading--side-bar.active {
  margin-bottom: 0;
  background-color: #fff;
}
.heading--side-bar.active .inner-navigation__show-more__icon {
  display: none;
}
.heading--side-bar.active .inner-navigation__show-less__icon {
  display: inline;
}

.inner-navigation {
  display: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  padding: 16px 0px 0px;
  padding: 1.14286rem 0rem 0rem;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  background-color: #f4f5f6;
}
.inner-navigation li {
  list-style: none;
  position: relative;
}
.inner-navigation li:before, .inner-navigation li:after {
  content: " ";
  display: table;
}
.inner-navigation li:after {
  clear: both;
}
.inner-navigation li li a {
  padding-left: 16px;
  padding-left: 1.14286rem;
}
.inner-navigation li > ul {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  display: none;
  font-size: 15px;
  font-size: 0.9375rem;
}
.inner-navigation li:last-child {
  border-bottom: none;
}
.inner-navigation li.sub-nav > a {
  width: 88%;
}
.inner-navigation .inner-navigation__show-more__icon, .inner-navigation .inner-navigation__show-less__icon {
  width: 12%;
  height: 36px;
  padding: 8px 4px 9px;
  top: 0px;
  right: 0;
  border-left: 1px solid #e4e5e6;
  -webkit-transition: background-color 180ms ease-out 0s;
  -moz-transition: background-color 180ms ease-out 0s;
  -o-transition: background-color 180ms ease-out 0s;
  -ms-transition: background-color 180ms ease-out 0s;
  transition: background-color 180ms ease-out 0s;
}
.inner-navigation .inner-navigation__show-more__icon:active, .inner-navigation .inner-navigation__show-more__icon:hover, .inner-navigation .inner-navigation__show-more__icon:focus, .inner-navigation .inner-navigation__show-less__icon:active, .inner-navigation .inner-navigation__show-less__icon:hover, .inner-navigation .inner-navigation__show-less__icon:focus {
  background-color: #e4e5e6;
}
.inner-navigation a {
  display: block;
  clear: both;
  padding: 8px 8px 8px 8px;
  padding: 0.57143rem 0.57143rem 0.57143rem 0.57143rem;
  -webkit-transition: background-color 120ms ease-out 0s;
  -moz-transition: background-color 120ms ease-out 0s;
  -o-transition: background-color 120ms ease-out 0s;
  -ms-transition: background-color 120ms ease-out 0s;
  transition: background-color 120ms ease-out 0s;
}
.inner-navigation a:hover {
  background-color: #f4f5f6;
}
.inner-navigation [class*='currentbranch'] {
  width: 90%;
  display: block;
  float: left;
}
.inner-navigation [class*='currentbranch'] + a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  clear: none;
  float: right;
  width: 10%;
}
.inner-navigation [class*='currentbranch'] + a:hover {
  background-color: #e4e5e6;
}
.inner-navigation .inner-navigation__parent-link {
  width: 85%;
  display: block;
  float: left;
}
.inner-navigation .inner-navigation__parent-link + .inner-navigation__show-more {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  clear: none;
  width: 15%;
  float: left;
}
.inner-navigation .inner-navigation__parent-link + .inner-navigation__show-more:hover {
  background-color: #e4e5e6;
}
.inner-navigation > li {
  border-bottom: 1px solid #e4e5e6;
}
.inner-navigation > li:first-child {
  border-top: 1px solid #e4e5e6;
}
.inner-navigation > li.active .inner-navigation__show-less__icon {
  display: inline;
}
.inner-navigation > li.active .inner-navigation__show-more__icon {
  display: none;
}

.side-bar__content {
  display: none;
}
.side-bar__content:first-child .side-bar__content__heading {
  margin-top: 0;
}

.side-bar__content__body {
  background-color: #f4f5f6;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.side-bar__content__body img {
  width: auto;
  height: auto !important;
  max-width: 100%;
}

.side-bar__content__heading {
  background-color: rgba(228, 229, 230, 0.76);
  padding: 0.7rem 0.5rem;
  border-style: dashed;
  border-width: 0px 0px 1px;
  margin-bottom: 0;
}
.side-bar__content__heading.side-bar__content__heading__em {
  background-color: rgba(251, 236, 177, 0.92);
}

@media screen and (max-width: 991px) {
  .heading--side-bar:hover {
    cursor: pointer;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .inner-navigation li.sub-nav > a {
    width: 90%;
  }
  .inner-navigation .inner-navigation__show-more__icon, .inner-navigation .inner-navigation__show-less__icon {
    height: 42px;
    width: 10%;
  }

  .side-bar__content__body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .side-bar__content__mobile {
    display: none;
  }

  .side-bar__content {
    display: block;
  }

  .heading--side-bar {
    border: none;
    font-style: italic;
    font-weight: 200;
    padding: 10px;
    padding: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .heading--side-bar .inner-navigation__show-more__icon, .heading--side-bar .inner-navigation__show-less__icon {
    display: none !important;
  }

  .inner-navigation {
    padding: 0px;
    padding: 0rem;
    background-color: transparent;
    display: block !important;
  }
  .inner-navigation .inner-navigation__parent-link {
    width: 85%;
    display: block;
    float: left;
  }
  .inner-navigation .inner-navigation__parent-link + .inner-navigation__show-more {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    clear: none;
    width: 15%;
    float: left;
  }
  .inner-navigation .inner-navigation__parent-link + .inner-navigation__show-more:hover {
    background-color: #e4e5e6;
  }
  .inner-navigation li.sub-nav > a {
    width: 82%;
  }
  .inner-navigation .inner-navigation__show-more__icon, .inner-navigation .inner-navigation__show-less__icon {
    height: 42px;
    width: 18%;
  }
}
.main-body__main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .main-body__main {
    float: left;
    width: 75%;
  }
}
.main-body__main .content-heading {
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .inner-navigation .inner-navigation__show-more__icon, .inner-navigation .inner-navigation__show-less__icon {
    height: 47.6px;
    padding-top: 12px;
    padding-bottom: 13px;
  }

  .main-body__main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .main-body__main {
    float: left;
    width: 75%;
  }
}

@media screen and (min-width: 1200px) {
  /* 
   * Inner landing page 
   */
  .main-body--inner-landing .main-body__main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .main-body--inner-landing .main-body__main {
    float: left;
    width: 75%;
  }
}

/* 
 * Inner landing page 
 */
.main-body--inner-landing .landing-feature-section:first-child {
  padding-top: 0;
}

/** 
 * Footer 
 *
**/
footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-color: #000;
}
footer:before, footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer a {
  color: #fff;
}
footer a:active, footer a:hover, footer a:focus {
  color: #333;
}

.footer-row {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #006845;
}
.footer-row:before, .footer-row:after {
  content: " ";
  display: table;
}
.footer-row:after {
  clear: both;
}
.footer-row.landing-feature-section {
  padding-bottom: 0;
}

.footer-links, .footer-address {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*padding-bottom: 28px;*/
  /*padding-bottom: 2rem;*/
  text-align: center;
}

.footer-address p {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

.footer-links ul {
  padding: 0;
}
.footer-links li {
  list-style: none;
}

.footer-links-list {
  margin-bottom: 28px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .footer-branding img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-links, .footer-address {
    font-size: 16px;
    font-size: 1rem;
  }

  .footer-links {
    width: 70%;
    text-align: left;
  }
  .footer-links li {
    display: inline-block;
  }
  .footer-links li a {
    padding-right: 8px;
    padding-right: 0.5rem;
    padding-left: 8px;
    padding-left: 0.5rem;
    border-left: 1px solid #fff;
  }
  .footer-links li:first-child a {
    border-left: none;
    padding-left: 0px;
    padding-left: 0rem;
  }

  .footer-address {
    width: 30%;
    text-align: right;
  }
}
/* Misc classes */
.dfa-audio-link {
  background-image: url(/media/dfa-2017/style-assets/media/svg-imgs/speaker_icon.svg);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 16px;
  background-size: 1rem;
  padding-left: 26px;
  padding-left: 1.625rem;
}
/* 
 *
 * Overriding libraries 
 *
 */
/* Extends or overwrites some of http://ashleydw.github.io/lightbox/ */
.ekko-lightbox-item img {
  width: 100%;
}

.ekko-lightbox.modal {
  z-index: 1200;
}
.ekko-lightbox.modal-backdrop.in {
  opacity: 0.76;
}
.ekko-lightbox .modal-dialog {
  top: 45%;
}
.ekko-lightbox .modal-content {
  color: #fff;
  background-color: #323232;
  border-bottom-color: #000;
  border-radius: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.ekko-lightbox .modal-header {
  border-bottom: none;
}

/** 
 *    Themeing
 * 
 **   Default is the two-tone DFA Green
 *
 **   Theme-gray is used in consulates, missions, micro-sites
 *    The difference is in the site header the main nav is brand primary green the top header is light gray #e4e5e6de
 * 
 **   Theme-blue is Irish Aid two-tone blue. This does the header in the blue, then all components which have colour will be changed to the Irish
 *    Aid blue
 *
**/
.dfa-theme-gray .header-row {
  color: #005036;
  background-color: #e4e5e6;
}
.dfa-theme-gray svg {
  fill: #005036;
}
.dfa-theme-gray .header-navigation__mobile-search .header-navigation__mobile-icon svg, .dfa-theme-gray .header-navigation__mobile-menu .header-navigation__mobile-icon svg {
  fill: #005036;
}
.dfa-theme-gray .header-navigation__mobile-search.active, .dfa-theme-gray .header-navigation__mobile-search:hover, .dfa-theme-gray .header-navigation__mobile-menu.active, .dfa-theme-gray .header-navigation__mobile-menu:hover {
  background-color: #006845;
}
.dfa-theme-gray .header-navigation__mobile-search.active .header-navigation__mobile-icon svg, .dfa-theme-gray .header-navigation__mobile-search:hover .header-navigation__mobile-icon svg, .dfa-theme-gray .header-navigation__mobile-menu.active .header-navigation__mobile-icon svg, .dfa-theme-gray .header-navigation__mobile-menu:hover .header-navigation__mobile-icon svg {
  fill: #fff;
}
.dfa-theme-gray .header-navigation__mobile-search.active .dfa-icon-label, .dfa-theme-gray .header-navigation__mobile-search:hover .dfa-icon-label, .dfa-theme-gray .header-navigation__mobile-menu.active .dfa-icon-label, .dfa-theme-gray .header-navigation__mobile-menu:hover .dfa-icon-label {
  color: #fff;
}
.dfa-theme-gray .header-title__text.header-title--mobile__text > a:hover, .dfa-theme-gray .header-title__text.header-title--mobile__text > a:active, .dfa-theme-gray .header-title__text.header-title--mobile__text > a:focus {
  color: inherit;
}
.dfa-theme-gray .header-title__text > a:hover, .dfa-theme-gray .header-title__text > a:active, .dfa-theme-gray .header-title__text > a:focus {
  color: inherit;
}
@media screen and (min-width: 992px) {
  .dfa-theme-gray .secondary-navigation .dfa-icon svg {
    fill: #005036;
  }
  .dfa-theme-gray .secondary-nav-link > a {
    border-right-color: #006845;
  }
  .dfa-theme-gray .main-nav-row {
    background-color: #006845;
  }
  .dfa-theme-gray .main-nav-list > li:hover {
    background-color: #005036;
  }
  .dfa-theme-gray .desktop-search .desktop-search-anchor {
    background-color: #005036;
  }
}
.dfa-theme-gray .lang-switcher > a.muted {
  color: #5a5a5a;
}
.dfa-theme-gray .lang-switcher > a.muted:hover, .dfa-theme-gray .lang-switcher > a.muted:active, .dfa-theme-gray .lang-switcher > a.muted:focus {
  text-decoration: none;
}

.dfa-theme-blue a {
  color: #064476;
}
.dfa-theme-blue a.btn-primary {
  color: #fff;
}
.dfa-theme-blue .header-row {
  background-color: #0E61A1;
}
.dfa-theme-blue .header-row a {
  color: #fff;
}
.dfa-theme-blue .header-navigation__mobile-search .dfa-icon-label, .dfa-theme-blue .header-navigation__mobile-menu .dfa-icon-label {
  color: #fff;
}
.dfa-theme-blue .header-navigation__mobile-search.active, .dfa-theme-blue .header-navigation__mobile-search:hover, .dfa-theme-blue .header-navigation__mobile-menu.active, .dfa-theme-blue .header-navigation__mobile-menu:hover {
  background-color: #064476;
}
.dfa-theme-blue .header-title--mobile__cols {
  border-bottom-color: #064476;
}
.dfa-theme-blue .site-search-row, .dfa-theme-blue .main-nav-row {
  border-bottom-color: #064476;
}
.dfa-theme-blue .main-nav__drop-down__link__show-more .dfa-svg-icon {
  fill: #064476;
}
@media screen and (min-width: 992px) {
  .dfa-theme-blue .header-row {
    background-color: #0E61A1;
  }
  .dfa-theme-blue .secondary-navigation {
    color: #005036;
  }
  .dfa-theme-blue .secondary-nav-dropdown .dfa-icon svg {
    fill: #fff;
  }
  .dfa-theme-blue .secondary-nav-dropdown.active .dfa-icon svg {
    fill: #064476;
  }
  .dfa-theme-blue .secondary-nav-dropdown.active a {
    color: #064476;
  }
  .dfa-theme-blue .secondary-nav-link__sub-link {
    border-bottom-color: #064476;
  }
  .dfa-theme-blue .main-nav-row {
    background-color: #064476;
  }
  .dfa-theme-blue .main-nav__drop-down__link__show-more .dfa-svg-icon {
    fill: #fff;
  }
  .dfa-theme-blue .main-nav__drop-down {
    border-bottom-color: #064476;
  }
  .dfa-theme-blue .main-nav-list > li:hover {
    background-color: #0E61A1;
  }
  .dfa-theme-blue .desktop-search .desktop-search-anchor {
    background-color: #0E61A1;
  }
}
.dfa-theme-blue .panel-title > a.panel-heading__anchor {
  color: #064476;
}
.dfa-theme-blue .panel-heading a .panel-heading__show-more__icon .dfa-svg-icon, .dfa-theme-blue .panel-heading a .panel-heading__show-less__icon .dfa-svg {
  fill: #064476;
}
.dfa-theme-blue .heading--side-bar {
  border-color: #064476;
}
.dfa-theme-blue .main-body__side-bar .dfa-svg-icon {
  fill: #064476;
}
.dfa-theme-blue .landing-feature--heading > a {
  color: #323232;
}
.dfa-theme-blue .landing-feature--heading > a:hover, .dfa-theme-blue .landing-feature--heading > a:active, .dfa-theme-blue .landing-feature--heading > a:focus {
  color: #064476;
}
.dfa-theme-blue .discovery-slider__controls__pause {
  background-color: #f4f5f6;
}
.dfa-theme-blue .discovery-slider__controls__pause .dfa-svg-icon {
  fill: #064476;
}
.dfa-theme-blue .accordion-tabs__panel-heading {
  background-color: #064476;
}
.dfa-theme-blue .accordion-tabs__tabs__item {
  background-color: #064476;
}
.dfa-theme-blue .accordion-tabs__tabs__item.active {
  color: #064476;
  background-color: #fff;
  border-bottom-color: #fff;
}
.dfa-theme-blue .page-title__hr {
  border-top-color: #064476;
}
.dfa-theme-blue .archive-subsections.years [class*=currentbranch] a {
  background-color: #0E61A1;
}
.dfa-theme-blue .archive-subsections.years [class*=currentbranch] a:hover, .dfa-theme-blue .archive-subsections.years [class*=currentbranch] a:active, .dfa-theme-blue .archive-subsections.years [class*=currentbranch] a:focus {
  background-color: #064476;
}
.dfa-theme-blue .btn-primary {
  background-color: #0E61A1;
}
.dfa-theme-blue .btn-primary:hover, .dfa-theme-blue .btn-primary:active, .dfa-theme-blue .btn-primary:focus {
  background-color: #064476;
}
.dfa-theme-blue .btn-primary--reversed {
  border-color: #064476;
}
.dfa-theme-blue .btn-primary--reversed:hover, .dfa-theme-blue .btn-primary--reversed:active, .dfa-theme-blue .btn-primary--reversed:focus {
  background-color: #0E61A1;
}
.dfa-theme-blue .btn-transparent {
  color: #fff;
}
.dfa-theme-blue .btn-transparent:hover {
  color: #064476;
}
.dfa-theme-blue .dfa-btn--submit {
  background-color: #0E61A1;
}
.dfa-theme-blue .dfa-btn--submit:hover, .dfa-theme-blue .dfa-btn--submit:active, .dfa-theme-blue .dfa-btn--submit:focus {
  background-color: #064476;
}
.dfa-theme-blue .button {
  border-color: #064476;
  background-color: #0E61A1;
}
.dfa-theme-blue .button a {
  color: #fff;
}
.dfa-theme-blue .button:hover, .dfa-theme-blue .button:active, .dfa-theme-blue .button:focus {
  background-color: #064476;
}
.dfa-theme-blue .press-release__label .content-label {
  background-color: #064476;
}
.dfa-theme-blue .news-listing-entry-anchor {
  color: inherit;
}
.dfa-theme-blue .news-listing-entry-anchor:hover {
  color: #064476;
}
.dfa-theme-blue .news-grid .landing-feature--heading {
  border-left-color: #064476;
}
.dfa-theme-blue .dfa-card--dropshadow .dfa-svg-icon {
  fill: #0E61A1;
}
.dfa-theme-blue .dfa-card--dropshadow:hover .dfa-svg-icon, .dfa-theme-blue .dfa-card--dropshadow:active .dfa-svg-icon, .dfa-theme-blue .dfa-card--dropshadow:focus .dfa-svg-icon {
  fill: #064476;
}
.dfa-theme-blue .dfa-card.dfa-card--horizontal .dfa-svg-icon {
  fill: #323232;
}
.dfa-theme-blue .dfa-card.dfa-card--horizontal:hover .dfa-svg-icon, .dfa-theme-blue .dfa-card.dfa-card--horizontal:focus .dfa-svg-icon, .dfa-theme-blue .dfa-card.dfa-card--horizontal:active .dfa-svg-icon {
  fill: #064476;
}
.dfa-theme-blue .landing-feature-image__card__anchor {
  color: #323232;
}
.dfa-theme-blue .landing-feature-image__card__anchor:hover, .dfa-theme-blue .landing-feature-image__card__anchor:active, .dfa-theme-blue .landing-feature-image__card__anchor:focus {
  color: #064476;
}
.dfa-theme-blue .landing-feature-image__card__anchor:hover .dfa-svg-icon, .dfa-theme-blue .landing-feature-image__card__anchor:active .dfa-svg-icon, .dfa-theme-blue .landing-feature-image__card__anchor:focus .dfa-svg-icon {
  fill: #064476;
}
.dfa-theme-blue .dfa-card--numbers .dfa-card--media {
  background-color: #064476;
}
.dfa-theme-blue .dfa-card--plain--icon:hover .dfa-svg-icon, .dfa-theme-blue .dfa-card--plain--icon:active .dfa-svg-icon, .dfa-theme-blue .dfa-card--plain--icon:focus .dfa-svg-icon {
  fill: #064476;
}
.dfa-theme-blue .dfa-card__anchor {
  color: #323232;
}
.dfa-theme-blue .dfa-card__anchor:hover, .dfa-theme-blue .dfa-card__anchor:focus, .dfa-theme-blue .dfa-card__anchor:active {
  color: #064476;
}
.dfa-theme-blue .discovery-slider__slide__bg.bg-gradient {
  background: #064476;
  background-image: -webkit-linear-gradient(288deg, #064476 0%, #0e61a1 100%);
  background-image: -o-linear-gradient(288deg, #064476 0%, #0e61a1 100%);
  background-image: linear-gradient(18deg, #064476 0%, #0e61a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005036', endColorstr='#006845',GradientType=1 );
}
.dfa-theme-blue .discovery-slider__controls > div:not(.discovery-slider__controls__pause) {
  background-color: #0E61A1;
}
.dfa-theme-blue .discovery-slider__controls > div:not(.discovery-slider__controls__pause):hover, .dfa-theme-blue .discovery-slider__controls > div:not(.discovery-slider__controls__pause):active, .dfa-theme-blue .discovery-slider__controls > div:not(.discovery-slider__controls__pause):focus {
  background-color: #064476;
}
.dfa-theme-blue .discovery-slider__controls__pause:hover, .dfa-theme-blue .discovery-slider__controls__pause:active, .dfa-theme-blue .discovery-slider__controls__pause:focus {
  background-color: #0860a7;
}
.dfa-theme-blue .info-card__person a {
  color: #323232;
}
.dfa-theme-blue .info-card__person a:hover, .dfa-theme-blue .info-card__person a:focus, .dfa-theme-blue .info-card__person a:active {
  color: #064476;
}
.dfa-theme-blue .scroller-feed .discovery-slider__controls__pause.discovery-slider__controls__paused {
  background-color: #0860a7;
}
.dfa-theme-blue .scroller-feed .slick-dots li button:before {
  color: #064476;
}
.dfa-theme-blue blockquote {
  border-left-color: #064476;
}
.dfa-theme-blue .blockquote-left, .dfa-theme-blue .blockquote-right {
  background: #005036;
  background-image: -webkit-linear-gradient(-18deg, #0E61A1 0%, #064476 100%);
  background-image: -o-linear-gradient(-18deg, #0E61A1 0%, #064476 100%);
  background-image: linear-gradient(-18deg, #0E61A1 0%, #064476 100%);
}
.dfa-theme-blue .panel-title > a.panel-heading__anchor {
  color: #064476;
}
.dfa-theme-blue .panel-heading a .panel-heading__show-more__icon .dfa-svg-icon, .dfa-theme-blue .panel-heading a .panel-heading__show-less__icon .dfa-svg-icon {
  fill: #064476;
}
.dfa-theme-blue .panel-heading a .panel-heading__show-more__icon .dfa-svg-icon, .dfa-theme-blue .panel-heading a .panel-heading__show-less__icon .dfa-svg-icon {
  fill: #064476;
}
.dfa-theme-blue .dfa-feature-panel .panel-title > a.panel-heading__anchor {
  color: #fff;
}
.dfa-theme-blue .dfa-feature-panel .panel-heading a .panel-heading__show-more__icon .dfa-svg-icon, .dfa-theme-blue .dfa-feature-panel .panel-heading a .panel-heading__show-less__icon .dfa-svg-icon {
  fill: #fff;
}
.dfa-theme-blue footer {
  background-color: #064476;
}
.dfa-theme-blue footer a {
  color: #fff;
}

/*
 * Styling and classes adapded and carried over from Old Site
 * Styling for any old mark-up carried over
 * 
 */
/* Language switchers - from old site */
.en .lang-switcher.en, .hu .lang-switcher.hu, .ie .lang-switcher.ie, .zh .lang-switcher.zh, .pl .lang-switcher.pl, .es .lang-switcher.es, .ja .lang-switcher.ja {
  display: none;
}

/* Utility classes from old site */
.casestudy-banner {
  margin: 10px 0;
  position: relative;
}

.content .info {
  border: medium none;
  margin-left: 5px;
  vertical-align: bottom;
}

.casestudy-banner .info {
  background-color: #000;
  bottom: 30px;
  font-size: 20px;
  left: 20px;
  padding-bottom: 20px;
  position: absolute;
  width: 315px;
}

.casestudy-banner .info p {
  color: #F0F0F0;
  line-height: 23px;
  margin: 0;
  padding: 18px 15px 0 18px;
}

/* Print only class */
.print-only {
  display: none;
}

/* Print and Share options - old build */
.share {
  padding: 8px 16px 16px;
  border: 2px solid #e4e5e6;
  border-radius: 4px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: none;
  max-width: 820px;
}
.share:before, .share:after {
  content: " ";
  display: table;
}
.share:after {
  clear: both;
}
.share:hover {
  cursor: pointer;
}
.share.share--mobile {
  display: block;
}
.share.share--desktop {
  display: none;
}

.share span {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}

.share img {
  margin-right: 8px;
}

.print-page {
  background-color: #F1F1F1;
  padding: 16px 16px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: none;
  max-width: 820px;
}

.print-page__link {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 28px;
  background: url(/media/dfa/styleassets/images/print-icon.jpg) no-repeat scroll 0 1px transparent;
  display: block;
}
.print-only {
  display: none;
}

@media screen and (min-width: 992px) {
  .share.share--desktop {
    display: block;
  }
  .share.share--mobile {
    display: none;
  }

  .print-page {
    display: block;
  }
  .print-page.print-page--mobile {
    display: none;
  }
}
.taglinks {
  display: none !important;
}

/* Press releases archive */
.archive-subsections.years {
  margin-top: 32px;
  margin-top: 2rem;
}
.archive-subsections.years a {
  background-color: #e4e5e6;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 180ms ease-out 0s;
  -moz-transition: background-color 180ms ease-out 0s;
  -o-transition: background-color 180ms ease-out 0s;
  -ms-transition: background-color 180ms ease-out 0s;
  transition: background-color 180ms ease-out 0s;
  border: 1px solid #565656;
}
.archive-subsections.years a:hover {
  border: 1px solid #565656;
  background-color: #f4f5f6;
}
.archive-subsections.years [class*=currentbranch] a {
  color: #fff;
  background-color: #006845;
  border-color: #e4e5e6;
}
.archive-subsections.years [class*=currentbranch] a:hover {
  background-color: #005036;
}
.archive-subsections ul {
  max-width: none;
  padding: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.archive-subsections ul::before {
  content: "Browse by year";
}
.archive-subsections ul:before, .archive-subsections ul:after {
  content: " ";
  display: table;
}
.archive-subsections ul:after {
  clear: both;
}
.archive-subsections li {
  display: block;
  float: left;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: none;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.archive-subsections li:last-child {
  margin-right: 0;
}
.archive-subsections a {
  font-size: 18px;
  font-size: 1.125rem;
}
.archive-subsections.months .archive-subsections__header {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.archive-subsections.months li {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.archive-subsections__header {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}

.archivemonthlist {
  padding-top: 4px;
  padding-top: 0.25rem;
}
.archivemonthlist h2 {
  margin-top: 0;
}

.publisting {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.publisting .press-release__label {
  background-color: transparent;
  margin-bottom: 0;
}
.publisting .press-release__label .content-label {
  background-color: transparent;
  padding: 0;
  color: #323232;
}
.publisting h3 {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.page-title__heading {
  margin-top: 0px;
  margin-top: 0rem;
}

.page-title__sub-text {
  max-width: none;
}

.page-title__hr {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .page-title__heading {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-title__heading {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.content-label::after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  right: -6.4%;
  transform: skewX(-14deg);
  transform-origin: 100%;
}

/** Supports general content in landing pages **/
.gen-content-landing__block .gen-content-iframe, .press-release .gen-content-iframe {
  margin: 1rem 0 1rem;
  border: none;
}

.main-section--landing .gen-content-landing-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.main-section--landing .gen-content-landing-wrap:before, .main-section--landing .gen-content-landing-wrap:after {
  content: " ";
  display: table;
}
.main-section--landing .gen-content-landing-wrap:after {
  clear: both;
}
.main-section--landing .gen-content-landing__block {
  max-width: 1440px;
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main-section--landing .gen-content-landing__block:before, .main-section--landing .gen-content-landing__block:after {
  content: " ";
  display: table;
}
.main-section--landing .gen-content-landing__block:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .main-section--landing .content-wrap__narrow {
    max-width: 760px;
    max-width: 47.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .main-section--landing .gen-content-landing__block {
    max-width: 1440px;
    max-width: 80rem;
  }
}

/*Go live updates*/
p.visa-dec {
  padding-left: 1rem;
}

.news-listing-entry .press-release__label--case-study {
  color: #fff;
}

.dfa-theme-blue .gsc-search-button-v2 {
  border-color: #064476;
  background-color: #064476;
}

.dfa-theme-blue .gsc-search-button-v2:hover {
  border-color: #0E61A1;
  background-color: #0E61A1;
}

.dfa-theme-blue .header-title__logo {
  max-width: 80%;
}

p.press-release__pub-image__description, .side-bar__content__body p {
  max-width: 100%;
}
@media screen and (min-width: 768px){
  .footer-links {
      width: 75%;
  }
  
  .footer-address {
      width: 25%;
  }
}
ul.footer-links-list {
    max-width: 100%;
}

.footer-links li a {
    padding: 0 0.3rem;
}

footer .footer-links a {
  color: #fff;
}
footer .footer-links a:active, footer .footer-links a:hover, footer .footer-links a:focus {
  color: #fff;
}

.dfa-theme-blue .news-grid__feature__heading {
    color: #fff;
}
.news-listing-entry .press-release__label.press-release__label--employment {
    color: #fff;
}


/*Case Study Update*/
.casestudy-banner .info {
  height: auto !important;
}

@media screen and (max-width: 768px){
  .casestudy-banner .info {
    position: relative;
	width: 100% !important;
    left: 0;
  }
}

.discovery-slider__slide__img-wrap .gallery-item-play .dfa-svg-icon {
  fill: transparent;
}

.publisting img {
    float: left;
    margin-right: 0.5rem;
    margin-top: 1rem;
}

.publisting p a {
    display: block;
    margin-left: 2.25rem
}

/*Funnelback Search*/
.funnelback-search .navbar-collapse input {
    width: 12rem;
    height: 2rem;
    color: #323232;
    font-size: 1rem;
}

.funnelback-search #search-result-count {
    font-size: 0.7rem;
}

.funnelback-search .navbar-brand img {
    display: none;
}

.funnelback-search #search-results {
    max-width: 100%;
}

.funnelback-search .panel-group {
    max-width: 100%;
}

.funnelback-search .text-muted {
    color: #999;
}

.funnelback-search .badge {
    background-color: #777;
}

.funnelback-search .query-result h4 {
    font-size: 1.2rem;
}

.funnelback-search .query-result .text-success {
    font-size: 0.8rem;
}

.funnelback-search .query-result .search-summary {
    font-size: 1rem   
;
}

.funnelback-search .query-result small.text-muted {
    display: none;
}

.dfa-theme-blue .funnelback-search .pagination > .active > a, 
.dfa-theme-blue .funnelback-search .pagination > .active > a:hover, 
.dfa-theme-blue .funnelback-search .pagination > .active > a:focus, 
.dfa-theme-blue .funnelback-search .pagination > .active > span, 
.dfa-theme-blue .funnelback-search .pagination > .active > span:hover, 
.dfa-theme-blue .funnelback-search .pagination > .active > span:focus {
    background-color: #064476;
    border-color: #064476;
}

.dfa-theme-blue .funnelback-search .pagination > li > a:hover, 
.dfa-theme-blue .funnelback-search .pagination > li > a:focus, 
.dfa-theme-blue .funnelback-search .pagination > li > span:hover, 
.dfa-theme-blue .funnelback-search .pagination > li > span:focus {
    color: #064476;
}


.dfa-theme-blue .funnelback-search .pagination-lg > li:first-child > a, 
.dfa-theme-blue .funnelback-search .pagination-lg > li:first-child > span, 
.dfa-theme-blue .funnelback-search .pagination-lg > li:last-child > a, 
.dfa-theme-blue .funnelback-search .pagination-lg > li:last-child > span {
    color: #064476;
}

.dfa-theme-blue .funnelback-search .search-initial .form-control.input-lg.query,
.dfa-theme-blue .funnelback-search .navbar-collapse .form-control.query  {
    color: #323232;
}
.dfa-theme-blue .funnelback-search .search-initial .form-control.input-lg.query::placeholder,
.dfa-theme-blue .funnelback-search .navbar-collapse .form-control.query::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #323232;
    opacity: 1; /* Firefox */
}


.dfa-theme-blue .funnelback-search .search-initial .form-control.input-lg.query:-ms-input-placeholder,
.dfa-theme-blue .funnelback-search .navbar-collapse .form-control.query:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #323232;
}

.dfa-theme-blue .funnelback-search .search-initial .form-control.input-lg.query::-ms-input-placeholder,
.dfa-theme-blue .funnelback-search .navbar-collapse .form-control.query::-ms-input-placeholder { /* Microsoft Edge */
    color: #323232;
}

.funnelback-search hr {
    border-color: #eee;
    max-width: 100%;
}

.funnelback-search .query-result p {
    margin-bottom: 0.5rem;
}

.funnelback-search #search-facets .panel-toggle:hover {
    text-decoration: none;
    cursor: pointer;
}
.funnelback-search .twitter-typeahead input.form-control::placeholder,
.funnelback-search .twitter-typeahead input.form-control{
    color: #323232;    
}
.dfa-theme-blue .funnelback-search .pagination-lg > li.active:first-child > a {
    color: #fff    
}

.funnelback-search .dropdown.float-right.ml-1 {
    margin-left: 0.8rem;
	margin-bottom: 1rem;
}
.funnelback-search .dropdown.float-right.ml-1 #search-limit{
    color: #323232;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.funnelback-search .dropdown.float-right.ml-1 a.dropdown-item {
    display: block;
	padding: 0.3rem;
}

.funnelback-search .dropdown.float-right.ml-1 .dropdown-menu {
    min-width: 78px;
}

.dfa-theme-blue.ie #form-required-element-block {
    display: none;
}

.funnelback-search.container {
    margin-bottom: 1rem;
}

.press-release__label--newsletter .content-label {
    color: #fff;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .homelogos.dfa-partner-logos {
        width: 100%;
        display:block;
   }
   .homelogos.dfa-partner-logos .parent.dfa-partner-logos__item {
        width: auto;
        max-width: none;
   }
}

@media screen and (max-width: 768px){
  .parent.dfa-partner-logos__item a img.dfa-partner-logos__image {
     -webkit-filter: grayscale(0%);
     filter: grayscale(0%);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 768px;) {
   .dfa-partner-logos__item {
        width: 50% !important;
   }
}

@media screen and (min-width: 992px){
	.dfa-theme-gray .main-nav-row, 
	.dfa-theme-default .main-nav-row, 
	.dfa-theme-blue .main-nav-row {
		display: block !important;
	}
}

button.search-button {
    margin-left: 1rem;
}

/*New Large Footer*/
.footer-clearfix:before,
.footer-clearfix:after {
    content: " ";
    display: table;
}
.footer-clearfix:after {
    clear: both;
}
@media screen and (min-width: 1024px){
    .footer-clearfix:after {
        clear: none;
    }
}
footer .footer-large {
    background-color: #d4d4d4;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer-large .footer-links-col {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .footer-large .footer-links-col {
        width: 50%;
        border-bottom: none;
        text-align: left;
        padding-left: 1rem;
        border-left: none;
    }
}
@media screen and (min-width: 1024px) {
    .footer-large .footer-links-col {
        width: 20%;
        border-left: 1px solid #c4c4c4;
    }
}

.footer-large .footer-links-col:first-child {
    border-left: none;
}

.footer-links-col span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #323232;
    padding-top: 0.2rem;
}

.footer-links-col span::after {
    content: " \25BC";
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
   .footer-links-col span::after {
    content: "";
}
}

@media screen and (min-width: 768px) {
    .footer-links-col ul {
        display: block !important;
    }
}
.footer-links-col ul {
    max-width: none;
    color: #006845;
    list-style: none;
    padding: 0;
    display: none;
}
.footer-links-col ul.open {
    opacity: 1;
    display: block;
}
.footer-links-col ul li {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.footer-links-col ul li a {
    color: #005036;
}
.footer-address p {
    max-width: 100%;
    margin-right: 0;
}
.footer-links-col.first {
    display: none;
}
@media screen and (min-width: 768px) {
    .footer-links-col.first {
        display: block;
    }
}

.footer-large .footer-links-col.four-cols {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .footer-large .footer-links-col.four-cols {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .footer-large .footer-links-col.four-cols {
        width: 25%;
    }
}
.footer-large .footer-links-col.three-cols {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .footer-large .footer-links-col.three-cols {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .footer-large .footer-links-col.three-cols {
        width: 33.3%;
    }
}
.footer-large .footer-links-col.two-cols {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .footer-large .footer-links-col.two-cols {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .footer-large .footer-links-col.two-cols {
        width: 50%;
    }
}

.dfa-card.dfa-card--horizontal .dfa-svg-icon.android {
    margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .dfa-card.dfa-card--horizontal .dfa-svg-icon.android {
      margin-top: 2rem;
  }
}

.travel-flag {
    text-align: center;
    margin-bottom: 1.2rem;
    display: none;
}
@media screen and (min-width: 992px) {
  .travel-flag {
    display: block;
  }
}

/*New security Status content*/
.security-status li a {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
}
.security-status {
    padding-bottom: 10px;
    background-color: rgba(228, 229, 230, 0.76);
}
.security-status ul {
    border-top: 1px dotted #BBBBBB;
}
.security-status li {
    border-top: medium none;
    padding: 5px 0;
	border-bottom:1px dotted #BBBBBB;
  color:#adadad;
	
}
.normal .normal, .caution .caution, .extreme .extreme, .avoid .avoid, .do-not .do-not {
    font-weight: bold;
}
.normal .normal {
    /*15/2/13 added display,padding, background reversed colour*/
    display:block;
    padding:5px;
    background-color:#008552;
    color: #FFFFFF;
}
.caution .caution, .extreme .extreme, .avoid .avoid {
   /*15/2/13 added display,padding, background reversed colour*/
    display:block;
    padding:5px;
    background-color:#ff8120;
    color: #FFFFFF;
}
.high-caution .high-caution {
    display:block;
    padding:5px;
    background-color:#fcbd02;
    color: #FFFFFF;
}
.do-not .do-not {
   /*15/2/13 added display,padding, background reversed colour*/
    display:block;
    padding:5px;
    background-color:#cc0000;
    color: #FFFFFF;     
}

.main-body__side-bar .security-status {
    display: none;
}
.mobile-security-status {
	display: block;
}
@media screen and (min-width: 992px) {
	.main-body__side-bar .security-status {
		display: block;
	}
	.mobile-security-status {
	    display: none;
	}
}
.mobile-security-status .security-status {
    max-width: none;
	width: 100%;
}

.col_container.col_2.double-section-box, #verticaltabs {
    display: none !important;
}

.gen-content-landing__block img.dfa-img--old, 
.gen-content-landing__block img {
    max-width: 100% !important; 
    height: auto !important;
}

.side-bar__content .side-bar__content__body p img,
.side-bar__content__mobile .side-bar__content__body p img  {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.travel-flag img {
    border: 1px solid #e5e5e5;
    max-width: 100%;
}

.dfa-card--numbers .dfa-card__card-text__text {
    max-width: 100%;
}

.main-nav__drop-down__link > span > a {
    display: block;
    padding: 8px 8px;
}

@media screen and (max-width: 991px) {
    .desktop-search {
	    display: none !important;
	}
}

.main-nav-list__dropdown a span.main-nav__drop-down__link__show-more {
	display:none;
}	

@media screen and (max-width: 991px) {
	.main-nav-list__dropdown span.main-nav__drop-down__link__show-more {
		display: inline-block;
                float: right;
        padding-top: 0.75rem;
	}
}
@media screen and (min-width: 992px) {
	.main-nav-list__dropdown span.main-nav__drop-down__link__show-more {
		display: none;
	}
}

.main-nav__drop-down__link__show-more .dfa-svg-icon {
    max-height: 12px;
    max-width: 12px;
}

p.button {
    white-space: normal;
}

@media screen and (max-width: 550px) {
    .hero-video-wrapper {
        height: 40vh;
    }
    .hero-image-wrapper {
        height: 80vh;
    }
    .hero-video-wrapper video {
        width: 100% !important;
    }
}

.accordion-tabs__panel-heading a,
.accordion-tabs__panel-heading a:hover,
.accordion-tabs__panel-heading a:focus,
.accordion-tabs__panel-heading a:active,
.accordion-tabs__panel-heading.active a,
.accordion-tabs__panel-heading.active a:hover,
.accordion-tabs__panel-heading.active a:focus,
.accordion-tabs__panel-heading.active a:active{
    color: #fff;
}

.main-nav__drop-down .main-nav__drop-down__link a {
    color: #333;
}

.dfa-theme-gray .secondary-nav-link > a {
    color: #006845;
}

.dfa-theme-gray footer a {
    color: #fff;
}

.dfa-theme-blue footer .footer-row {
    background-color: #064476;
}



@media screen and (max-width: 1200px) {
  .dfa-theme-blue .accordion-tabs__panel-heading.active {
    background-color: #fff;
  }
  .dfa-theme-blue .accordion-tabs__panel-heading.active a {
    color: #064476;
  }
  .dfa-theme-blue .accordion-tabs__panel-heading {
    background-color: #064476;
  }
  .dfa-theme-blue .accordion-tabs__panel-heading a {
    color: #fff;
  }
  .dfa-theme-blue .accordion-tabs__panel-heading.active .accordion-tabs__panel-heading__show-more,
  .dfa-theme-blue .accordion-tabs__panel-heading.active .accordion-tabs__panel-heading__show-less {
    fill: #064476;
  }
}

.panel-title > a.panel-heading__anchor span {
    display: block;
    width: 90%;
}

/*Nov '18 Updates*/
.content-wrap.fullwidth {
    max-width: 100%;
}

.content-wrap.fullwidth .code-container__block {
    padding: 0;
}
.content-wrap.fullwidth .code-container__block h1.landing-feature--heading {
    text-align: center;
    max-width: 100%;
}

.gen-content-landing__block h1,
.gen-content-landing__block h2,
.gen-content-landing__block h3,
.gen-content-landing__block h4,
.gen-content-landing__block h5 {
    max-width: 90%;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
}

.intro-feature-body img {
    max-width: 100%;
    height: 100% !important;
}

/*Return to top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top em {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover em {
    color: #fff;
    top: 5px;
}

/*Hero Slider*/
.hero-slider {
    position: relative;
    margin: 0 0;
}

.hero-slider .hero-text {
    padding-left: 30px;
}

.hero-slider-controls {
    position: absolute;
    width: 100%;
    top: 75%;
}
@media screen and (min-width: 992px) {
    .hero-slider-controls {
        top: 70%;
    }
}

@media screen and (min-width: 1650px) {
    .hero-slider-controls {
        top: 45%;
    }
}

.hero-slider-controls .content-wrap {
    text-align: center;
    margin: 0.5rem auto;
}
.hero-slider-controls .content-wrap span {
    padding: 1rem;
    color: #fff;
}
.hero-slider-controls .content-wrap span:hover {
    background-color: #000;
    cursor: pointer;
}
.hero-slider-controls .content-wrap span em {
    font-size: 2.2rem;
}

.dfa-svg-icon.slick-arrow {
    max-width: 50px;
    display: inline;
    max-height: 50px;
    float: right;
    margin-right: 1rem;   
}
@media screen and (min-width: 992px) {
    .dfa-svg-icon.slick-arrow {
        max-width: 60px;
        max-height: 60px;
    }
}
.dfa-svg-icon.slick-arrow:first-child {
    -moz-transform:    scaleX(-1); /* Gecko */
    -o-transform:      scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform:         scaleX(-1); /* Standard */
    filter: FlipH;                 /* IE 6/7/8 */
    float: left;
    margin-left: 1rem;
}
@media screen and (min-width: 1650px) {
  .dfa-svg-icon.slick-arrow {
     margin-right: -80px;
  }
  .dfa-svg-icon.slick-arrow:first-child {
     margin-left: -80px;
  }
}

.dfa-svg-icon.slick-arrow:hover {
    cursor: pointer;
}
.dfa-svg-icon.slick-arrow use {
    fill: #999 !important;
}
.dfa-svg-icon.slick-arrow:hover use {
    fill: #fff !important;
}

.dfa-card__button {
	padding: 1rem 1rem;
	display: block;
}
.dfa-card__button button {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 12px;
    margin-left: 1.5rem;
}
@media screen and (min-width: 1200px) {
	.dfa-card__button {
		padding: 0.88889rem 0.88889rem;
	}
}

.travel-alert__md-icon span.fa {
    font-size: 4rem;
    
}

.travel-alert__md-icon {
    text-align: center;
}

.notice-alert__heading-icon {
    float: right;
    margin-top: -0.4rem;
}

/*Skip to main content*/
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #333;
    background-color:#e3e3e3;
    left: auto;
    top: auto;
    width: 25%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid #333;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}


#comm100-button-24 img {
    max-width: 100%;
}

.job-app-listing {
    margin-bottom: 1rem;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.dfa-site-search-submit .header-navigation__mobile-icon__search {
    width: 18px;
    margin-top: -4.7rem;
    margin-left: 0;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 768px) {
.dfa-site-search-submit .header-navigation__mobile-icon__search {
    width: 22px;
    margin-top: -4rem;
    margin-left: 1rem;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1200px) {
.dfa-site-search-submit .header-navigation__mobile-icon__search {
    width: 22px;
    margin-top: -3.5rem;
    margin-left: 2rem;
  }
}


#japanese body, 
#japanese h1,
#japanese h2,
#japanese h3,
#japanese h4,
#japanese h5,
#japanese h6,
#japanese p,
#japanese blockquote,
#japanese table,
#japanese a,
#japanese article,
#japanese ul,
#japanese li
#japanese aside,
#japanese details,
#japanese figcaption,
#japanese figure,
#japanese footer,
#japanese header,
#japanese hgroup,
#japanese main,
#japanese menu,
#japanese nav,
#japanese section,
#japanese summary {
    font-family: 'MS PGothic', sans-serif !important;
}

.content-wrap p.button a,
.gen-content-landing__block p.button a {
    color: #fff;
}

.gen-content-landing-wrap .gen-content-landing__block p a {
    text-decoration: underline;
}

.issuu-iframe {
    min-height: 500px;
}

@media screen and (min-width: 700px) {
    .issuu-iframe {
		min-height: 700px;
	}
}

@media screen and (min-width: 1024px) {
    .issuu-iframe {
		min-height: 800px;
	}
}

.twitter-alert .travel-alert__summary {
    width: 60%;
    display: inline-block;
}
.twitter-alert .travel-alert__twitter {
    width: 35%;
    display: inline-block;
    float: right;
    padding-right: 2rem;
}

@media screen and (max-width: 768px) {
    .twitter-alert .travel-alert__summary {
        width: 100%;   
    }   
    .twitter-alert .travel-alert__twitter {
        width: 100%;
        padding-right: 0;   
    }
}
@media only screen and (min-width: 890px){
  .dfa-theme-blue #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
    width: auto !important;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.dfa-theme-blue .ot-always-active {
  color: #fff !important;
}
.dfa-theme-blue .ot-floating-button__back svg g,
.dfa-theme-blue .ot-floating-button__front svg path {
  fill: #0E61A1 !important; 
}
.dfa-theme-blue #ot-sdk-btn-floating .ot-floating-button__front,
.dfa-theme-blue #ot-sdk-btn-floating .ot-floating-button__back {
    background-color: #fff !important;
}
.dfa-theme-blue #onetrust-pc-sdk .ot-ven-item>button:focus, .dfa-theme-blue #onetrust-pc-sdk .ot-host-item>button:focus, .dfa-theme-blue #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button:focus, .dfa-theme-blue #onetrust-pc-sdk .ot-acc-cntr>button:focus {
  outline: #fff !important;
}
.dfa-theme-blue #onetrust-pc-sdk .ot-host-item>button:focus {
  border-color: #fff !important
}
.dfa-theme-blue #onetrust-pc-sdk .ot-plus-minus span {
  background: #fff !important;
}
.dfa-theme-blue #onetrust-pc-sdk #ot-host-lst .ot-host-name, .dfa-theme-blue #onetrust-pc-sdk #ot-host-lst .ot-host-name a {
  color: #fff !important;
}
.dfa-theme-blue #ot-back-arw g path {
  fill: #fff !important;
}
@media only screen and (min-width: 890px){
  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
    width: auto !important;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.ot-always-active {
  color: #fff !important;
}
.ot-floating-button__back svg g,
.ot-floating-button__front svg path {
  fill: #004D44 !important; 
}
#ot-sdk-btn-floating .ot-floating-button__front,
#ot-sdk-btn-floating .ot-floating-button__back {
    background-color: #fff !important;
}
#onetrust-pc-sdk .ot-ven-item>button:focus, #onetrust-pc-sdk .ot-host-item>button:focus, #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button:focus, #onetrust-pc-sdk .ot-acc-cntr>button:focus {
  outline: #fff !important;
}
#onetrust-pc-sdk .ot-host-item>button:focus {
  border-color: #fff !important
}
#onetrust-pc-sdk .ot-plus-minus span {
  background: #fff !important;
}
#onetrust-pc-sdk #ot-host-lst .ot-host-name, #onetrust-pc-sdk #ot-host-lst .ot-host-name a {
  color: #fff !important;
}
#ot-back-arw g path {
  fill: #fff !important;
}
#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
  height: 15px !important;
  width: 15px !important;
}
#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.travel-alert-bg-option.no-logo .travel-alert__md-icon-wrap,
    .travel-alert-bg-option.no-logo .travel-alert__heading-icon  {
      display: none;
    }

    .travel-alert-bg-option.no-logo .travel-alert__content {
      padding-left: 2rem;
    }

    .travel-alert-bg-option .travel-alert__summary {
      background-color: transparent;
      padding-left: 0;
      padding-top: 0;
    }
    .travel-buttons {
      background-color: #fff;
      margin-bottom: 2rem;
    } 
    
    .travel-buttons .travel-buttons-country {
      display: table;
      position: relative;
      width: 11%;
      float: left;
      padding: 0.8rem;
      margin: 0.2rem;
      min-height: 110px;
      text-align: center;
      background-color: #f5f5f5;
      border: 1px solid;
      border-color: #ddd;
      /*min-height: 140px;*/
    }
    .travel-buttons .travel-buttons-country__title {
      font-size: 1rem;
      display: table-cell;
      vertical-align: middle;
    }
    .travel-alert-bg-option .travel-alert__summary {
		margin-bottom: 0;	
	}
	.travel-alert-bg-option .travel-alert__content {
		margin-top: 1%;
	}
	.travel-alert-bg-option .travel-alert__content {
    	margin-top: 1rem;
    	margin-bottom: -0.8rem;
	}
    .travel-buttons .travel-buttons-country:hover {
      cursor: pointer;
      -webkit-box-shadow: 1px 4px 12px 2px rgb(50 50 50 / 36%);
        -moz-box-shadow: 1px 4px 12px 2px rgba(50, 50, 50, 0.36);
        box-shadow: 1px 4px 12px 2px rgb(50 50 50 / 36%);
    }
    @media screen and (max-width: 996px) {
      .travel-buttons .travel-buttons-country {
        width: 43%;
        padding: 0.5rem;
        margin: 0.5rem;
        margin-right: 1rem;
        min-height: 60px;
      }
      .travel-buttons .travel-buttons-country__title {
        font-size: 1.3rem;
      }
    }
    .travel-buttons-overlay {
      width: 100%;
      height: 100%;
      background-color: #fff;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 5px;
      opacity: 0;
    }
    .travel-buttons-overlay:hover {
      opacity: 0.1;
    }
.move-left {right: 70px !important;}
@media screen and (max-width: 600px) {
  .move-left {bottom: 10px !important;}  
}
.header-title__text a {
    text-decoration: none;
}
.header-title__text a:hover {
    text-decoration: underline;
}
#servisbot-app {
  position: relative;
  z-index: 9999999999;
}
#servisbot-messenger-iframe-roundel {
  width: 70px !important;
}
.pl.lang-switcher {
  display: none;
} 
.main-nav-list__dropdown:focus .main-nav__drop-down, 
.main-nav-list__dropdown:focus-within .main-nav__drop-down {
  display: block;
}
/*Archive Content CSS*/
.archived .archive-message {
  background-color: #FFCF21;
  padding: 1rem;
  padding-bottom: 0;
  padding-left: 3rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.archived .archive-message p {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.archived .archive-message p a {
    font-weight: 700;
    color: #006845;
}
.archived .main-section {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.archived .main-section .archive-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 2;
}
.archived .main-section .archive-overlay {
  display: none;
}
.archived .main-section{
  background: rgba(0,0,0,0.2);
}
.archived .breadcrumbs-row {
  background-color: rgba(0,0,0,0.1);
}
.archived .side-bar__content__body {
  background-color: rgba(0,0,0,0.05);
}
.archived .side-bar__content__heading {
  background-color: rgba(0,0,0,0.1);
}
.archived .print-page {
  background-color: rgba(0,0,0,0.05);
}
.archived .discovery-slider.landing-feature-section {
  background-color: rgba(0,0,0,0.0) !important;
}
.archived .news-features {
  background-color: rgba(0,0,0,0.0) !important;
}
.archived .discovery-slider__slide__bg {
  background-color: rgba(0,0,0,0.05);
}
.archived .dfa-card .dfa-card__wrap {
  background-color: rgba(0,0,0,0.05);
}
.archived .archive-message span.fa {
  width: 5%;
  display: inline-block;
  float: left;
  font-size: 1.8rem;
  text-align: right;
}
.archived .archive-message p {
  width: 92%;
  display: inline-block;
  float: left;
}

.archived .accordion-tabs--country-info .accordion-tabs--country__tabs__item, .archived .accordion-tabs__tab-content--country {
  background: rgba(0,0,0,0.1);
}   
.travel-pages.archived .archive-message p {
  text-align: left;
  padding-left: 1rem;
}

/*Three-column*/
.three-column {
  clear: both;
  width: 100%;
}
.three-column--column {
  float: left;
  width: 30%;
  padding: 1rem;
  background-color: #efefef;
  margin: 1rem;
  box-sizing: border-box;
  border-radius: 10px;
}
.three-column--column_header {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #323232;
}
@media screen and (max-width: 1024px){
  .three-column--column {
    float: left;
    width: 100%;
  }
}
.search-link a {
  color: #fff;
  padding: 0.58rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: inline-block;
  background-color: #006845;
}
.dfa-theme-blue .search-link a {
  background-color: #0E61A1;
}
@media screen and (max-width: 1024px) {
  .search-link a {
    margin-left: 2rem;
  }
}

.redirect-body {
    overflow: hidden;
}
.redirect-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 10000000000;
  
}

.redirect-overlay .redirect-overlay-message {
  position: absolute; 
  left: 0; 
  right: 0; 
  top: 30%;
  margin-left: auto; 
  margin-right: auto; 
  width: 500px; 
  padding: 4rem;
  padding-left: 6rem;
  background-color: #fff;
  text-align: center;
}
.redirect-overlay .redirect-overlay-message img {
  width: 100%;
  margin-bottom: 1rem;
  margin-left: -1rem;
}
@media screen and (max-width:650px) {
    .redirect-overlay .redirect-overlay-message {
        width: 300px;
        padding: 1rem;
    }
}
/*File End*/