@charset "UTF-8";
/*!
Theme Name: NAP Global Network
Theme URI: http://napglobalnetwork.org/
Author: Modo Design Group
Author URI: http://mododesigngroup.com
Description: Custom WP Theme for NAP Global Network website
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nap-global-network
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

NAP Global Network is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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, .activities-landing-pg .featured-article:after {
  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;
}

/*--------------------------------------------------------------
# Bourbon, Neat, & Bitters
--------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif !important;
  }
}
button, input[type=button], input[type=reset], input[type=submit],
button,
.button,
.wp-block-button__link {
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #3998E9;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  transition: background-color 0.2s linear;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: #1572c0;
  color: #fff;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled,
button:disabled,
.button:disabled,
.wp-block-button__link:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button.active, input[type=button].active, input[type=reset].active, input[type=submit].active,
button.active,
.button.active,
.wp-block-button__link.active {
  background-color: #1572c0;
  color: #fff;
}
button.btn-primary, input[type=button].btn-primary, input[type=reset].btn-primary, input[type=submit].btn-primary,
button.btn-primary,
.button.btn-primary,
.wp-block-button__link.btn-primary {
  background-color: #85b143;
}
button.btn-primary:hover, button.btn-primary:focus, button.btn-primary.active, input[type=button].btn-primary:hover, input[type=button].btn-primary:focus, input[type=button].btn-primary.active, input[type=reset].btn-primary:hover, input[type=reset].btn-primary:focus, input[type=reset].btn-primary.active, input[type=submit].btn-primary:hover, input[type=submit].btn-primary:focus, input[type=submit].btn-primary.active,
button.btn-primary:hover,
button.btn-primary:focus,
button.btn-primary.active,
.button.btn-primary:hover,
.button.btn-primary:focus,
.button.btn-primary.active,
.wp-block-button__link.btn-primary:hover,
.wp-block-button__link.btn-primary:focus,
.wp-block-button__link.btn-primary.active {
  background-color: #5f8b1d;
  color: #fff;
}
button.btn-secondary, input[type=button].btn-secondary, input[type=reset].btn-secondary, input[type=submit].btn-secondary,
button.btn-secondary,
.button.btn-secondary,
.wp-block-button__link.btn-secondary {
  background-color: #a9acb3;
}
button.btn-secondary:hover, button.btn-secondary:focus, button.btn-secondary.active, input[type=button].btn-secondary:hover, input[type=button].btn-secondary:focus, input[type=button].btn-secondary.active, input[type=reset].btn-secondary:hover, input[type=reset].btn-secondary:focus, input[type=reset].btn-secondary.active, input[type=submit].btn-secondary:hover, input[type=submit].btn-secondary:focus, input[type=submit].btn-secondary.active,
button.btn-secondary:hover,
button.btn-secondary:focus,
button.btn-secondary.active,
.button.btn-secondary:hover,
.button.btn-secondary:focus,
.button.btn-secondary.active,
.wp-block-button__link.btn-secondary:hover,
.wp-block-button__link.btn-secondary:focus,
.wp-block-button__link.btn-secondary.active {
  background-color: #7a7f89;
  color: #fff;
}
button.btn-action, input[type=button].btn-action, input[type=reset].btn-action, input[type=submit].btn-action,
button.btn-action,
.button.btn-action,
.wp-block-button__link.btn-action {
  background-color: #F05A28;
}
button.btn-action:hover, button.btn-action:focus, button.btn-action.active, input[type=button].btn-action:hover, input[type=button].btn-action:focus, input[type=button].btn-action.active, input[type=reset].btn-action:hover, input[type=reset].btn-action:focus, input[type=reset].btn-action.active, input[type=submit].btn-action:hover, input[type=submit].btn-action:focus, input[type=submit].btn-action.active,
button.btn-action:hover,
button.btn-action:focus,
button.btn-action.active,
.button.btn-action:hover,
.button.btn-action:focus,
.button.btn-action.active,
.wp-block-button__link.btn-action:hover,
.wp-block-button__link.btn-action:focus,
.wp-block-button__link.btn-action.active {
  background-color: #cc4d22;
  color: #fff;
}

.photo-button {
  border-radius: 6px;
  border: 2px solid #EFEFEF;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: border 0.3s linear;
}
.photo-button img {
  display: block;
}
.photo-button:hover {
  border: 2px solid #a7a7a7;
}
.photo-button:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(40, 42, 48, 0.2);
}

fieldset {
  background-color: white;
  border: 1px solid #EFEFEF;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #ffffff;
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #d6d6d6;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #3998E9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(34, 140, 230, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

input[type=file] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

#insightly-form {
  margin: 1rem 0;
  padding: 2rem;
}
#insightly-form fieldset {
  border: none;
  background-color: rgba(255, 255, 255, 0.65);
}

.styled-select {
  overflow: hidden;
  margin-bottom: 1.5em;
  position: relative;
  background: rgba(255, 255, 255, 0.65);
  border: solid 1px #8CB4FF;
  width: 100%;
  border-radius: 4px;
}
.styled-select::after {
  clear: both;
  content: "";
  display: table;
}
.styled-select:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 1;
}
.styled-select select {
  appearance: none;
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.entry-content ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
.entry-content ol {
  list-style-type: decimal;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  font-feature-settings: "kern" 1, "liga" 1, "tnum" 1;
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #c9c9c9;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #EFEFEF;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1;
  -webkit-font-smoothing: antialiased;
  color: #4C515C;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 0.5rem;
}

p {
  margin: 0 0 0.75em;
  font-weight: 400;
}

p + h1, ul + h1, ol + h1 {
  margin-top: 2.5rem;
}
p + h2, ul + h2, ol + h2 {
  margin-top: 2rem;
}
p + h3, ul + h3, ol + h3 {
  margin-top: 2rem;
}
p + h4, ul + h4, ol + h4 {
  margin-top: 1.5rem;
}
p + h5, ul + h5, ol + h5 {
  margin-top: 1rem;
}
p + h6, ul + h6, ol + h6 {
  margin-top: 0;
}

h1 {
  font-size: 2.35em;
  letter-spacing: -1px;
}

h2 {
  font-size: 2em;
  letter-spacing: -1px;
}

h3 {
  color: #626874;
  font-size: 1.8em;
  letter-spacing: -1px;
  margin-bottom: 0.85rem;
}

h4 {
  font-size: 1.5em;
  color: #3d414a;
  text-transform: uppercase;
  font-weight: 400;
}

h5 {
  color: #626874;
  font-size: 1.3em;
}

h6 {
  color: #F05A28;
  font-size: 1.1em;
}

a {
  color: #3998E9;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: #1572c0;
}
a:active, a:focus {
  outline: none;
}

hr, .activities-landing-pg .featured-article:after {
  border-bottom: 2px solid #a9acb3;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

html {
  box-sizing: border-box;
}

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

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("lib/fonts/font-awesome//fontawesome-webfont.eot?v=4.2.0");
  src: url("lib/fonts/font-awesome//fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("lib/fonts/font-awesome//fontawesome-webfont.woff?v=4.2.0") format("woff"), url("lib/fonts/font-awesome//fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("lib/fonts/font-awesome//fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

/* 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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

#wrapper {
  min-height: 100vh;
  position: relative;
}

#page {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
#page .container {
  overflow: visible;
}
#page .container .container-header {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 2rem 2rem 0;
}
#page .container .container-header::after {
  clear: both;
  content: "";
  display: table;
}
#page .container .container-header h1, #page .container .container-header h2 {
  color: #f05a28;
  line-height: 1.1em;
  margin-bottom: 0;
}
#page .container .content-area {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 2rem;
}
#page .container .content-area::after {
  clear: both;
  content: "";
  display: table;
}
#page .container .content-area aside .box {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  margin: 0 0 0.75em;
  padding: 1.5em;
}
#page .container .content-area aside .box + .box {
  margin-top: 1.85rem;
}
#page .container .content-area aside section + section {
  margin-top: 3rem;
}
#page .container .content-area + .content-area {
  margin-top: 0.5rem;
}
#page .container section {
  clear: both;
}
#page .container section::after {
  clear: both;
  content: "";
  display: table;
}
#page .container section .section-header {
  margin-bottom: 1.25rem;
}
#page .container section .section-header h1 {
  color: #f05a28;
  line-height: 1.1em;
  margin-bottom: 0;
}
#page .container section .section-header h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
}
#page .container section .section-header .section-title {
  margin-bottom: 0;
}
#page .container section h3.section-title {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
#page .container section + section {
  margin-top: 2.85rem;
}
#page .container section.aggregator .aggregator-header {
  margin-bottom: 2.5rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #ecedee;
}
#page .container section.aggregator .aggregator-header h1 {
  color: #f05a28;
  line-height: 1.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 819px) {
  #page .container .content-area aside {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 820px) {
  #page .container .content-area.has_aside main {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
  }
  #page .container .content-area.has_aside main:last-child {
    margin-right: 0;
  }
  #page .container .content-area.has_aside aside {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  #page .container .content-area.has_aside aside:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  #page .container {
    padding: 0 2rem;
  }
}
#page .search-form [type=search] {
  padding: 0.25rem 0.85rem;
  border-radius: 5px;
}

#masthead {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
#masthead::after {
  clear: both;
  content: "";
  display: table;
}
#masthead .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#masthead .site-branding .site-title {
  margin: 0 2rem;
}
#masthead .site-branding .site-title a {
  display: block;
  height: 70px;
  width: 100%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url("lib/img/nap-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.1s linear;
}
#masthead .site-branding .site-title a:hover {
  opacity: 0.85;
}
#masthead .mobile-toggle {
  display: inline-block;
  background-color: rgba(98, 104, 116, 0.4);
  padding: 0.25rem 0.35rem;
  border-radius: 2px;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.1;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  z-index: 10;
  transition: background-color 0.1s linear;
}
#masthead .mobile-toggle:hover {
  background-color: rgba(98, 104, 116, 0.6);
}
@media screen and (min-width: 960px) {
  #masthead .mobile-toggle {
    display: none;
  }
}
#masthead .main-navigation .menu-item a {
  text-transform: uppercase;
}
#masthead .language-navigation .nav-menu {
  min-width: 180px;
  text-align: center;
}
#masthead .language-navigation .nav-menu::after {
  clear: both;
  content: "";
  display: table;
}
#masthead .language-navigation .nav-menu .menu-item {
  position: relative;
  display: inline-block;
}
#masthead .language-navigation .nav-menu .menu-item + .menu-item {
  margin-left: 0.25rem;
}
#masthead .language-navigation .nav-menu .menu-item + .menu-item:before {
  content: "|";
  color: #4C515C;
  margin-right: 0.25rem;
}
#masthead .language-navigation .nav-menu .menu-item a {
  color: rgba(76, 81, 92, 0.75);
  font-size: 0.95rem;
  padding: 0;
  display: inline-block;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
}
#masthead .language-navigation .nav-menu .menu-item a:hover {
  color: #282a30;
}
#masthead .search-navigation .search-form {
  padding: 0;
  min-width: 180px;
}
#masthead .search-navigation .search-form [type=search] {
  padding: 0.125rem 0.55rem;
  border-radius: 3px;
}
#masthead .search-navigation .search-form [type=search]:placeholder {
  color: #4C515C;
}
#masthead .search-navigation .search-form [type=submit] {
  padding-top: 0;
  margin-top: -2px;
}
#masthead .search-navigation .search-form [type=submit]:hover,
#masthead .search-navigation .search-form [type=search]:focus + [type=submit] {
  color: #4C515C;
}
#masthead .social-btns {
  margin: 0.5rem 0 0;
}
#masthead .social-btns .nav-menu {
  clear: both;
  min-width: 200px;
  text-align: center;
}
#masthead .social-btns .nav-menu::after {
  clear: both;
  content: "";
  display: table;
}
#masthead .social-btns .nav-menu li {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0 6px;
}
#masthead .social-btns .nav-menu li .rnd-icon {
  background-color: #F05A28;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
}
#masthead .social-btns .nav-menu li .rnd-icon:hover {
  background-color: #cc4d22;
}
@media screen and (max-width: 959px) {
  #masthead .site-branding {
    padding: 0.25rem 0;
  }
  #masthead #site-navigation {
    display: none;
    background-color: whitesmoke;
    border-top: 1px solid #cbcbcb;
    padding: 0.5rem 0.5rem 1rem;
  }
  #masthead #site-navigation.toggled-on {
    display: block;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item {
    margin: 0 1rem;
    float: none;
    clear: both;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item::after {
    clear: both;
    content: "";
    display: table;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .menu-item {
    float: unset;
    display: block;
    clear: both;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item + li {
    border-top: 1px solid rgba(98, 104, 116, 0.35);
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item a {
    color: #82858d;
    font-size: 1.1rem;
    line-height: 40px;
    padding: 0 0.5rem;
    display: block;
    font-family: "Ubuntu Condensed", sans-serif;
    font-weight: 400;
    float: left;
    width: 80%;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item a:hover {
    color: #41454e;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item.current_page_ancestor > a {
    color: #282a30;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item.current-menu-item > a {
    color: #0D2454;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .dropdown-toggle {
    background-color: rgba(98, 104, 116, 0.25);
    padding: 0.12em 0.35em;
    outline: none;
    float: right;
    margin-top: 10px;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .dropdown-toggle:before {
    content: "";
    font: normal normal normal 16px/1 FontAwesome;
    color: #F05A28;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .dropdown-toggle:hover {
    background-color: rgba(98, 104, 116, 0.35);
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .dropdown-toggle:hover:before {
    color: #cc4d22;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .dropdown-toggle.toggle-on {
    background-color: rgba(98, 104, 116, 0.35);
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .dropdown-toggle.toggle-on:before {
    content: "";
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .sub-menu {
    border-top: 1px solid rgba(98, 104, 116, 0.45);
    clear: both;
    display: none;
    padding-bottom: 1.85rem;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .sub-menu li {
    margin: 0 1rem;
    float: none;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .sub-menu li + li {
    border-top: 1px solid rgba(98, 104, 116, 0.35);
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .sub-menu li a {
    padding: 0.65rem 0;
    line-height: 1.1;
    font-weight: 400;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .sub-menu li a:hover {
    color: #535863;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .sub-menu li.current_page_ancestor > a {
    color: #282a30;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .sub-menu li.current-menu-item > a {
    color: #0D2454;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item .sub-menu.toggled-on {
    display: block;
  }
  #masthead #site-navigation .main-navigation .nav-menu > .menu-item.toggled-on .sub-menu {
    display: block;
  }
  #masthead #site-navigation .search-navigation {
    margin: 1rem 1rem 0;
  }
  #masthead #site-navigation .language-navigation {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #masthead {
    padding: 1rem 0;
  }
  #masthead .site-branding {
    width: 100%;
  }
  #masthead .site-branding .site-title {
    width: 160px;
    margin: 0 0 0 2rem;
  }
  #masthead .site-branding .site-title a {
    background-position: 0;
  }
  #masthead #site-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -3rem;
  }
  #masthead .main-navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0.85rem;
  }
  #masthead .main-navigation .nav-menu {
    position: relative;
  }
  #masthead .main-navigation .nav-menu::after {
    clear: both;
    content: "";
    display: table;
  }
  #masthead .main-navigation .nav-menu .menu-item {
    float: left;
    position: relative;
  }
  #masthead .main-navigation .nav-menu .menu-item + .menu-item {
    margin-left: 0.125rem;
  }
  #masthead .main-navigation .nav-menu .menu-item a {
    color: #757a85;
    font-size: 1rem;
    line-height: 40px;
    padding: 0 0.5rem;
    display: inline-block;
    font-family: "Ubuntu Condensed", sans-serif;
    font-weight: 400;
  }
  #masthead .main-navigation .nav-menu .menu-item a:hover {
    color: #282a30;
  }
  #masthead .main-navigation .nav-menu .menu-item.current_page_ancestor > a {
    color: #393b41;
  }
  #masthead .main-navigation .nav-menu .menu-item.current-menu-item > a {
    color: #24262b;
  }
  #masthead .main-navigation .nav-menu .menu-item .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.45);
    padding: 0.12em 0.35em;
    margin-left: -0.25rem;
    outline: none;
  }
  #masthead .main-navigation .nav-menu .menu-item .dropdown-toggle:before {
    content: "";
    font: normal normal normal 16px/1 FontAwesome;
    color: #F05A28;
  }
  #masthead .main-navigation .nav-menu .menu-item .dropdown-toggle:hover {
    background-color: rgba(255, 255, 255, 0.65);
  }
  #masthead .main-navigation .nav-menu .menu-item .dropdown-toggle:hover:before {
    color: #cc4d22;
  }
  #masthead .main-navigation .nav-menu .menu-item .dropdown-toggle.hover-on {
    background-color: rgba(255, 255, 255, 0.65);
  }
  #masthead .main-navigation .nav-menu .menu-item.hover-on {
    display: block;
    position: relative;
    z-index: 101;
  }
  #masthead .main-navigation .nav-menu .menu-item .sub-menu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    width: 45vw;
    max-width: 360px;
    display: none;
    padding-bottom: 0.5rem;
    border-left: 1px solid rgba(98, 104, 116, 0.35);
    border-right: 1px solid rgba(98, 104, 116, 0.35);
    border-bottom: 1px solid rgba(98, 104, 116, 0.35);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  #masthead .main-navigation .nav-menu .menu-item .sub-menu li {
    margin: 0;
    float: none;
  }
  #masthead .main-navigation .nav-menu .menu-item .sub-menu li + li {
    border-top: 1px solid rgba(98, 104, 116, 0.35);
  }
  #masthead .main-navigation .nav-menu .menu-item .sub-menu li a {
    padding: 0.65rem 1.25rem;
    line-height: 1.1;
    font-weight: 400;
    border-bottom: none;
    display: block;
    width: 100%;
  }
  #masthead .main-navigation .nav-menu .menu-item .sub-menu li a:hover {
    color: #282a30;
  }
  #masthead .main-navigation .nav-menu .menu-item .sub-menu li:hover {
    background-color: rgba(40, 42, 48, 0.15);
  }
  #masthead .main-navigation .nav-menu .menu-item .sub-menu li.current_page_ancestor > a {
    color: #393b41;
  }
  #masthead .main-navigation .nav-menu .menu-item .sub-menu li.current-menu-item {
    background-color: rgba(40, 42, 48, 0.22);
  }
  #masthead .main-navigation .nav-menu .menu-item .sub-menu li.current-menu-item > a {
    color: #24262b;
  }
  #masthead .main-navigation .nav-menu .menu-item .sub-menu.hover-on {
    display: block;
  }
  #masthead .main-navigation .sub-menu-overlay {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  #masthead .main-navigation .sub-menu-overlay.hover-on {
    display: block;
  }
  #masthead .secondary-navigation {
    position: relative;
    width: 200px;
    padding: 0 10px;
    z-index: 50;
  }
  #masthead .secondary-navigation nav + nav {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1099px) {
  #masthead #site-navigation {
    width: calc(100% - 12px);
  }
}
@media screen and (min-width: 1100px) {
  #masthead {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #masthead .site-branding {
    width: 200px;
  }
  #masthead .site-branding .site-title a {
    height: 84px;
  }
  #masthead #site-navigation {
    width: calc(100% - 220px);
    margin-top: 0;
  }
  #masthead #site-navigation .main-navigation {
    width: calc(100% - 200px);
    padding: 0;
  }
  #masthead #site-navigation .main-navigation .nav-menu {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 1440px) {
  #masthead #site-navigation .main-navigation {
    width: calc(100% - 235px);
    padding-left: 5vw;
  }
  #masthead #site-navigation .main-navigation > .menu-item + .menu-item {
    margin-left: 0.25rem;
  }
}

.sticky-nav {
  position: relative;
  background-color: #ffffff;
  border-bottom: 3px solid #F05A28;
}
.sticky-nav.cloned {
  z-index: 1500;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
}

.search-form {
  border: none;
  background: transparent;
  margin: 0;
  white-space: nowrap;
  padding: 0.65rem 0;
}
.search-form [type=search],
.search-form [type=submit] {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6rem;
}
.search-form [type=search] {
  color: #4C515C;
  margin-bottom: 0;
  text-indent: 1px;
  padding: 0.125rem 0.55rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.65);
  border: solid 1px #EFEFEF;
  width: 100%;
  outline: none;
}
.search-form [type=search]:placeholder {
  color: #898e97;
}
.search-form [type=search]:focus {
  border-color: #88c1f2;
  box-shadow: 0 0 3px #74b7f0;
  background: rgba(255, 255, 255, 0.95);
}
.search-form [type=submit] {
  position: relative;
  cursor: pointer;
  width: 30px;
  color: #898e97;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: -34px;
  padding: 0.1rem 0.55rem 0.2rem;
}
.search-form [type=submit]:hover,
.search-form [type=search]:focus + [type=submit] {
  color: #626874;
}

.menu-social-menu::after {
  clear: both;
  content: "";
  display: table;
}
.menu-social-menu .menu-item a {
  color: #253a65;
}
.menu-social-menu .menu-item a:hover {
  color: #0b1f47;
}
.menu-social-menu .menu-item a:before {
  color: #09193b;
  font: normal normal normal 24px/1 FontAwesome;
  content: "";
  margin-right: 0.35rem;
  width: 24px;
  display: inline-block;
  text-align: center;
}
.menu-social-menu .menu-item a[href*="mailto:"]:before {
  content: "@:";
  font-family: "Ubuntu", sans-serif;
  font-size: 0.9em;
}
.menu-social-menu .menu-item a[href*="twitter.com"]:before {
  content: "";
}
.menu-social-menu .menu-item a[href*="facebook.com"]:before {
  content: "";
}
.menu-social-menu .menu-item a[href*="youtube.com"]:before {
  content: "";
}
.menu-social-menu .menu-item a[href*="linkedin.com"]:before {
  content: "";
}
.menu-social-menu .menu-item + .menu-item {
  margin-top: 0.25rem;
}

#footer.container {
  border-top: 3px solid #F05A28;
  background-color: #EFEFEF;
  padding: 1.5rem 0;
}
#footer.container .content-area {
  background-color: #EFEFEF;
  padding: 0 2rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #626874;
}
#footer .contact-info .contact-label {
  color: #7a7f89;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
#footer .contact-info .contact-block p {
  margin-bottom: 0.125rem;
}
#footer .contact-info .contact-block p a {
  color: #253a65;
}
#footer .contact-info .contact-block p a:hover {
  color: #0b1f47;
}
#footer .contact-info .contact-block .org {
  color: #626874;
  line-height: 1.55rem;
  margin-bottom: 1.5rem;
}
#footer .contact-info .contact-block strong {
  color: #4C515C;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}
#footer .contact-info .contact-block #private-links-menu {
  clear: both;
}
#footer .contact-info .contact-block #private-links-menu::after {
  clear: both;
  content: "";
  display: table;
}
#footer .contact-info .contact-block #private-links-menu .menu-item a {
  color: #31456e;
  font-size: 1rem;
}
#footer .contact-info .contact-block #private-links-menu .menu-item a:hover {
  color: #0a1d43;
}
#footer .contact-info .contact-block #private-links-menu .menu-item + .menu-item {
  margin-top: 0.25rem;
}
@media screen and (min-width: 960px) {
  #footer .contact-info {
    margin-top: 0.35rem;
  }
}
#footer .site-info .copyright {
  margin-top: 1rem;
  font-size: 0.88rem;
}
#footer .site-info .attributions li + li {
  margin-top: 1rem;
}
#footer .site-info .attributions .logo img {
  max-height: 75px;
}
#footer .site-info .attributions .logo + .logo {
  margin-left: 1rem;
}
@media screen and (max-width: 959px) {
  #footer .attributions,
#footer .menu-social-menu {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 620px) {
  #footer .content-area::after {
    clear: both;
    content: "";
    display: table;
  }
  #footer .contact-info {
    float: left;
    display: block;
    margin-right: 1.9607843137%;
    width: 60.7843137255%;
  }
  #footer .contact-info:last-child {
    margin-right: 0;
  }
  #footer .contact-info::after {
    clear: both;
    content: "";
    display: table;
  }
  #footer .site-info {
    float: left;
    display: block;
    margin-right: 1.9607843137%;
    width: 37.2549019608%;
  }
  #footer .site-info:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 820px) {
  #footer .contact-info .contact-block,
#footer .contact-info .menu-social-menu {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
  }
  #footer .contact-info .contact-block:last-child,
#footer .contact-info .menu-social-menu:last-child {
    margin-right: 0;
  }
}

.activities-landing-pg section {
  padding: 2rem 0 0;
}
.activities-landing-pg section .label {
  padding: 0 2.05rem;
  margin: 0 0 0.5rem;
  color: #7a7f89;
  font-size: 0.9em;
  text-transform: uppercase;
}
.activities-landing-pg .featured-article {
  background-color: rgba(255, 255, 255, 0.5);
}
.activities-landing-pg .featured-article .article-banner {
  display: block;
  margin-bottom: 1rem;
}
.activities-landing-pg .featured-article .article-banner::after {
  clear: both;
  content: "";
  display: table;
}
.activities-landing-pg .featured-article .article-banner .featured-image {
  margin: 0;
  position: relative;
}
.activities-landing-pg .featured-article .article-banner .featured-image img {
  border-radius: 8px;
}
.activities-landing-pg .featured-article .article-banner .entry-header h1 a {
  color: #626874;
}
.activities-landing-pg .featured-article .article-banner .entry-header h1 a:hover {
  color: #4e535d;
}
@media screen and (min-width: 480px) {
  .activities-landing-pg .featured-article .article-banner .entry-summary {
    float: right;
    display: block;
    margin-left: 2.5641025641%;
    width: 58.9743589744%;
    margin-top: 0;
  }
  .activities-landing-pg .featured-article .article-banner .entry-summary:last-child {
    margin-left: 0;
  }
  .activities-landing-pg .featured-article .article-banner .featured-image {
    float: right;
    display: block;
    margin-left: 2.5641025641%;
    width: 38.4615384615%;
  }
  .activities-landing-pg .featured-article .article-banner .featured-image:last-child {
    margin-left: 0;
  }
  .activities-landing-pg .featured-article .article-banner.full-width .entry-summary {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 100%;
  }
  .activities-landing-pg .featured-article .article-banner.full-width .entry-summary:last-child {
    margin-right: 0;
  }
}
.activities-landing-pg .featured-article .entry-content .more-link {
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  float: right;
  margin: 0.5rem 0.25rem;
}
.activities-landing-pg .featured-article:after {
  content: "";
  display: block;
  margin-bottom: 0;
}
.activities-landing-pg .donor-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.activities-landing-pg .donor-list ul li {
  width: 32%;
  min-width: 100px;
  padding: 1rem 0.25rem 1.5rem;
}
.activities-landing-pg .donor-list .icon {
  width: 100%;
  max-width: 80px;
  min-height: 60px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.activities-landing-pg .donor-list .icon a {
  display: block;
  line-height: 1;
}
.activities-landing-pg .donor-list .icon a:hover img {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.12);
}
.activities-landing-pg .donor-list .icon img {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.activities-landing-pg .donor-list .country {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (min-width: 620px) {
  .activities-landing-pg .donor-list ul {
    justify-content: center;
  }
  .activities-landing-pg .donor-list ul li {
    width: 25%;
    min-width: 120px;
    padding: 1rem 1rem 1.5rem;
  }
}

@media screen and (min-width: 1100px) {
  #content {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%;
    padding: 2rem 2rem 2rem 0;
  }
  #content:last-child {
    margin-right: 0;
  }

  #sidebar {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
  }
  #sidebar:last-child {
    margin-right: 0;
  }
}
.entry-content::after {
  clear: both;
  content: "";
  display: table;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content figure {
  margin: 0;
}
.entry-content figure.embed {
  text-align: center;
}
@media screen and (max-width: 619px) {
  .entry-content .alignright,
.entry-content .alignleft {
    display: block;
    margin: 0.25rem auto 0.5rem;
  }
}
.entry-content .alignright {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 620px) {
  .entry-content .alignright {
    float: right;
    margin-left: 0.75rem;
  }
}
.entry-content .alignleft {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 620px) {
  .entry-content .alignleft {
    float: left;
    margin-right: 0.75rem;
  }
}
.entry-content figure.alignright img, .entry-content figure.alignleft img {
  min-width: 100%;
}
.entry-content .wp-block-image {
  max-width: 920px;
  margin: 1.85rem auto;
}
.entry-content .wp-block-image a {
  display: block;
  line-height: 1;
  position: relative;
}
.entry-content .wp-block-image a img {
  display: block;
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  transition: border 0.3s linear;
}
.entry-content .wp-block-image a.enlarge:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 5;
  opacity: 0.2;
  color: #282a30;
  transition: opacity 0.3s linear;
}
.entry-content .wp-block-image a.enlarge:hover img {
  border-color: #a7a7a7;
}
.entry-content .wp-block-image a.enlarge:hover:before {
  opacity: 0.8;
}

#site-leadin article,
.page-header {
  background-color: #ffffff;
  padding: 0 2rem 1rem;
  margin: -2rem 0 0;
}

#page .container.leadin, #page .container.leadin-mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  padding: 0;
  min-height: 240px;
}
#page .container.leadin .wp-block-button,
#page .container.leadin .action, #page .container.leadin-mobile .wp-block-button,
#page .container.leadin-mobile .action {
  margin-top: 0.85rem;
  clear: both;
}
#page .container.leadin .wp-block-button .wp-block-button__link,
#page .container.leadin .wp-block-button .button,
#page .container.leadin .action .wp-block-button__link,
#page .container.leadin .action .button, #page .container.leadin-mobile .wp-block-button .wp-block-button__link,
#page .container.leadin-mobile .wp-block-button .button,
#page .container.leadin-mobile .action .wp-block-button__link,
#page .container.leadin-mobile .action .button {
  background-color: #F05A28;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#page .container.leadin .wp-block-button .wp-block-button__link:hover,
#page .container.leadin .wp-block-button .button:hover,
#page .container.leadin .action .wp-block-button__link:hover,
#page .container.leadin .action .button:hover, #page .container.leadin-mobile .wp-block-button .wp-block-button__link:hover,
#page .container.leadin-mobile .wp-block-button .button:hover,
#page .container.leadin-mobile .action .wp-block-button__link:hover,
#page .container.leadin-mobile .action .button:hover {
  background-color: #cc4d22;
}
#page .container.leadin .area, #page .container.leadin-mobile .area {
  padding: 2rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
#page .container.leadin header h1, #page .container.leadin header h2, #page .container.leadin header p,
#page .container.leadin main h1,
#page .container.leadin main h2,
#page .container.leadin main p, #page .container.leadin-mobile header h1, #page .container.leadin-mobile header h2, #page .container.leadin-mobile header p,
#page .container.leadin-mobile main h1,
#page .container.leadin-mobile main h2,
#page .container.leadin-mobile main p {
  font-weight: 400;
}
#page .container.leadin header h1, #page .container.leadin header h2, #page .container.leadin header p,
#page .container.leadin main h1,
#page .container.leadin main h2,
#page .container.leadin main p {
  color: #ffffff;
}
@media screen and (max-width: 619px) {
  #page .container.leadin .area header {
    display: none;
  }
  #page .container.leadin-mobile {
    display: block;
  }
}
@media screen and (min-width: 620px) {
  #page .container.leadin {
    height: auto;
    min-height: 45vh;
    max-height: 920px;
  }
  #page .container.leadin-mobile {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  #page .container.leadin {
    min-height: 65vh;
  }
}
@media print {
  #page .container.leadin .area {
    width: auto;
    max-width: 100%;
  }
  #page .container.leadin-mobile {
    display: none;
  }
}

.collapsable {
  padding-bottom: 0.75rem;
}
.collapsable .collapse-trigger {
  cursor: pointer;
  text-transform: uppercase;
  color: #4C515C;
}
.collapsable .collapse-trigger:before {
  display: none;
}
.collapsable .btn.collapse-trigger {
  padding: 0;
  background: none;
  border: none;
  font-size: 1.792rem;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  cursor: default;
}
.collapsable .btn.collapse-trigger:hover {
  color: #3998e9;
  background: none;
  box-shadow: none;
}
.collapsable > ul {
  margin-left: 1.75rem;
}
@media screen and (max-width: 480px) {
  .collapsable.mobile-disabled .collapse-content {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .collapsable .btn.collapse-trigger {
    padding-left: 3.2em;
  }
  .collapsable .collapse-content label.checkbox {
    color: #5e626c;
  }
}
.collapsable .collapse-trigger:before {
  display: inline;
  content: "";
  color: #4C515C;
  font-size: 1.3em;
  position: relative;
  top: 4px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.collapsable.collapsed .collapse-trigger:before {
  content: "";
  color: #4C515C;
  font-size: 1.3em;
  position: relative;
  top: 4px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content .accordion,
.accordion {
  list-style: none;
  padding: 1rem 0;
}
.entry-content .accordion li,
.accordion li {
  list-style: none;
}
.entry-content .accordion .collapsable .collapse-trigger,
.accordion .collapsable .collapse-trigger {
  transition: color 0.3s linear;
  padding-left: 1.6rem;
}
.entry-content .accordion .collapsable .collapse-trigger:before,
.accordion .collapsable .collapse-trigger:before {
  display: inline-block;
  text-indent: -1.5rem;
  font-size: 1.2rem;
  top: 0;
  content: "";
  transition: color 0.3s linear;
  color: #F05A28;
}
.entry-content .accordion .collapsable.collapsed .collapse-trigger,
.accordion .collapsable.collapsed .collapse-trigger {
  border-color: #ffffff;
}
.entry-content .accordion .collapsable.collapsed .collapse-trigger:hover,
.accordion .collapsable.collapsed .collapse-trigger:hover {
  color: #121316;
}
.entry-content .accordion .collapsable.collapsed .collapse-trigger:hover:before,
.accordion .collapsable.collapsed .collapse-trigger:hover:before {
  color: #F05A28;
}
.entry-content .accordion .collapsable.collapsed .collapse-trigger:before,
.accordion .collapsable.collapsed .collapse-trigger:before {
  color: #626874;
  content: "";
}
.entry-content .accordion .collapsable .collapse-content,
.accordion .collapsable .collapse-content {
  padding-left: 1.6rem;
  padding-bottom: 1.6rem;
}

.form-embed {
  margin: auto;
  text-align: center;
}

.feed article::after {
  clear: both;
  content: "";
  display: table;
}
.feed article + article {
  border-top: 1px solid rgba(57, 152, 233, 0.25);
  margin-top: 1rem;
  padding-top: 1rem;
}

.grid {
  padding: 0 2rem 2rem;
}
.grid::after {
  clear: both;
  content: "";
  display: table;
}

.photo-caption {
  margin-top: 0.75rem;
  color: #878a92;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.4;
}

.entry-content blockquote {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.entry-content p:last-child, .entry-content ul:last-child, .entry-content ol:last-child, .entry-content blockquote:last-child {
  margin-bottom: 0;
}
.entry-content .more-link {
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  float: right;
  margin: 0.5rem 0.25rem;
}
.entry-content .whitespace {
  background-color: #ffffff;
  margin: 0 -2rem;
  padding: 1rem 2rem;
}
.entry-content .logo-group {
  text-align: center;
}
.entry-content .logo-group::after {
  clear: both;
  content: "";
  display: table;
}
.entry-content .logo-group .logo {
  display: inline-block;
}
.entry-content .logo-group .logo + .logo {
  margin-left: 0.5rem;
}
@media screen and (min-width: 820px) {
  .entry-content .columns {
    padding: 1rem 0;
  }
  .entry-content .columns::after {
    clear: both;
    content: "";
    display: table;
  }
  .entry-content .columns .column {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
  }
  .entry-content .columns .column:last-child {
    margin-right: 0;
  }
}

h4.section-title {
  color: #999da5;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.activities-list article .entry-header .entry-title a {
  background-color: #F05A28;
  color: #ffffff;
  padding: 0.5rem;
  text-align: center;
  display: block;
  border-radius: 3px;
}
.activities-list article .entry-header .entry-title a:hover {
  background-color: #cc4d22;
}

.search .entry-footer {
  clear: both;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-menu {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: all 0.3s ease-in-out;
  overflow: hidden;
}
.dropdown.right .dropdown-menu {
  right: -2px;
  left: auto;
}
.dropdown .dropdown-trigger {
  display: block;
  float: left;
  line-height: 1;
  padding: 4px;
}
.dropdown .dropdown-trigger::after {
  clear: both;
  content: "";
  display: table;
}
.dropdown.open .dropdown-menu {
  top: calc(100% - 3px);
  right: -3px;
  z-index: 1000;
  opacity: 1;
  float: none;
}
.dropdown .dropdown-menu {
  background-color: #4C515C;
  border-radius: 4px;
  text-align: left;
  padding: 0.5rem 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: auto;
  right: -9999px;
  bottom: auto;
  opacity: 0;
  transition: opacity 0.15s linear;
  min-width: 260px;
  max-width: calc(100vw - 85px);
}
.dropdown .dropdown-menu:before {
  border: solid transparent;
  border-bottom-color: #4C515C;
  border-width: 6px;
  margin-left: -1px;
  bottom: 100%;
  z-index: 15;
  right: 15px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown .dropdown-menu li {
  display: block;
  width: 100%;
}
.dropdown .dropdown-menu li + li {
  margin-left: 0;
}
.dropdown .dropdown-menu a {
  display: block;
  padding: 0.5rem 1.2rem;
  color: #ffffff;
  width: 100%;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0;
  outline: none;
}
.dropdown .dropdown-menu a i {
  margin-right: 0.25rem;
}
.dropdown .dropdown-menu a:hover {
  background-color: #3d414a;
}
.dropdown .dropdown-menu .sub-menu + .sub-menu {
  border-top: 1px solid #6c6c6c;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.dropdown .dropdown-menu .sub-menu.profile-menu {
  width: 300px;
  max-width: 100%;
  padding-bottom: 0.25rem;
}
.dropdown .dropdown-menu .sub-menu.profile-menu a {
  font-size: 0.95rem;
  line-height: 1.2;
}

@media print {
  @page {
    margin: 0.5cm 1.5cm;
  }
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 65%;
  }
  html * {
    color: #000000 !important;
  }

  .page .container .content-area {
    max-width: none !important;
  }
  .page .container section {
    padding: 0 !important;
  }

  #site-navigation {
    display: none;
  }

  .sticky-nav {
    border-bottom: 1px solid #282a30;
  }
  .sticky-nav #masthead .site-branding .site-title {
    margin: 0;
  }
  .sticky-nav #masthead .site-branding .site-title a {
    text-indent: 0;
    background: none;
    height: auto;
    color: #282a30;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  .sticky-nav #masthead .mobile-toggle {
    display: none;
  }

  #footer.container {
    border-top: 1px solid #282a30;
    background-color: transparent;
  }
  #footer.container .content-area {
    background-color: transparent;
  }
  #footer #private-links-menu,
#footer .menu-social-menu,
#footer .contact-info {
    display: none;
  }
  #footer .site-info {
    max-width: 280px;
  }

  #page .container .area > main {
    width: auto;
    max-width: 100%;
  }
  #page .container .content-area header,
#page .container .content-area h1, #page .container .content-area h2, #page .container .content-area h3, #page .container .content-area h4, #page .container .content-area h5, #page .container .content-area p {
    text-align: left !important;
  }
  #page .container .content-area section {
    page-break-inside: avoid;
  }
  #page .container .content-area .grid {
    display: flex;
    flex-direction: row;
  }
  #page .container.image-layer .image-block {
    display: none !important;
  }
  #page .container.image-layer .area {
    background-color: transparent !important;
  }
  #page .container figure div.img {
    display: none;
  }
  #page .container figure figcaption {
    display: none;
  }

  #gtranslate_wrapper {
    display: none;
  }
}
.error404 .error-404 {
  padding-top: 2rem;
}
.error404 .error-404 .page-header {
  padding: 0;
}
.error404 .aggregator-articles {
  background-color: rgba(98, 104, 116, 0.08);
  padding: 2rem;
  border-radius: 4px;
}
.error404 .activities {
  background-color: #F05A28;
  border-radius: 8px;
  color: #ffffff;
}
.error404 .activities::after {
  clear: both;
  content: "";
  display: table;
}
.error404 .activities h4.section-title {
  color: #ffffff;
  padding: 0 2rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 55px;
  text-indent: -55px;
}
.error404 .activities h4.section-title img {
  position: relative;
  top: 13px;
}
.error404 .activities .white-box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0.5rem;
  margin: 0 0.5rem 0.5rem;
}
.error404 .activities .grid {
  padding: 0;
}
.error404 .activities .grid article .icon {
  display: block;
  margin: 1rem auto;
  width: 65%;
  max-width: 200px;
}
.error404 .activities .grid article .entry-content {
  color: #4C515C;
}
@media screen and (min-width: 960px) {
  .error404 .activities .grid article {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
  }
  .error404 .activities .grid article:last-child {
    margin-right: 0;
  }
  .error404 .activities .grid article + article {
    margin-top: 0;
  }
  .error404 .activities .white-box {
    border-radius: 6px;
    padding: 1rem;
    margin: 0 1rem 1rem;
  }
  .error404 .activities .white-box:after {
    content: "";
    display: block;
    background-image: url("lib/img/analysis-communications.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: 9%;
    margin: 1.45rem auto 0.45rem;
    max-width: 920px;
  }
}

.social-navigation {
  margin: 9.0909% 0;
}

.social-navigation ul {
  list-style: none;
  margin: 0 0 -1.6em 0;
}

.social-navigation li {
  float: left;
}
.social-navigation li + li {
  margin-left: 0.5rem;
}

.social-navigation a {
  display: block;
  height: 2.6rem;
  position: relative;
  width: 2.6rem;
}

.social-navigation a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  font-size: 2.35rem;
  position: absolute;
  top: 0;
  left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
  content: "";
}

.social-navigation a[href*="digg.com"]:before {
  content: "";
}

.social-navigation a[href*="dribbble.com"]:before {
  content: "";
}

.social-navigation a[href*="dropbox.com"]:before {
  content: "";
}

.social-navigation a[href*="facebook.com"]:before {
  content: "";
}

.social-navigation a[href*="flickr.com"]:before {
  content: "";
}

.social-navigation a[href*="foursquare.com"]:before {
  content: "";
}

.social-navigation a[href*="plus.google.com"]:before {
  content: "";
}

.social-navigation a[href*="github.com"]:before {
  content: "";
}

.social-navigation a[href*="instagram.com"]:before {
  content: "";
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "";
}

.social-navigation a[href*="pinterest.com"]:before {
  content: "";
}

.social-navigation a[href*="reddit.com"]:before {
  content: "";
}

.social-navigation a[href*="stumbleupon.com"]:before {
  content: "";
}

.social-navigation a[href*="tumblr.com"]:before {
  content: "";
}

.social-navigation a[href*="twitter.com"]:before {
  content: "";
}

.social-navigation a[href*="vimeo.com"]:before {
  content: "";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "";
}

.social-navigation a[href*="youtube.com"]:before {
  content: "";
}

.social-navigation a[href*="mailto:"]:before {
  content: "";
}

.social-navigation a[href*="spotify.com"]:before {
  content: "";
}

.social-navigation a[href*="twitch.tv"]:before {
  content: "";
}

.social-navigation a[href$="/feed/"]:before {
  content: "";
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #626874;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  color: #626874;
  margin: 6px 0 12px;
  padding: 0 3px;
  font-size: 0.9rem;
  line-height: 1.3;
}
.wp-caption .wp-caption-text {
  text-align: left;
}
.wp-caption.alignright .wp-caption-text {
  text-align: right;
}
.wp-caption a {
  display: block;
  line-height: 1;
  border: 1px solid #EFEFEF;
  transition: border 0.3s linear;
}
.wp-caption a:hover {
  border-color: #a7a7a7;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.mapplic-element.mapplic-fullscreen {
  background-color: #ffffff;
  margin-top: 133px;
}

.image-block {
  background: whitesmoke;
}

img,
.img {
  transition: opacity 0.75s linear;
}
img.lazyload, img.lazyloading,
.img.lazyload,
.img.lazyloading {
  opacity: 0;
}
img.lazyloaded,
.img.lazyloaded {
  opacity: 1;
}

.entry-content .stat-list {
  margin: 0 0 1.5rem;
  padding: 1rem;
}
.entry-content .stat-list .stat {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
}
.entry-content .stat-list .stat .icon {
  opacity: 0.4;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 4;
  text-align: center;
}
.entry-content .stat-list .stat .icon img {
  max-width: 180px;
  width: 100%;
}
.entry-content .stat-list .stat .value {
  text-align: center;
  margin-top: -1.62rem;
  position: relative;
  z-index: 5;
}
.entry-content .stat-list .stat .value span {
  font-size: 1.85rem;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
  border-radius: 50%;
  background-color: #F05A28;
  margin-bottom: 1.85rem;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
}
.entry-content .stat-list .stat .caption {
  color: #70747d;
  font-size: 0.88rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 620px) {
  .entry-content .stat-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .entry-content .stat-list .stat {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .entry-content .stat-list {
    padding: 1.85rem 0;
  }
  .entry-content .stat-list .stat {
    padding: 0 0.25rem;
    width: 22%;
  }
}
@media print {
  .entry-content .stat-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .entry-content .stat-list .stat {
    padding: 0 0.25rem;
    width: 22%;
  }
  .entry-content .stat-list .stat .value span {
    margin-bottom: 0;
  }
  .entry-content .stat-list .stat .caption p {
    text-align: center !important;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("../img/icon/ajax_loader_gray_32.gif") center center no-repeat;
}

/* Arrows */
.slick-slider {
  /* Dots */
}
.slick-slider .slick-arrow {
  z-index: 10;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 26px;
  width: 26px;
  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-slider .slick-prev:hover, .slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-slider .slick-prev:hover:before, .slick-slider .slick-prev:focus:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before {
  opacity: 0.88;
}
.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
  opacity: 0.15;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s linear;
}
.slick-slider .slick-prev {
  left: 16px;
}
[dir=rtl] .slick-slider .slick-prev {
  left: auto;
  right: 0;
}
.slick-slider .slick-prev:before {
  content: "";
}
[dir=rtl] .slick-slider .slick-prev:before {
  content: "";
}
.slick-slider .slick-next {
  right: 16px;
}
[dir=rtl] .slick-slider .slick-next {
  left: 0;
  right: auto;
}
.slick-slider .slick-next:before {
  content: "";
}
[dir=rtl] .slick-slider .slick-next:before {
  content: "";
}
.slick-slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.slick-slider .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-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:focus {
  outline: none;
}
.slick-slider .slick-dots li button:hover:before, .slick-slider .slick-dots li button:focus:before {
  opacity: 0.88;
}
.slick-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: #282a30;
  opacity: 0.15;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-dots li.slick-active button:before {
  color: #F05A28;
  opacity: 1;
}

