/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

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

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

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

a {
  color: #00AEEF;
}

a.dark {
  color: #00529b;
}

a.dark:hover {
  color: #00AEEF;
}

a.group {
  color: initial;
}

a > i {
  margin-left: .5rem;
}

h1.plain,
h2.plain,
h3.plain,
h4.plain,
h5.plain,
h6.plain {
  margin-bottom: 0;
}

h1 {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.6rem;
  color: #00529b;
  margin-bottom: 2rem;
}

h2 {
  font-weight: bold;
  font-size: 3.2rem;
  color: #00529b;
  margin-bottom: 2rem;
}

h2.serif {
  font-family: "Roboto Slab";
}

h4 {
  font-size: 1.8rem;
  color: #7F9398;
}

h5 {
  font-size: 1.2rem;
  color: #7F9398;
  text-transform: uppercase;
}

h6 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

h5 + h2 {
  margin-top: 1.5rem;
}

p {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}

p + p {
  margin-top: 2rem;
}

p + h5 {
  margin-top: 3rem;
}

.large {
  font-size: 2.2rem;
  line-height: 3.2rem;
}

.small,
.small p {
  font-size: 1.4rem !important;
  line-height: 2.2rem;
}

dl.accordion {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

dl.accordion > dt > a {
  font-size: 1.8rem;
}

dl.accordion > dt > a.open:before {
  content: '' !important;
}

dl.accordion > dd {
  padding: 3rem !important;
}

.button {
  display: inline-block;
  border: 2px solid #00529b;
  padding: 1rem 3.6rem;
  color: #fff;
  background: #00529b;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button--sm {
  padding: 0.65rem 3.6rem;
}

.button:hover {
  background: #00AEEF;
  color: #fff;
  border-color: #00AEEF;
}

.button.outline {
  background: none;
  color: #00529b;
  border: 2px solid #00529b;
}

.button.outline.light {
  color: #00AEEF;
  background: none;
  border: 2px solid #00AEEF;
}

.button.outline.light:hover {
  background: #00AEEF;
  color: #fff;
}

.button.outline.white {
  color: #fff;
  background: none;
  border: 2px solid #fff;
}

.button.outline.white:hover {
  background: #fff;
  color: #00AEEF;
}

.button.light {
  color: #fff;
  background: #00AEEF;
  border-color: #00AEEF;
}

.button.light:hover {
  background: #00529b;
  color: #fff;
  border-color: #00AEEF;
}

ul.lined {
  margin: 1.5rem 0 6rem 0;
  padding: 0;
  list-style: none;
}

ul.lined li {
  padding: 1.6rem 0;
  border-bottom: 1px solid #cdd6da;
}

ul.lined li:first-child {
  border-top: 1px solid #cdd6da;
}

img {
  max-width: 100%;
}

i.checked {
  color: #8DC63F;
}

.wrap {
  max-width: 126.0rem;
  margin: 0 auto;
  position: relative;
  padding: 0 3rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.text-medium {
  color: #59686b;
}

.text-light {
  color: #7F9398;
}

.text-x-light {
  color: #C4C4C4;
}

.text-reverse {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.bg-light {
  background: #e8f3f8;
}

.rounded-sm {
  border-radius: 0.3rem;
}

.rounded-md {
  border-radius: 0.5rem;
}

.rounded-lg {
  border-radius: 3rem;
}

.shadow {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.shadow-hover-plus:hover {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

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

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

.block {
  display: block;
}

.abs-right {
  position: absolute;
  right: 3rem;
  top: 0;
}

.abs-right-2 {
  position: absolute;
  right: 2rem;
  top: 0;
}

.abs-left {
  position: absolute;
  left: 3rem;
}

.relative {
  position: relative;
}

.abs-bottom {
  position: absolute;
  bottom: 0;
}

.abs-top-3 {
  position: absolute;
  top: 3rem;
}

.abs-top-2 {
  position: absolute;
  top: 2rem;
}

.sm {
  font-size: 1.3rem;
}

.lg {
  font-size: 3.2rem;
}

.hover-zoom {
  overflow: hidden;
}

.hover-zoom a {
  overflow: hidden;
  display: block;
}

.hover-zoom img {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.hover-zoom:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  /*for using REM units*/
}

body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background: #fafafa;
}

.content {
  margin-top: 3rem;
}

.primary {
  padding-right: 6rem !important;
}

.sidebar__section {
  position: relative;
  padding: 2rem 2rem 0.8rem 2rem;
  border: 1px solid #e0e0e0;
  margin-bottom: 5rem;
}

.sidebar__section .label {
  position: absolute;
  top: -1.3rem;
  left: -1rem;
  background: #8DC63F;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.hero {
  background: #e8f3f8;
  margin-bottom: 10rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero .hero__overlay {
  background-color: #00AEEF;
  background-color: rgba(0, 174, 239, 0.87);
  width: 50%;
  min-width: 62.5rem;
  height: 100%;
}

.hero .hero__content {
  padding: 10rem 10rem 10rem 3rem;
  width: 50%;
  min-width: 62.5rem;
  text-align: left;
}

.hero .hero__content h1 {
  margin-bottom: 5rem;
  margin-top: 3rem;
}

.ifas {
  width: 100%;
  padding: .7rem 1rem 0 1rem;
  background: #0021a5;
}

.ifas .ifas__logo {
  line-height: 0;
}

.ifas .ifas__logo img {
  width: 12rem;
}

.navigation {
  position: relative;
  padding-top: 4rem;
  margin-bottom: 3.5rem;
}

.navigation .navigation__logo {
  margin-bottom: 0;
  max-width: 26rem;
}

.navigation .navigation__triggers {
  text-align: right;
  margin-top: auto;
}

.navigation .navigation__triggers li {
  display: inline-block;
}

.navigation .navigation__triggers li:last-child {
  margin-left: 1.5rem;
}

.navigation .navigation__triggers li a {
  display: block;
  font-size: 1.8rem;
  color: #59686b;
}

.navigation .navigation__triggers li a:hover {
  color: #00AEEF;
}

.nav-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  background-color: #00AEEF;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-overlay.open {
  width: 100%;
  background-color: #00AEEF;
  background-color: rgba(0, 174, 239, 0.95);
}

.nav-overlay .close-overlay {
  color: #00529b;
  position: absolute;
  right: 6rem;
  font-size: 2.6rem;
  top: -4.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-overlay .close-overlay.hide {
  display: none;
}

.nav-overlay .nav-overlay__menu {
  width: 60rem;
  margin-top: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.nav-overlay .nav-overlay__menu.show {
  display: block;
}

.nav-overlay .nav-overlay__menu li {
  width: 100%;
}

.nav-overlay .nav-overlay__menu li a {
  font-size: 3rem;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0.3rem;
  position: relative;
}

.nav-overlay .nav-overlay__menu li a.current {
  color: #00529b;
}

.nav-overlay .nav-overlay__menu li a.current:before {
  content: '';
  position: absolute;
  left: -3rem;
  top: calc(50% - .25rem);
  height: .5rem;
  width: 3rem;
  background: #00529b;
  border-radius: 0.3rem;
}

.nav-overlay .nav-overlay__menu li a:hover:not(.current):before {
  content: '';
  position: absolute;
  left: -3rem;
  top: calc(50% - .25rem);
  height: .5rem;
  width: 3rem;
  background: #fff;
  border-radius: 0.3rem;
}

.nav-overlay .nav-overlay__search {
  width: 70%;
  margin-top: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  display: none;
  position: relative;
}

.nav-overlay .nav-overlay__search.show {
  display: block;
}

.nav-overlay .nav-overlay__search:before {
  content: '\f002';
  font-family: fontAwesome;
  color: #00AEEF;
  opacity: 0.6;
  font-size: 2.1rem;
  padding: .2rem;
  font-weight: normal;
  position: absolute;
  top: 1.35rem;
  left: 4.8rem;
}

.nav-overlay .nav-overlay__search input[type=text] {
  border: none;
  font-size: 2.1rem;
  background: #fff;
  width: 100%;
  padding: 1.8rem 1.8rem 1.8rem 5.2rem;
  color: #616465;
  font-weight: normal;
}

.nav-overlay .nav-overlay__search input[type=text]:focus {
  outline: none;
}

.nav-overlay .nav-overlay__search ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7F9398;
  opacity: 0.8;
  /* Firefox */
  font-style: italic;
}

.nav-overlay .nav-overlay__search :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7F9398;
  opacity: 0.8;
  /* Firefox */
  font-style: italic;
}

.nav-overlay .nav-overlay__search ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7F9398;
  opacity: 0.8;
  /* Firefox */
  font-style: italic;
}

.nav-overlay .nav-overlay__search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7F9398;
  opacity: 0.8;
  /* Firefox */
  font-style: italic;
}

.nav-overlay .nav-overlay__search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7F9398;
  opacity: 0.8;
  font-style: italic;
}

.nav-overlay .nav-overlay__search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7F9398;
  opacity: 0.8;
  font-style: italic;
}