.panels .panel-nav .menu_title {
  padding: 6px 1rem 6px 2rem;
  font-size: 1.2rem;
  color: #09193b;
  margin-bottom: 0;
}
.panels .panel-nav li a {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-left: 16px solid rgba(240, 90, 40, 0.1);
  border-bottom: none;
  padding: 6px 1rem;
  font-size: 1.2rem;
  color: #4C515C;
  text-transform: uppercase;
}
.panels .panel-nav li a:hover {
  color: #09193b;
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(240, 90, 40, 0.15);
}
.panels .panel-nav li + ul, .panels .panel-nav li + li {
  margin-top: 4px;
}
.panels .panel-nav li.active a {
  color: #09193b;
  background: #ffffff;
  border-color: #F05A28;
}
.panels .panel {
  background: #ffffff;
  padding: 0 1.5rem;
  min-height: 50vh;
  display: none;
}
.panels .panel.active {
  display: block;
}

@media screen and (max-width: 819px) {
  .panels .panel-nav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: #ffffff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 1.5rem;
  }
  .panels .panel-nav ul {
    display: none;
    width: calc(100% - 50px);
  }
  .panels .panel-nav ul > ul {
    width: 100%;
  }
  .panels .panel-nav .menu-toggle {
    display: block;
    width: 50px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    border-bottom: none;
    color: #626874;
    transition: background 0.9s linear;
  }
  .panels .panel-nav .menu-toggle.hover, .panels .panel-nav .menu-toggle:hover {
    border-top-right-radius: 3px;
  }
  .panels .panel-nav.display-menu .menu_title {
    display: none;
  }
  .panels .panel-nav.display-menu ul {
    display: block;
  }
  .panels .panel {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
@media screen and (min-width: 820px) {
  .panels {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .panels .panel-nav {
    width: 240px;
    margin-bottom: 32px;
  }
  .panels .panel-nav .menu_title,
.panels .panel-nav .menu-toggle {
    display: none;
  }
  .panels .panel-container {
    width: calc(100% - 240px);
  }
  .panels .panel {
    width: 100%;
  }
}
@media screen and (min-width: >medium) {
  .panels .panel {
    padding: 1.5rem 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 619px) {
  .home #site-leadin .slick-track {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
  }
  .home #site-leadin .slick-track .slick-slide {
    height: inherit !important;
    display: flex;
    float: none;
  }
  .home #site-leadin .slick-track .slick-slide > div,
.home #site-leadin .slick-track .slick-slide .slide {
    height: inherit !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
  }
  .home #site-leadin .slick-track .slick-slide > div .container,
.home #site-leadin .slick-track .slick-slide .slide .container {
    height: inherit !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1 1 auto;
  }
  .home #site-leadin .slick-track .slick-slide > div .container .area,
.home #site-leadin .slick-track .slick-slide .slide .container .area {
    height: inherit !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1 1 auto;
  }
}
.home #site-leadin .container {
  background-size: cover;
  background-position: center;
  padding: 0;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 619px) {
  .home #site-leadin .container.leadin .area header {
    display: none;
  }
  .home #site-leadin .container.leadin-mobile {
    display: block;
  }
}
@media screen and (min-width: 620px) {
  .home #site-leadin .container {
    min-height: 280px;
    height: 45vh;
    max-height: 920px;
  }
  .home #site-leadin .container.leadin-mobile {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .home #site-leadin .container {
    height: 65vh;
  }
}
.home #site-leadin .container .area {
  padding: 2rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.home #site-leadin .container .area header p {
  color: #ffffff;
  margin: 0 0 0.5em;
}
.home #site-leadin .container .area header p.title {
  background-color: rgba(0, 0, 0, 0.58);
  padding: 4px 8px;
  border-radius: 2px;
  display: inline-block;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3;
  text-transform: uppercase;
  float: left;
  clear: both;
  font-weight: 700;
}
.home #site-leadin .container .area header p:last-child {
  margin-bottom: 0;
}
.home #site-leadin .container .area header .action {
  margin-top: 0.85rem;
  clear: both;
}
.home #site-leadin .container .area header .action .button {
  background-color: #F05A28;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.home #site-leadin .container .area header .action .button:hover {
  background-color: #cc4d22;
}
.home #site-leadin .container .area header .content p {
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .home #site-leadin .container .area header {
    max-width: 85%;
  }
}
@media screen and (min-width: 1100px) {
  .home #site-leadin .container .area header {
    max-width: 55%;
  }
}
.home #site-leadin .container.leadin-mobile {
  min-height: auto;
}
.home #site-leadin .container.leadin-mobile .area {
  background-color: #1e2025;
  padding-top: 0.85rem;
}
.home #site-leadin .container.leadin-mobile .area header .title {
  background-color: transparent;
}
.home .container .content-area main {
  padding: 2rem 0;
}
@media screen and (min-width: 1100px) {
  .home #page .container .content-area section .section-title {
    color: #969aa2;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #ecedee;
  }
}
.home .home-panel-container .home-panels .panel + .panel {
  margin-top: 1.85rem;
}
.home .home-panel-container .home-panels .panel .panel-image .img {
  height: 0;
  padding-bottom: 95%;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
.home .home-panel-container .home-panels .panel header h2 {
  color: #F05A28;
  font-size: 1.6rem;
}
.home .home-panel-container .home-panels .panel .panel-content {
  max-width: 480px;
}
.home .home-panel-container .home-panels .panel .panel-content p {
  font-size: 1.1rem;
  line-height: 1.8;
}
.home .home-panel-container .home-panels .panel .action {
  margin-top: 0.35rem;
}
.home .home-panel-container .home-panels .panel .button.more {
  background-color: #F05A28;
  min-width: 320px;
  text-align: center;
  display: inline-block;
}
.home .home-panel-container .home-panels .panel .button.more:hover {
  background-color: #cc4d22;
}
@media screen and (max-width: 819px) {
  .home .home-panel-container .home-panels .panel header {
    margin-top: 0.85rem;
  }
}
@media screen and (min-width: 820px) {
  .home .home-panel-container .home-panels .panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .home .home-panel-container .home-panels .panel + .panel {
    margin-top: 6rem;
  }
  .home .home-panel-container .home-panels .panel .panel-image {
    width: 30%;
  }
  .home .home-panel-container .home-panels .panel .panel-image .img {
    height: 0;
    padding-bottom: 95%;
    background-position: center;
    background-size: cover;
  }
  .home .home-panel-container .home-panels .panel .panel-content-container {
    width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home .home-panel-container .home-panels .panel:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .home .home-panel-container .home-panels .panel:nth-child(2n) header,
.home .home-panel-container .home-panels .panel:nth-child(2n) .panel-content,
.home .home-panel-container .home-panels .panel:nth-child(2n) .action {
    text-align: right;
    float: right;
    clear: both;
  }
  .home .home-panel-container .home-panels .panel .button.more {
    background-color: #F05A28;
    min-width: 320px;
    text-align: center;
  }
  .home .home-panel-container .home-panels .panel .button.more:hover {
    background-color: #cc4d22;
  }
}
@media screen and (min-width: 1100px) {
  .home .home-panel-container {
    max-width: 100%;
    padding-bottom: 3rem;
  }
  .home .home-panel-container .home-panels .panel .panel-image {
    width: 40%;
  }
  .home .home-panel-container .home-panels .panel .panel-image .img {
    padding-bottom: 90%;
  }
  .home .home-panel-container .home-panels .panel .panel-content-container {
    width: 54%;
  }
  .home .home-panel-container .home-panels .panel .panel-content-container header h2 {
    font-size: 1.8rem;
  }
  .home .home-panel-container .home-panels .panel .panel-content-container .panel-content {
    max-width: 620px;
  }
  .home .home-panel-container .home-panels .panel .panel-content-container .panel-content p {
    font-size: 1.2rem;
  }
}
.home .recent-articles .grid {
  padding: 0;
}
.home .recent-articles article .post {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 0;
  min-height: 250px;
  padding-bottom: 85%;
  border-radius: 4px;
  overflow: hidden;
}
.home .recent-articles article .entry-summary {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(40, 42, 48, 0.2) 50%, rgba(40, 42, 48, 0) 100%);
}
.home .recent-articles article .entry-header {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1.25rem 1.25rem;
  margin-bottom: 0;
}
.home .recent-articles article .entry-header .label {
  padding: 0.1rem 0.25rem;
  background-color: #F05A28;
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  font-size: 0.9rem;
}
.home .recent-articles article .entry-header .entry-meta .byline {
  display: none;
}
.home .recent-articles article .entry-header .entry-meta .posted-on {
  float: left;
  color: #ffffff;
}
.home .recent-articles article .entry-header .entry-meta span {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1px 3px;
  border-radius: 2px;
}
.home .recent-articles article .entry-header .entry-meta span a {
  color: #ffffff;
}
.home .recent-articles article .entry-header .entry-meta span a:hover {
  color: #fdf2de;
}
.home .recent-articles article .entry-header h3 {
  margin-top: 1px;
  font-size: 1.1rem;
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1px 3px;
  border-radius: 2px;
}
.home .recent-articles article .entry-header h3 a {
  color: #ffffff;
}
.home .recent-articles article .entry-header h3 a:hover {
  color: #fdf2de;
}
.home .recent-articles article .entry-header .more {
  color: #F05A28;
  font-size: 0.95rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .home .recent-articles article {
    float: left;
    display: block;
    margin-right: 1.4084507042%;
    width: 32.3943661972%;
  }
  .home .recent-articles article:last-child {
    margin-right: 0;
  }
  .home .recent-articles article + article {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .home .recent-articles {
    padding-bottom: 3rem;
  }
}
@media print {
  .home #site-leadin {
    display: none;
  }
  .home .overview .home-panels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home .overview .home-panels .panel {
    margin-bottom: 2rem;
    width: 48%;
  }
  .home .overview .home-panels .panel + .panel {
    margin-top: 0;
  }
  .home .overview .home-panels .panel .panel-image {
    display: none;
  }
  .home .overview .home-panels .panel header h2 {
    font-size: 2rem;
  }
  .home .overview .home-panels .panel .action {
    display: none;
  }
  .home .recent-articles {
    margin-top: 2rem;
    padding: 2rem;
  }
  .home .recent-articles .articles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .home .recent-articles article {
    width: 49%;
    margin-top: 0;
  }
  .home .recent-articles article .post {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    position: relative;
    background-image: none !important;
  }
  .home .recent-articles article .entry-summary,
.home .recent-articles article .entry-header {
    background-color: transparent;
    background-image: none !important;
    position: relative;
  }
  .home .recent-articles article .entry-summary .entry-meta span,
.home .recent-articles article .entry-header .entry-meta span {
    background-color: transparent;
  }
  .home .recent-articles article .entry-summary .entry-title,
.home .recent-articles article .entry-header .entry-title {
    background-color: transparent;
    font-size: 2.2rem;
  }
}

.participation .participating-countries-container {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}
.participation .participating-countries-container p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
.participation .participating-countries-container p a.button {
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 959px) {
  .participation .participating-countries-container p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

#page.activities .activities .grid {
  padding: 0;
}
#page.activities .activities .grid article .activity-image {
  position: relative;
  margin-bottom: 0.85rem;
}
#page.activities .activities .grid article .activity-image a {
  display: block;
  line-height: 1;
  width: 85%;
  margin: auto;
  max-width: 200px;
}
#page.activities .activities .grid article .activity-image .img {
  height: 0;
  padding-bottom: calc(100% - 6px);
  border-radius: 50%;
  border: 3px solid #F05A28;
  background-position: center;
  background-size: cover;
}
#page.activities .activities .grid article .activity-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#page.activities .activities .grid article .activity-image figcaption label {
  float: right;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 1.85rem;
  cursor: pointer;
  font-style: italic;
}
#page.activities .activities .grid article .activity-image figcaption .photo-caption {
  position: absolute;
  display: none;
  background: #ffffff;
  bottom: -16px;
  right: 0;
  left: auto;
  padding: 4px;
  border-radius: 3px;
  border: 1px solid #EFEFEF;
  max-width: 260px;
}
#page.activities .activities .grid article .activity-image figcaption.open .photo-caption {
  display: block;
}
#page.activities .activities .section-footer {
  background-color: #EFEFEF;
  padding: 1.5rem;
  border-radius: 4px;
}
#page.activities .activities .section-footer header {
  margin-bottom: 0.85rem;
  text-align: center;
}
#page.activities .activities .section-footer header h2 {
  font-size: 1.8rem;
  color: #F05A28;
}
#page.activities .activities .section-footer header h2 a {
  color: #F05A28;
}
#page.activities .activities .section-footer p {
  text-align: center;
}
#page.activities .activities .section-footer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 619px) {
  #page.activities .activities .grid article + article {
    margin-top: 1rem;
  }
  #page.activities .activities .grid article:last-child:after {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/about/arrow.png");
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    max-width: 160px;
    margin: 0 auto;
    height: 100px;
  }
}
@media screen and (min-width: 620px) {
  #page.activities .activities .grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #page.activities .activities .grid article {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #page.activities .activities .grid article + article {
    margin-top: 0;
  }
  #page.activities .activities .grid article:after {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/about/arrow.png");
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    max-width: 160px;
    margin: 0 auto;
    height: 0;
    padding-bottom: 55%;
  }
}
#page.landing-pg aside .recent-articles .grid {
  padding: 0;
}
#page.landing-pg aside .recent-articles article .post {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 0;
  min-height: 250px;
  padding-bottom: 85%;
  border-radius: 8px;
  overflow: hidden;
}
#page.landing-pg aside .recent-articles article .entry-summary {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(40, 42, 48, 0.2) 50%, rgba(40, 42, 48, 0) 100%);
}
#page.landing-pg aside .recent-articles article .entry-header {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1.25rem 1.25rem;
  margin-bottom: 0;
}
#page.landing-pg aside .recent-articles article .entry-header .label {
  padding: 0.1rem 0.25rem;
  background-color: #F05A28;
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  font-size: 0.9rem;
}
#page.landing-pg aside .recent-articles article .entry-header h3 {
  font-size: 1.1rem;
  line-height: 1.2;
}
#page.landing-pg aside .recent-articles article .entry-header h3 a {
  color: #ffffff;
}
#page.landing-pg aside .recent-articles article .entry-header h3 a:hover {
  color: #fdf2de;
}
#page.landing-pg aside .recent-articles article .entry-header .more {
  color: #F05A28;
  font-size: 0.95rem;
  font-weight: 700;
}
@media screen and (min-width: 480px) and (max-width: 819px) {
  #page.landing-pg aside .recent-articles article {
    float: left;
    display: block;
    margin-right: 1.0526315789%;
    width: 49.4736842105%;
  }
  #page.landing-pg aside .recent-articles article:last-child {
    margin-right: 0;
  }
  #page.landing-pg aside .recent-articles article + article {
    margin-top: 0;
  }
}
@media print {
  #page.landing-pg aside .recent-articles {
    margin-top: 2rem;
    padding: 2rem;
    border-top: 1px solid #282a30;
    border-bottom: 1px solid #282a30;
  }
  #page.landing-pg aside .recent-articles .articles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #page.landing-pg aside .recent-articles article {
    width: 49%;
    margin-top: 0;
  }
  #page.landing-pg aside .recent-articles article .post {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
    position: relative;
    background-image: none !important;
  }
  #page.landing-pg aside .recent-articles article .entry-summary,