.latest {
  padding-bottom: 12rem;
}

.latest .latest__list {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.latest .latest__list li {
  margin-bottom: 3rem;
}

.latest .latest__item {
  position: relative;
  background: #e8f3f8;
  border: 2px solid #e8f3f8;
  padding: 2rem;
  height: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.latest .latest__item:hover {
  border: 2px solid #cce8f5;
}

.latest .latest__item:hover .fa {
  color: #00AEEF;
}

.latest .latest__type {
  position: absolute;
  top: -1.3rem;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.latest .latest__type.news {
  background: #8DC63F;
}

.latest .latest__type.twitter {
  background: #00AEEF;
}

.latest .latest__type.alert {
  background: #ED850B;
}

.latest .latest__type.press-release {
  background: #00529b;
}

.latest .latest__type.work-with-us {
  background: #955EEE;
}

.latest .latest__type.event {
  background: #3d7541;
}

.latest .latest__title {
  font-size: 2.1rem;
  font-weight: 700;
}

.latest .latest__summary {
  font-size: 1.6rem;
  margin: .5rem 0 4rem 0;
}

.latest .latest__date {
  font-size: 1.4rem;
  position: absolute;
  bottom: 2rem;
}

.latest .latest__icon {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.companion-sites {
  padding: 10rem 0 7rem 0;
  margin: 10rem 0;
}

.companion-sites .row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.companion-sites .row > div {
  margin-bottom: 3rem;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.companion-sites .companion-sites__card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.companion-sites .companion-sites__card:hover .fa {
  color: #00AEEF;
}

.companion-sites .companion-sites__card .companion-sites__title {
  padding-right: 6rem;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.companion-sites .companion-sites__card .companion-sites__body {
  padding: 2rem 3rem 2rem 3rem;
  position: relative;
}

.companion-sites .companion-sites__card .companion-sites__image {
  line-height: 0;
  border-radius: 0 0 0.3rem 0.3rem;
  margin-top: auto;
  overflow: hidden;
}

.companion-sites .companion-sites__card .companion-sites__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0 0 0.3rem 0.3rem;
}

.companion-sites .companion-sites__intro p {
  padding-right: 4rem;
}

.connectors {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-top: 1px solid #e0e0e0;
}

.connectors .connectors__icons li {
  display: inline-block;
  margin-right: 2rem;
}

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

@media screen and (min-width: 1025px) {
  .connectors .caip {
    text-align: left;
  }
}

.connectors .social {
  margin-top: 6rem;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .connectors .social {
    margin-top: 0;
  }
}

.connectors .contact {
  margin-top: 6rem;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .connectors .contact {
    text-align: right;
    margin-top: 0;
  }
}

.breadcrumbs {
  margin-bottom: 2.2rem;
}

footer {
  padding: 5rem 3rem;
  background: #0021a5;
  color: #C2DCE8;
  font-size: 1.2rem;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer p + p {
  margin-top: 1.5rem;
}

footer .footer__ifas {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  footer .footer__ifas {
    text-align: left;
  }
}

footer .footer__ifaslogo--small {
  max-width: 12rem;
}

footer .footer__notices {
  margin-top: 3rem;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  footer .footer__notices {
    text-align: left;
    margin-top: 0;
  }
}

footer .footer__uf {
  margin-top: 3rem;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  footer .footer__uf {
    text-align: right;
    margin-top: 0;
  }
}

ul.bordered {
  width: 100%;
  border-top: 1px solid #e0e0e0;
}

ul.bordered li {
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

ul.extended {
  padding: 1.5rem;
}

.content ul, .content ol {
  margin-left: 3rem;
}

.cards {
  margin-bottom: 3rem;
}

.card {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  margin-bottom: 2rem;
}

.card > a {
  height: 100%;
  background: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__media {
  position: relative;
  line-height: 0;
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
  background: #efefef;
}

.card__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0.3rem 0.3rem 0 0;
  min-height: 20rem;
}

.card__media .card__type {
  position: absolute;
  bottom: 0;
  background: #00AEEF;
  color: #fff;
  line-height: 1;
  padding: .5rem 1rem .5rem 2rem;
}

.card__image {
  height: 100%;
}

.card__title {
  color: #00529b;
  font-weight: 700;
  font-size: 1.7rem;
}

.card__title a {
  color: #00529b;
}

.card__content {
  padding: 1rem 2rem 2rem 2rem;
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.card__footer {
  margin-top: auto;
}

.card__footer i {
  margin-right: 5px;
}

.card__footer a {
  display: inline-block;
  vertical-align: bottom;
}

.loader {
  padding: 2rem;
  color: #616465;
  margin-bottom: 3rem;
}

.directory-header {
  padding-bottom: 1.5rem;
  margin-top: 6rem;
  border-bottom: 1px solid #e0e0e0;
  color: #59686b;
}

.directory-header__sort {
  font-size: 1.4rem;
  margin-top: auto;
}

.directory-filters {
  padding-top: 2.2rem;
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
}

.directory-filters__counter {
  display: inline-block;
  vertical-align: top;
  padding: 0.9rem 1.2rem;
  margin-right: 0.3rem;
  margin-bottom: 1rem;
  background: #3D3D3D;
  color: #fff;
}

.directory-filters__search {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 27rem;
  border: 1px solid #c4c4c4;
  padding: 0.98rem 1.5rem;
  background: #fff;
  color: #59686b;
}

.directory-filters__search.tiny {
  max-width: 10.05rem;
}

.directory-filters__list {
  height: auto;
  max-height: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow-y: hidden;
}

.directory-filters__list.open {
  max-height: 1000px;
  margin: 2rem 0 2rem 0;
}

.directory-filters__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: 100%;
  /* set the container width*/
  overflow: visible;
}

.directory-filters__list dl dt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 2rem 0 0;
  text-overflow: ellipsis;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.directory-filters__list dl dt div {
  width: 100%;
  text-align: right;
}

.directory-filters__list dl dt:after {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: #00AEEF;
  border-radius: 50%;
  right: -0.3rem;
}

.directory-filters__list dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  margin-left: auto;
  padding: .9rem 0 0 2rem;
  border-left: 1px solid #e0e0e0;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.directory-filters__list dl dt:first-of-type {
  padding-top: 2rem;
}

.directory-filters__list dl dd:first-of-type {
  padding-top: 3rem;
}

.directory-filters__list dl dt:last-of-type,
.directory-filters__list dl dd:last-of-type {
  padding-bottom: 3rem;
}

.directory-filters__group {
  display: inline-block;
  vertical-align: top;
}

.directory-filters__group li.filter {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  background: #fff;
  border: 1px solid #c4c4c4;
}

.directory-filters__group li.filter label {
  display: inline-block;
  padding: 0.9rem 1.5rem;
  color: #616465;
}

.directory-filters__group li.filter label:hover {
  cursor: pointer;
}

.directory-filters__group li.filter i {
  color: #00AEEF;
  font-size: 1.2rem;
  opacity: 0;
  width: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-left: .4rem;
}

.directory-filters__group li.filter.active {
  background: #e8f3f8;
  border: 1px solid #e8f3f8;
}

.directory-filters__group li.filter.active i {
  opacity: 1;
  width: auto;
}

.directory-filters__group li.filter input {
  height: 0;
  width: 0;
  border: 0;
  overflow: hidden;
  visibility: hidden;
}

.plants {
  margin-top: 1rem;
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.plants .plant {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  margin-bottom: 2rem;
}

.plants .plant > a {
  height: 100%;
  background: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.plants .plant > a:hover .plant__media:before {
  height: 100%;
}

.plants .plant__media {
  position: relative;
  line-height: 0;
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
  background: #efefef;
}

.plants .plant__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0.3rem 0.3rem 0 0;
  min-height: 20rem;
}

.plants .plant__image {
  height: 100%;
}

.plants .plant__lists {
  background: #E04646;
  font-size: 13px;
  color: #fff;
  padding: .3rem 1rem .3rem 1rem;
  line-height: 1.4;
}

.plants .plant__lists.invasive {
  background: #bb2323 !important;
}

.plants .plant__content {
  padding: 1rem 2rem 2rem 2rem;
  min-height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.plants .plant__title {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 1.9rem;
}

.plants .plant__common {
  font-size: 1.4rem;
}

.plants .plant__footer {
  margin-top: auto;
}

.plants .plant__attachments {
  border-top: 1px solid #e0e0e0;
  margin-top: 1rem;
}

.plants .plant__attachments li {
  font-size: 1.3rem;
  margin: .5rem 0 .5rem 0;
}

.plants .plant__attachments li:first-child {
  margin-top: 1rem;
}

.plant-page {
  padding: 3rem 0 6rem 0;
  border-top: 1px solid #e0e0e0;
}

section.plant-page li {
  font-size: 1.8rem !important;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: -0.5rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.gallery li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 22.5%;
  margin: .5%;
  border-radius: 3px;
  padding: 0.8rem;
  background: #fff;
}

.gallery-5 li,
.gallery-10 li,
.gallery-15 li,
.gallery-20 li {
  width: 17.5%;
  margin: .5%;
}

.gallery-3 li {
  width: 31.5%;
  margin: .5%;
}

.gallery-6 li,
.gallery-9 li,
.gallery-11 li {
  width: 13.6666666667%;
  margin: .5%;
}

.gallery-14 li,
.gallery-25 li {
  width: 13%;
  margin: .5%;
}

.gallery.video li:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.gallery li img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.file-list {
  margin-top: -0.6rem;
}

.file-list li:not(:first-child) a {
  border-top: 1px solid #e0e0e0;
}

.file-list li a {
  display: inline-block;
  width: 100%;
  padding: 1.6rem 1.6rem 1.6rem 0;
  position: relative;
}

.file-list li a i {
  opacity: 0.7;
  position: absolute;
  right: 2rem;
  color: #7F9398;
}

.prohibited_list span {
  font-size: 13px;
  color: #fff;
  padding: .3rem 1rem;
  border-radius: 3px;
}

.prohibited_list span:not(:first-child) {
  margin-left: 5px;
}

.prohibited_list span.native-status {
  background: #8DC63F;
}

.prohibited_list span.prohibited-lists,
.prohibited_list span.fleppc-category,
.native-status.non-native-to-florida {
  background: #E04646 !important;
}

.prohibited_list span.invasive {
  background: #bb2323;
}

.video-responsive {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profile_image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.profile_name {
  font-size: 4.5rem;
  font-weight: bold;
  color: #00529b;
}

.profile_body {
  margin-top: 3rem;
  font-size: 2rem;
}

.personnel-title-heading {
  font-weight: bold;
  font-size: 2.8rem;
  color: #7F9398;
  margin-bottom: 2rem;
}
/*# sourceMappingURL=main.css.map */