#page.landing-pg aside .recent-articles article .entry-header {
    background-color: transparent;
    background-image: none !important;
    position: relative;
  }
  #page.landing-pg aside .recent-articles article .entry-summary .entry-meta span,
#page.landing-pg aside .recent-articles article .entry-header .entry-meta span {
    background-color: transparent;
  }
  #page.landing-pg aside .recent-articles article .entry-summary .entry-title,
#page.landing-pg aside .recent-articles article .entry-header .entry-title {
    background-color: transparent;
    font-size: 2.2rem;
  }
}

#page.themes section.themes article {
  margin: 1rem auto;
  max-width: 450px;
}
#page.themes section.themes .theme-list {
  padding: 0;
}
#page.themes article .featured-image {
  display: block;
  margin: 0;
  line-height: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  position: relative;
}
#page.themes article .featured-image img {
  display: block;
}
#page.themes article .featured-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s linear;
}
#page.themes article .entry-header .entry-title a {
  display: block;
  color: #ffffff;
  background-color: #F05A28;
  padding: 0.2rem;
  transition: background-color 0.2s linear;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#page.themes article .entry-header .entry-title a:hover {
  color: #badbf7;
  background-color: #cc4d22;
}
#page.themes article .entry-header:hover .featured-image:before {
  opacity: 1;
}
#page.themes article .entry-header:hover a {
  color: #badbf7;
  background-color: #cc4d22;
}
#page.themes article .summary header {
  font-size: 1.2rem;
  color: #121316;
}
#page.themes article .summary p {
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 620px) {
  #page.themes .theme-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
  }
  #page.themes .theme-list article {
    margin: 1rem auto 2rem;
    width: 48%;
  }
}
@media screen and (min-width: 820px) {
  #page.themes .theme-list article {
    width: 32%;
  }
}
@media print {
  #page.themes .theme-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
  }
  #page.themes .theme-list article {
    margin: 1rem auto 2rem;
    width: 32%;
  }
}
#page.theme-landing-pg .featured-image {
  float: left;
  width: 20%;
  max-width: 120px;
  margin: 0 1rem 0 0;
}
#page.theme-landing-pg .featured-image img {
  border-radius: 5px;
  overflow: hidden;
}
#page.theme-landing-pg .entry-content ul {
  clear: both;
}

.page-header .page-title {
  color: #a7a7a7;
  font-size: 1.5rem;
  line-height: 1.1em;
  padding: 1rem 0 0;
  text-transform: uppercase;
}

.aggregator-articles article {
  display: block;
}
.aggregator-articles article::after {
  clear: both;
  content: "";
  display: table;
}
.aggregator-articles article .entry-header .entry-title {
  margin-top: 0.5rem;
}
.aggregator-articles article .featured-image {
  margin: 0;
  position: relative;
}
.aggregator-articles article .featured-image img {
  border-radius: 8px;
}
@media screen and (min-width: 480px) {
  .aggregator-articles article .entry-summary {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 79.4871794872%;
    margin-top: 0;
  }
  .aggregator-articles article .entry-summary:last-child {
    margin-right: 0;
  }
  .aggregator-articles article .featured-image {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 17.9487179487%;
  }
  .aggregator-articles article .featured-image:last-child {
    margin-right: 0;
  }
}

article .entry-header {
  margin: 0 0 0.75em;
}
article .entry-header .entry-title {
  margin: 0;
}
article .entry-header h1 {
  color: #F05A28;
  line-height: 1.1em;
}
article .entry-header h1 a {
  color: #F05A28;
}
article .entry-header h1 a:hover {
  color: #c04820;
}
article .entry-header h3 {
  color: #4C515C;
  font-size: 1.8em;
  line-height: 1.1em;
}
article .entry-header h3 a {
  color: #70747d;
}
article .entry-header h3 a:hover {
  color: #3d414a;
}
article .entry-header h3 + .entry-subtitle {
  font-size: 1.1em;
}
article .entry-header .entry-subtitle {
  color: #727782;
  font-size: 1.3em;
  line-height: 1.1em;
  margin-top: 0.35rem;
}
article .entry-header .entry-meta {
  display: block;
}
article .entry-header .entry-meta::after {
  clear: both;
  content: "";
  display: table;
}
article .entry-header .entry-meta .byline {
  float: left;
}
article .entry-header .entry-meta .posted-on {
  float: right;
}
article .entry-header .entry-meta span {
  color: #a7a7a7;
  font-size: 0.95rem;
}
article .entry-header .entry-meta span a {
  color: #a7a7a7;
}
article .entry-header .entry-meta span a:hover {
  color: #787878;
}
article .entry-footer {
  margin-top: 1rem;
}
article .entry-footer::after {
  clear: both;
  content: "";
  display: table;
}
article .entry-footer span {
  color: #a7a7a7;
}
article .entry-footer span + span {
  margin-left: 1rem;
}
article + article {
  margin-top: 1.5rem;
}

.single article .article-banner {
  display: block;
  margin-bottom: 1rem;
}
.single article .article-banner::after {
  clear: both;
  content: "";
  display: table;
}
.single article .article-banner .entry-header .entry-title {
  margin-top: 0.5rem;
}
.single article .entry-footer {
  padding: 1rem 2rem;
  margin: 2rem -2rem -2rem;
}

nav.posts-navigation {
  display: block;
  padding: 1rem 2rem;
}
nav.posts-navigation::after {
  clear: both;
  content: "";
  display: table;
}
nav.posts-navigation::after {
  clear: both;
  content: "";
  display: table;
}
nav.posts-navigation .nav-links a {
  padding: 0.25rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}
nav.posts-navigation .nav-links .nav-previous {
  float: right;
}
nav.posts-navigation .nav-links .nav-previous a:after {
  content: "";
  margin-left: 0.25rem;
  font: normal normal normal 14px/1 FontAwesome;
}
nav.posts-navigation .nav-links .nav-next {
  float: left;
}
nav.posts-navigation .nav-links .nav-next a:before {
  content: "";
  margin-right: 0.25rem;
  font: normal normal normal 14px/1 FontAwesome;
}

#comments {
  padding: 2rem 2rem 0;
}
#comments::after {
  clear: both;
  content: "";
  display: table;
}
#comments .comments-area {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%;
}
#comments .comments-area > :last-child {
  margin-bottom: 0;
}
#comments .comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
#comments .comment-list + .comment-respond,
#comments .comment-navigation + .comment-respond {
  padding-top: 1.6em;
}
#comments .comments-title,
#comments .comment-reply-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
}
#comments .comments-title {
  margin-bottom: 1.3333em;
}
#comments .comment-list {
  list-style: none;
  margin: 0;
}
#comments .comment-list article,
#comments .comment-list .pingback,
#comments .comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}
#comments .comment-list .children {
  list-style: none;
  margin: 0;
}
#comments .comment-list .children > li {
  padding-left: 0.8em;
}
#comments .comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}
#comments .comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
#comments .comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}
#comments .bypostauthor > article .fn:after {
  content: "";
  position: relative;
  top: 5px;
  left: 3px;
}
#comments .comment-metadata,
#comments .pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
#comments .comment-metadata a,
#comments .pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
#comments .comment-metadata a:hover,
#comments .pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}
#comments .comment-metadata a:hover,
#comments .comment-metadata a:focus,
#comments .pingback .edit-link a:hover,
#comments .pingback .edit-link a:focus {
  color: #333;
}
#comments .comment-metadata {
  margin-bottom: 1.6em;
}
#comments .comment-metadata .edit-link {
  margin-left: 1em;
}
#comments .pingback .edit-link {
  margin-left: 1em;
}
#comments .pingback .edit-link:before {
  top: 5px;
}
#comments .comment-content ul,
#comments .comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}
#comments .comment-content li > ul,
#comments .comment-content li > ol {
  margin-bottom: 0;
}
#comments .comment-content > :last-child {
  margin-bottom: 0;
}
#comments .comment-list .reply {
  font-size: 12px;
  font-size: 1.2rem;
}
#comments .comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}
#comments .comment-list .reply a:hover,
#comments .comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}
#comments .comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}
#comments .comment-form input[type=text],
#comments .comment-form input[type=email],
#comments .comment-form input[type=url],
#comments .comment-form input[type=submit] {
  width: 100%;
}
#comments .comment-notes,
#comments .comment-awaiting-moderation,
#comments .logged-in-as,
#comments .form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
#comments .logged-in-as a:hover {
  border-bottom: 1px solid #333;
}
#comments .no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  padding-top: 1.6em;
}
#comments .comment-navigation + .no-comments {
  border-top: 0;
}
#comments .form-allowed-tags code {
  font-family: Inconsolata, monospace;
}
#comments .form-submit {
  margin-bottom: 0;
}
#comments .required {
  color: #c0392b;
}
#comments .comment-reply-title small {
  font-size: 100%;
}
#comments .comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}
#comments .comment-reply-title small a:before {
  content: "";
  font-size: 32px;
  position: relative;
  top: -3px;
}

#masthead-isolated {
  padding: 0 2rem;
}
#masthead-isolated .content-area {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
}
#masthead-isolated .content-area::after {
  clear: both;
  content: "";
  display: table;
}
#masthead-isolated .content-area .site-branding {
  position: relative;
  z-index: 1;
  transition: background-color 0.1s linear;
}
#masthead-isolated .content-area .site-branding .site-title {
  margin: 0;
}
#masthead-isolated .content-area .site-branding .site-title a {
  display: block;
  width: 77%;
  height: 0;
  max-width: 360px;
  padding-bottom: 12%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url("lib/img/ngn-logo-orange-sm_2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.1s linear;
}
#masthead-isolated .content-area .site-branding .site-title a:hover {
  opacity: 0.85;
}
@media screen and (min-width: 620px) {
  #masthead-isolated .content-area {
    padding: 1rem 0 0.25rem;
  }
  #masthead-isolated .content-area .site-branding {
    max-width: 520px;
    padding-bottom: 0.5rem;
  }
}
#masthead-isolated.sticky-nav.cloned {
  z-index: 98;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 100px;
  right: 0px;
  bottom: auto;
  left: 0px;
  background-color: #EFEFEF;
}

#page.isolated .container .content-area {
  padding: 0 0 2rem;
}
#page.isolated .container .content-area article {
  max-width: none;
}
#page.isolated .container .content-area article .article-banner {
  padding: 2rem 2rem 50px;
  position: relative;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#page.isolated .container .content-area article .article-banner:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.75);
  background-image: linear-gradient(to top, rgba(239, 239, 239, 0.65) 0%, rgba(239, 239, 239, 0.5) 18%, rgba(239, 239, 239, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#page.isolated .container .content-area article .article-banner:after {
  content: "";
  background-image: url("lib/img/banner-mask.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50px;
  z-index: 3;
}
#page.isolated .container .content-area article .article-banner .entry-header {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.65rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
#page.isolated .container .content-area article .article-banner .entry-header .entry-title, #page.isolated .container .content-area article .article-banner .entry-header .entry-subtitle {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#page.isolated .container .content-area article .article-banner .entry-header .entry-title {
  color: #e25526;
  font-size: 2.75rem;
}
#page.isolated .container .content-area article .article-banner .entry-header .entry-subtitle {
  color: #4C515C;
  margin-bottom: 0.25rem;
}
#page.isolated .container .content-area article .article-banner .entry-header .entry-meta {
  margin-top: 0.85rem;
}
#page.isolated .container .content-area article .article-banner .entry-header .entry-meta span {
  color: #4C515C;
  font-size: 1.1rem;
}
#page.isolated .container .content-area article .article-banner .entry-header .entry-meta span a {
  color: #4C515C;
}
#page.isolated .container .content-area article .article-banner .entry-header .entry-meta span a:hover {
  color: #282a30;
}
@media screen and (min-width: 620px) {
  #page.isolated .container .content-area article .article-banner {
    min-height: 36vh;
  }
  #page.isolated .container .content-area article .article-banner .entry-header .entry-title {
    font-size: 3.25rem;
  }
  #page.isolated .container .content-area article .article-banner .entry-header .entry-subtitle {
    font-size: 2.25rem;
  }
}
#page.isolated .container .content-area article .content-wrapper {
  padding: 0 2rem;
}
#page.isolated .container .content-area article .content-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
#page.isolated .container .content-area article .content-wrapper.has_nav nav li a {
  color: #626874;
  display: block;
  padding: 1rem 0.5rem;
}
#page.isolated .container .content-area article .content-wrapper.has_nav nav li a:hover {
  color: #202226;
  background-color: #f4f4f4;
}
#page.isolated .container .content-area article .content-wrapper.has_nav nav li + li {
  border-top: 1px solid #EFEFEF;
}
#page.isolated .container .content-area article .content-wrapper.has_nav nav li.active a {
  color: #1c1d22;
  background-color: whitesmoke;
}
#page.isolated .container .content-area article .content-wrapper.has_nav nav .mobile-toggle {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0.25rem 0.35rem;
  border-radius: 2px;
  color: #F05A28;
  font-size: 1.45rem;
  line-height: 1.1;
  position: absolute;
  z-index: 1;
  transition: background-color 0.1s linear;
}
#page.isolated .container .content-area article .content-wrapper.has_nav nav .mobile-toggle:hover {
  background-color: #ffffff;
}
@media screen and (min-width: 960px) {
  #page.isolated .container .content-area article .content-wrapper.has_nav nav .mobile-toggle {
    display: none;
  }
}
@media screen and (max-width: 619px) {
  #page.isolated .container .content-area article .content-wrapper.has_nav nav .mobile-toggle {
    top: 3vw;
    right: 0.5rem;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav.toggled-on ul {
    top: 2.75rem;
    right: 0;
  }
}
@media screen and (min-width: 620px) {
  #page.isolated .container .content-area article .content-wrapper.has_nav nav .mobile-toggle {
    top: 1.5rem;
    right: 1rem;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav.toggled-on ul {
    top: 3.75rem;
    right: 0.75rem;
  }
}
@media screen and (max-width: 959px) {
  #page.isolated .container .content-area article .content-wrapper.has_nav nav {
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    width: 80%;
    z-index: 100;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav.toggled-on ul {
    border: 1px solid #d2d2d2;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav ul {
    visibility: hidden;
    position: absolute;
    background-color: #ffffff;
    border-radius: 4px;
    max-height: 90vh;
    overflow: auto;
    z-index: -1;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav ul li a {
    padding: 1rem 2rem 1rem 1.5rem;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav ul li a:hover {
    background-color: #f4f4f4;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav ul.sticky-menu.cloned {
    display: none;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav.toggled-on ul {
    display: block;
    visibility: visible;
    z-index: 1;
  }
}
@media screen and (min-width: 960px) {
  #page.isolated .container .content-area article .content-wrapper.has_nav nav {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav:last-child {
    margin-right: 0;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav .mobile-toggle {
    display: none;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav ul {
    width: 275px;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav ul li a {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav nav .sticky-menu.cloned {
    z-index: 10;
    margin-top: 0;
    display: none;
    position: fixed;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav .content-column {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
  }
  #page.isolated .container .content-area article .content-wrapper.has_nav .content-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  #page.isolated .container .content-area article .content-wrapper.has_nav nav ul {
    width: 310px;
  }
}
@media screen and (min-width: 1440px) {
  #page.isolated .container .content-area article .content-wrapper.has_nav nav ul {
    width: 418px;
  }
}
#page.isolated .container .content-area article .chapter {
  padding: 1rem 0;
}
#page.isolated .container .content-area article .chapter:first-child {
  padding-top: 0;
}
#page.isolated .container .content-area article .chapter + .chapter {
  margin-top: 0;
}
#page.isolated .table {
  display: table;
  width: 100%;
}
#page.isolated .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#page.isolated #footer {
  padding-top: 0.5rem;
}
#page.isolated #footer .content-area {
  padding: 1rem 2rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #626874;
}
#page.isolated .back-to-top {
  display: block;
  text-transform: uppercase;
  text-align: right;
  margin-top: 0.75rem;
}

@media screen and (max-width: 959px) {
  .quick-resource-type-buttons {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .quick-resource-type-buttons {
    display: block;
    margin: 0 0 0.75rem;
  }
}
.quick-resource-type-buttons li {
  display: inline-block;
  margin: 0.125rem;
}
.quick-resource-type-buttons li a {
  padding: 0.5rem 0.85rem;
  background-color: #EFEFEF;
  border: 1px solid #b8bbc0;
  color: #82858d;
}
.quick-resource-type-buttons li a:hover {
  background-color: #e3e3e3;
  border: 1px solid #a9acb3;
  color: #70747d;
}
.quick-resource-type-buttons li a.active {
  background-color: #626874;
  color: #ffffff;
}

.resource_cover {
  margin: 0;
  position: relative;
  text-align: center;
}
.resource_cover img {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.resource-results #refine_filters {
  display: none;
}
@media screen and (max-width: 619px) {
  .resource-results #refine_filters {
    display: block;
    float: right;
    margin-bottom: 1.5rem;
  }
}
.resource-results .resource-nav {
  clear: both;
  padding: 0 0 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #EFEFEF;
}
.resource-results .resource-nav .label {
  font-size: 1rem;
}
@media screen and (max-width: 619px) {
  .resource-results .resource-nav {
    display: none;
  }
}
.resource-results .resource-nav.expanded {
  display: block;
}
.resource-results .resource-nav form::after {
  clear: both;
  content: "";
  display: table;
}
.resource-results .resource-nav form .form-element {
  margin-bottom: 0.5em;
}
.resource-results .resource-nav form .form-element select {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
  height: 30px;
}
.resource-results .resource-nav form .form-element.keyword .search-form {
  padding: 0;
}
.resource-results .resource-nav form .form-element.keyword .search-form input[type=search] {
  padding: 0.125rem 0.5rem;
}
.resource-results .resource-nav form .form-element.clear-btn {
  float: left;
  display: block;
  margin-right: 0.9708737864%;
  width: 2.9126213592%;
}
.resource-results .resource-nav form .form-element.clear-btn:last-child {
  margin-right: 0;
}
.resource-results .resource-nav form .form-element.clear-btn a {
  display: block;
  text-align: center;
  padding: 2px 2px 0;
}
.resource-results .resource-nav form .form-element.clear-btn a::after {
  clear: both;
  content: "";
  display: table;
}
.resource-results .resource-nav form .form-element.clear-btn a i {
  font-size: 26px;
  line-height: 30px;
}
.resource-results .resource-nav form .form-element.clear-btn a span {
  display: none;
}
@media screen and (max-width: 959px) {
  .resource-results .resource-nav form .form-element.clear-btn {
    width: 100%;
  }
  .resource-results .resource-nav form .form-element.clear-btn a {
    text-align: left;
  }
  .resource-results .resource-nav form .form-element.clear-btn a span {
    display: inline-block;
  }
}
@media screen and (max-width: 959px) {
  .resource-results .resource-nav form {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .resource-results .resource-nav form .form-element {
    float: left;
    display: block;
    margin-right: 0.9708737864%;
    width: 14.5631067961%;
    margin-bottom: 0;
  }
  .resource-results .resource-nav form .form-element:last-child {
    margin-right: 0;
  }
  .resource-results .resource-nav form .form-element.keyword {
    float: left;
    display: block;
    margin-right: 0.9708737864%;
    width: 18.4466019417%;
  }
  .resource-results .resource-nav form .form-element.keyword:last-child {
    margin-right: 0;
  }
}
.resource-results .resource-nav form.keyword-only {
  margin-top: 2rem;
}
.resource-results .resource-nav form.keyword-only .form-element.keyword {
  width: 90%;
}
.resource-results .resource-nav form.keyword-only .form-element.keyword input[type=search] {
  padding: 0.5rem 0.5rem;
}
.resource-results .resource-nav form.keyword-only .form-element.clear-btn {
  line-height: 40px;
  padding-top: 4px;
}

.resources .grid article .entry-header {
  margin-top: 0.25rem;
  margin-bottom: 0;
  text-align: center;
}
.resources .grid article .entry-header .entry-title {
  line-height: 1.15rem;
}
.resources .grid article .entry-header .entry-title a {
  color: #626874;
  font-size: 1.3rem;
}
.resources .grid article .entry-header .entry-title a:hover {
  color: #4C515C;
}
.resources .grid article .entry-header .entry-subtitle {
  font-size: 1rem;
  line-height: 1rem;
}
@media screen and (max-width: 480px) {
  .resources .grid article {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .resources .grid article + article {
    border-top: 1px solid rgba(57, 152, 233, 0.25);
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .resources .grid {
    padding: 0 0 2rem;
  }
  .resources .grid article {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 31.4285714286%;
    margin-top: 0;
  }
  .resources .grid article:last-child {
    margin-right: 0;
  }
  .resources .grid article:nth-child(3n) {
    margin-right: 0;
  }
  .resources .grid article:nth-child(3n+1) {
    clear: left;
  }
}
.resources .more {
  margin-top: 0.85rem;
  text-align: center;
}

.download-options a + a {
  margin-left: 0.25rem;
}

.resource-list article .entry {
  display: block;
  margin-bottom: 1rem;
}
.resource-list article .entry::after {
  clear: both;
  content: "";
  display: table;
}
.resource-list article .entry .entry-header .entry-title {
  margin-top: 0.5rem;
}
.resource-list article .entry .entry-header .byline {
  float: none;
}
.resource-list article .entry .download-options a {
  padding: 0.4rem 0.85rem;
}
@media screen and (min-width: 480px) {
  .resource-list article .entry .entry-summary {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 79.4871794872%;
    margin-top: 0;
  }
  .resource-list article .entry .entry-summary:last-child {
    margin-right: 0;
  }
  .resource-list article .entry .resource_cover {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 17.9487179487%;
  }
  .resource-list article .entry .resource_cover:last-child {
    margin-right: 0;
  }
}
.resource-list article .entry p span.label {
  color: #818690;
  font-family: "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media print {
  .resource-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .resource-list article {
    width: 31%;
    margin-top: 0;
  }
}

.single-resource article .entry {
  display: block;
  margin-bottom: 1rem;
}
.single-resource article .entry::after {
  clear: both;
  content: "";
  display: table;
}
.single-resource article .entry .entry-header .entry-title {
  margin-top: 0.5rem;
}
.single-resource article .entry .entry-header .byline {
  float: none;
}
.single-resource article .entry .resource_cover {
  margin: 0;
  position: relative;
}
.single-resource article .entry .resource_cover img {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 480px) {
  .single-resource article .entry .entry-summary {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 58.9743589744%;
    margin-top: 0;
  }
  .single-resource article .entry .entry-summary:last-child {
    margin-right: 0;
  }
  .single-resource article .entry .resource_cover {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 38.4615384615%;
  }
  .single-resource article .entry .resource_cover:last-child {
    margin-right: 0;
  }
}
.single-resource article .entry p span.label {
  color: #818690;
  font-family: "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.aggregator-events .aggregator-articles article,
.aggregator-news .aggregator-articles article {
  display: block;
}
.aggregator-events .aggregator-articles article::after,
.aggregator-news .aggregator-articles article::after {
  clear: both;
  content: "";
  display: table;
}
.aggregator-events .aggregator-articles article .entry-header .entry-title,
.aggregator-news .aggregator-articles article .entry-header .entry-title {
  margin-top: 0.5rem;
}
.aggregator-events .aggregator-articles article .featured-image,
.aggregator-news .aggregator-articles article .featured-image {
  margin: 0;
  position: relative;
}
.aggregator-events .aggregator-articles article .featured-image img,
.aggregator-news .aggregator-articles article .featured-image img {
  border-radius: 8px;
}
@media screen and (min-width: 480px) {
  .aggregator-events .aggregator-articles article .entry-summary,
.aggregator-news .aggregator-articles article .entry-summary {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 79.4871794872%;
    margin-top: 0;
  }
  .aggregator-events .aggregator-articles article .entry-summary:last-child,
.aggregator-news .aggregator-articles article .entry-summary:last-child {
    margin-right: 0;
  }
  .aggregator-events .aggregator-articles article .featured-image,
.aggregator-news .aggregator-articles article .featured-image {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 17.9487179487%;
  }
  .aggregator-events .aggregator-articles article .featured-image:last-child,
.aggregator-news .aggregator-articles article .featured-image:last-child {
    margin-right: 0;
  }
}
.aggregator-events .events-list article .date-icon.bar,
.aggregator-events .news-list article .date-icon.bar,
.aggregator-news .events-list article .date-icon.bar,
.aggregator-news .news-list article .date-icon.bar {
  background-color: #9b9b9b;
  border-radius: 3px;
  font-size: 0.9rem;
  display: inline-block;
}
.aggregator-events .events-list article .date-icon.bar .posted-on,
.aggregator-events .news-list article .date-icon.bar .posted-on,
.aggregator-news .events-list article .date-icon.bar .posted-on,
.aggregator-news .news-list article .date-icon.bar .posted-on {
  display: block;
  padding: 0.2rem 0.6em;
  overflow: hidden;
  color: #ffffff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  line-height: 1.1em;
  font-size: 1em;
}
.aggregator-events .events-list article .date-icon.round,
.aggregator-events .news-list article .date-icon.round,
.aggregator-news .events-list article .date-icon.round,
.aggregator-news .news-list article .date-icon.round {
  float: left;
  background-color: #EFEFEF;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  font-size: 0.9rem;
  margin-right: 1rem;
}
.aggregator-events .events-list article .date-icon.round .posted-on,
.aggregator-events .news-list article .date-icon.round .posted-on,
.aggregator-news .events-list article .date-icon.round .posted-on,
.aggregator-news .news-list article .date-icon.round .posted-on {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.6em;
}
.aggregator-events .events-list article .date-icon.round .posted-on span,
.aggregator-events .news-list article .date-icon.round .posted-on span,
.aggregator-news .events-list article .date-icon.round .posted-on span,
.aggregator-news .news-list article .date-icon.round .posted-on span {
  color: #ffffff;
  display: block;
  line-height: 1.1em;
  font-size: 1em;
}
.aggregator-events .events-list article .date-icon.round .posted-on span.day,
.aggregator-events .news-list article .date-icon.round .posted-on span.day,
.aggregator-news .events-list article .date-icon.round .posted-on span.day,
.aggregator-news .news-list article .date-icon.round .posted-on span.day {
  font-size: 1.8em;
  font-weight: 700;
}
.aggregator-events .events-list article .date-icon.round .posted-on span.year,
.aggregator-events .news-list article .date-icon.round .posted-on span.year,
.aggregator-news .events-list article .date-icon.round .posted-on span.year,
.aggregator-news .news-list article .date-icon.round .posted-on span.year {
  font-size: 0.9em;
}
.aggregator-events .events-list article .entry-header,
.aggregator-events .news-list article .entry-header,
.aggregator-news .events-list article .entry-header,
.aggregator-news .news-list article .entry-header {
  clear: left;
  float: left;
  font-size: 1rem;
  width: 100%;
}
@media screen and (max-width: 619px) {
  .aggregator-events .events-list article .entry-header,
.aggregator-events .news-list article .entry-header,
.aggregator-news .events-list article .entry-header,
.aggregator-news .news-list article .entry-header {
    font-size: 0.9rem;
  }
  .aggregator-events .events-list article .entry-header h3,
.aggregator-events .news-list article .entry-header h3,
.aggregator-news .events-list article .entry-header h3,
.aggregator-news .news-list article .entry-header h3 {
    font-size: 1.2rem;
  }
}
.aggregator-events .events-list article .featured-image,
.aggregator-events .news-list article .featured-image,
.aggregator-news .events-list article .featured-image,
.aggregator-news .news-list article .featured-image {
  margin: 0;
  position: relative;
}
.aggregator-events .events-list article .featured-image img,
.aggregator-events .news-list article .featured-image img,
.aggregator-news .events-list article .featured-image img,
.aggregator-news .news-list article .featured-image img {
  border-radius: 8px;
}
@media screen and (max-width: 619px) {
  .aggregator-events .events-list article + article,
.aggregator-events .news-list article + article,
.aggregator-news .events-list article + article,
.aggregator-news .news-list article + article {
    border-top: none;
  }
}
@media screen and (min-width: 620px) {
  .aggregator-events .events-list article .entry-summary,
.aggregator-events .news-list article .entry-summary,
.aggregator-news .events-list article .entry-summary,
.aggregator-news .news-list article .entry-summary {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 79.4871794872%;
    margin-top: 0;
  }
  .aggregator-events .events-list article .entry-summary:last-child,
.aggregator-events .news-list article .entry-summary:last-child,
.aggregator-news .events-list article .entry-summary:last-child,
.aggregator-news .news-list article .entry-summary:last-child {
    margin-right: 0;
  }
  .aggregator-events .events-list article .featured-image,
.aggregator-events .news-list article .featured-image,
.aggregator-news .events-list article .featured-image,
.aggregator-news .news-list article .featured-image {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 17.9487179487%;
  }
  .aggregator-events .events-list article .featured-image:last-child,
.aggregator-events .news-list article .featured-image:last-child,
.aggregator-news .events-list article .featured-image:last-child,
.aggregator-news .news-list article .featured-image:last-child {
    margin-right: 0;
  }
}
.aggregator-events .events-list article + article,
.aggregator-events .news-list article + article,
.aggregator-news .events-list article + article,
.aggregator-news .news-list article + article {
  margin-top: 1.5rem;
}

.event-summary .date {
  color: #F05A28;
  display: block;
  float: none;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.event-summary .entry-meta {
  margin: 0.5rem 0 1rem;
}
.event-summary .entry-meta p {
  display: block;
  float: none;
  margin-bottom: 0.25rem;
}
.event-summary .entry-meta p span.label {
  color: #818690;
  font-family: "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.aggregator-events .aggregator-header::after {
  clear: both;
  content: "";
  display: table;
}
.aggregator-events .aggregator-header .aggregator-title {
  float: left;
}
.aggregator-events .aggregator-header .event-toggle {
  display: block;
  float: right;
  color: #999da5;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 8px;
}
.aggregator-events .aggregator-header .event-toggle:hover {
  color: #626874;
}

.aggregator .no-results p {
  color: #626874;
  text-align: center;
}

.media-landing-pg .recent-articles .grid {
  padding: 0;
}
.media-landing-pg .recent-articles article .post {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 0;
  min-height: 250px;
  padding-bottom: 85%;
  border-radius: 4px;
  overflow: hidden;
}
.media-landing-pg .recent-articles article .entry-summary {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(40, 42, 48, 0.2) 50%, rgba(40, 42, 48, 0) 100%);
}
.media-landing-pg .recent-articles article .entry-header {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1.25rem 1.25rem;
  margin-bottom: 0;
}
.media-landing-pg .recent-articles article .entry-header .label {
  padding: 0.1rem 0.25rem;
  background-color: #F05A28;
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  font-size: 0.9rem;
}
.media-landing-pg .recent-articles article .entry-header .entry-meta .byline {
  display: none;
}
.media-landing-pg .recent-articles article .entry-header .entry-meta .posted-on {
  float: left;
  color: #ffffff;
}
.media-landing-pg .recent-articles article .entry-header .entry-meta span {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1px 3px;
  border-radius: 2px;
}
.media-landing-pg .recent-articles article .entry-header .entry-meta span a {
  color: #ffffff;
}
.media-landing-pg .recent-articles article .entry-header .entry-meta span a:hover {
  color: #fdf2de;
}
.media-landing-pg .recent-articles article .entry-header h3 {
  margin-top: 1px;
  font-size: 1.1rem;
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1px 3px;
  border-radius: 2px;
}
.media-landing-pg .recent-articles article .entry-header h3 a {
  color: #ffffff;
}
.media-landing-pg .recent-articles article .entry-header h3 a:hover {
  color: #fdf2de;
}
.media-landing-pg .recent-articles article .entry-header .more {
  color: #F05A28;
  font-size: 0.95rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .media-landing-pg .recent-articles article {
    float: left;
    display: block;
    margin-right: 1.4084507042%;
    width: 32.3943661972%;
  }
  .media-landing-pg .recent-articles article:last-child {
    margin-right: 0;
  }
  .media-landing-pg .recent-articles article + article {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .media-landing-pg .recent-articles {
    padding-bottom: 3rem;
  }
}

.aggregator-navigation .more-link {
  float: right;
}
.aggregator-navigation .more-link a {
  text-transform: uppercase;
}
.aggregator-navigation .more-link a:after {
  content: "";
  margin-left: 0.25rem;
  font: normal normal normal 14px/1 FontAwesome;
}

#page.about .container.leadin {
  height: auto;
  min-height: 40vh;
  max-height: 920px;
}
#page.about .container.leadin main {
  padding: 2rem;
  max-width: 1440px;
}
#page.about .container.leadin main .entry-content h1 {
  background-color: rgba(255, 255, 255, 0.95);
  color: #4C515C;
  padding: 1px 3px;
  border-radius: 2px;
}
#page.about .container.leadin main .entry-content h1 strong, #page.about .container.leadin main .entry-content h1 b {
  color: #F05A28;
}
#page.about .container.leadin main blockquote {
  margin: 2rem auto 2rem 0;
  width: 55%;
  max-width: 500px;
}
#page.about .container.leadin-mobile main h1 {
  font-size: 2.2rem;
}
#page.about .container.leadin-mobile main p {
  font-size: 1.5rem;
  line-height: 1.3;
}
#page.about .container.leadin-mobile main blockquote {
  margin: 2rem auto 2rem;
}
#page.about .container.page-content {
  margin-top: 2rem;
}
@media screen and (max-width: 619px) {
  #page.about .container.leadin-mobile main h1 {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 729px) {
  #page.about .container.leadin .area {
    display: none;
  }
  #page.about .container.leadin-mobile {
    display: block;
  }
}
@media screen and (min-width: 730px) {
  #page.about .container.leadin {
    min-height: 45vh;
  }
  #page.about .container.leadin-mobile {
    display: none;
  }
}
#page.about .container.image-layer {
  padding: 0;
}
#page.about .container.image-layer .image-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 260px;
}
#page.about .container.image-layer .image-block .img {
  height: inherit;
  flex: 1 1 auto;
  background-position: center;
  background-size: cover;
}
#page.about .container.image-layer .area {
  background-color: #09193b;
  color: #ffffff;
  padding: 0 2rem;
}
#page.about .container.image-layer .area h3 {
  color: #ffffff;
  font-size: 2rem;
  padding-bottom: 0.85rem;
}
#page.about .container.image-layer .area .mission-content p, #page.about .container.image-layer .area .mission-content ul {
  font-size: 1.15rem;
  line-height: 1.55;
}
@media screen and (min-width: 620px) {
  #page.about .container.image-layer {
    display: flex;
    justify-content: space-between;
  }
  #page.about .container.image-layer.left {
    flex-direction: row;
  }
  #page.about .container.image-layer.right {
    flex-direction: row-reverse;
  }
  #page.about .container.image-layer .image-block {
    width: 38%;
  }
  #page.about .container.image-layer .area {
    width: 62%;
  }
}
@media screen and (min-width: 960px) {
  #page.about .container.image-layer .image-block {
    width: 62%;
  }
  #page.about .container.image-layer .area {
    width: 38%;
    padding: 2rem 4rem 2rem 2rem;
  }
}
@media print {
  #page.about .container.leadin main blockquote {
    width: auto;
    max-width: 100%;
  }
  #page.about .container.page-content .what-we-do {
    padding: 0;
  }
  #page.about .container.page-content .what-we-do .section-footer {
    margin-top: 2rem;
    padding: 0;
  }
  #page.about .container.page-content .find-more {
    display: none;
  }
}
#page.about #nap_about_stats {
  padding-top: 0;
}
#page.about section {
  padding: 2rem 0;
}
#page.about section .section-header .section-title {
  color: #969aa2;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #ecedee;
}
#page.about section .section-header .section-title + p {
  text-align: center;
  margin-top: 1.25rem;
}
#page.about section + section {
  margin-top: 2rem;
}
#page.about section.what-we-do .activity-block .activity-image {
  position: relative;
  margin-bottom: 0.85rem;
}
#page.about section.what-we-do .activity-block .activity-image a {
  display: block;
  line-height: 1;
  width: 85%;
  margin: auto;
  max-width: 200px;
}
#page.about section.what-we-do .activity-block .activity-image .img {
  height: 0;
  padding-bottom: calc(100% - 6px);
  border-radius: 50%;
  border: 3px solid #F05A28;
  background-position: center;
  background-size: cover;
}
#page.about section.what-we-do .activity-block .activity-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#page.about section.what-we-do .activity-block .activity-image figcaption label {
  float: right;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 1.85rem;
  cursor: pointer;
  font-style: italic;
}
#page.about section.what-we-do .activity-block .activity-image figcaption .photo-caption {
  position: absolute;
  display: none;
  background: #ffffff;
  bottom: -16px;
  right: 0;
  left: auto;
  padding: 4px;
  border-radius: 3px;
  border: 1px solid #EFEFEF;
  max-width: 260px;
}
#page.about section.what-we-do .activity-block .activity-image figcaption.open .photo-caption {
  display: block;
}
#page.about section.what-we-do .activity-block .activity-content-container header {
  text-align: center;
  margin-bottom: 0.85rem;
}
#page.about section.what-we-do .activity-block .activity-content-container header h2 {
  font-size: 1.8rem;
}
#page.about section.what-we-do .activity-block .activity-content-container header h2 a {
  color: #F05A28;
}
#page.about section.what-we-do .activity-block .activity-content-container header h2 a:hover {
  color: #bb461f;
}
#page.about section.what-we-do .section-footer {
  background-color: #EFEFEF;
  padding: 1.5rem;
  border-radius: 4px;
}
#page.about section.what-we-do .section-footer header {
  margin-bottom: 0.85rem;
  text-align: center;
}
#page.about section.what-we-do .section-footer header h2 {
  font-size: 1.8rem;
  color: #F05A28;
}
#page.about section.what-we-do .section-footer p {
  text-align: center;
}
#page.about section.what-we-do .section-footer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 819px) {
  #page.about section.what-we-do .activity-block + .activity-block {
    margin-top: 2.5rem;
  }
  #page.about section.what-we-do .activity-block:last-child:after {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/about/arrow.png");
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    max-width: 160px;
    margin: 0 auto;
    height: 100px;
  }
}
@media screen and (min-width: 820px) {
  #page.about section.what-we-do .activities-container .activity-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #page.about section.what-we-do .activities-container .activity-grid .activity-block {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #page.about section.what-we-do .activities-container .activity-grid .activity-block:after {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/about/arrow.png");
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    max-width: 160px;
    margin: 0 auto;
    height: 0;
    padding-bottom: 55%;
  }
}
@media screen and (max-width: 619px) {
  #page.about section.where-how .block + .block {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 620px) {
  #page.about section.where-how {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #page.about section.where-how .block {
    width: 46%;
  }
}
#page.about section.themes article {
  margin: 1rem auto;
  max-width: 450px;
}
#page.about section.themes article .featured-image {
  display: block;
  margin: 0;
  line-height: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  position: relative;
}
#page.about section.themes article .featured-image img {
  display: block;
}
#page.about section.themes article .featured-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s linear;
}
#page.about section.themes article .entry-header .entry-title a {
  font-size: 1.2rem;
  display: block;
  color: #ffffff;
  background-color: #F05A28;
  padding: 0.2rem;
  transition: background-color 0.2s linear;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#page.about section.themes article .entry-header .entry-title a:hover {
  color: #badbf7;
  background-color: #cc4d22;
}
#page.about section.themes article .entry-header:hover .featured-image:before {
  opacity: 1;
}
#page.about section.themes article .entry-header:hover a {
  color: #badbf7;
  background-color: #cc4d22;
}
#page.about section.themes article .summary {
  display: none;
}
@media screen and (min-width: 620px) {
  #page.about section.themes .theme-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #page.about section.themes .theme-list article {
    margin: 1rem 3px 2rem;
    width: 48%;
  }
}
@media screen and (min-width: 820px) {
  #page.about section.themes .theme-list article {
    width: 24%;
  }
}
@media print {
  #page.about section.themes .theme-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    padding: 3px 0;
  }
  #page.about section.themes .theme-list article {
    margin: 0 12px 24px;
    width: 16%;
  }
}
#page.about section.themes .theme-list {
  padding: 0;
}
#page.about section.find-more .entry-content {
  text-align: center;
}

.aggregator-press .press-list article .entry-meta {
  margin: 0 0 2px;
}
.aggregator-press .press-list article .entry-meta span {
  display: inline-block;
  text-transform: uppercase;
}
.aggregator-press .press-list article .entry-meta span.publication {
  font-weight: 700;
}
.aggregator-press .press-list article .entry-meta span + span {
  margin-left: 0.35rem;
}
.aggregator-press .press-list article .entry-meta span + span:before {
  content: "|";
  margin-right: 0.35rem;
}
.aggregator-press .press-list article .entry-header {
  clear: left;
  float: left;
  font-size: 1rem;
  width: 100%;
}
.aggregator-press .press-list article .entry-header .entry-title {
  font-size: 1.7rem;
}
.aggregator-press .press-list article .entry-header .entry-title a {
  color: #3998E9;
}
.aggregator-press .press-list article .entry-header .entry-title a:hover {
  color: #286aa3;
}
.aggregator-press .press-list article .entry-content {
  padding: 0 0.35rem;
}
@media screen and (max-width: 619px) {
  .aggregator-press .press-list article + article {
    border-top: none;
  }
}
.aggregator-press .press-list article + article {
  margin-top: 2.5rem;
  padding-top: 1.85rem;
}

.committee-list {
  margin-top: 1.85rem;
}
.committee-list article {
  display: block;
}
.committee-list article::after {
  clear: both;
  content: "";
  display: table;
}
.committee-list article .headshot {
  margin: 0;
  position: relative;
}
.committee-list article .headshot img {
  border: 4px solid #ffffff;
  border-radius: 50%;
}
.committee-list article .entry-header {
  position: relative;
  padding-top: 2.5rem;
}
.committee-list article .entry-header::after {
  clear: both;
  content: "";
  display: table;
}
.committee-list article .entry-header .icon-trigger {
  display: inline-block;
  float: right;
  border-radius: 50%;
  background-color: #c8cace;
  font-size: 1.1em;
  width: 1.65em;
  height: 1.65em;
  text-align: center;
}
.committee-list article .entry-header .icon-trigger:hover {
  background-color: #999da5;
}
.committee-list article .entry-header .icon-trigger:before {
  color: #ffffff;
  display: block;
  margin-top: -1px;
}
.committee-list article .entry-content {
  clear: both;
}
@media screen and (min-width: 480px) {
  .committee-list article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .committee-list article .entry-summary {
    width: calc(100% - 220px);
    margin-top: 0;
  }
  .committee-list article .headshot {
    width: 180px;
  }
}

#page #types-of-support h5 {
  text-transform: uppercase;
  font-size: 1.2rem;
}
#page #types-of-support h5.green {
  color: #39B54A;
}
#page #types-of-support h5.blue {
  color: #1796BA;
}
#page #types-of-support h5.grey {
  color: #888993;
}
#page #types-of-support h5.orange {
  color: #F15B2B;
}
#page #types-of-support h5.red {
  color: #ED1C24;
}
#page #types-of-support h5.yellow {
  color: #FFCB24;
}
#page #types-of-support ul li {
  font-size: 0.85rem;
}

#page .container section.language-list {
  margin-top: 0;
  padding: 1rem 0;
}
#page .container section.language-list ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#page .container section.language-list ul li {
  margin-left: 6px;
}
#page .container section.language-list ul li:first-child {
  margin-left: 0;
}
#page .container section.hub-stats .hub-stats-title {
  color: #F05A28;
  text-align: center;
}
#page .container section.hub-stats ul li {
  margin: 0 auto;
  padding: 0 0.875rem;
  width: 80%;
  max-width: 300px;
}
#page .container section.hub-stats ul li .stat-icon {
  margin: 1.875rem auto;
}
#page .container section.hub-stats ul li .stat-icon img {
  width: 100%;
  max-height: 100px;
}
#page .container section.hub-stats ul li .stat-value {
  display: block;
  margin: 0 auto 8%;
  width: 68px;
  height: 68px;
  line-height: 68px;
  background-color: #4C515C;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
}
#page .container section.hub-stats ul li .stat-name {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}
#page .container section.hub-stats ul li .stat-name a {
  color: #4C515C;
}
#page .container section.hub-stats ul li .stat-name a:hover {
  color: #282a30;
}
#page .container section.hub-stats ul li.block-link .stat-value {
  transition: background-color 0.3s linear;
}
#page .container section.hub-stats ul li.block-link .stat-name a {
  transition: color 0.3s linear;
}
#page .container section.hub-stats ul li.block-link:hover .stat-value {
  background-color: #282a30;
}
#page .container section.hub-stats ul li.block-link:hover .stat-name a {
  color: #282a30;
}
@media screen and (min-width: 480px) {
  #page .container section.hub-stats ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #page .container section.hub-stats ul li {
    margin: 0 0.5rem;
    width: 30%;
  }
}
#page .container section.hub-stats .hub-stats-footer {
  margin-top: 1.75rem;
}
#page #submit-request {
  background-color: #EFEFEF;
}
#page #submit-request .content-area {
  background-color: #EFEFEF;
}
@media screen and (min-width: 820px) {
  #page #submit-request .content-area.has_aside {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  #page #submit-request .content-area.has_aside main {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 58.9743589744%;
    float: none;
  }
  #page #submit-request .content-area.has_aside main:last-child {
    margin-right: 0;
  }
  #page #submit-request .content-area.has_aside aside {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 38.4615384615%;
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #page #submit-request .content-area.has_aside aside:last-child {
    margin-right: 0;
  }
  #page #submit-request .content-area.has_aside:after {
    display: none;
  }
}
#page #submit-request .content-area main section .section-title {
  color: #F05A28;
  font-size: 2.35em;
  line-height: 1.1em;
  letter-spacing: -1px;
}
#page #submit-request .content-area main section .submit-forms .form-icon {
  margin: 0;
  padding: 0;
}
#page #submit-request .content-area main section .submit-forms ul {
  padding: 1.875rem 0 0;
}
#page #submit-request .content-area main section .submit-forms ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#page #submit-request .content-area main section .submit-forms ul li .form-icon {
  width: 100px;
}
#page #submit-request .content-area main section .submit-forms ul li .form-description {
  width: calc(100% - 120px);
}
#page #submit-request .content-area main section .submit-forms ul li .form-description h5 {
  margin-bottom: 3px;
}
#page #submit-request .content-area main section .submit-forms ul li .form-description h5 a {
  color: #F05A28;
}
#page #submit-request .content-area main section .submit-forms ul li .form-description h5 a:hover {
  color: #cc4d22;
}
#page #submit-request .content-area main section .submit-forms ul li + li {
  padding-top: 1.875rem;
}
#page #hub-results .country + .country {
  margin-top: 0;
}
#page #hub-results .country .country-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0.875rem;
}
#page #hub-results .country .country-header .country-icon {
  max-width: 110px;
  margin: 0;
}
#page #hub-results .country .country-header .country-name {
  margin-left: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#page #hub-results .country .country-header .country-name:first-child {
  margin-left: 0;
}
#page #hub-results .country .country-header .country-name h4 {
  margin-bottom: 2px;
}
#page #hub-results .country .projects .project-wrapper {
  margin-bottom: 4rem;
}
#page #hub-results .country .projects .project-wrapper:last-child {
  margin-bottom: 0;
}
#page #hub-results .country .projects .project-header p {
  margin-bottom: 0;
  line-height: 1.2;
}
#page #hub-results .country .projects .project-header p.project-name {
  font-size: 1.12rem;
  text-transform: uppercase;
  background-color: #F05A28;
  padding: 10px 12px 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
}
#page #hub-results .country .projects .project-header p.dates {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: right;
  align-self: flex-end;
}
#page #hub-results .country .projects .project-header p.dates .end-date {
  margin-left: 2px;
}
#page #hub-results .country .projects .project-header p.dates .end-date:before {
  content: "–";
  margin-right: 4px;
}
@media screen and (max-width: 1099px) {
  #page #hub-results .country .projects .project-header p.dates {
    color: #ffffff;
    background-color: #F05A28;
    padding: 6px 12px 6px;
  }
}
@media screen and (min-width: 1100px) {
  #page #hub-results .country .projects .project-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #page #hub-results .country .projects .project-header .project-name {
    width: 72%;
    max-width: calc(100% - 208px);
  }
  #page #hub-results .country .projects .project-header p.dates {
    width: 28%;
    min-width: 208px;
    color: #4e535d;
    background-color: #e0e1e3;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-left: 1px solid #b8bbc0;
    border-bottom: 1px solid #b8bbc0;
    padding: 12px 20px 7px 7px;
  }
}
#page #hub-results .country .projects .project-body {
  border: 2px solid #F05A28;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
#page #hub-results .country .projects .project-body .project-objectives,
#page #hub-results .country .projects .project-body .project-results {
  padding: 1rem 1.5rem;
}
#page #hub-results .country .projects .project-body .project-objectives h5,
#page #hub-results .country .projects .project-body .project-results h5 {
  text-align: center;
  padding-bottom: 1px;
  margin-bottom: 1.2rem;
}
#page #hub-results .country .projects .project-body .project-objectives {
  background: #EFEFEF;
}
#page #hub-results .country .projects .project-body .project-objectives li img {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
#page #hub-results .country .projects .project-body .project-results .content-wrapper {
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  #page #hub-results .country .projects .project-body .project-results .content-wrapper .project-resources {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  #page #hub-results .country .projects .project-body .project-results .content-wrapper.has_aside {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #page #hub-results .country .projects .project-body .project-results .content-wrapper.has_aside .entry-content {
    width: calc(100% - 240px);
  }
  #page #hub-results .country .projects .project-body .project-results .content-wrapper.has_aside .project-resources {
    width: 200px;
    margin-bottom: 0.5rem;
  }
}
#page #hub-results .country .projects .project-body .project-results .content-wrapper .project-resources li {
  max-width: 200px;
  margin: auto;
}
#page #hub-results .country .projects .project-body .project-results .content-wrapper .project-resources li .entry-header {
  margin-top: 6px;
}
#page #hub-results .country .projects .project-body .project-results .content-wrapper .project-resources li .entry-title {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0;
}
#page #hub-results .country .projects .project-body .project-results .content-wrapper .project-resources li .entry-title a {
  color: #626874;
}
#page #hub-results .country .projects .project-body .project-results .content-wrapper .project-resources li .entry-title a:hover {
  color: #282a30;
}
@media screen and (min-width: 480px) {
  #page #hub-results .country .projects .project-body .project-results .content-wrapper .project-resources.grid {
    margin: 2rem 0 1rem;
  }
  #page #hub-results .country .projects .project-body .project-results .content-wrapper .project-resources.grid ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #page #hub-results .country .projects .project-body .project-results .content-wrapper .project-resources.grid ul li {
    width: 32%;
    max-width: 200px;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 820px) {
  #page #hub-results .country .projects .project-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #page #hub-results .country .projects .project-body .project-objectives {
    width: 50%;
  }
  #page #hub-results .country .projects .project-body .project-results {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  #page #hub-results .country .projects .project-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #page #hub-results .country .projects .project-body .project-objectives {
    width: 32%;
  }
  #page #hub-results .country .projects .project-body .project-results {
    width: 68%;
  }
}

#program-list .section-header {
  margin-bottom: 1.85rem;
  border-bottom: 2px solid #626874;
}
#program-list .section-header h2 {
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
}
#program-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#program-list ul li {
  width: 32%;
  min-width: 100px;
  padding: 1rem 0.25rem 1.5rem;
}
#program-list .icon {
  width: 100%;
  max-width: 80px;
  min-height: 60px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#program-list .icon a {
  display: block;
  line-height: 1;
}
#program-list .icon a:hover img {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.12);
}
#program-list .icon img {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
#program-list .country {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (min-width: 620px) {
  #program-list ul {
    justify-content: center;
  }
  #program-list ul li {
    width: 16%;
    min-width: 120px;
    padding: 1rem 1rem 1.5rem;
  }
}

.single-program article .entry-header {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #a9acb3;
}
.single-program article .entry-header .title-block.has_flag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 210px);
}
.single-program article .entry-header .title-block.has_flag .flag-icon {
  margin: 0;
  padding: 0;
  width: 120px;
  line-height: 1;
}
.single-program article .entry-header .title-block.has_flag .title {
  width: calc(100% - 140px);
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.single-program article .entry-header .entry-title {
  font-size: 2rem;
}
.single-program article .entry-header #program-menu {
  width: 205px;
}
.single-program article .entry-header #program-menu .dropdown-trigger {
  color: #626874;
  padding: 6px 4px;
  font-size: 0.95rem;
  text-align: right;
}
.single-program article .entry-header #program-menu .dropdown-trigger:hover {
  color: #1f2025;
}
.single-program article .entry-header #program-menu .dropdown-menu li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1;
  padding: 0.5rem 1.2rem;
}
.single-program article .entry-header #program-menu .dropdown-menu li .icon {
  width: 60px;
  margin: 0;
}
.single-program article .entry-header #program-menu .dropdown-menu li .icon a {
  line-height: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-program article .entry-header #program-menu .dropdown-menu li .country {
  padding: 0;
  width: calc(100% - 60px);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-program article .entry-header #program-menu .dropdown-menu li .country a {
  padding: 0 0.5rem 0 0.85rem;
  background: none;
  line-height: 1.2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-program article .entry-header #program-menu .dropdown-menu li:hover {
  background-color: #3d414a;
}
@media screen and (max-width: 819px) {
  .single-program article .entry-header::after {
    clear: both;
    content: "";
    display: table;
  }
  .single-program article .entry-header #program-menu {
    width: 100%;
  }
  .single-program article .entry-header #program-menu::after {
    clear: both;
    content: "";
    display: table;
  }
  .single-program article .entry-header #program-menu .dropdown-trigger {
    float: right;
  }
}
@media screen and (min-width: 820px) {
  .single-program article .entry-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .single-program article .entry-header #program-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.single-program article .entry-content {
  display: block;
  margin-bottom: 1rem;
}
.single-program article .entry-content::after {
  clear: both;
  content: "";
  display: table;
}
.single-program article .entry-content .section::after {
  clear: both;
  content: "";
  display: table;
}
.single-program article .entry-content .section + .section {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 2px solid #a9acb3;
}
.single-program article .entry-content .timeline iframe {
  height: 65vh;
}
.single-program article .entry-content .quote blockquote {
  margin: 0 0 0.85rem;
}
.single-program article .entry-content .quote blockquote * {
  font-size: 1.22rem;
  font-style: italic;
  line-height: 1.6;
}
.single-program article .entry-content .quote blockquote p {
  quotes: "“" "”" "‘" "’";
}
.single-program article .entry-content .quote blockquote p:first-child:before {
  content: open-quote;
  text-indent: -10px;
  display: inline-block;
}
.single-program article .entry-content .quote blockquote p:last-child:after {
  content: close-quote;
  display: inline-block;
}
.single-program article .entry-content .quote .citation {
  width: 65%;
  margin: 0 0 0 auto;
  font-size: 0.95rem;
}
.single-program article .entry-content .quote .citation .name {
  font-weight: 700;
  margin-bottom: 3px;
}
.single-program article .entry-content .quote .citation .title {
  line-height: 1.2;
  font-size: 0.95em;
}
.single-program article .entry-content .quote .headshot img {
  border-radius: 50%;
  border: 3px solid #F05A28;
  overflow: hidden;
}
.single-program article .entry-content .quote.has_headshot .citation {
  width: 85%;
}
@media screen and (max-width: 619px) {
  .single-program article .entry-content .quote .headshot {
    max-width: 240px;
    margin: 0 auto 0.85rem;
  }
}
@media screen and (min-width: 620px) {
  .single-program article .entry-content .quote.has_headshot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .single-program article .entry-content .quote.has_headshot .headshot {
    width: 24%;
  }
  .single-program article .entry-content .quote.has_headshot .quotation {
    padding-top: 0.5rem;
    width: 68%;
  }
  .single-program article .entry-content .quote.has_headshot .quotation .citation {
    width: 85%;
  }
}
@media screen and (min-width: 1100px) {
  .single-program article .entry-content .quote.has_headshot .quotation {
    padding-top: 1.2rem;
  }
}
.single-program article .entry-content .overview {
  border: 2px solid #F05A28;
  padding: 1rem;
  border-radius: 0 6px 6px 6px;
  position: relative;
}
.single-program article .entry-content .overview + .overview {
  margin-top: 3.85rem;
}
.single-program article .entry-content .overview .icon-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.single-program article .entry-content .overview .icon-grid .icon {
  width: 50%;
  padding: 0.5rem 0.25rem 0.85rem;
}
.single-program article .entry-content .overview .icon-grid .icon .icon-graphic {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.single-program article .entry-content .overview .icon-grid .icon .icon-label {
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.2;
}
@media screen and (min-width: 620px) and (max-width: 819px) {
  .single-program article .entry-content .overview .icon-grid .icon {
    width: 33%;
  }
}
@media screen and (min-width: 1100px) {
  .single-program article .entry-content .overview .icon-grid .icon {
    width: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .single-program article .entry-content .overview .icon-grid .icon .icon-graphic {
    padding-bottom: 85%;
  }
}
.single-program article .entry-content .overview:before {
  content: "";
  display: block;
  background: #F05A28;
  padding: 3px 8px;
  color: #ffffff;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 85%;
  position: absolute;
  bottom: 100%;
  left: -2px;
  border: 2px solid #F05A28;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.single-program article .entry-content .overview.key_impact:before {
  content: "Key Observed & Anticipated Climate Change Impacts";
}
.single-program article .entry-content .overview.priority_sectors:before {
  content: "Priority Sectors for Adaptation";
}
.single-program article .entry-content .overview.approach:before {
  content: "NAP Approach";
}
@media screen and (max-width: 819px) {
  .single-program article .entry-content .columns aside {
    padding-top: 2.2rem;
  }
}
@media screen and (min-width: 820px) {
  .single-program article .entry-content .columns main {
    width: 55%;
  }
  .single-program article .entry-content .columns aside {
    width: 40%;
    padding-top: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .single-program article .entry-content .columns main {
    width: 60%;
  }
  .single-program article .entry-content .columns aside {
    width: 37.85%;
  }
}

.spectrum-container,
.spectrum-container h1,
.country-container h2,
.text-container h3 {
  font-family: Arial, Helvetica, sans-serif;
}

.spectrum-container {
  max-width: 940px;
  width: 100%;
  padding: 1em 0.5em;
  color: #231f20;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.spectrum-container:after,
.country-container:after {
  content: "";
  display: table;
  clear: both;
}

.spectrum-container h1 {
  font-size: 19px;
  font-weight: normal;
  color: #f15b2b;
}

.spectrum-container h1 strong {
  color: #231f20;
}

.country-container {
  width: 100%;
  display: table;
  padding: 5em 5% 4em;
  border-top: 4px solid #231f20;
  background: #f1eff1;
  background: -moz-linear-gradient(top, #f1eff1 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f1eff1 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f1eff1 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1eff1", endColorstr="#ffffff",GradientType=0 );
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.country-container .column {
  display: table-cell;
  position: relative;
  padding: 0 2%;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.country-container .column.one {
  width: 23%;
}

.country-container .column.two {
  width: 46%;
}

.country-container .column.three {
  width: 29%;
}

.column .col-split {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  padding: 0;
}

.img-responsive,
.country-container .column img {
  max-width: 100%;
}

img.brazil {
  margin-top: 20px;
}

.spectrum-container a img {
  opacity: 1;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.spectrum-container a:hover img,
.spectrum-container a:focus img {
  opacity: 0.6;
}

.text-container {
  display: block;
  position: relative;
  float: left;
  width: 38%;
  margin-top: 30px;
  padding: 0 7%;
  font-size: 0.9em;
  text-align: justify;
  border-right: 2px solid #f7b898;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.text-container.left {
  width: 30%;
  padding-left: 0;
}

.text-container.right {
  width: 30%;
  padding-right: 0;
  border-right: none;
}

.text-container h3 {
  margin-top: 0;
  font-size: 1.4em;
  color: #f47d4d;
}

.text-container h3 {
  color: #6e8ec8;
}

.text-container.left h3 {
  color: #f79a72;
}

.text-container.right h3 {
  color: #f15a2a;
}

/* media CSS start */
@media screen and (max-width: 718px) {
  .country-container {
    padding: 3em 5% 1.5em;
  }

  .text-container,
.text-container.left,
.text-container.right {
    float: none;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    text-align: justify;
    border-right: none;
    border-bottom: 2px solid #f7b898;
  }

  .text-container.right {
    border-bottom: none;
  }
}