@charset "UTF-8";
/*
Theme Name: Mount Sinai
Theme URI: http://localhost/mount-sinai
Author: Marko Kukanjac
Author URI: https://www.toptal.com/resume/marko-kukanjac
Description: Mount Sinai WP Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mount-sinai
Tags: custom

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.

*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

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

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

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

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

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

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

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

/*--------------------------------------------------------------
# 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 {
  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-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;
}

@font-face {
  font-family: 'Raleway ExtraBold';
  src: url("assets/fonts/raleway/Raleway-ExtraBold.woff2") format("woff2"), url("assets/fonts/raleway/Raleway-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway Black';
  src: url("assets/fonts/raleway/Raleway-Black.woff2") format("woff2"), url("assets/fonts/raleway/Raleway-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway Regular';
  src: url("assets/fonts/raleway/Raleway-Regular.woff2") format("woff2"), url("assets/fonts/raleway/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway Medium';
  src: url("assets/fonts/raleway/Raleway-Medium.woff2") format("woff2"), url("assets/fonts/raleway/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway Bold';
  src: url("assets/fonts/raleway/Raleway-Bold.woff2") format("woff2"), url("assets/fonts/raleway/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway SemiBold';
  src: url("assets/fonts/raleway/Raleway-SemiBold.woff2") format("woff2"), url("assets/fonts/raleway/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway MediumItalic';
  src: url("assets/fonts/raleway/Raleway-MediumItalic.woff2") format("woff2"), url("assets/fonts/raleway/Raleway-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on March 23, 2018 6:31 PM */
@font-face {
  font-family: 'Titillium Web Black';
  src: url("assets/fonts/TitilliumWeb-Black.eot");
  src: url("assets/fonts/TitilliumWeb-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TitilliumWeb-Black.woff2") format("woff2"), url("assets/fonts/TitilliumWeb-Black.woff") format("woff"), url("assets/fonts/TitilliumWeb-Black.ttf") format("truetype"), url("assets/fonts/TitilliumWeb-Black.svg#TitilliumWeb-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Raleway ExtraBold", sans-serif;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
  letter-spacing: 0.025em;
}

h3 {
  font-size: 24px;
  letter-spacing: 0.025em;
  line-height: 31px;
}

h4 {
  font-size: 18px;
  letter-spacing: 0.025em;
}

h5 {
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 14px;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  outline: none;
}

*:not(.menu a) {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

*:focus, *:active {
  outline: none;
}

::selection {
  background-color: #000;
  color: #fff;
}

body {
  font-family: "Raleway Regular", sans-serif;
  font-feature-settings: "lnum", "salt";
  -webkit-font-feature-settings: "lnum", "salt";
  font-variant-ligatures: none;
  letter-spacing: 0.01em;
}

body .admin-bar {
  padding-top: 32px;
}

body.show-menu, body.show-search {
  height: 100vh;
  overflow: hidden;
}

body.show-menu.admin-bar, body.show-search.admin-bar {
  height: calc( 100vh - 32px);
}

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

p {
  margin-top: 0;
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  color: #41ACCF;
  transition: 0.3s;
}

a:hover, a:focus, a:active {
  color: #226f88;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

div {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

*,
*:focus,
*:active {
  -webkit-tap-highlight-color: transparent !important;
}

a[href^="tel:"] {
  color: #054E94;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.checkbox {
  display: none !important;
}

.checkbox + label {
  display: block;
  margin: 0 !important;
  padding-left: 25px !important;
  position: relative;
}

.checkbox + label:before, .checkbox + label:after {
  content: '';
  left: 0;
  position: absolute;
}

.checkbox + label:before {
  border-radius: 3px;
  border: 1px solid;
  height: 15px;
  top: 2px;
  width: 15px;
}

.checkbox + label:after {
  background-image: url("assets/images/x.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: none;
  height: 9px;
  left: 3px;
  top: 5px;
  width: 9px;
}

.checkbox:checked + label:after {
  display: block;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  background: #fff;
  height: 100vh;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 90px;
  transition: 0.5s;
  z-index: 999;
}

.show-menu .main-navigation {
  max-height: calc( 100vh - 90px);
  overflow: auto;
  padding-bottom: 30px;
}

.main-navigation .menu {
  margin: 0;
  padding: 0;
}

.main-navigation .menu > li > a {
  position: relative;
}

.main-navigation .menu > li > a:after {
  content: none !important;
}

.main-navigation .menu > li:nth-child(1) > a:before, .main-navigation .menu > li:nth-child(1) > a:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 0;
}

.main-navigation .menu > li:nth-child(1) > a:before {
  background-image: url("assets/images/menu-square.svg");
}

.main-navigation .menu > li:nth-child(1) > a:after {
  background-image: url("assets/images/menu-square-hover.svg");
}

.main-navigation .menu > li:nth-child(1) > a:before, .main-navigation .menu > li:nth-child(1) > a:hover:after {
  opacity: 1;
}

.main-navigation .menu > li:nth-child(1) > a:hover:before, .main-navigation .menu > li:nth-child(1) > a:after {
  opacity: 0;
}

.main-navigation .menu > li:nth-child(1) > a:before, .main-navigation .menu > li:nth-child(1) > a:after {
  width: 23px;
}

.main-navigation .menu > li:nth-child(2) > a:before, .main-navigation .menu > li:nth-child(2) > a:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 0;
}

.main-navigation .menu > li:nth-child(2) > a:before {
  background-image: url("assets/images/menu-triangle.svg");
}

.main-navigation .menu > li:nth-child(2) > a:after {
  background-image: url("assets/images/menu-triangle-hover.svg");
}

.main-navigation .menu > li:nth-child(2) > a:before, .main-navigation .menu > li:nth-child(2) > a:hover:after {
  opacity: 1;
}

.main-navigation .menu > li:nth-child(2) > a:hover:before, .main-navigation .menu > li:nth-child(2) > a:after {
  opacity: 0;
}

.main-navigation .menu > li:nth-child(2) > a:before, .main-navigation .menu > li:nth-child(2) > a:after {
  width: 23px;
}

.main-navigation .menu > li:nth-child(3) > a:before, .main-navigation .menu > li:nth-child(3) > a:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 0;
}

.main-navigation .menu > li:nth-child(3) > a:before {
  background-image: url("assets/images/menu-circle.svg");
}

.main-navigation .menu > li:nth-child(3) > a:after {
  background-image: url("assets/images/menu-circle-hover.svg");
}

.main-navigation .menu > li:nth-child(3) > a:before, .main-navigation .menu > li:nth-child(3) > a:hover:after {
  opacity: 1;
}

.main-navigation .menu > li:nth-child(3) > a:hover:before, .main-navigation .menu > li:nth-child(3) > a:after {
  opacity: 0;
}

.main-navigation .menu > li:nth-child(3) > a:before, .main-navigation .menu > li:nth-child(3) > a:after {
  width: 23px;
}

.main-navigation .menu li {
  display: block;
  font-size: 18px;
  font-family: "Raleway ExtraBold", sans-serif;
  font-weight: 800;
  letter-spacing: .01em;
  height: 100%;
  position: relative;
}

.main-navigation .menu li:last-child a {
  border-color: transparent;
}

.main-navigation .menu li a {
  border-bottom: 2px solid rgba(197, 203, 228, 0.65);
  color: #105DA9;
  display: block;
  height: 100%;
  padding: 20px 0 20px 30px;
  transition: 0s;
}

.main-navigation .menu li i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  background-image: url("assets/images/mobile-arrow.svg");
  color: #105DA9;
  float: right;
  height: 32px;
  position: absolute;
  right: 0;
  top: 20px;
  transform-origin: center;
  width: 32px;
}

.main-navigation .menu li .sub-menu {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: static;
  transition: 0s;
}

.main-navigation .menu li .sub-menu li {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  display: block;
  font-size: 15px;
  font-family: "Raleway Medium", sans-serif;
  margin-bottom: 15px;
  text-transform: none;
  width: 100%;
}

.main-navigation .menu li .sub-menu li:nth-child(1) {
  margin-top: 0;
}

.main-navigation .menu li .sub-menu li:last-child {
  margin-bottom: 20px;
}

.main-navigation .menu li .sub-menu li a {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  color: #7F8081;
  display: block;
  padding: 0;
}

.main-navigation .menu li .sub-menu li a:hover {
  color: #36C9BF;
}

.main-navigation .menu li.show-sub-menu > a {
  border: none;
}

.main-navigation .menu li.show-sub-menu i {
  transform: rotate(90deg);
}

.main-navigation .menu li.show-sub-menu .sub-menu {
  max-height: 1000px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:hover, a:focus, a:active, a:visited {
  outline: none;
}

.arrow {
  background-color: #105DA9;
  height: 37px;
  position: relative;
  float: left;
  transition: 0.3s;
  width: 70px;
}

.arrow i {
  background-color: #49DBCC;
  bottom: 0;
  content: '';
  height: 2px;
  left: 27.5px;
  margin: auto;
  opacity: 0.7;
  position: absolute;
  right: 27.5px;
  top: 0;
  transition: 0.3s;
}

.arrow i:before, .arrow i:after {
  background-color: #49DBCC;
  bottom: 0;
  content: '';
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 7.5px;
}

.arrow i:before {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.arrow i:after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.arrow-simple i {
  background-color: #fff;
  display: inline-block;
  height: 3px;
  position: relative;
  transition: 0.3s;
  vertical-align: middle;
  width: 28px;
}

.arrow-simple i:before, .arrow-simple i:after {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 3px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.arrow-simple i:before {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.arrow-simple i:after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.read-more {
  background-color: #36C9BF;
  border: 3px solid #36C9BF;
  color: #fff;
  display: inline-block;
  font-family: "Raleway Bold", sans-serif;
  line-height: 1em;
  padding: 17.5px 35px;
  transition: 0.3s;
}

.read-more.read-more-blue {
  background-color: #054E94;
  border: 3px solid #054E94;
  color: #fff;
}

.read-more-alt {
  background-color: #fff;
  border: 3px solid #fff;
  display: inline-block;
  color: #F46164;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 22px;
  margin: auto;
  padding: 15px 20px;
  text-align: left;
  transition: 0.3s;
  vertical-align: bottom;
}

.read-more-alt .link-title {
  display: inline-block;
}

.read-more-alt i {
  background-color: #F46164;
  display: inline-block;
  float: none;
  height: 2px;
  margin-left: 10px;
  opacity: 1;
  position: relative;
  transition: 0.3s;
  vertical-align: middle;
  width: 30px;
}

.read-more-alt i:before, .read-more-alt i:after {
  background-color: #F46164;
  bottom: 0;
  content: '';
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 9px;
}

.read-more-alt i:before {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.read-more-alt i:after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.read-more-alt:hover {
  color: #F46164;
}

.menu-toggle {
  background: #eeeeee;
  border: none;
  display: inline-block;
  float: right;
  height: 90px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 90px;
}

.menu-toggle i {
  background-color: #105DA9;
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

.menu-toggle i:nth-child(1) {
  top: -13px;
  transform-origin: 0 0;
}

.show-menu .menu-toggle i:nth-child(1) {
  left: 7px;
  top: -13px;
  transform: rotate(45deg);
}

.menu-toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.show-menu .menu-toggle i:nth-child(2) {
  display: none;
}

.menu-toggle i:nth-child(3) {
  bottom: -14px;
  transform-origin: 100% 100%;
}

.show-menu .menu-toggle i:nth-child(3) {
  left: -5px;
  top: -29px;
  transform: rotate(-45deg);
}

.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%;
}

.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 {
  margin: 0.8075em 0;
}

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

.gallery {
  margin-bottom: 2.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;
}

.site-header {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  height: 90px;
  left: 0;
  padding-left: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.admin-bar .site-header {
  margin-top: 32px;
}

.site-header .nav-top {
  background-color: #105DA9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-align: center;
      align-items: center;
  height: 90px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-order: 2;
      order: 2;
}

.site-branding {
  float: left;
  margin-top: 15px;
  width: 132px;
}

.search-toggle {
  background-image: url("assets/images/search-icon-mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  background-size: contain;
  display: inline-block;
  height: 19px;
  margin-left: 5px;
  margin-right: 20px;
  position: relative;
  width: 19px;
}

.search-toggle, .search-toggle:hover, .search-toggle:focus, .search-toggle:active {
  box-shadow: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.search-close {
  background-image: url("assets/images/search-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 38px;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: 0.3s;
  width: 38px;
}

.search-close, .search-close:hover, .search-close:focus, .search-close:active {
  box-shadow: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.search-close:hover {
  opacity: 1;
}

.search-wrap {
  background-color: #f3f3f3;
  height: 100vh;
  left: 0;
  max-height: calc( 100vh - 90px);
  opacity: 0;
  overflow: auto;
  padding: 25px 25px 0;
  position: fixed;
  right: 0;
  top: 90px;
  transition: 0.3s;
  visibility: hidden;
  z-index: -1;
}

.show-search .search-wrap {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.search-wrap .mCustomScrollBox {
  padding-right: 10px !important;
}

.search-wrap p {
  color: #808083;
  font-family: "Raleway Bold", sans-serif;
  margin: 0 0 10px;
}

.search-wrap .search-form {
  margin: 0 0 40px;
}

.search-wrap .search-form input {
  border: none;
  color: #313032;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 18px;
  padding: 0;
  width: 100%;
}

.search-wrap #ajaxsearchpro1_1 .probox {
  height: auto;
  margin: 0 0 30px;
}

.search-wrap #ajaxsearchpro1_1,
.search-wrap #ajaxsearchpro1_2,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchpro1_"],
.search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox {
  background: none !important;
}

.search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput {
  margin: 0;
  padding: 0;
}

.search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput {
  position: relative;
}

.search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput form {
  border-bottom: 2px solid #b2b5b7;
  height: 50px;
  padding-right: 30px !important;
}

.search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 0;
}

.search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before {
  background-image: url("assets/images/search-hover.svg");
}

.search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after {
  background-image: url("assets/images/search-hover.svg");
}

.search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:hover:after {
  opacity: 1;
}

.search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:hover:before, .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after {
  opacity: 0;
}

.search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after {
  background-size: 22px 22px !important;
  bottom: 0;
  content: '';
  height: 22px;
  left: auto !important;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  z-index: 1;
}

.search-wrap #ajaxsearchpro1_1 .probox .proinput input.orig,
.search-wrap #ajaxsearchpro1_2 .probox .proinput input.orig,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proinput input.orig {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #105DA9;
  display: inline-block;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 24px;
  height: auto;
  line-height: 35px;
  vertical-align: top;
  margin: 5px 0 0 !important;
  padding: 0 30px 0 0 !important;
  width: 100%;
}

.search-wrap #ajaxsearchpro1_1 .probox .proinput input.autocomplete,
.search-wrap #ajaxsearchpro1_2 .probox .proinput input.autocomplete,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proinput input.autocomplete {
  border: 0;
  box-shadow: none;
  color: #d0d2d3;
  display: inline-block;
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 24px;
  height: auto;
  line-height: 35px;
  margin: -60px 0 0 !important;
  opacity: 1 !important;
  text-shadow: none;
  vertical-align: top;
  width: 100%;
}

.search-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 24px !important;
  opacity: 1 !important;
  color: #d0d2d3 !important;
}

.search-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 24px !important;
  opacity: 1 !important;
  color: #d0d2d3 !important;
}

.search-wrap :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 24px !important;
  opacity: 1 !important;
  color: #d0d2d3 !important;
}

.search-wrap :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 24px !important;
  opacity: 1 !important;
  color: #d0d2d3 !important;
}

.search-wrap #ajaxsearchprores1_1.vertical,
.search-wrap #ajaxsearchprores1_2.vertical,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"].vertical {
  background: none;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  margin-right: -20px;
  overflow: visible;
  padding: 0 0 20px;
  width: calc( 100% + 20px);
}

.search-wrap #ajaxsearchprores1_1.vertical .results .asp_spacer, .search-wrap #ajaxsearchprores1_2.vertical .results,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"].vertical .results {
  height: auto !important;
}

.search-wrap #ajaxsearchprores1_1.vertical .results .asp_spacer, .search-wrap #ajaxsearchprores1_2.vertical .results .asp_spacer,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"].vertical .results .asp_spacer {
  display: none;
}

.search-wrap #ajaxsearchprores1_1 .results .item,
.search-wrap #ajaxsearchprores1_2 .results .item,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item {
  background: none !important;
  break-inside: avoid;
  border: none;
  margin: 0 0 20px;
  padding: 0;
}

.search-wrap #ajaxsearchprores1_1.vertical .results .item .asp_content,
.search-wrap #ajaxsearchprores1_2.vertical .results .item .asp_content,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"].vertical .results .item .asp_content {
  padding: 0 !important;
}

.search-wrap .search-wrap #ajaxsearchprores1_1 .results .item,
.search-wrap .search-wrap #ajaxsearchprores1_2 .results .item,
.search-wrap .search-wrap div.ajaxsearchpro[id*=ajaxsearchprores1_] .results .item {
  margin: 0 0 5px;
  padding: 0;
}

.search-wrap div.ajaxsearchpro[id*='ajaxsearchprores'] a.asp_res_image_url,
.search-wrap div.ajaxsearchpro[id*='ajaxsearchprores'] a.asp_res_image_url:hover,
.search-wrap div.ajaxsearchpro[id*='ajaxsearchprores'] a.asp_res_image_url:focus,
.search-wrap div.ajaxsearchpro[id*='ajaxsearchprores'] a.asp_res_image_url:active {
  display: none !important;
}

.search-wrap #ajaxsearchprores1_1 .results .item .asp_content h3 a,
.search-wrap #ajaxsearchprores1_2 .results .item .asp_content h3 a,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item .asp_content h3 a {
  color: #58595b;
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px;
  transition: 0.3s;
}

.search-wrap #ajaxsearchprores1_1 .results .item .asp_content,
.search-wrap #ajaxsearchprores1_2 .results .item .asp_content,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item .asp_content {
  color: #7f8081;
  font-family: "Raleway Regular", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px;
  transition: 0.3s;
}

.search-wrap #ajaxsearchprores1_1 .results .item .asp_content:hover h3 a, .search-wrap #ajaxsearchprores1_1 .results .item .asp_content:hover,
.search-wrap #ajaxsearchprores1_2 .results .item .asp_content:hover h3 a,
.search-wrap #ajaxsearchprores1_2 .results .item .asp_content:hover,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item .asp_content:hover h3 a,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item .asp_content:hover {
  color: #105DA9 !important;
}

.search-wrap .description {
  font-family: "Raleway Regular", sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-wrap #ajaxsearchpro1_1 .probox .promagnifier,
.search-wrap #ajaxsearchpro1_2 .probox .promagnifier,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .promagnifier {
  display: none;
}

.search-wrap #ajaxsearchprores1_1 p.showmore,
.search-wrap #ajaxsearchprores1_2 p.showmore,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore {
  background-color: rgba(0, 0, 0, 0);
  margin: 20px 0 0;
  height: 20px;
}

.search-wrap #ajaxsearchprores1_1 p.showmore a,
.search-wrap #ajaxsearchprores1_2 p.showmore a,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a {
  -ms-flex-align: center;
      align-items: center;
  background: none;
  color: #105DA9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  float: left;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 0;
  transition: .3s;
}

.search-wrap #ajaxsearchprores1_1 p.showmore a i,
.search-wrap #ajaxsearchprores1_2 p.showmore a i,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a i {
  background-color: #105DA9;
  display: inline-block;
  height: 2px;
  margin-left: 5px;
  -ms-flex-order: 2;
      order: 2;
  position: relative;
  transition: 0.3s;
  vertical-align: middle;
  width: 38px;
}

.search-wrap #ajaxsearchprores1_1 p.showmore a i:before, .search-wrap #ajaxsearchprores1_1 p.showmore a i:after,
.search-wrap #ajaxsearchprores1_2 p.showmore a i:before,
.search-wrap #ajaxsearchprores1_2 p.showmore a i:after,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a i:before,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a i:after {
  background-color: #105DA9;
  bottom: 0;
  content: '';
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 7.5px;
}

.search-wrap #ajaxsearchprores1_1 p.showmore a i:before,
.search-wrap #ajaxsearchprores1_2 p.showmore a i:before,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a i:before {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.search-wrap #ajaxsearchprores1_1 p.showmore a i:after,
.search-wrap #ajaxsearchprores1_2 p.showmore a i:after,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a i:after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.search-wrap #ajaxsearchprores1_1 p.showmore a span,
.search-wrap #ajaxsearchprores1_2 p.showmore a span,
.search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a span {
  -ms-flex-order: 1;
      order: 1;
  margin: 0 5px;
}

.proclose,
.proloading {
  display: none !important;
}

.social {
  display: inline-block;
  margin: 0 15px 0 15px;
  padding: 0 15px 0 0;
  position: relative;
}

.social:after {
  background-color: #B8C7DC;
  bottom: -20px;
  content: '';
  height: 33px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -20px;
  width: 2px;
}

.social li {
  display: inline-block;
  font-size: 22px;
  margin: 0 7.5px;
}

.social li a {
  color: #fff;
  transition: 0.3s;
}

.donate {
  -ms-flex-align: center;
      align-items: center;
  background-color: #F46164;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  float: right;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 20px;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0.06em;
  position: relative;
  text-align: center;
  width: 124px;
}

.donate:before, .donate:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 0;
}

.donate:before {
  background-image: url("assets/images/heart.svg");
}

.donate:after {
  background-image: url("assets/images/heart-hover.svg");
}

.donate:before, .donate:hover:after {
  opacity: 1;
}

.donate:hover:before, .donate:after {
  opacity: 0;
}

.donate:hover {
  background-color: #f2474a;
}

.donate span {
  color: #fff;
  position: relative;
  z-index: 2;
}

.contact-link,
.contact-link-mobile {
  background-color: #f3ac20;
  border-radius: 30px;
  color: #fff;
  display: none;
  font-family: "Raleway Medium", sans-serif;
  height: 56px;
  padding: 14px 15px;
  position: fixed;
  right: 20px;
  top: 220px;
  transition: 0.5s;
  z-index: 999;
  white-space: nowrap;
  width: 58px;
}

.contact-link i,
.contact-link-mobile i {
  background-image: url("assets/images/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  float: left;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  width: 27px;
}

.contact-link span,
.contact-link-mobile span {
  color: #fff;
  display: inline-block;
  float: left;
  margin: 5px 0 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s 0.4s;
  white-space: nowrap;
  width: 0;
}

.contact-link:hover,
.contact-link-mobile:hover {
  color: #fff;
  width: 256px;
}

.contact-link:hover span,
.contact-link-mobile:hover span {
  opacity: 1;
  width: 185px;
}

.contact-link-mobile {
  display: block;
  font-family: "Raleway SemiBold", sans-serif;
  height: 40px;
  margin: 0 auto 35px;
  padding: 10px;
  position: static;
  width: 240px;
}

.contact-link-mobile i {
  height: 18px;
  width: 18px;
}

.contact-link-mobile span {
  margin: 0;
  opacity: 1;
  width: 185px;
}

.contact-link {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.hide-phone .contact-link {
  opacity: 0;
  visibility: hidden;
}

.site-footer .container {
  max-width: 1200px;
}

.site-footer .footer-columns {
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  color: #83868a;
  line-height: 22px;
  margin: auto;
  max-width: 1200px;
  padding: 40px 20px;
}

.site-footer .footer-columns:before, .site-footer .footer-columns:after {
  clear: both;
  content: '';
  display: table;
}

.site-footer .footer-columns h4 {
  color: #105DA9;
  font-size: 16px;
  font-family: "Raleway ExtraBold", sans-serif;
  line-height: 22px;
  margin: 10px 0;
}

.site-footer .footer-columns p {
  margin: 0 0 5px;
}

.site-footer .footer-columns .footer-logo {
  margin: 0 0 50px;
}

.site-footer .footer-columns .footer-logo img {
  width: 218px;
}

.site-footer .footer-columns .contact-info {
  border-bottom: 2px solid rgba(198, 199, 199, 0.65);
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.site-footer .footer-columns .contact-info div:nth-of-type(1) {
  margin-bottom: 15px;
}

.site-footer .footer-columns .contact-info a {
  color: #F46164;
  position: relative;
}

.site-footer .footer-columns .contact-info a.phone-link {
  color: #7F8081;
}

.site-footer .footer-columns .contact-info a.phone-link:hover {
  color: #F46164;
}

.site-footer .footer-columns .contact-info a:after {
  background-color: #F46164;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.site-footer .footer-columns .contact-info a:hover:after {
  opacity: 1;
}

.site-footer .footer-columns .contact-info h4 a {
  color: #105DA9;
  text-decoration: none;
  transition: 0.3s;
}

.site-footer .footer-columns .contact-info h4 a:hover {
  color: #F46164;
}

.site-footer .footer-columns .links:before {
  background-color: #c6c7c7;
  content: '';
  display: block;
  float: left;
  height: 120px;
  left: -60px;
  opacity: 0.5;
  position: absolute;
  top: 5px;
  width: 2px;
}

.site-footer .footer-columns .links ul {
  column-count: 2;
  column-gap: 10px;
  margin: 0;
  padding: 0;
}

.site-footer .footer-columns .links ul li {
  break-inside: avoid;
  display: block;
  margin: 0 0 5px;
}

.site-footer .footer-columns .links ul li a {
  color: #83868a;
  transition: 0.3s;
}

.site-footer .footer-columns .links ul li a:hover {
  color: #105DA9;
}

.site-footer .footer-bottom {
  background-color: #F46164;
  color: #fff;
  padding: 40px 20px 40px;
  text-align: center;
}

.site-footer .footer-bottom h4 {
  font-family: "Titillium Web Black", sans-serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  margin: 0;
}

.site-footer .footer-bottom h4:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 2px;
  margin: 25px 0 10px;
  width: 100%;
}

.site-footer .footer-bottom a {
  color: #fff;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 24px;
  letter-spacing: 0.06em;
  position: relative;
  transition: 0.3s;
}

.site-footer .footer-bottom a:after {
  background-color: #fff;
  bottom: -2.5px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.site-footer .footer-bottom a:hover {
  opacity: 1;
}

.site-footer .footer-bottom .social {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 0 30px;
  padding: 0 0 10px;
  width: 100%;
}

.site-footer .footer-bottom .social:after {
  content: none;
}

.site-footer .footer-bottom .social li {
  margin: 0 25px;
}

.site-footer .footer-bottom .social li a:after {
  content: none;
}

.site-footer .footer-bottom .social li a:hover {
  color: #fff;
}

.site-footer .footer-bottom .footer-link {
  display: inline-block;
  -ms-flex-order: 1;
      order: 1;
  margin: 0 50px 25px;
}

.site-footer .footer-bottom .footer-link:last-child {
  margin-bottom: 0;
  -ms-flex-order: 3;
      order: 3;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  margin-top: 90px;
  overflow: hidden;
}

.container {
  max-width: 1200px;
}

.page-header {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  height: 90px;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 0 20px;
}

.page-header .page-title {
  color: #fff;
  font-family: "Raleway Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 22px;
}

.page-header .page-title h1 {
  font-family: "Titillium Web Black", sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
}

.page-header .page-title strong,
.page-header .page-title a {
  color: #49DBCC;
  display: block;
}

.page-header .page-title * {
  margin: 0;
}

.page-header.page-header-blue {
  background-color: #054E94;
  background-image: url("assets/images/page-header-blue.png");
  background-size: cover;
}

.page-header.page-header-green {
  background-color: #49DBCC;
  background-image: url("assets/images/page-header-green.png");
  background-size: cover;
}

.page-header.page-header-green .breadcrumbs a {
  color: rgba(255, 255, 255, 0.75);
}

.page-header.page-header-green .breadcrumbs a:hover {
  color: #fff;
}

.page-header.page-header-green .breadcrumbs span {
  color: #054E94;
}

.page-header.page-header-green .breadcrumbs .divider {
  color: #fff;
}

.page-header.page-header-orange {
  background-color: #49DBCC;
  background-image: url("assets/images/page-header-orange.png");
  background-size: cover;
}

.page-header.page-header-orange .breadcrumbs a {
  color: rgba(255, 255, 255, 0.75);
}

.page-header.page-header-orange .breadcrumbs a:hover {
  color: #fff;
}

.page-header.page-header-orange .breadcrumbs span {
  color: #fff;
}

.page-header.page-header-orange .breadcrumbs .divider {
  color: #fff;
}

.page-header .breadcrumbs {
  font-family: "Raleway Bold", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-header .breadcrumbs a {
  color: #B8C7DC;
}

.page-header .breadcrumbs a:hover {
  color: #fff;
}

.page-header .breadcrumbs span {
  color: #49DBCC;
}

.page-header .breadcrumbs .divider {
  color: #B8C7DC;
  margin: 0 2.5px;
}

.page-header-inner {
  display: block;
  height: auto;
  padding: 0;
}

.page-header-inner .image-wrap {
  height: 190px;
  overflow: hidden;
  position: relative;
}

.page-header-inner .image-wrap img {
  bottom: 0;
  display: block;
  height: 100%;
  left: -500px;
  margin: auto;
  max-width: 500%;
  position: absolute;
  right: -500px;
  top: 0;
  width: auto;
}

.page-header-inner .page-description {
  background-repeat: repeat;
  color: #fff;
  padding: 30px 20px;
}

.page-header-inner .page-description .description-wrap {
  margin: auto;
  max-width: 950px;
}

.page-header-inner .page-description h1 {
  font-family: "Titillium Web Black", sans-serif;
  letter-spacing: 0.02em;
  line-height: 42px;
  margin: 0 0 15px;
}

.page-header-inner .page-description p {
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.post-wrap .inner-wrap {
  background-color: #fff;
  display: block;
  width: 100%;
}

.post-wrap .inner-wrap .image-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  display: block;
  height: calc( ( 100vw - 40px ) / 2.03);
  overflow: hidden;
  position: relative;
}

.post-wrap .inner-wrap .image-wrap:before {
  background-image: linear-gradient(180deg, transparent, rgba(54, 201, 191, 0.6));
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 2;
}

.post-wrap .inner-wrap .image-wrap img {
  bottom: 0;
  display: block;
  height: auto;
  left: -500px;
  margin: auto;
  max-height: 120%;
  max-width: 200%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: -500px;
  top: 0;
  width: auto;
  z-index: 1;
}

.post-wrap .inner-wrap .info-wrap {
  padding: 20px 20px 40px;
  position: relative;
  z-index: 3;
}

.post-wrap .inner-wrap .info-wrap .arrow {
  bottom: auto;
  left: calc(100% - 90px);
  position: absolute;
  top: -17px;
}

.post-wrap .inner-wrap .info-wrap .meta {
  color: #83868a;
  font-family: "Raleway Bold", sans-serif;
  font-size: 11px;
  letter-spacing: 0.01em;
  margin: 0 0 5px;
}

.post-wrap .inner-wrap .info-wrap h5 {
  color: #36C9BF;
  font-family: "Raleway ExtraBold", sans-serif;
  letter-spacing: 0.01em;
  line-height: 22px;
  margin: 0 0 5px;
}

.post-wrap .inner-wrap .info-wrap p {
  color: #000;
  line-height: 23px;
  margin: 0;
}

.simple-article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 0 20px;
  padding: 0;
}

.simple-article a {
  display: block;
  background-color: #fff;
  padding: 30px 20px 35px;
  position: relative;
  width: 100%;
}

.simple-article a:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-image: url("assets/images/health-hub-cat-1.png");
  display: block;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}

.simple-article a:hover:before {
  opacity: 1;
}

.simple-article a:hover:after {
  background-image: url("assets/images/arrow-white-alt-4.svg");
}

.simple-article a:hover h4,
.simple-article a:hover p {
  color: #fff;
}

.simple-article a:after {
  background-image: url("assets/images/arrow-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 20px;
  content: '';
  height: 13px;
  position: absolute;
  right: 15px;
  width: 27px;
  z-index: 2;
}

.simple-article a h4 {
  color: #105DA9;
  font-family: "Raleway ExtraBold", sans-serif;
  line-height: 26px;
  margin: 0 0 15px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
}

.simple-article a p {
  color: #000;
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
}

.loading-is {
  display: none;
}

.nav-next a {
  background-color: transparent;
  border: 2px solid #054E94;
  color: #054E94;
  display: block;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 26px;
  margin: 35px auto;
  padding: 15px 10px 15px 45px;
  text-align: left;
  transition: 0.3s;
  vertical-align: bottom;
  width: 215px;
}

.nav-next a i {
  background-color: #054E94;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  margin-left: 7.5px;
  opacity: 1;
  position: relative;
  right: 0;
  top: 0;
  transition: 0.3s;
  vertical-align: middle;
  width: 20px;
}

.nav-next a i:before, .nav-next a i:after {
  background-color: #054E94;
  bottom: 0;
  content: '';
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 9px;
}

.nav-next a i:before {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.nav-next a i:after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.nav-next a:hover {
  background-color: #054E94;
  color: #fff;
}

.nav-next a:hover i {
  background-color: #fff;
  width: 33px;
}

.nav-next a:hover i:before, .nav-next a:hover i:after {
  background-color: #fff;
}

#infinite-handle,
#infinite-handle-alt,
#infinite-handle-alt2 {
  display: block !important;
}

#infinite-handle.hide-load-more,
#infinite-handle-alt.hide-load-more,
#infinite-handle-alt2.hide-load-more {
  display: none !important;
}

#loading-is {
  display: none !important;
}

a.bottom-link {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  background-image: url("assets/images/services-link-bg-mobile.svg");
  color: #054E94;
  display: block;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 36px;
  padding: 35px 20px;
  position: relative;
  text-align: center;
}

a.bottom-link .inner-wrap {
  display: inline-block;
  position: relative;
}

a.bottom-link .arrow {
  background-color: transparent;
  bottom: -15px;
  height: 19px;
  right: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  width: 44px;
}

a.bottom-link .arrow i {
  background-color: #054E94;
  bottom: 0;
  height: 3px;
  left: 0;
  margin: auto;
  opacity: 1;
  right: 0;
  top: 0;
}

a.bottom-link .arrow i:before, a.bottom-link .arrow i:after {
  background-color: #054E94;
  height: 3px;
  opacity: 1;
  width: 12.5px;
}

.dropdown-wrap {
  display: block;
  position: relative;
}

.dropdown-wrap button, .dropdown-wrap button:hover, .dropdown-wrap button:focus, .dropdown-wrap button:active {
  background-color: #194380 !important;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #fff !important;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  line-height: 1.3em;
  outline: none !important;
  overflow: hidden;
  padding: 10px 70px 10px 20px;
  position: relative;
  text-align: left;
  white-space: normal;
  width: 100%;
}

.dropdown-wrap button i {
  -ms-flex-align: center;
      align-items: center;
  background-color: #49DBCC;
  bottom: 0;
  color: #194380;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  float: right;
  font-size: 28px;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}

.dropdown-wrap ul {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}

.dropdown-wrap ul li a {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #7F8081 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  padding: 10px 20px;
  white-space: normal;
}

.dropdown-wrap.open ul {
  display: block;
}

.nav-tabs {
  border-radius: 0 !important;
  border: none !important;
  background-color: #194380;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  display: none !important;
}

.nav-tabs li {
  border-radius: 0 !important;
  border: none !important;
  display: inline-block;
  float: none;
  margin: 0 20px;
  width: 210px;
}

.nav-tabs li a {
  border-radius: 0 !important;
  border: none !important;
  color: #fff;
  display: block;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 17px;
  line-height: 26px;
  padding: 17.5px;
  position: relative;
  transition: 0.3s;
}

.nav-tabs li a:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #49DBCC;
  content: '';
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: 0.3s;
  width: 0;
  z-index: 10;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background-color: #49DBCC !important;
  color: #fff;
}

.nav-tabs li.active a:after,
.nav-tabs li.active a:hover:after,
.nav-tabs li.active a:focus:after {
  opacity: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  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;
}

.slick-arrow {
  z-index: 1;
}

.slick-arrow.slick-type-1 {
  background-color: rgba(0, 0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  height: 36px;
  margin: auto;
  position: absolute;
  transition: 0.3s;
  width: 20px;
  bottom: auto;
  top: calc( ( 100vw - 40px )/1.719/2 - 18px);
}

.slick-arrow.slick-type-1:hover {
  opacity: 1;
}

.slick-arrow.slick-type-1.slick-prev {
  background-image: url("assets/images/arrow-prev.svg");
  left: 20px;
}

.slick-arrow.slick-type-1.slick-next {
  background-image: url("assets/images/arrow-next.svg");
  right: 20px;
}

.slick-arrow.slick-arrow-linear {
  background-color: rgba(0, 0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  bottom: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 30%;
  z-index: 1;
}

.slick-arrow.slick-arrow-linear.slick-prev {
  left: 0;
}

.slick-arrow.slick-arrow-linear.slick-next {
  right: 0;
}

.slick-dots-type-1 .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}

.slick-dots-type-1 .slick-dots li {
  display: inline-block;
  padding: 0 2.5px;
}

.slick-dots-type-1 .slick-dots li button {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 2px solid #123D65;
  display: block;
  font-size: 0;
  height: 16px;
  opacity: 1;
  width: 16px;
}

.slick-dots-type-1 .slick-dots li.slick-active button {
  background-color: #123D65;
}

.slick-dots-type-2 .slick-dots,
.gallery .slick-dots {
  height: auto;
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
}

.slick-dots-type-2 .slick-dots li,
.gallery .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots-type-2 .slick-dots li button,
.gallery .slick-dots li button {
  background-color: #123D65;
  border-radius: 50%;
  border: none;
  display: block;
  font-size: 0;
  height: 9px;
  opacity: 0.34;
  padding: 0;
  transition: 0.3s;
  width: 9px;
}

.slick-dots-type-2 .slick-dots li.slick-active button,
.gallery .slick-dots li.slick-active button {
  height: 15px;
  opacity: 1;
  width: 15px;
}

/*!
 *  Font Awesome 4.7.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("assets//fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets//fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets//fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets//fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets//fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets//fonts/fontawesome-webfont.svg?v=4.7.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.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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-f:before,
.fa-facebook:before {
  content: "";
}

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

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

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

.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-resistance:before,
.fa-rebel:before {
  content: "";
}

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.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: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

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

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 380px \0;
  /*IE9 and below*/
}

.bootstrap-select {
  width: 100%;
}

.bootstrap-select .dropdown-toggle {
  background-color: #eeeeee !important;
  border-radius: 0;
  border: 2px solid #054E94 !important;
  box-shadow: none !important;
  color: #054E94 !important;
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  padding: 12px 30px 12px 20px;
  width: 100%;
}

.bootstrap-select.open .dropdown-toggle {
  background-color: #fff !important;
}

.bootstrap-select > select {
  border: none;
  bottom: 0;
  display: block !important;
  height: 100% !important;
  left: 50%;
  opacity: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.5px !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: 14px;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none !important;
  bottom: 0;
  display: inline-block;
  height: 20px;
  margin-left: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  vertical-align: middle;
  width: 20px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #054E94;
  content: "\f106";
  font-family: fontawesome;
  font-size: 17px;
  font-weight: 600;
  line-height: 10px;
  height: 10px;
  display: block;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:after {
  color: #054E94;
  content: "\f107";
  font-family: fontawesome;
  font-size: 17px;
  font-weight: 600;
  line-height: 10px;
  height: 10px;
  display: block;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
  border: 2px solid #054E94;
  box-sizing: border-box;
  margin: -2px 0 0;
  max-height: 300px !important;
  max-width: 100%;
  min-width: 100%;
  padding: 10px 15px 20px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 20px;
}

.bootstrap-select.btn-group .dropdown-menu li {
  padding: 0 !important;
  position: relative;
  margin: 0 !important;
  width: 100% !important;
}

.bootstrap-select.btn-group .dropdown-menu li:last-child {
  border: none;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  background: none !important;
  color: #7f8081;
  cursor: pointer;
  font-family: "Raleway Medium", sans-serif;
  font-size: 14px;
  padding: 7.5px 0;
  text-align: left;
  transition: .3s;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: normal;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  color: #105DA9;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
  font-family: FontAwesome;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark:before {
  content: "\f00c";
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 14px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close,
.mfp-close-btn-in .mfp-close {
  font-size: 0;
  height: 20px;
  position: absolute;
  right: -40px;
  top: 0;
  transition: 0.3s;
  width: 20px;
}

.mfp-iframe-holder .mfp-close:before,
.mfp-close-btn-in .mfp-close:before {
  background: #fff;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: 0 0;
  transform: rotate(45deg);
  width: 29px;
}

.mfp-iframe-holder .mfp-close:after,
.mfp-close-btn-in .mfp-close:after {
  background: #fff;
  content: '';
  height: 2px;
  position: absolute;
  right: 0;
  transform-origin: top right;
  transform: rotate(-45deg);
  width: 29px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.questions-section {
  background-color: #fff;
  padding: 25px 15px;
  position: relative;
}

.questions-section:before, .questions-section:after {
  clear: both;
  content: '';
  display: table;
}

.questions-section h2 {
  color: #49DBCC;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.23em;
  margin: 0 0 20px;
  text-align: center;
}

.questions-section h2 a {
  color: #49DBCC;
  transition: 0.3s;
}

.questions-section h2 a:hover {
  color: #105DA9;
}

.questions-section .health-hub-links .item {
  border-bottom: 2px solid rgba(197, 203, 228, 0.65);
  display: block;
  padding: 10px 0;
}

.questions-section .health-hub-links .item:last-child {
  border-bottom: none;
}

.questions-section .health-hub-links .item:nth-of-type(3), .questions-section .health-hub-links .item:nth-of-type(5) {
  border-right: none;
}

.questions-section .health-hub-links .item .item-icon {
  display: inline-block;
  position: relative;
  height: 72px;
  margin: 0 0 10px;
  vertical-align: middle;
  width: 100px;
}

.questions-section .health-hub-links .item .item-icon:before, .questions-section .health-hub-links .item .item-icon:after {
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 0;
}

.questions-section .health-hub-links .item .item-icon:before {
  opacity: 1;
}

.questions-section .health-hub-links .item .item-icon:after {
  opacity: 0;
}

.questions-section .health-hub-links .item:hover .item-icon:before {
  opacity: 0;
}

.questions-section .health-hub-links .item:hover .item-icon:after {
  opacity: 1;
}

.questions-section .health-hub-links .item:nth-of-type(1) .item-icon:before {
  background-image: url("assets/images/questions-1.svg");
  background-size: 75px;
}

.questions-section .health-hub-links .item:nth-of-type(1) .item-icon:after {
  background-image: url("assets/images/questions-1-hover.svg");
  background-size: 75px;
}

.questions-section .health-hub-links .item:nth-of-type(2) .item-icon:before {
  background-image: url("assets/images/questions-2.svg");
  background-size: 60px;
}

.questions-section .health-hub-links .item:nth-of-type(2) .item-icon:after {
  background-image: url("assets/images/questions-2-hover.svg");
  background-size: 60px;
}

.questions-section .health-hub-links .item:nth-of-type(3) .item-icon:before {
  background-image: url("assets/images/questions-3.svg");
  background-size: 73px;
}

.questions-section .health-hub-links .item:nth-of-type(3) .item-icon:after {
  background-image: url("assets/images/questions-3-hover.svg");
  background-size: 73px;
}

.questions-section .health-hub-links .item:nth-of-type(4) .item-icon:before {
  background-image: url("assets/images/questions-4.svg");
  background-size: 70px;
}

.questions-section .health-hub-links .item:nth-of-type(4) .item-icon:after {
  background-image: url("assets/images/questions-4-hover.svg");
  background-size: 70px;
}

.questions-section .health-hub-links .item:nth-of-type(5) .item-icon:before {
  background-image: url("assets/images/questions-5.svg");
  background-size: 78px;
}

.questions-section .health-hub-links .item:nth-of-type(5) .item-icon:after {
  background-image: url("assets/images/questions-5-hover.svg");
  background-size: 78px;
}

.questions-section .health-hub-links .item h4 {
  color: #105DA9;
  display: inline-block;
  font-family: "Raleway ExtraBold", sans-serif;
  letter-spacing: 0.01em;
  line-height: 26px;
  margin: 0;
  transition: 0.3s;
  vertical-align: middle;
  width: 165px;
}

.questions-section .health-hub-links .item:hover h4 {
  color: #36C9BF;
}

.questions-section .health-hub-links hr {
  background-color: rgba(197, 203, 228, 0.65);
  display: none;
  height: 2px;
  margin: 15px 0;
}

.questions-section .screen-wrap {
  background-color: #49DBCC;
  left: 0;
  min-height: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s;
  visibility: hidden;
  z-index: 10;
}

.questions-section .screen-wrap.show-screen {
  opacity: 1;
  visibility: visible;
}

.questions-section .screen-wrap .close-screen {
  background-color: #fff;
  background-image: url("assets/images/x-green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  border: none;
  border-radius: 50%;
  height: 38px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.3s;
  width: 38px;
  z-index: 1;
}

.questions-section .screen-wrap .close-screen:hover {
  background-color: #fff;
}

.questions-section .screen-wrap .container {
  max-width: 1200px;
}

.questions-section .screen-wrap .screen-info {
  background-color: #00999F;
  color: #fff;
  padding: 20px;
}

.questions-section .screen-wrap .screen-info h3 {
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 42px;
  margin: 0 40px 15px 0;
  max-width: 300px;
}

.questions-section .screen-wrap .screen-info p {
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 22px;
  margin: 0 0 20px;
  max-width: 250px;
}

.questions-section .screen-wrap .screen-info a {
  color: #256BBF;
  display: inline-block;
  font-family: "Titillium Web Black", sans-serif;
  letter-spacing: 0.06em;
  line-height: 20px;
  margin-bottom: -55px;
  transition: 0.3s;
  vertical-align: bottom;
}

.questions-section .screen-wrap .screen-info a .link-title {
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  float: left;
  height: 75px;
  padding: 20px;
  text-transform: uppercase;
  width: 200px;
}

.questions-section .screen-wrap .screen-info a .arrow {
  background-color: #105DA9;
  height: 75px;
  position: relative;
  float: left;
  transition: 0.3s;
  width: 75px;
}

.questions-section .screen-wrap .screen-info a .arrow i {
  background-color: #49DBCC;
  bottom: 0;
  content: '';
  height: 2px;
  left: 30px;
  margin: auto;
  opacity: 0.7;
  position: absolute;
  right: 30px;
  top: 0;
  transition: 0.3s;
}

.questions-section .screen-wrap .screen-info a .arrow i:before, .questions-section .screen-wrap .screen-info a .arrow i:after {
  background-color: #49DBCC;
  bottom: 0;
  content: '';
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 7.5px;
}

.questions-section .screen-wrap .screen-info a .arrow i:before {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.questions-section .screen-wrap .screen-info a .arrow i:after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.questions-section .screen-wrap .posts-wrap {
  padding: 55px 20px 5px;
}

.questions-section .screen-wrap .posts-wrap .post-wrap {
  margin: 0 0 30px;
}

.questions-section .screen-wrap .posts-wrap .post-wrap .image-wrap {
  display: none;
  overflow: hidden;
  position: relative;
}

.questions-section .screen-wrap .posts-wrap .post-wrap .info-wrap .arrow {
  bottom: -20px;
  position: absolute;
  right: 20px;
  top: auto;
}

.latest-section {
  background-color: #f3eee5;
  padding: 55px 20px 70px;
}

.latest-section:before, .latest-section:after {
  clear: both;
  content: '';
  display: table;
}

.latest-section h2 {
  color: #105DA9;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 43px;
  margin: 20px auto 20px;
  max-width: 210px;
  text-align: center;
}

.latest-section .latest-slider {
  margin: auto;
  max-width: 700px;
}

.latest-section .latest-slider .slide-wrap {
  min-height: 375px;
}

.latest-section .latest-slider .slide-wrap .caption {
  background-color: #256bbf;
  overflow: hidden;
  padding: 30px 20px 0;
  position: relative;
}

.latest-section .latest-slider .slide-wrap .caption:before {
  background-color: #205eb0;
  content: "";
  height: 240%;
  left: 100px;
  position: absolute;
  top: -170px;
  transform: rotate(-35deg);
  width: 80%;
  z-index: 1;
}

.latest-section .latest-slider .slide-wrap .caption .text-wrap {
  position: relative;
  z-index: 2;
}

.latest-section .latest-slider .slide-wrap .caption h3 {
  color: #fff;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 22px;
  line-height: 31px;
  margin: 0 0 10px;
}

.latest-section .latest-slider .slide-wrap .caption p {
  color: #fff;
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 40px;
}

.latest-section .latest-slider .slide-wrap .caption a {
  background-color: #105DA9;
  color: #fff;
  display: block;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1em;
  margin: 0 -20px;
  padding: 25px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.latest-section .latest-slider .slide-wrap .caption a i {
  margin-left: 15px;
}

.latest-section .latest-slider .slide-wrap .caption a i, .latest-section .latest-slider .slide-wrap .caption a i:before, .latest-section .latest-slider .slide-wrap .caption a i:after {
  background-color: #49DBCC;
}

.latest-section .latest-slider .slide-wrap .image-wrap {
  background-position: center;
  background-size: cover;
  height: calc( (100vw - 40px) / 1.51);
}

.latest-section .latest-slider .slide-wrap .next-slide-wrap {
  background-color: rgba(35, 31, 32, 0.7);
  bottom: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 195px;
}

.latest-section .latest-slider .slide-wrap .next-slide-wrap .next-text {
  color: #49DBCC;
  bottom: 35px;
  left: 25px;
  position: absolute;
  right: 25px;
}

.latest-section .latest-slider .slide-wrap .next-slide-wrap .next-text a {
  display: inline-block;
  color: #fff;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1em;
  margin: 0 0 10px;
}

.latest-section .latest-slider .slide-wrap .next-slide-wrap .next-text a i {
  height: 2px;
  margin-left: 7.5px;
  width: 18px;
}

.latest-section .latest-slider .slide-wrap .next-slide-wrap .next-text a i:before, .latest-section .latest-slider .slide-wrap .next-slide-wrap .next-text a i:after {
  height: 2px;
  width: 7.5px;
}

.latest-section .latest-slider .slide-wrap .next-slide-wrap .next-text a:hover i {
  width: 34px;
}

.latest-section .latest-slider .slide-wrap .next-slide-wrap .next-text p {
  font-family: "Raleway Medium", sans-serif;
  line-height: 20px;
}

.slick-arrow {
  background-color: #fff;
  border-radius: 50%;
  border: none;
  height: 52px;
  margin: auto;
  position: absolute;
  top: calc( (100vw - 40px) / 1.51 - 26px);
  transition: 0.3s;
  width: 52px;
}

.slick-arrow:before {
  border-bottom: 7.5px solid transparent;
  border-top: 7.5px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 0;
}

.slick-arrow.slick-prev {
  left: -15px;
}

.slick-arrow.slick-prev:before {
  border-right: 13px solid #054E94;
  left: -5px;
}

.slick-arrow.slick-next {
  right: -15px;
}

.slick-arrow.slick-next:before {
  border-left: 13px solid #054E94;
  right: -5px;
}

.slick-arrow:hover {
  background-color: #105DA9;
}

.slick-arrow:hover.slick-prev:before {
  border-right-color: #49DBCC;
}

.slick-arrow:hover.slick-next:before {
  border-left-color: #49DBCC;
}

.poll-section {
  background-color: #84E1D5;
  background-image: url("assets/images/challenge-bg-mobile-green.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 15px;
  position: relative;
  text-align: center;
}

.poll-section h2 {
  color: #fff;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.poll-section .totalpoll-wrapper .totalpoll-container {
  background-color: transparent !important;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-question-content p {
  color: #fff !important;
  font-family: "Raleway Regular", sans-serif !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  line-height: 42px !important;
  margin: 0 auto 40px !important;
  max-width: 950px !important;
  text-align: center !important;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question-choices {
  border: none !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 !important;
  text-align: center;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item {
  width: auto !important;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-selector {
  display: none !important;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-control {
  background-color: transparent !important;
  border: none !important;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-label {
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent !important;
  border: 3px solid #fff !important;
  color: #fff !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  float: none !important;
  font-family: "Titillium Web Black", sans-serif !important;
  font-size: 20px !important;
  height: auto !important;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0.06em !important;
  line-height: 1em !important;
  margin: 0 auto !important;
  padding: 10px 40px !important;
  text-transform: uppercase;
  transition: .3s;
  vertical-align: top !important;
  width: auto !important;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-label:hover {
  background-color: #fff !important;
  color: #3FC4BB !important;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item.totalpoll-question-choices-item-checked .totalpoll-question-choices-item-label {
  background-color: #fff !important;
  color: #3FC4BB !important;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-choice-separator {
  display: none !important;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-buttons-results,
.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-buttons-back {
  display: none !important;
}

.poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-buttons-vote {
  display: none !important;
}

.poll-section .totalpoll-wrapper.is-screen-vote .close {
  display: none;
}

.poll-section .totalpoll-wrapper.is-screen-vote .totalpoll-question-choices-item-label {
  display: -ms-flexbox;
  display: flex;
}

.poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices {
  border: none !important;
  margin: 0 !important;
  margin: auto !important;
  max-width: 320px;
  text-align: center;
  width: 100%;
}

.poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item {
  display: inline-block !important;
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}

.poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-container {
  background-color: transparent !important;
  border: none !important;
}

.poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-container .totalpoll-question-choices-item-label {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
  font-size: 18px !important;
  font-family: "Raleway Regular", sans-serif !important;
  -ms-flex-pack: start;
      justify-content: flex-start;
  color: #fff !important;
  border: none !important;
  padding: 0 !important;
  text-align: left !important;
  text-transform: none;
  width: 100%;
}

.poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-container .totalpoll-question-choices-item-label:hover {
  background-color: transparent !important;
}

.poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-container .totalpoll-question-choices-item-label span {
  padding-left: 75px !important;
}

.poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-container .totalpoll-question-choices-item-label span:before {
  content: 'Said ';
}

.poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-container .totalpoll-question-choices-item-votes {
  overflow: visible !important;
  position: relative;
  width: 100%;
}

.poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-container .totalpoll-question-choices-item-votes .totalpoll-question-choices-item-votes-bar {
  background-color: transparent !important;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff) !important;
  border-radius: 0 !important;
  height: 50px !important;
}

.poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item .totalpoll-question-choices-item-container .totalpoll-question-choices-item-votes .totalpoll-question-choices-item-votes-text {
  color: #fff !important;
  font-family: "Raleway Regular", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  position: absolute !important;
  right: calc(100% - 70px) !important;
  top: -30px !important;
}

.poll-section .totalpoll-wrapper .close {
  background-color: #fff;
  background-image: url("assets/images/x-green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  border: none;
  border-radius: 50%;
  height: 38px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.3s;
  width: 38px;
}

.poll-section .totalpoll-wrapper .close:hover {
  background-color: #fff;
}

.poll-section .totalpoll-choice-votes-text {
  font-feature-settings: "lnum", "salt" !important;
  -webkit-font-feature-settings: "lnum", "salt" !important;
  font-variant-ligatures: none !important;
}

.page-template-health-hub .page-header h1.page-title {
  color: #49DBCC;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  margin: 0;
}

.page-template-health-hub .search-section {
  background-color: #EEEEEE;
  background-image: url("assets/images/health-hub-search-bg.png");
  background-position: center -50px;
  background-size: 1868px;
  padding: 30px 20px 25px;
}

.page-template-health-hub .search-section #ajaxsearchpro2_1 .probox {
  background: none !important;
  height: auto;
  margin: 0 0 30px;
}

.page-template-health-hub .search-section #ajaxsearchpro2_1 {
  background: none !important;
}

.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput {
  margin: 0;
  padding: 0;
}

.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput {
  position: relative;
}

.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput form {
  border-bottom: 2px solid #b2b5b7;
  height: 50px;
}

.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 0;
}

.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before {
  background-image: url("assets/images/search-hover.svg");
}

.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after {
  background-image: url("assets/images/search-hover.svg");
}

.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:hover:after {
  opacity: 1;
}

.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:hover:before, .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after {
  opacity: 0;
}

.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after {
  background-size: 22px 22px !important;
  bottom: 0;
  content: '';
  height: 22px;
  left: auto !important;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  z-index: 1;
}

.page-template-health-hub .search-section #ajaxsearchpro2_1 .probox .proinput input.orig {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #105DA9;
  display: inline-block;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 24px;
  height: auto;
  line-height: 35px;
  vertical-align: top;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  width: 100%;
}

.page-template-health-hub .search-section #ajaxsearchpro2_1 .probox .proinput input.autocomplete {
  border: 0;
  box-shadow: none;
  color: #d0d2d3;
  display: inline-block;
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 24px;
  height: auto;
  line-height: 35px;
  margin: -60px 0 0 !important;
  opacity: 1 !important;
  text-shadow: none;
  vertical-align: top;
  width: 100%;
}

.page-template-health-hub .search-section ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 24px !important;
  opacity: 1 !important;
  color: #105DA9 !important;
}

.page-template-health-hub .search-section ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 24px !important;
  opacity: 1 !important;
  color: #105DA9 !important;
}

.page-template-health-hub .search-section :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 24px !important;
  opacity: 1 !important;
  color: #105DA9 !important;
}

.page-template-health-hub .search-section :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 24px !important;
  opacity: 1 !important;
  color: #105DA9 !important;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1.vertical {
  background: none;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  margin-bottom: 50px;
  margin-right: -20px;
  overflow: visible;
  padding: 0 0 20px;
  width: calc( 100% + 20px);
}

.page-template-health-hub .search-section #ajaxsearchprores2_1.vertical .results {
  height: auto !important;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1.vertical .results .asp_spacer {
  display: none;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 .results .item {
  background: none !important;
  break-inside: avoid;
  border: none;
  margin: 0 0 20px;
  padding: 0;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1.vertical .results .item .asp_content {
  padding: 0 !important;
}

.page-template-health-hub .search-section .search-wrap #ajaxsearchprores2_1 .results .item {
  margin: 0 0 5px;
  padding: 0;
}

.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchprores'] a.asp_res_image_url,
.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchprores'] a.asp_res_image_url:hover,
.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchprores'] a.asp_res_image_url:focus,
.page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchprores'] a.asp_res_image_url:active {
  display: none !important;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 .results .item .asp_content h3 a {
  color: #58595b;
  font-family: "Raleway ExtraBold", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px;
  transition: 0.3s;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 .results .item .asp_content {
  color: #7f8081;
  font-family: "Raleway Regular", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px;
  transition: 0.3s;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 .results .item .asp_content:hover h3 a, .page-template-health-hub .search-section #ajaxsearchprores2_1 .results .item .asp_content:hover {
  color: #105DA9 !important;
}

.page-template-health-hub .search-section .description {
  font-family: "Raleway Regular", sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-template-health-hub .search-section #ajaxsearchpro2_1 .probox .promagnifier {
  display: none;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore {
  background-color: rgba(0, 0, 0, 0);
  margin: 20px 0 0;
  height: 20px;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a {
  -ms-flex-align: center;
      align-items: center;
  background: none;
  color: #105DA9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  float: left;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 0;
  transition: .3s;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a i {
  background-color: #105DA9;
  display: inline-block;
  height: 2px;
  margin-left: 5px;
  -ms-flex-order: 2;
      order: 2;
  position: relative;
  transition: 0.3s;
  vertical-align: middle;
  width: 38px;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a i:before, .page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a i:after {
  background-color: #105DA9;
  bottom: 0;
  content: '';
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 7.5px;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a i:before {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a i:after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a span {
  -ms-flex-order: 1;
      order: 1;
  margin: 0 5px;
}

.page-template-health-hub .search-section .popular-searches {
  margin-top: 10px;
}

.page-template-health-hub .search-section .popular-searches-title span {
  background-color: #105DA9;
  color: #fff;
  float: left;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 12.5px 35px;
}

.page-template-health-hub .search-section .popular-searches-title span:after {
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  border-top: 4px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
  width: 0;
}

.page-template-health-hub .search-section .popular-searches .search-tags {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  transition: 0.3s;
}

.page-template-health-hub .search-section .popular-searches .search-tags.open {
  max-height: 350px;
}

.page-template-health-hub .search-section .popular-searches .search-tags ul {
  column-count: 2;
  margin: 0 0 20px;
  padding: 30px 15px 0;
  text-align: left;
  width: 100%;
}

.page-template-health-hub .search-section .popular-searches .search-tags ul:before, .page-template-health-hub .search-section .popular-searches .search-tags ul:after {
  clear: both;
  content: '';
  display: table;
}

.page-template-health-hub .search-section .popular-searches .search-tags ul li {
  break-inside: avoid;
  color: #83868a;
  cursor: pointer;
  display: block;
  font-family: "Raleway Bold", sans-serif;
  margin: 0 0 15px;
  position: relative;
  transition: 0.3s;
  width: 100%;
}

.page-template-health-hub .search-section .popular-searches .search-tags ul li:hover {
  color: #105DA9;
}

.page-template-health-hub .search-section .popular-searches .search-tags ul li:hover:after {
  opacity: 1;
}

.page-template-health-hub .search-section .popular-searches .search-tags .read-more {
  background-color: #36C9BF;
  color: #fff;
  margin: 10px auto 20px;
  text-align: center;
  max-width: 290px;
  width: 100%;
}

.page-template-health-hub .search-section .popular-searches .search-tags .read-more:hover {
  background-color: #36C9BF;
  color: #fff;
}

.health-hub-nav-section a {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  min-height: 120px;
  padding: 15px 20px 15px 15px;
  position: relative;
}

.health-hub-nav-section a:before, .health-hub-nav-section a:after {
  clear: both;
  content: '';
  display: table;
}

.health-hub-nav-section a:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}

.health-hub-nav-section a:hover:before {
  opacity: 1;
}

.health-hub-nav-section a:hover .learn-more {
  opacity: 1;
}

.health-hub-nav-section a.your-body {
  background-color: #256BBF;
}

.health-hub-nav-section a.your-body:before {
  background-image: url("assets/images/health-hub-cat-bg-1.png");
}

.health-hub-nav-section a.your-body img {
  height: 74px;
  width: 105px;
}

.health-hub-nav-section a.sex-sexuality-and-gender {
  background-color: #20BAEF;
}

.health-hub-nav-section a.sex-sexuality-and-gender:before {
  background-image: url("assets/images/health-hub-cat-bg-2.png");
}

.health-hub-nav-section a.sex-sexuality-and-gender img {
  height: 87px;
  width: 79px;
}

.health-hub-nav-section a.sex-sexuality-and-gender .description h4 {
  max-width: 140px;
}

.health-hub-nav-section a.your-emotions-and-mental-health {
  background-color: #96CD11;
}

.health-hub-nav-section a.your-emotions-and-mental-health:before {
  background-image: url("assets/images/health-hub-cat-bg-3.png");
}

.health-hub-nav-section a.your-emotions-and-mental-health img {
  height: 87px;
  width: 79px;
}

.health-hub-nav-section a.relationships {
  background-color: #F46164;
}

.health-hub-nav-section a.relationships:before {
  background-image: url("assets/images/health-hub-cat-bg-4.png");
}

.health-hub-nav-section a.relationships img {
  height: 70px;
  width: 108px;
}

.health-hub-nav-section a.your-rights-and-other-resources {
  background-color: #F4AC20;
}

.health-hub-nav-section a.your-rights-and-other-resources:before {
  background-image: url("assets/images/health-hub-cat-bg-5.png");
}

.health-hub-nav-section a.your-rights-and-other-resources img {
  height: 97px;
  width: 104px;
}

.health-hub-nav-section a .icon {
  float: left;
  height: auto;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 105px;
  z-index: 2;
}

.health-hub-nav-section a .icon img {
  display: block;
  margin: auto;
}

.health-hub-nav-section a .description {
  float: left;
  max-width: 180px;
  position: relative;
  width: calc(100% - 130px);
  z-index: 2;
}

.health-hub-nav-section a .description h4 {
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto 5px;
}

.health-hub-nav-section a .description p {
  font-family: "Raleway Medium", sans-serif;
  margin: 0;
}

.health-hub-nav-section a i {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  height: 20px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.health-hub-nav-section a .learn-more {
  bottom: 20px;
  display: none;
  font-family: "Raleway ExtraBold", sans-serif;
  left: 0;
  letter-spacing: 0.04em;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: 0.3s;
  z-index: 1;
}

.health-hub-nav-section a .learn-more:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  background-image: url("assets/images/arrow-white-alt-3.svg");
  content: '';
  display: inline-block;
  height: 13px;
  margin-left: 7.5px;
  vertical-align: middle;
  width: 30px;
}

.follow-share-section {
  background-color: #054E94;
  padding: 40px 20px 20px;
}

.follow-share-section h2 {
  color: #fff;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  margin: 0 0 35px;
  text-align: center;
}

.follow-share-section .follow-share-column {
  margin: 0 0 20px;
  padding: 0;
}

.follow-share-section .follow-share-column h3 {
  color: #fff;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 18px;
  height: 60px;
  line-height: 35px;
  margin: 0;
  padding: 12.5px 20px;
}

.follow-share-section .follow-share-column h3 a {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
}

.follow-share-section .follow-share-column h3 a i {
  font-size: 16px;
  margin-left: 10px;
}

.follow-share-section .follow-share-column h3 a:hover {
  background-color: #fff;
}

.follow-share-section .follow-share-column.twitter h3 {
  background-color: #2aa9e0;
}

.follow-share-section .follow-share-column.twitter a:hover {
  color: #2aa9e0;
}

.follow-share-section .follow-share-column.twitter .aiwidget-title {
  display: none;
}

.follow-share-section .follow-share-column.facebook h3 {
  background-color: #256BBF;
}

.follow-share-section .follow-share-column.facebook a:hover {
  color: #256BBF;
}

.follow-share-section .follow-share-column.instagram h3 {
  background-color: #d93174;
}

.follow-share-section .follow-share-column.instagram a:hover {
  color: #d93174;
}

.follow-share-section .follow-share-column .column-inner {
  background-color: #fff;
  height: 450px;
  overflow: auto;
  padding: 20px;
}

#cff.cff-default-styles .cff-author .cff-author-text a {
  color: #000;
  font-family: "Raleway Black", sans-serif;
  font-size: 12px;
}

#cff.cff-default-styles .cff-author .cff-date {
  color: #8e9faa;
  font-family: "Raleway SemiBold", sans-serif;
  font-size: 12px;
}

span.cff-text {
  line-height: 20px;
}

.aiwidgetscss .widget-title {
  display: none;
}

.aiwidgetscss .imgdisplay {
  border-bottom: 1px solid #C6C7C7;
  padding-bottom: 20px;
  position: relative;
}

.aiwidgetscss .imgdisplay > a {
  left: -5px;
  position: absolute;
  top: 0;
}

.aiwidgetscss .imgdisplay > a img {
  width: 40px;
}

.aiwidgetscss .imgdisplay .tweet_author_name a {
  color: #000;
  font-family: "Raleway Black", sans-serif;
  font-size: 12px !important;
  padding-left: 50px;
}

.aiwidgetscss .imgdisplay .tweet_author a {
  color: #8E9FAA;
  display: block;
  font-size: 12px !important;
  line-height: 1.2em;
  padding-left: 50px;
}

.thinkTwitFollow {
  display: none;
}

#instaLink_0,
#instaLink_0 .instalink-feed-wrapper {
  height: 100%;
}

#instaLink_0 .instalink-header,
#instaLink_0 .instalink-feed-wrapper .instalink-header {
  background-color: #fff !important;
}

#instaLink_0 .instalink-header .instalink-header-pic,
#instaLink_0 .instalink-feed-wrapper .instalink-header .instalink-header-pic {
  width: 40px;
}

#instaLink_0 .instalink-header .instalink-header-name,
#instaLink_0 .instalink-feed-wrapper .instalink-header .instalink-header-name {
  font-size: 0;
}

#instaLink_0 .instalink-header .instalink-header-name:before,
#instaLink_0 .instalink-feed-wrapper .instalink-header .instalink-header-name:before {
  color: #58595B;
  content: 'Mount Sinai Adolescent Health Center';
  font-family: "Raleway Black", sans-serif;
  font-size: 11px;
  text-transform: none;
}

#instaLink_0 .instalink-header .instalink-header-logo,
#instaLink_0 .instalink-feed-wrapper .instalink-header .instalink-header-logo {
  display: none;
}

#instaLink_0 .instalink-panel,
#instaLink_0 .instalink-feed-wrapper .instalink-panel {
  text-align: center;
}

#instaLink_0 .instalink-panel .instalink-panel-counter,
#instaLink_0 .instalink-feed-wrapper .instalink-panel .instalink-panel-counter {
  color: #58595B;
  font-family: "Raleway ExtraBold", sans-serif;
  width: 30%;
  display: inline-block;
  float: none;
}

#instaLink_0 .instalink-panel .instalink-panel-counter .instalink-panel-counter-label,
#instaLink_0 .instalink-feed-wrapper .instalink-panel .instalink-panel-counter .instalink-panel-counter-label {
  font-family: "Raleway Medium", sans-serif;
  width: 100%;
}

#instaLink_0 .instalink-panel-subscribe,
#instaLink_0 .instalink-feed-wrapper .instalink-panel-subscribe {
  display: none;
}

.health-hub-nav-section.category-nav.desktop-category-nav {
  display: none;
}

.health-hub-nav-section.category-nav.mobile-category-nav {
  display: block;
  position: relative;
}

.health-hub-nav-section.category-nav .category-link {
  height: 170px;
}

.health-hub-nav-section.category-nav .category-link:before {
  content: none;
}

.health-hub-nav-section.category-nav .category-link:after {
  border-left: 20px solid transparent;
  border-top: 20px solid;
  border-right: 20px solid transparent;
  content: '';
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  transition: 0.3s;
  width: 0;
  z-index: 1;
}

.health-hub-nav-section.category-nav .category-link.your-body:after {
  border-top-color: #256BBF;
}

.health-hub-nav-section.category-nav .category-link.sex-sexuality-and-gender:after {
  border-top-color: #20BAEF;
}

.health-hub-nav-section.category-nav .category-link.your-emotions-and-mental-health:after {
  border-top-color: #96CD11;
}

.health-hub-nav-section.category-nav .category-link.relationships:after {
  border-top-color: #F46164;
}

.health-hub-nav-section.category-nav .category-link.your-rights-and-other-resources:after {
  border-top-color: #F4AC20;
}

.health-hub-nav-section.category-nav .category-link:hover:after, .health-hub-nav-section.category-nav .category-link.active:after {
  opacity: 1;
}

.health-hub-nav-section.category-nav .category-link.mobile-category-slider {
  opacity: 0;
  transition: 0.3s;
}

.health-hub-nav-section.category-nav .category-link.mobile-category-slider.show-slider {
  opacity: 1;
}

.health-hub-nav-section.category-nav .category-link .icon {
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: 90px;
  margin: 0 0 10px;
  width: 100%;
}

.health-hub-nav-section.category-nav .category-link .icon img {
  max-height: 100%;
}

.health-hub-nav-section.category-nav .category-link .description {
  float: none;
  margin: auto;
  text-align: center;
}

.health-hub-nav-section.category-nav .slick-arrow {
  background-color: #fff;
  border-radius: 50%;
  border: none;
  bottom: 0;
  display: block;
  height: 52px;
  min-height: 52px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}

.health-hub-nav-section.category-nav .slick-arrow:before {
  border-bottom: 7.5px solid transparent;
  border-top: 7.5px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  right: 0;
  top: 0;
  width: 0;
}

.health-hub-nav-section.category-nav .slick-arrow:after {
  content: none !important;
}

.health-hub-nav-section.category-nav .slick-arrow.slick-prev {
  left: 10px;
}

.health-hub-nav-section.category-nav .slick-arrow.slick-prev:before {
  border-right: 13px solid #36c9bf;
  left: -5px;
}

.health-hub-nav-section.category-nav .slick-arrow.slick-next {
  right: 10px;
}

.health-hub-nav-section.category-nav .slick-arrow.slick-next:before {
  border-left: 13px solid #36c9bf;
  right: -5px;
}

.articles-section {
  background-color: #EEEEEE;
  background-image: url("assets/images/articles-bg-mobile.png");
  background-position: center 30px;
  background-repeat: no-repeat;
  padding: 40px 20px;
}

.articles-section h1 {
  color: #105DA9;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 43px;
  margin: 0 0 10px;
  text-align: center;
}

.articles-section .description {
  color: #525252;
  font-family: "Raleway Medium", sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
  text-align: center;
}

.articles-section .description p {
  margin: 0;
}

.articles-section .articles.your-body .simple-article a:before {
  background-image: url("assets/images/health-hub-cat-1.png");
}

.articles-section .articles.sex-sexuality-and-gender .simple-article a:before {
  background-image: url("assets/images/health-hub-cat-2.png");
}

.articles-section .articles.your-emotions-and-mental-health .simple-article a:before {
  background-image: url("assets/images/health-hub-cat-3.png");
}

.articles-section .articles.relationships .simple-article a:before {
  background-image: url("assets/images/health-hub-cat-4.png");
}

.articles-section .articles.your-rights-and-other-resources .simple-article a:before {
  background-image: url("assets/images/health-hub-cat-5.png");
}

.articles-section .no-articles {
  color: #7F8081;
  font-family: "Raleway Bold", sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-align: center;
}

.related-blog-section {
  background-color: #49DBCC;
  padding: 40px 20px;
}

.related-blog-section h2 {
  color: #105DA9;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 43px;
  margin: 0 0 40px;
  text-align: center;
}

.related-blog-section .related-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.related-blog-section .related-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 0 20px;
  padding: 0;
}

.related-blog-section .related-post .inner-wrap .info-wrap p {
  line-height: 20px;
}

.article-header-section {
  background-size: cover;
  padding: 20px;
}

.article-header-section.your-body {
  background-color: #256BBF;
  background-image: url("assets/images/article-your-body-bg-mobile.svg");
}

.article-header-section.sex-sexuality-and-gender {
  background-color: #20BAEF;
  background-image: url("assets/images/article-sex-sexuality-and-gender-mobile.svg");
}

.article-header-section.your-emotions-and-mental-health {
  background-color: #96CD11;
  background-image: url("assets/images/article-your-emotions-and-mental-health-mobile.svg");
}

.article-header-section.relationships {
  background-color: #F46164;
  background-image: url("assets/images/article-relationships-mobile.svg");
}

.article-header-section.your-rights-and-other-resources {
  background-color: #F4AC20;
  background-image: url("assets/images/article-your-rights-and-other-resources-mobile.svg");
}

.article-header-section .top-tip {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  margin: 0 auto 20px;
  max-width: 950px;
  text-align: center;
  width: 100%;
}

.article-header-section .article-image {
  margin: 0 0 25px;
}

.article-header-section .article-image img {
  display: block;
  width: 100%;
}

.article-header-section .explore-topics {
  background-color: #fff;
  margin: 0 0 -160px;
  padding: 35px;
}

.article-header-section .explore-topics h3 {
  color: #226dc5;
  font-family: "Titillium Web Black", sans-serif;
  letter-spacing: 0.02em;
  margin: 0 0 25px;
}

.article-header-section .explore-topics p,
.article-header-section .explore-topics li {
  color: #000;
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
}

.article-header-section .explore-topics p a {
  color: #000;
  position: relative;
  transition: 0.3s;
}

.article-header-section .explore-topics p a:before {
  background-color: #000;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.article-header-section .explore-topics p a:hover {
  color: #105DA9;
}

.article-header-section .explore-topics p a:hover:after {
  opacity: 1;
}

.article-header-section .explore-topics ul {
  margin: 0;
  padding: 0;
}

.article-header-section .explore-topics ul li {
  display: block;
  padding-left: 10px;
  position: relative;
}

.article-header-section .explore-topics ul li:before {
  content: '•';
  left: 0;
  position: absolute;
  top: 0;
}

.article-content-section {
  padding: 140px 20px 0;
}

.article-content-section .article-content {
  color: #000;
}

.article-content-section .article-content h1 {
  font-size: 22px;
  color: #105DA9;
  line-height: 31px;
  margin: -5px 0 25px;
}

.article-content-section .article-content h3 {
  color: #105DA9;
  font-family: "Raleway SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.article-content-section .article-content h4 {
  color: #105DA9;
  font-family: "Raleway SemiBold", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 22px;
  margin: 30px 0 15px;
}

.article-content-section .article-content h5 {
  font-size: 16px;
  font-family: "Raleway Regular", sans-serif;
  font-weight: 400;
}

.article-content-section .article-content ul {
  margin: 0 0 20px;
  padding: 0;
}

.article-content-section .article-content ul li {
  display: block;
  margin: 0 0 15px;
  padding-left: 10px;
  position: relative;
}

.article-content-section .article-content ul li:before {
  content: '•';
  left: 0;
  position: absolute;
  top: 0;
}

.article-content-section .article-content a {
  color: #105DA9;
  font-family: "Raleway SemiBold", sans-serif;
}

.article-content-section .article-content a:hover {
  text-decoration: underline;
}

.topic-info {
  border-top: 1px solid rgba(131, 134, 138, 0.7);
  -ms-flex-order: 3;
      order: 3;
  margin-top: 20px;
  padding: 40px 0 0;
  text-align: center;
}

.back-to-top-wrap {
  margin-bottom: 40px;
  margin-top: 40px;
  -ms-flex-order: 4;
      order: 4;
  text-align: center;
  width: 100%;
}

.back-to-top-wrap .back-to-top {
  background-color: transparent;
  border: none;
  display: inline-block;
  color: #105DA9;
  font-family: "Raleway Medium", sans-serif;
  padding: 0;
  position: relative;
  transition: 0.3s;
}

.back-to-top-wrap .back-to-top:after {
  background-color: #105DA9;
  bottom: -4px;
  content: '';
  height: 2px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.back-to-top-wrap .back-to-top:hover {
  color: #105DA9;
}

.back-to-top-wrap .back-to-top:hover:after {
  background-color: #105DA9;
  opacity: 1;
}

.single-article {
  counter-reset: section;
}

.article-sidebar {
  margin: 0 -20px;
}

.article-sidebar .top-goal {
  background-color: #054E94;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding: 30px 20px;
}

.article-sidebar .widget-wrap {
  background-color: #256BBF;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
}

.article-sidebar .widget-wrap:before, .article-sidebar .widget-wrap:after {
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}

.article-sidebar .widget-wrap:before {
  border-right: 175px solid;
  border-bottom: 150px solid transparent;
  right: 0;
  top: 0;
}

.article-sidebar .widget-wrap:after {
  border-left: 450px solid;
  border-top: 390px solid transparent;
  bottom: 0;
  left: 0;
}

.article-sidebar .widget-wrap.your-body {
  background-color: #256BBF;
}

.article-sidebar .widget-wrap.your-body:before {
  border-right-color: #2764b5;
}

.article-sidebar .widget-wrap.your-body:after {
  border-left-color: #2764b5;
}

.article-sidebar .widget-wrap.sex-sexuality-and-gender {
  background-color: #20BAEF;
}

.article-sidebar .widget-wrap.sex-sexuality-and-gender:before {
  border-right-color: #29afe5;
}

.article-sidebar .widget-wrap.sex-sexuality-and-gender:after {
  border-left-color: #29afe5;
}

.article-sidebar .widget-wrap.your-emotions-and-mental-health {
  background-color: #96CD11;
}

.article-sidebar .widget-wrap.your-emotions-and-mental-health:before {
  border-right-color: #8ac026;
}

.article-sidebar .widget-wrap.your-emotions-and-mental-health:after {
  border-left-color: #8ac026;
}

.article-sidebar .widget-wrap.relationships {
  background-color: #F46164;
}

.article-sidebar .widget-wrap.relationships:before {
  border-right-color: #e9585e;
}

.article-sidebar .widget-wrap.relationships:after {
  border-left-color: #e9585e;
}

.article-sidebar .widget-wrap.your-rights-and-other-resources {
  background-color: #F4AC20;
}

.article-sidebar .widget-wrap.your-rights-and-other-resources:before {
  border-right-color: #eca02e;
}

.article-sidebar .widget-wrap.your-rights-and-other-resources:after {
  border-left-color: #eca02e;
}

.article-sidebar .widget-wrap > div {
  position: relative;
  z-index: 2;
}

.article-sidebar .widget-wrap .widget {
  color: #fff;
  margin: 0 0 35px;
}

.article-sidebar .widget-wrap .widget h4 {
  margin: 0 0 20px;
}

.article-sidebar .widget-wrap .widget.tips-wrap img {
  width: 100%;
}

.article-sidebar .widget-wrap .widget.tips-wrap .tips {
  padding: 0;
  margin: 0;
}

.article-sidebar .widget-wrap .widget.tips-wrap .tips li {
  border-bottom: 1px solid #fff;
  display: block;
  min-height: 40px;
  padding: 25px 60px;
  position: relative;
}

.article-sidebar .widget-wrap .widget.tips-wrap .tips li::before {
  bottom: 0;
  content: counter(section) ":";
  counter-increment: section;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 40px;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
}

.article-sidebar .widget-wrap .widget.tips-wrap .tips li:last-child {
  border-width: 3px;
}

.article-sidebar .widget-wrap .widget.related-topics ul {
  margin: 0;
  padding: 0;
}

.article-sidebar .widget-wrap .widget.related-topics ul li {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
}

.article-sidebar .widget-wrap .widget.related-topics ul li a {
  color: #fff;
  position: relative;
  transition: 0.3s;
}

.article-sidebar .widget-wrap .widget.related-topics ul li a:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.article-sidebar .widget-wrap .widget.related-topics ul li a:hover {
  color: #fff;
}

.article-sidebar .widget-wrap .widget.related-topics ul li a:hover:after {
  opacity: 1;
}

.page-template-blog .page-header .page-title h1,
.archive .page-header .page-title h1 {
  color: #105DA9;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
}

.page-template-blog .load-more,
.archive .load-more {
  background-color: transparent;
  border: 2px solid #054E94;
  color: #054E94;
  display: block;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 26px;
  margin: 20px auto 0;
  padding: 15px 10px 15px 45px;
  text-align: left;
  transition: 0.3s;
  vertical-align: bottom;
  width: 215px;
}

.page-template-blog .load-more .link-title,
.archive .load-more .link-title {
  display: inline-block;
}

.page-template-blog .load-more .arrow,
.archive .load-more .arrow {
  background-color: transparent;
  display: inline-block;
  float: none;
  height: 17px;
  margin-left: 7.5px;
  position: relative;
  transition: 0.3s;
  vertical-align: middle;
  width: 20px;
}

.page-template-blog .load-more .arrow i,
.archive .load-more .arrow i {
  background-color: #054E94;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}

.page-template-blog .load-more .arrow i:before, .page-template-blog .load-more .arrow i:after,
.archive .load-more .arrow i:before,
.archive .load-more .arrow i:after {
  background-color: #054E94;
  bottom: 0;
  content: '';
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 9px;
}

.page-template-blog .load-more .arrow i:before,
.archive .load-more .arrow i:before {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.page-template-blog .load-more .arrow i:after,
.archive .load-more .arrow i:after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.page-template-blog .load-more:hover,
.archive .load-more:hover {
  background-color: #054E94;
  color: #fff;
}

.page-template-blog .load-more:hover .arrow,
.archive .load-more:hover .arrow {
  width: 33px;
}

.page-template-blog .load-more:hover .arrow i,
.archive .load-more:hover .arrow i {
  background-color: #fff;
}

.page-template-blog .load-more:hover .arrow i:before, .page-template-blog .load-more:hover .arrow i:after,
.archive .load-more:hover .arrow i:before,
.archive .load-more:hover .arrow i:after {
  background-color: #fff;
}

.filters {
  margin: 0 auto 30px;
  position: relative;
  z-index: 4;
}

.filters ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.filters ul li {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.filters ul li:first-child {
  margin-left: 0;
}

.filters ul li:first-child .bootstrap-select.btn-group .dropdown-menu {
  padding-right: 0;
}

.filters ul li:last-child {
  margin-right: 0;
}

.filters ul li:nth-child(2) .bootstrap-select.btn-group .dropdown-menu {
  max-height: 305px !important;
  padding-right: 0;
}

.filters ul li label {
  width: 100%;
}

.filters ul li.filter-submit {
  width: 180px;
}

.filters ul li .bootstrap-select:hover .dropdown-toggle {
  background-color: #054E94 !important;
  color: #fff !important;
}

.filters ul li .bootstrap-select:hover .dropdown-toggle .caret:before, .filters ul li .bootstrap-select:hover .dropdown-toggle .caret:after {
  color: #fff;
  transition: 0.3s;
}

.filters ul li button {
  background-color: #054E94;
  border: 2px solid #054E94;
  color: #fff;
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 11px 20px 11px 40px;
  position: relative;
  text-align: left;
  transition: 0.3s;
  width: 100%;
}

.filters ul li button i {
  bottom: 0;
  font-size: 0;
  height: 13px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 35px;
  top: 0;
  width: 33px;
}

.filters ul li button i:before, .filters ul li button i:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}

.filters ul li button i:before {
  background-image: url("assets/images/arrow-blue-alt.svg");
}

.filters ul li button i:after {
  background-image: url("assets/images/arrow-white-alt.svg");
}

.filters ul li button:hover {
  background-color: #054E94;
  color: #fff;
}

.blog-content {
  background-color: #EEEEEE;
  padding: 25px 0;
  position: relative;
}

.blog-content:before {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  visibility: hidden;
  z-index: 4;
}

.blog-content.white-overlay:before {
  opacity: 1;
  visibility: visible;
}

.blog-content .back-to-top-wrap {
  margin: 50px 0 25px;
}

.blog-content .posts-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  transition: 0.5s;
}

.blog-content .posts-wrap.loading {
  opacity: 0.5;
}

.blog-content .posts-wrap.loading:before {
  content: '';
}

.blog-content article.post-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 0 20px;
}

.blog-content article.post-wrap .inner-wrap .image-wrap {
  height: calc( ( 100vw - 40px ) / 2.2);
  overflow: hidden;
}

.blog-content article.post-wrap .inner-wrap .image-wrap img {
  display: block;
}

.blog-content article.post-wrap .inner-wrap .meta {
  color: #105DA9;
  margin: 0 0 5px;
}

.blog-content article.post-wrap .inner-wrap h5 {
  color: #105DA9;
}

.blog-content article.post-wrap .inner-wrap p {
  color: #000;
  line-height: 20px;
}

.blog-content article.post-wrap .cats-wrap {
  background-color: #054E94;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 15px 0;
  width: 100%;
}

.blog-content article.post-wrap .cats-wrap .cat-wrap {
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid #49DBCC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  float: left;
  font-size: 11px;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 35px;
  padding: 0 20px;
  text-align: center;
  width: 33.3334%;
}

.blog-content article.post-wrap .cats-wrap .cat-wrap:last-child {
  border: none;
}

.blog-content article.post-wrap .cats-wrap .cat-wrap a {
  color: #49DBCC;
  position: relative;
}

.blog-content article.post-wrap .cats-wrap .cat-wrap a:after {
  content: none;
}

.blog-content article.post-wrap .cats-wrap .cat-wrap a:hover {
  color: #fff;
}

.blog-content article.post-wrap .cats-wrap .cat-wrap a:hover:after {
  opacity: 0;
}

.blog-content .navigation.posts-navigation {
  margin: 20px 0 0;
  text-align: center;
}

.blog-content .navigation.posts-navigation #infinite-handle a {
  background-color: #054E94;
  border: 2px solid #054E94;
  color: #fff;
  display: inline-block;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 18px;
  padding: 12px 20px 12px 50px;
  position: relative;
  text-align: left;
  transition: 0.3s;
  width: 215px;
}

.blog-content .navigation.posts-navigation #infinite-handle a i {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 2px;
  left: 155px;
  margin: auto;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 20px;
}

.blog-content .navigation.posts-navigation #infinite-handle a i:before, .blog-content .navigation.posts-navigation #infinite-handle a i:after {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 9px;
}

.blog-content .navigation.posts-navigation #infinite-handle a i:before {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.blog-content .navigation.posts-navigation #infinite-handle a i:after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}

.single-post .article-content-section,
.single-news .article-content-section {
  padding: 30px 20px 0;
}

.single-post .article-content-section p span,
.single-news .article-content-section p span {
  line-height: 22px;
}

.single-post .article-content-section p span strong,
.single-news .article-content-section p span strong {
  color: #105DA9;
  font-family: "Raleway SemiBold", sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 22px;
  margin: 30px 0 15px;
}

.single-post .post-meta,
.single-news .post-meta {
  width: 100%;
}

.single-post .post-meta .meta,
.single-news .post-meta .meta {
  color: #105DA9;
  font-family: "Raleway Bold", sans-serif;
  font-size: 11px;
  margin: 0 0 10px;
}

.single-post .post-meta .meta date,
.single-news .post-meta .meta date {
  margin: 0 60px 0 0;
}

.single-post .post-meta h1,
.single-news .post-meta h1 {
  color: #105DA9;
  line-height: 42px;
  margin: 0 0 20px;
}

.single-post .article-sidebar .widget-wrap,
.single-news .article-sidebar .widget-wrap {
  background-color: #36C9BF;
}

.single-post .article-sidebar .widget-wrap:before,
.single-news .article-sidebar .widget-wrap:before {
  border-right: 160px solid #39c0b7;
  border-bottom: 150px solid transparent;
}

.single-post .article-sidebar .widget-wrap:after,
.single-news .article-sidebar .widget-wrap:after {
  border-left: 265px solid #39c0b7;
  border-top: 240px solid transparent;
}

.single-post .article-sidebar .widget-wrap .widget,
.single-news .article-sidebar .widget-wrap .widget {
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
}

.single-post .article-sidebar .widget-wrap .widget:last-child,
.single-news .article-sidebar .widget-wrap .widget:last-child {
  border: none;
  padding-bottom: 0;
}

.single-post .article-sidebar .widget-wrap .widget.share h4,
.single-news .article-sidebar .widget-wrap .widget.share h4 {
  margin: 0 0 15px;
}

.single-post .article-sidebar .widget-wrap .share.widget,
.single-news .article-sidebar .widget-wrap .share.widget {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.single-post .article-sidebar .widget-wrap .share.widget h4,
.single-news .article-sidebar .widget-wrap .share.widget h4 {
  width: 100%;
}

.single-post .article-sidebar .widget-wrap .share.widget .ssba.ssbp-wrap,
.single-news .article-sidebar .widget-wrap .share.widget .ssba.ssbp-wrap {
  width: auto !important;
}

.single-post .article-sidebar .widget-wrap .contact-page-link a,
.single-news .article-sidebar .widget-wrap .contact-page-link a {
  border-color: #fff;
  color: #fff;
  padding: 17.5px 15px;
  text-align: center;
  width: auto;
}

.single-post .article-sidebar .widget-wrap .contact-page-link a:hover,
.single-news .article-sidebar .widget-wrap .contact-page-link a:hover {
  background-color: #fff;
  color: #36C9BF;
}

.single-post .article-sidebar .widget-wrap .ssbp-wrap a,
.single-news .article-sidebar .widget-wrap .ssbp-wrap a {
  background-color: #fff;
  border-radius: 50%;
  color: #36C9BF;
  display: inline-block;
  font-family: 'FontAwesome';
  height: 30px;
  margin: 0 10px 0 0;
  text-align: center;
  transition: 0.3s;
  vertical-align: top;
  width: 30px;
}

.single-post .article-sidebar .widget-wrap .ssbp-wrap a img,
.single-news .article-sidebar .widget-wrap .ssbp-wrap a img {
  display: none !important;
}

.single-post .article-sidebar .widget-wrap .ssbp-wrap a.ssba_facebook_share:before,
.single-news .article-sidebar .widget-wrap .ssbp-wrap a.ssba_facebook_share:before {
  content: "\f09a";
  font-size: 18px;
  line-height: 32px;
}

.single-post .article-sidebar .widget-wrap .ssbp-wrap a.ssba_twitter_share:before,
.single-news .article-sidebar .widget-wrap .ssbp-wrap a.ssba_twitter_share:before {
  content: "\f099";
  font-size: 16px;
  line-height: 30px;
}

.single-post .article-sidebar .widget-wrap .ssbp-wrap a:hover,
.single-news .article-sidebar .widget-wrap .ssbp-wrap a:hover {
  background-color: #fff;
}

.single-post .article-sidebar .widget-wrap .related-topics ul,
.single-post .article-sidebar .widget-wrap .tag-cloud ul,
.single-news .article-sidebar .widget-wrap .related-topics ul,
.single-news .article-sidebar .widget-wrap .tag-cloud ul {
  margin: 0;
  padding: 0;
}

.single-post .article-sidebar .widget-wrap .related-topics li,
.single-post .article-sidebar .widget-wrap .tag-cloud li,
.single-news .article-sidebar .widget-wrap .related-topics li,
.single-news .article-sidebar .widget-wrap .tag-cloud li {
  color: #000;
  display: block;
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
}

.single-post .article-sidebar .widget-wrap .related-topics a,
.single-post .article-sidebar .widget-wrap .tag-cloud a,
.single-news .article-sidebar .widget-wrap .related-topics a,
.single-news .article-sidebar .widget-wrap .tag-cloud a {
  color: #fff;
  position: relative;
  transition: 0.3s;
}

.single-post .article-sidebar .widget-wrap .related-topics a:before,
.single-post .article-sidebar .widget-wrap .tag-cloud a:before,
.single-news .article-sidebar .widget-wrap .related-topics a:before,
.single-news .article-sidebar .widget-wrap .tag-cloud a:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.single-post .article-sidebar .widget-wrap .related-topics a:hover,
.single-post .article-sidebar .widget-wrap .tag-cloud a:hover,
.single-news .article-sidebar .widget-wrap .related-topics a:hover,
.single-news .article-sidebar .widget-wrap .tag-cloud a:hover {
  color: #fff;
}

.single-post .article-sidebar .widget-wrap .related-topics a:hover:after,
.single-post .article-sidebar .widget-wrap .tag-cloud a:hover:after,
.single-news .article-sidebar .widget-wrap .related-topics a:hover:after,
.single-news .article-sidebar .widget-wrap .tag-cloud a:hover:after {
  opacity: 1;
}

.single-post .article-sidebar .widget-wrap.bottom-text,
.single-news .article-sidebar .widget-wrap.bottom-text {
  background-color: #054E94;
  padding-top: 50px;
}

.single-post .article-sidebar .widget-wrap.bottom-text:before,
.single-news .article-sidebar .widget-wrap.bottom-text:before {
  border-right-color: #0c4a88;
}

.single-post .article-sidebar .widget-wrap.bottom-text:after,
.single-news .article-sidebar .widget-wrap.bottom-text:after {
  border-left-color: #0c4a88;
}

.single-post .article-sidebar .widget-wrap.bottom-text a,
.single-news .article-sidebar .widget-wrap.bottom-text a {
  color: #49DBCC;
}

.single-post .article-sidebar .widget-wrap.bottom-text a:hover,
.single-news .article-sidebar .widget-wrap.bottom-text a:hover {
  text-decoration: underline;
}

.page-template-services .page-header .page-description {
  background-color: #f48020;
  background-image: url("assets/images/triangle.png");
  background-position: -50px -20px;
  background-repeat: repeat;
}

.page-template-services .services-content {
  background-color: #f3eee5;
  padding: 40px 20px;
}

.page-template-services .services-content h2 {
  color: #054E94;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 43px;
  margin: 0 auto 40px;
  max-width: 220px;
  text-align: center;
}

.page-template-services .services-content .services-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.single-service .post-thumbnail-wrap {
  height: 190px;
  overflow: hidden;
  position: relative;
}

.single-service .post-thumbnail-wrap img {
  bottom: 0;
  display: block;
  height: 100%;
  left: -500px;
  margin: auto;
  max-width: 500%;
  position: absolute;
  right: -500px;
  top: 0;
  width: auto;
}

.single-service .article-content-section {
  background-color: #f3eee5;
  padding: 35px 20px 0;
}

.single-service .article-content-section .subtitle {
  margin: 0 auto 70px;
  max-width: 220px;
  text-align: center;
  width: 100%;
}

.single-service .article-content-section .subtitle h2 {
  font-family: "Titillium Web Black", sans-serif;
  line-height: 32px;
  font-size: 32px;
  letter-spacing: 0.02em;
  color: #f48020;
  margin: 0;
}

.single-service .article-content-section h1 {
  color: #105DA9;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 31px;
  margin: 0 0 25px;
  width: 100%;
}

.single-service .article-content-section .article-content *:first-child {
  margin-top: 0;
}

.single-service .article-content-section .article-content ul li {
  margin: 0;
}

.single-service .article-content-section .article-content ul ul {
  margin: 0;
}

.single-service .article-content-section .article-content h4 {
  font-family: "Raleway Bold", sans-serif;
}

.single-service .article-content-section .article-content h5 {
  font-family: "Raleway SemiBold", sans-serif;
  font-size: 14px;
}

.single-service .article-sidebar {
  color: #fff;
}

.single-service .article-sidebar .widget-wrap {
  background-color: #f48020;
}

.single-service .article-sidebar .widget-wrap:before {
  border-right: 175px solid #f0742a;
  border-bottom: 150px solid transparent;
}

.single-service .article-sidebar .widget-wrap:after {
  border-left: 350px solid #f0742a;
  border-top: 315px solid transparent;
}

.single-service .article-sidebar .widget-wrap .other-services h4 {
  margin: 20px 0 30px;
}

.single-service .article-sidebar .widget-wrap .other-services ul {
  margin: 0;
  padding: 0;
}

.single-service .article-sidebar .widget-wrap .other-services li {
  color: #000;
  display: block;
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
}

.single-service .article-sidebar .widget-wrap .other-services a {
  color: #fff;
  position: relative;
  transition: 0.3s;
}

.single-service .article-sidebar .widget-wrap .other-services a:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.single-service .article-sidebar .widget-wrap .other-services a:hover {
  color: #fff;
}

.single-service .article-sidebar .widget-wrap .other-services a:hover:after {
  opacity: 1;
}

.financial-content {
  background-color: #f3eee5;
  color: #000;
  padding: 20px;
}

.financial-content .columns-wrap .column {
  font-size: 16px;
  margin: 0 0 20px;
}

.financial-content .columns-wrap .column .inner-wrap {
  background-color: #fff;
  padding: 30px 20px;
}

.financial-content .columns-wrap .column .inner-wrap p {
  font-family: "Raleway Medium", sans-serif;
  margin: 0 0 40px;
}

.financial-content .columns-wrap .column .inner-wrap .percentages-wrap .percentage-wrap {
  margin: 0 0 7.5px;
  text-align: left;
}

.financial-content .columns-wrap .column .inner-wrap .percentages-wrap .percentage-wrap img {
  display: inline-block;
}

.financial-content .columns-wrap .column .inner-wrap .percentages-wrap .percentage-wrap img.desktop-infographics {
  display: none;
}

.financial-content .columns-wrap .column .inner-wrap .percentages-wrap .percentage-wrap img.mobile-infographics {
  display: inline-block;
}

.financial-content .statement-wrap {
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
}

.financial-content .statement-wrap .inner-wrap {
  background-color: #fff;
  padding: 30px 20px;
}

.financial-content .statement-wrap .inner-wrap .statemenent-header {
  margin: 0 0 20px;
}

.financial-content .statement-wrap .inner-wrap .statemenent-header h4 {
  color: #105DA9;
  margin: 0 0 10px;
}

.financial-content .statement-wrap .inner-wrap .statemenent-header .period {
  font-size: 14px;
}

.financial-content .statement-wrap .inner-wrap h5 {
  color: #105DA9;
  margin: 0;
}

.financial-content .statement-wrap .inner-wrap .left-column {
  margin-bottom: 50px;
}

.financial-content .statement-wrap .inner-wrap .block {
  padding: 10px 0;
}

.financial-content .statement-wrap .inner-wrap .block .block-header,
.financial-content .statement-wrap .inner-wrap .block .block-total {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.financial-content .statement-wrap .inner-wrap .block .block-header .block-title,
.financial-content .statement-wrap .inner-wrap .block .block-total .block-title {
  float: left;
  font-family: "Raleway Bold", sans-serif;
  width: calc( 100% - 130px);
}

.financial-content .statement-wrap .inner-wrap .block .block-header .block-amount,
.financial-content .statement-wrap .inner-wrap .block .block-total .block-amount {
  float: right;
  font-family: "Raleway Bold", sans-serif;
  text-align: right;
  width: 120px;
}

.financial-content .statement-wrap .inner-wrap .block.block-items .block-header .block-title {
  width: 100%;
}

.financial-content .statement-wrap .inner-wrap .block .items {
  margin: 0 0 10px;
}

.financial-content .statement-wrap .inner-wrap .block .items .item-row {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.financial-content .statement-wrap .inner-wrap .block .items .item-row .item-title {
  float: left;
  width: calc( 100% - 130px);
}

.financial-content .statement-wrap .inner-wrap .block .items .item-row .item-amount {
  float: right;
  text-align: right;
  width: 120px;
}

.financial-content .statement-wrap .inner-wrap .block .block-total {
  border-top: 1px solid #d0d2d3;
  border-bottom: 2px solid #d0d2d3;
  padding: 10px 0;
}

.page-template-contact .page-header.page-header-green h1 {
  color: #054E94;
}

.map-wrap {
  background-color: #054E94;
}

.map-wrap iframe {
  display: block;
  height: 305px;
  width: 100%;
}

.contact-details {
  background-color: #f3eee5;
  text-align: center;
}

.contact-details .address-wrap {
  background-color: #054E94;
  padding: 40px 20px;
}

.contact-details h2 {
  color: #fff;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 15px;
}

.contact-details .address {
  color: #fff;
  font-family: "Raleway Medium", sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.contact-details h4 {
  color: #105DA9;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}

.contact-details .container {
  max-width: 1000px;
  padding: 40px 20px;
  text-align: left;
}

.contact-details .contact-details-wrap .contact-row p {
  margin: 0;
}

.contact-details .contact-row {
  margin: 0 0 30px;
}

.contact-details p,
.contact-details .hour-wrap {
  color: #606163;
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
}

.contact-details .health-squad-link {
  color: #105DA9;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.contact-details .health-squad-link:before {
  background-color: #B2B5B7;
  bottom: -5px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.contact-details .health-squad-link i {
  display: none;
  position: absolute;
  top: -12px;
  left: calc( 100% + 18px);
  height: 48px;
  width: 30px;
}

.contact-details .health-squad-link i:before, .contact-details .health-squad-link i:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}

.contact-details .health-squad-link i:before {
  background-image: url("assets/images/contact-phone.svg");
}

.contact-details .health-squad-link i:after {
  background-image: url("assets/images/contact-phone-hover.svg");
  opacity: 0;
}

.contact-details .health-squad-link:hover:before {
  background-color: #105DA9;
}

.contact-details .health-squad-link:hover i:before {
  opacity: 0;
}

.contact-details .health-squad-link:hover i:after {
  opacity: 1;
}

.contact-details .clinic-hours {
  column-count: 2;
  column-gap: 50px;
  margin-bottom: 30px;
  max-width: 350px;
}

.contact-details .clinic-hours .hour-wrap {
  break-inside: avoid;
  width: 100%;
}

.contact-details .clinic-hours .hour-wrap .day {
  float: left;
}

.contact-details .clinic-hours .hour-wrap .time {
  float: right;
}

.contact-details .notice {
  color: #105DA9;
  font-family: "Raleway MediumItalic", sans-serif;
  font-style: italic;
  margin: 0;
}

.contact-details .services-link-wrap {
  background-image: url("assets/images/services-link-bg-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  padding: 35px 20px;
  text-align: left;
}

.contact-details .services-link-wrap a {
  color: #054E94;
  display: inline-block;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 36px;
  position: relative;
}

.contact-details .services-link-wrap a .arrow {
  background-color: transparent;
  bottom: -15px;
  height: 19px;
  right: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  width: 44px;
}

.contact-details .services-link-wrap a .arrow i {
  background-color: #054E94;
  bottom: 0;
  height: 3px;
  left: 0;
  margin: auto;
  opacity: 1;
  right: 0;
  top: 0;
}

.contact-details .services-link-wrap a .arrow i:before, .contact-details .services-link-wrap a .arrow i:after {
  background-color: #054E94;
  height: 3px;
  opacity: 1;
  width: 12.5px;
}

.page-template-who-we-are .page-header-inner .image-wrap {
  height: 50vw;
}

.page-template-who-we-are .page-header-inner .image-wrap img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
}

.page-template-who-we-are .page-header-inner .page-description {
  background-image: url("assets/images/red-triangle.png");
  padding: 30px 20px 50px;
}

.page-template-who-we-are .page-header-inner .page-description a {
  margin-top: 10px;
}

.intro-wrap {
  background-color: #054E94;
  color: #fff;
  padding: 30px 20px 40px;
  text-align: center;
}

.intro-wrap h2 {
  color: #49DBCC;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  margin: 0 0 15px;
}

.intro-wrap h2 + p {
  margin: 0 auto 1em;
  max-width: 875px;
}

.intro-wrap p {
  font-family: "Raleway Regular", sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.intro-wrap .principle-columns {
  margin-top: 50px;
}

.intro-wrap .principle-columns .principle {
  margin: 0 0 40px;
  padding: 0;
  text-align: left;
}

.intro-wrap .principle-columns .principle:last-child {
  margin: 0;
}

.intro-wrap .principle-columns .principle h3 {
  font-family: "Titillium Web Black", sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  margin: 0 0 15px;
}

.intro-wrap .principle-columns .principle h3:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  content: '';
  display: inline-block;
  margin-right: 12.5px;
  margin-top: -2.5px;
  vertical-align: middle;
}

.intro-wrap .principle-columns .principle:nth-child(1) h3:before {
  background-image: url("assets/images/principle-icon-1.svg");
  height: 19px;
  width: 19px;
}

.intro-wrap .principle-columns .principle:nth-child(2) h3:before {
  background-image: url("assets/images/principle-icon-2.svg");
  height: 21px;
  width: 25px;
}

.intro-wrap .principle-columns .principle:nth-child(3) h3:before {
  background-image: url("assets/images/principle-icon-3.svg");
  height: 22px;
  width: 22px;
}

.tab-content-wrap {
  background-color: #f3eee5;
  padding: 30px 20px 0;
}

.tab-content-wrap h2 {
  color: #105DA9;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 43px;
  margin: 0 0 15px;
  text-align: center;
}

.tab-content-wrap .text-wrap {
  color: #000;
  font-family: "Raleway Medium", sans-serif;
}

.tab-content-wrap .text-wrap.text-columns {
  margin: 0 -25px;
}

.tab-content-wrap .text-wrap.text-columns > div {
  padding: 0 25px;
}

.tab-content-wrap .video-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  height: calc( ( 100vw - 40px ) / 1.57);
  margin-top: 20px;
  position: relative;
}

.tab-content-wrap .video-wrap img {
  display: block;
  width: 100%;
}

.tab-content-wrap .video-wrap a {
  border-radius: 50%;
  border: 5px solid #fff;
  bottom: 0;
  height: 116px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 116px;
}

.tab-content-wrap .video-wrap a:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 18px 0 18px 32px;
  bottom: 0;
  content: '';
  height: 0;
  left: 10px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.tab-content-wrap .video-wrap a:hover {
  opacity: 1;
}

.tab-content-wrap .back-to-top-wrap {
  margin-bottom: 50px;
  margin-top: 50px;
}

.tab-content-wrap .bottom-link {
  background-image: url("assets/images/bottom-link-blue-mobile-alt.png");
  color: #fff;
  margin: 0 -20px;
  padding: 47.5px 20px;
}

.tab-content-wrap .bottom-link .inner-wrap {
  display: block;
}

.tab-content-wrap .bottom-link .inner-wrap .arrow {
  bottom: -30px;
  right: 0;
}

.tab-content-wrap .bottom-link .inner-wrap .arrow i, .tab-content-wrap .bottom-link .inner-wrap .arrow i:before, .tab-content-wrap .bottom-link .inner-wrap .arrow i:after {
  background-color: #fff;
}

.tab-content-wrap .text-boxes-wrap {
  margin: 0 -25px 50px;
}

.tab-content-wrap .text-boxes-wrap .text-box {
  margin: 0 0 25px;
  padding: 0 25px;
}

.tab-content-wrap .text-boxes-wrap h4 {
  color: #054E94;
  margin: 0 0 10px;
}

.who-we-are-content .tab-content-wrap h4 {
  color: #054E94;
  margin: 0 0 10px;
}

.page-template-our-impact .page-header-inner .page-description {
  background-image: url("assets/images/triangle-blue.png");
  background-position: -20px -30px;
  padding: 30px 20px 50px;
}

.page-template-our-impact .page-header-inner .page-description p {
  margin: 0;
}

.our-impact-content {
  background-color: #f3eee5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 40px 5px;
}

.our-impact-content .post-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 0 30px;
}

.our-impact-content .post-wrap a {
  background-color: #fff;
}

.our-impact-content .post-wrap a .image-wrap {
  height: calc( ( 100vw - 40px ) / 1.73);
  overflow: hidden;
  position: relative;
}

.our-impact-content .post-wrap a .image-wrap:before {
  z-index: 2;
}

.our-impact-content .post-wrap a .image-wrap img {
  bottom: 0;
  left: -200px;
  margin: auto;
  max-width: 200%;
  height: 100%;
  min-width: 100%;
  position: absolute;
  right: -200px;
  top: 0;
  width: auto;
  z-index: 1;
}

.our-impact-content .post-wrap a .info-wrap {
  padding: 20px 20px 30px;
}

.our-impact-content .post-wrap a h3 {
  color: #105DA9;
  font-size: 18px;
  margin: 0 0 10px;
}

.our-impact-content .post-wrap a p {
  font-family: "Raleway Medium", sans-serif;
}

.our-impact-content .post-wrap a .arrow {
  height: 32px;
  left: auto !important;
  right: 20px;
  z-index: 2;
}

.our-impact-content .post-wrap a .arrow i {
  opacity: 1;
}

.inner-page-content .nav-tabs {
  background-color: #194380;
}

.inner-page-content .nav-tabs a:after {
  border-top: 10px solid #20BAEF;
}

.inner-page-content .nav-tabs li.active a,
.inner-page-content .nav-tabs li.active a:hover,
.inner-page-content .nav-tabs li.active a:focus {
  background-color: #20BAEF !important;
}

.inner-page-content .dropdown-wrap button i {
  background-color: #20BAEF;
}

.inner-page-content .tab-content .tab-content-wrap .text-wrap {
  margin: 0 0 50px;
}

.inner-page-content .tab-content .tab-content-wrap .text-wrap h2,
.inner-page-content .tab-content .tab-content-wrap .text-wrap h3,
.inner-page-content .tab-content .tab-content-wrap .text-wrap h4,
.inner-page-content .tab-content .tab-content-wrap .text-wrap h5 {
  color: #0757A6;
  font-family: "Raleway ExtraBold", sans-serif;
  text-align: left;
}

.inner-page-content .tab-content .tab-content-wrap .text-wrap h2:first-child,
.inner-page-content .tab-content .tab-content-wrap .text-wrap h3:first-child,
.inner-page-content .tab-content .tab-content-wrap .text-wrap h4:first-child,
.inner-page-content .tab-content .tab-content-wrap .text-wrap h5:first-child {
  margin-top: 0;
}

.inner-page-content .tab-content .tab-content-wrap .text-wrap h2 {
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 37px;
}

.inner-page-content .tab-content .tab-content-wrap .text-wrap h3,
.inner-page-content .tab-content .tab-content-wrap .text-wrap h4,
.inner-page-content .tab-content .tab-content-wrap .text-wrap h5 {
  margin: 20px 0;
}

.inner-page-content .tab-content .tab-content-wrap .text-wrap strong {
  font-family: "Raleway Bold", sans-serif;
}

.inner-page-content .tab-content .tab-content-wrap .text-wrap ul {
  margin: 0 0 20px;
  padding: 0;
}

.inner-page-content .tab-content .tab-content-wrap .text-wrap ul li {
  display: block;
  padding-left: 10px;
  position: relative;
}

.inner-page-content .tab-content .tab-content-wrap .text-wrap ul li:before {
  content: '•';
  left: 0;
  position: absolute;
  top: 0;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap {
  color: #fff;
  line-height: 23px;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-top {
  background-color: #054E94;
  padding: 30px 20px;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-top p {
  margin: 0;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-top .author {
  font-size: 11px;
  font-family: "Raleway Bold", sans-serif;
  margin: 15px 0 0;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-top .title {
  font-size: 11px;
  font-family: "Raleway Regular", sans-serif;
  line-height: 1.6em;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom {
  background-color: #20BAEF;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom:before, .inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom:after {
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom:before {
  border-right: 90px solid rgba(7, 87, 166, 0.16);
  border-bottom: 85px solid transparent;
  right: 0;
  top: 0;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom:after {
  border-left: 210px solid rgba(7, 87, 166, 0.16);
  border-top: 180px solid transparent;
  bottom: 0;
  left: 0;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget {
  position: relative;
  z-index: 2;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget p {
  font-family: "Raleway Bold", sans-serif;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget .read-more {
  background: #fff;
  border-color: #fff;
  border-width: 2px;
  color: #20BAEF;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 10px;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget .read-more:hover {
  background: #fff;
  color: #20BAEF;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget .image-wrap {
  margin: 0 0 10px;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget ul {
  margin: 0;
  padding: 0;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget ul li {
  display: block;
  line-height: 20px;
  margin: 0 0 10px;
  padding-left: 10px;
  position: relative;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget ul li:before {
  content: '•';
  left: 0;
  position: absolute;
  top: 0;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget h5 {
  margin: 0 0 15px;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget .video-wrap {
  height: calc( ( 100vw - 80px ) / 1.72);
  margin: 0 0 20px;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget .video-wrap a {
  border-width: 4px;
  height: 80px;
  width: 80px;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget .video-wrap a:before {
  border-width: 14px 0 14px 25px;
  left: 7.5px;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget p {
  font-family: "Raleway Medium", sans-serif;
  line-height: 20px;
}

.inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget .read-more.youtube-video {
  padding: 17.5px 30px;
  width: auto;
}

.inner-page-content .tab-content .tab-content-wrap .tab-image-wrap {
  height: 190px;
  margin: 0 -100px;
  overflow: hidden;
  position: relative;
}

.inner-page-content .tab-content .tab-content-wrap .tab-image-wrap img {
  bottom: 0;
  display: block;
  height: 100%;
  left: -500px;
  margin: auto;
  max-width: 500%;
  position: absolute;
  right: -500px;
  top: 0;
  width: auto;
  min-width: 100%;
}

.page-template-evaluation .page-header-inner .page-description {
  background-image: url("assets/images/triangle-green.png");
  background-position: -20px -30px;
  padding: 30px 20px 50px;
}

.page-template-evaluation .page-header-inner .page-description p {
  margin: 0;
}

.page-template-evaluation .page-header-inner .image-wrap {
  height: 190px;
}

.page-template-evaluation .page-header-inner .image-wrap img {
  left: -250px;
}

.page-template-evaluation .tab-content .tab-content-wrap .text-wrap {
  margin: 0 0 35px;
}

.page-template-training-research .page-header-inner .page-description {
  background-image: url("assets/images/triangle-blue.png");
  background-position: -20px -30px;
  padding: 30px 20px 50px;
}

.page-template-training-research .page-header-inner .page-description p {
  margin: 0;
}

.page-template-training-research .page-header-inner .image-wrap {
  height: 190px;
}

.page-template-training-research .tab-content .tab-content-wrap .item-wrap {
  border-bottom: 1px solid #D0D2D3;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.page-template-training-research .tab-content .tab-content-wrap .item-wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.page-template-training-research .tab-content .tab-content-wrap .item-wrap h5 {
  margin: 0 0 15px;
}

.page-template-training-research .tab-content .tab-content-wrap .item-wrap:nth-child(1) h5 {
  font-size: 26px;
}

.page-template-training-research .tab-content .tab-content-wrap .item-wrap:last-child {
  border-bottom: none;
}

.page-template-training-research .tab-content .tab-content-wrap .item-wrap p {
  margin: 0 0 25px;
}

.page-template-training-research .tab-content .tab-content-wrap .item-wrap .read-more {
  background-color: #054E94;
  border-color: #054E94;
  border-width: 2px;
  color: #fff;
  font-size: 16px;
}

.page-template-training-research .tab-content .tab-content-wrap .sidebar-wrap .sidebar-top p {
  font-size: 16px;
  margin: 0 0 15px;
}

.page-template-training-research .tab-content .tab-content-wrap .sidebar-wrap .sidebar-top .author {
  font-size: 12px;
  font-family: "Raleway Bold", sans-serif;
  line-height: 20px;
  margin: 0;
}

.page-template-training-research .tab-content .tab-content-wrap .sidebar-wrap .sidebar-top .title {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.page-template-training-research .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom {
  padding-top: 27px;
}

.page-template-training-research .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom h5 {
  margin: 0px 0 27px;
}

.page-template-blueprint .page-header-inner .page-description {
  background-image: url("assets/images/triangle-green-alt.png");
  background-position: -20px -5px;
  padding: 30px 20px 50px;
}

.page-template-blueprint .page-header-inner .page-description p {
  margin: 0;
}

.page-template-blueprint .page-header-inner .image-wrap {
  height: 190px;
}

.page-template-blueprint .tab-content .tab-content-wrap .text-wrap {
  margin: 0 0 20px;
}

.page-template-blueprint .tab-content .tab-content-wrap .text-wrap .read-more {
  background-color: #054E94;
  border-color: #054E94;
  border-width: 2px;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 25px;
  padding: 20px 35px;
}

.page-template-blueprint .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom {
  background-color: #36C9BF;
}

.page-template-blueprint .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom:before {
  border-right-color: #32bfb8;
}

.page-template-blueprint .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom:after {
  border-left-color: #32bfb8;
}

.page-template-blueprint .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget .read-more.youtube-video {
  color: #36C9BF;
}

.page-template-numbers .page-header-inner .page-description {
  background-image: url("assets/images/triangle-blue.png");
  background-position: -20px -50px;
  padding: 30px 20px 50px;
}

.page-template-numbers .page-header-inner .page-description p {
  margin: 0;
}

.page-template-numbers .numbers-content h2 {
  font-family: "Raleway Black", sans-serif;
}

.page-template-numbers .numbers-content .who-we-serve-wrap {
  background-color: #36C9BF;
  color: #fff;
  padding: 40px 20px 45px;
  text-align: center;
}

.page-template-numbers .numbers-content .who-we-serve-wrap h2 {
  font-family: "Titillium Web Black", sans-serif;
  font-size: 28px;
  letter-spacing: 0.02em;
  margin: 0 0 25px;
}

.page-template-numbers .numbers-content .who-we-serve-wrap .percentages .percentage {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  padding: 0 0 30px;
}

.page-template-numbers .numbers-content .who-we-serve-wrap .percentages .percentage:last-child {
  border-right: none;
  border-bottom: none;
  padding-bottom: 0;
  margin: 0;
}

.page-template-numbers .numbers-content .who-we-serve-wrap .percentages .percentage .number {
  font-family: "Titillium Web Black", sans-serif;
  font-size: 76px;
  letter-spacing: 0.02em;
  line-height: 77px;
  margin: 0 0 10px;
}

.page-template-numbers .numbers-content .who-we-serve-wrap .percentages .percentage .text {
  font-family: "Raleway SemiBold", sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin: 0 auto;
}

.page-template-numbers .numbers-content .benefits-wrap {
  background-color: #f3eee5;
  padding: 40px 20px;
}

.page-template-numbers .numbers-content .benefits-wrap h2 {
  color: #f48020;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 28px;
  letter-spacing: 0.02em;
  margin: 0 -10px 40px;
  text-align: center;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .left-column .fourth-box {
  display: none !important;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box {
  margin: 0 0 20px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box {
  width: 100%;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap {
  background-color: #fff;
  color: #7F8081;
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  padding: 0 20px 20px;
  width: 100%;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .title {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-height: 65px;
  margin: 0 0 0 -20px;
  padding: 10px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .title:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: contain;
  content: '';
  display: inline-block;
  float: left;
  height: 36px;
  margin-right: 10px;
  vertical-align: middle;
  width: 35px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .title span {
  display: inline-block;
  float: left;
  width: calc( 100% - 60px);
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .percentage {
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #C6C6C6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0;
  padding: 35px 0;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .percentage:last-child {
  border-bottom: none;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .percentage .image {
  float: left;
  margin-right: 15px;
  width: 105px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .percentage .text {
  float: left;
  width: calc( 100% - 120px);
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.first-box .title {
  background-color: #96CD11;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.first-box .title:before {
  background-image: url("assets/images/box-icon-1.svg");
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.second-box .title {
  background-color: #F16B6D;
  margin-bottom: 30px !important;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.second-box .title:before {
  background-image: url("assets/images/box-icon-2.svg");
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .title {
  background-color: #f48020;
  margin-bottom: 10px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .title:before {
  background-image: url("assets/images/box-icon-3.svg");
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .row-wrap {
  border-bottom: 1px solid #C6C6C6;
  font-size: 14px;
  padding: 20px 0 25px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .row-wrap h4 {
  color: #f48020;
  font-family: "Titillium Web Black", sans-serif;
  font-size: 44px;
  letter-spacing: 0.02em;
  line-height: 1em;
  margin: 0 0 5px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .row-wrap p {
  margin: 0;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .row-wrap.first-row {
  padding: 30px 0;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .row-wrap.first-row h4 {
  margin: 0 0 20px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .row-wrap.first-row h4 img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .row-wrap.first-row p {
  font-size: 16px;
  line-height: 23px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .row-wrap .source {
  margin: 10px 0 0;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .source {
  color: #8F9296;
  font-size: 11px;
  margin: 30px 0 0;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .title {
  background-color: #36C9BF;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .title:before {
  background-image: url("assets/images/box-icon-4.svg");
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .text {
  line-height: 23px;
  padding: 20px 0 0;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  float: left;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .source {
  color: #8F9296;
  font-size: 11px;
  margin: 20px 0 0;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .bars {
  margin: 10px 0;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .bars .bar {
  margin: 0 0 12.5px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .bars .bar img {
  display: block;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .bars .bar img.bars-desktop {
  display: none;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .bars .bar img.bars-mobile {
  display: block;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .green-wrap {
  background-color: #36C9BF;
  color: #fff;
  margin: 20px -20px -20px;
  padding: 30px 20px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .green-wrap h4 {
  font-family: "Titillium Web Black", sans-serif;
  font-size: 44px;
  letter-spacing: 0.02em;
  line-height: 1em;
  margin: 0 0 10px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .green-wrap p {
  font-family: "Raleway Bold", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .green-wrap .source {
  color: #fff;
  font-family: "Raleway Medium", sans-serif;
  font-size: 11px;
  line-height: 16px;
  margin: 20px 0 0;
}

.page-template-help .page-header-inner .page-description {
  background-image: url("assets/images/triangle-orange-alt.png");
  background-position: -20px -30px;
  padding: 30px 20px 50px;
}

.page-template-help .page-header-inner .page-description p {
  margin: 0;
}

.page-template-help .help-content {
  color: #000;
  font-size: 16px;
}

.page-template-help .help-content .dollar-counts {
  background-color: #f3eee5;
  padding: 40px 5px;
}

.page-template-help .help-content .dollar-counts .text-wrap {
  margin: 0 0 30px;
}

.page-template-help .help-content .dollar-counts .text-wrap h3 {
  color: #054E94;
  font-family: "Titillium Web Black", sans-serif;
  letter-spacing: 0.02em;
  margin: 0 0 15px;
}

.page-template-help .help-content .dollar-counts .text-wrap p {
  font-family: "Raleway Medium", sans-serif;
  line-height: 23px;
}

.page-template-help .help-content .dollar-counts .bars .bar {
  margin: 5px 0;
}

.page-template-help .help-content .dollar-counts .bars .bar .desktop-bar {
  display: none;
}

.page-template-help .help-content .dollar-counts .bars .bar .mobile-bar {
  display: inline-block;
}

.page-template-help .help-content .donations .donations-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.page-template-help .help-content .donations .donations-wrap .donation {
  -ms-flex-align: center;
      align-items: center;
  background-color: #0757A6;
  border-left: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  border-bottom: 3px solid #fff;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  float: left;
  min-height: 50vw;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
  text-align: center;
  transition: 0.5s;
  width: 50vw;
}

.page-template-help .help-content .donations .donations-wrap .donation:first-child {
  border-left: none !important;
  border-right: none !important;
  width: 100vw;
}

.page-template-help .help-content .donations .donations-wrap .donation:nth-last-child(1), .page-template-help .help-content .donations .donations-wrap .donation:nth-last-child(2) {
  border-bottom: none;
}

.page-template-help .help-content .donations .donations-wrap .donation .amount {
  font-size: 44px;
  font-family: "Titillium Web Black", sans-serif;
  line-height: 1em;
  margin: auto 0 15px;
  transition: 0.5s;
  transform: translateY(15px);
  width: 100%;
}

.page-template-help .help-content .donations .donations-wrap .donation .text {
  font-size: 14px;
  margin: 10px 0 auto;
  transition: 0.5s;
  width: 100%;
}

.page-template-help .help-content .images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.page-template-help .help-content .images .image:nth-child(1), .page-template-help .help-content .images .image:nth-child(3) {
  display: none;
}

.page-template-help .help-content .images .image img {
  display: block;
}

.page-template-help .help-content .videos {
  background-color: #f3eee5;
  padding: 20px 5px 30px;
}

.page-template-help .help-content .videos .video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 0 20px;
}

.page-template-help .help-content .videos .video .inner-wrap {
  background-color: #fff;
  width: 100%;
}

.page-template-help .help-content .videos .video .inner-wrap h4 {
  background-color: #054E94;
  color: #fff;
  line-height: 26px;
  margin: 0;
  padding: 20px;
}

.page-template-help .help-content .videos .video .inner-wrap .quote {
  padding: 25px 20px 40px;
}

.page-template-help .help-content .videos .video .inner-wrap .quote h5 {
  color: #054E94;
  margin: 0 0 15px;
}

.page-template-help .help-content .videos .video .inner-wrap .quote p {
  font-family: "Raleway Medium", sans-serif;
  line-height: 23px;
  margin: 0 0 15px;
}

.page-template-help .help-content .videos .video .inner-wrap .quote .author {
  font-family: "Raleway Medium", sans-serif;
  font-size: 14px;
  margin: 0;
}

.page-template-help .help-content .videos .video .inner-wrap .quote .author strong {
  font-family: "Raleway Bold", sans-serif;
}

.page-template-help .help-content .videos .video-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  height: calc( (100vw - 40px) / 1.77);
  position: relative;
}

.page-template-help .help-content .videos .video-wrap img {
  display: block;
  width: 100%;
}

.page-template-help .help-content .videos .video-wrap a {
  border-radius: 50%;
  border: 5px solid #fff;
  bottom: 0;
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 115px;
}

.page-template-help .help-content .videos .video-wrap a:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 23.5px 0 23.5px 40px;
  bottom: 0;
  content: '';
  height: 0;
  left: 10px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.page-template-help .help-content .videos .video-wrap a:hover {
  opacity: 1;
}

.page-template-help .help-content .spread-join {
  background-image: url("assets/images/triangle-orange-alt.png");
  background-position: -20px -10px;
  padding: 60px 100px 55px;
  background-repeat: repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 40px 5px 20px;
}

.page-template-help .help-content .spread-join .col-md-6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 0 20px;
}

.page-template-help .help-content .spread-join .inner-wrap {
  background-color: #fff;
  padding: 30px 20px 40px;
}

.page-template-help .help-content .spread-join .inner-wrap h4 {
  color: #054E94;
  margin: 0 0 10px;
}

.page-template-help .help-content .spread-join .inner-wrap .icon {
  color: #054E94;
  display: inline-block;
  font-family: "Raleway Bold", sans-serif;
  vertical-align: middle;
}

.page-template-help .help-content .spread-join .inner-wrap .icon i {
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 32px;
}

.page-template-help .help-content .spread-join .inner-wrap .icon.icon-facebook {
  margin-bottom: 20px;
}

.page-template-help .help-content .spread-join .inner-wrap .icon.icon-facebook:after {
  background-color: #054E94;
  content: '';
  display: inline-block;
  height: 25px;
  margin: 0 10px;
  vertical-align: middle;
  width: 1px;
}

.page-template-help .help-content .spread-join .inner-wrap .icon.icon-facebook i {
  background-color: #36609F;
}

.page-template-help .help-content .spread-join .inner-wrap .icon.icon-twitter {
  margin-bottom: 20px;
}

.page-template-help .help-content .spread-join .inner-wrap .icon.icon-twitter:after {
  background-color: #054E94;
  content: '';
  display: inline-block;
  height: 25px;
  margin: 0 10px;
  vertical-align: middle;
  width: 1px;
}

.page-template-help .help-content .spread-join .inner-wrap .icon.icon-twitter i {
  background-color: #2AA9E0;
}

.page-template-help .help-content .spread-join .inner-wrap .icon.icon-instagram i {
  background-color: #D93174;
}

.page-template-help .help-content .spread-join .inner-wrap .read-more {
  padding: 15px 25px;
}

.page-template-team .page-header-inner .image-wrap,
.page-template-team-alt .page-header-inner .image-wrap {
  height: 190px;
}

.page-template-team .page-header-inner .page-description,
.page-template-team-alt .page-header-inner .page-description {
  background-image: url("assets/images/triangle-orange-alt.png");
  background-position: -20px -5px;
  padding: 30px 20px 50px;
}

.page-template-team .page-header-inner .page-description p,
.page-template-team-alt .page-header-inner .page-description p {
  margin: 0;
}

.page-template-team .tab-content #board .tab-content-wrap,
.page-template-team-alt .tab-content #board .tab-content-wrap {
  padding: 40px 20px;
}

.page-template-team .tab-content .tab-content-wrap,
.page-template-team-alt .tab-content .tab-content-wrap {
  background-color: #f3eee5;
  color: #000;
  padding: 40px 20px;
}

.page-template-team .tab-content .tab-content-wrap .director,
.page-template-team-alt .tab-content .tab-content-wrap .director {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.page-template-team .tab-content .tab-content-wrap .director .bio,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio {
  padding: 40px 20px 35px;
  width: 100%;
}

.page-template-team .tab-content .tab-content-wrap .director .bio h4,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio h4 {
  color: #054E94;
  font-family: "Raleway Bold", sans-serif;
  line-height: 26px;
  margin: 0 0 5px;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .title,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .title {
  font-size: 16px;
  font-family: "Raleway Bold", sans-serif;
  margin: 0 0 10px;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .short-bio,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .short-bio {
  font-family: "Raleway Medium", sans-serif;
  font-size: 16px;
  margin: 0 0 15px;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .email,
.page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .phone,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .email,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .phone {
  display: block;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .email span,
.page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .phone span,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .email span,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .phone span {
  color: #054E94;
  display: block;
  font-family: "Raleway SemiBold", sans-serif;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .email a,
.page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .phone a,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .email a,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .phone a {
  color: #000;
  font-family: "Raleway Medium", sans-serif;
  position: relative;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .email,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .email {
  margin: 0 0 15px;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .email a:after,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .email a:after {
  background-color: #000;
  bottom: -5px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .email a:hover,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .email a:hover {
  color: #054E94;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .email a:hover:after,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .email a:hover:after {
  background-color: #054E94;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .director-bio,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .director-bio {
  background-color: #054E94;
  color: #49DBCC;
  font-family: "Raleway ExtraBold", sans-serif;
  font-size: 16px;
  height: auto;
  letter-spacing: 0.04em;
  margin: 30px 0 0;
  padding: 15px 25px 15px 25px;
  position: static;
  white-space: nowrap;
  width: auto;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .director-bio .link-title,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .director-bio .link-title {
  display: inline-block;
  vertical-align: middle;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .director-bio i,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .director-bio i {
  background-color: #49DBCC;
  display: inline-block;
  height: 2px;
  left: 0;
  margin-left: 10px;
  opacity: 1;
  position: relative;
  right: 0;
  vertical-align: middle;
  width: 27px;
}

.page-template-team .tab-content .tab-content-wrap .director .bio .director-bio i:before, .page-template-team .tab-content .tab-content-wrap .director .bio .director-bio i:after,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .director-bio i:before,
.page-template-team-alt .tab-content .tab-content-wrap .director .bio .director-bio i:after {
  background-color: #49DBCC;
  height: 2px;
  width: 10px;
}

.page-template-team .tab-content .tab-content-wrap .director .image,
.page-template-team-alt .tab-content .tab-content-wrap .director .image {
  position: relative;
  width: 100%;
}

.page-template-team .tab-content .tab-content-wrap .director .image img,
.page-template-team-alt .tab-content .tab-content-wrap .director .image img {
  display: block;
  width: 100%;
}

.page-template-team .tab-content .tab-content-wrap .director .image .arrow,
.page-template-team-alt .tab-content .tab-content-wrap .director .image .arrow {
  bottom: -18.5px;
  position: absolute;
  right: 20px;
}

.page-template-team .tab-content .tab-content-wrap .director-popup,
.page-template-team-alt .tab-content .tab-content-wrap .director-popup {
  left: 0;
  margin: auto;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.5s;
  visibility: hidden;
  z-index: 99999;
}

.page-template-team .tab-content .tab-content-wrap .director-popup:before,
.page-template-team-alt .tab-content .tab-content-wrap .director-popup:before {
  background-color: rgba(0, 0, 0, 0.36);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.page-template-team .tab-content .tab-content-wrap .director-popup .director,
.page-template-team-alt .tab-content .tab-content-wrap .director-popup .director {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100vh;
  max-width: 1200px;
  overflow: auto;
  position: relative;
  right: 0;
  top: 0;
  z-index: 2;
}

.page-template-team .tab-content .tab-content-wrap .director-popup .director .image,
.page-template-team-alt .tab-content .tab-content-wrap .director-popup .director .image {
  height: 60vw;
  overflow: hidden;
}

.page-template-team .tab-content .tab-content-wrap .director-popup .director .bio,
.page-template-team-alt .tab-content .tab-content-wrap .director-popup .director .bio {
  height: calc( 100vh - 60vw);
  overflow: auto;
  padding: 30px 20px;
  position: relative;
}

.page-template-team .tab-content .tab-content-wrap .director-popup .director .full-bio,
.page-template-team-alt .tab-content .tab-content-wrap .director-popup .director .full-bio {
  display: none;
}

.page-template-team .tab-content .tab-content-wrap .director-popup .director .full-bio.full-bio-mobile,
.page-template-team-alt .tab-content .tab-content-wrap .director-popup .director .full-bio.full-bio-mobile {
  display: block;
  padding: 20px 0;
}

.page-template-team .tab-content .tab-content-wrap .director-popup .director .full-bio .col-md-6,
.page-template-team-alt .tab-content .tab-content-wrap .director-popup .director .full-bio .col-md-6 {
  padding: 0;
}

.page-template-team .tab-content .tab-content-wrap .director-popup .close,
.page-template-team-alt .tab-content .tab-content-wrap .director-popup .close {
  background-color: #105DA9;
  background-image: url("assets/images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  height: 43px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 43px;
  z-index: 1;
}

.page-template-team .tab-content .tab-content-wrap .director-popup .close:hover,
.page-template-team-alt .tab-content .tab-content-wrap .director-popup .close:hover {
  background-color: #054E94;
}

.page-template-team .tab-content .tab-content-wrap .team-members,
.page-template-team-alt .tab-content .tab-content-wrap .team-members {
  padding: 50px 0 0;
}

.page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member {
  margin: 0 0 25px;
  padding: 0;
}

.page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member:before, .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member:after,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member:before,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member:after {
  clear: both;
  content: '';
  display: table;
}

.page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap img,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap img {
  float: right;
  width: 80px;
}

.page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap .bio,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap .bio {
  float: left;
  padding-right: 20px;
  width: calc( 100% - 80px);
}

.page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap h5,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap h5 {
  color: #054E94;
  font-family: "Raleway Bold", sans-serif;
  line-height: 23px;
  margin: 0 0 5px;
}

.page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap .title,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap .title {
  font-family: "Raleway SemiBold", sans-serif;
  margin: 0 0 5px;
}

.page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap p,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap p {
  margin: 0;
}

.page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap a,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap a {
  color: #000;
  position: relative;
  text-decoration: underline;
  white-space: nowrap;
}

.page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap a:hover,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap a:hover {
  color: #054E94;
}

.page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap a:hover:after,
.page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap a:hover:after {
  background-color: #054E94;
}

.page-template-team .tab-content .board-columns .board-member,
.page-template-team-alt .tab-content .board-columns .board-member {
  break-inside: avoid;
  margin: 0 0 20px;
}

.page-template-team .tab-content .board-columns .board-member h5,
.page-template-team-alt .tab-content .board-columns .board-member h5 {
  color: #054E94;
  font-family: "Raleway Bold", sans-serif;
  margin: 0;
}

.page-template-team .tab-content .board-columns .board-member p,
.page-template-team-alt .tab-content .board-columns .board-member p {
  margin: 0;
}

.page-template-team .tab-content .board-columns .board-member p strong,
.page-template-team-alt .tab-content .board-columns .board-member p strong {
  font-family: "Raleway SemiBold", sans-serif;
}

.show-director-bio {
  height: 100vh;
  overflow: hidden;
}

.show-director-bio .director-popup {
  opacity: 1 !important;
  visibility: visible !important;
}

#junior-board .tab-content-wrap {
  padding: 0;
}

#junior-board .tab-content-wrap .blue-section {
  padding: 50px 5px;
  background-color: #054E94;
}

#junior-board .tab-content-wrap .blue-section .blue-text {
  color: #20BAEF;
  font-family: "Raleway Bold", sans-serif;
  font-size: 18px;
  padding: 0 15px;
}

#junior-board .tab-content-wrap .blue-section .white-text {
  color: #fff;
  padding: 0 15px;
}

#junior-board .tab-content-wrap .blue-section .white-text h4 {
  margin: 0 0 20px;
}

#junior-board .tab-content-wrap .blue-section .white-text a {
  color: #fff;
  position: relative;
  transition: 0.3s;
}

#junior-board .tab-content-wrap .blue-section .white-text a:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

#junior-board .tab-content-wrap .blue-section .white-text a:hover:before {
  background-color: #20BAEF;
}

#junior-board .tab-content-wrap .board-columns {
  padding: 40px 20px;
}

.page-template-news-events .page-header-inner .page-description,
.page-template-news .page-header-inner .page-description,
.page-template-events .page-header-inner .page-description {
  background-image: url("assets/images/triangle-blue.png");
  background-position: -20px -5px;
  padding: 30px 20px 50px;
}

.page-template-news-events .page-header-inner .page-description p,
.page-template-news .page-header-inner .page-description p,
.page-template-events .page-header-inner .page-description p {
  margin: 0;
}

.page-template-news-events .news-events-content .nav-tabs li.active a, .page-template-news-events .news-events-content .nav-tabs li.active a:hover, .page-template-news-events .news-events-content .nav-tabs li.active a:active, .page-template-news-events .news-events-content .nav-tabs li.active a:focus,
.page-template-news .news-events-content .nav-tabs li.active a,
.page-template-news .news-events-content .nav-tabs li.active a:hover,
.page-template-news .news-events-content .nav-tabs li.active a:active,
.page-template-news .news-events-content .nav-tabs li.active a:focus,
.page-template-events .news-events-content .nav-tabs li.active a,
.page-template-events .news-events-content .nav-tabs li.active a:hover,
.page-template-events .news-events-content .nav-tabs li.active a:active,
.page-template-events .news-events-content .nav-tabs li.active a:focus {
  background-color: #49DBCC;
}

.page-template-news-events .news-events-content .tab-content,
.page-template-news .news-events-content .tab-content,
.page-template-events .news-events-content .tab-content {
  background-color: #f3eee5;
  padding: 30px 20px 0;
}

.page-template-news-events .news-events-content .tab-content .infinite-wrap,
.page-template-news-events .news-events-content .tab-content .infinite-wrap-press,
.page-template-news-events .news-events-content .tab-content .infinite-wrap-events,
.page-template-news .news-events-content .tab-content .infinite-wrap,
.page-template-news .news-events-content .tab-content .infinite-wrap-press,
.page-template-news .news-events-content .tab-content .infinite-wrap-events,
.page-template-events .news-events-content .tab-content .infinite-wrap,
.page-template-events .news-events-content .tab-content .infinite-wrap-press,
.page-template-events .news-events-content .tab-content .infinite-wrap-events {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.page-template-news-events .news-events-content .tab-content .post-wrap,
.page-template-news .news-events-content .tab-content .post-wrap,
.page-template-events .news-events-content .tab-content .post-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 0 20px;
  padding: 0;
}

.page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap,
.page-template-news .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap,
.page-template-events .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap {
  height: calc( ( 100vw - 40px ) / 2.17);
}

.page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap .info-wrap,
.page-template-news .news-events-content .tab-content .post-wrap .inner-wrap .info-wrap,
.page-template-events .news-events-content .tab-content .post-wrap .inner-wrap .info-wrap {
  padding: 20px 20px 70px;
}

.page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap .meta,
.page-template-news .news-events-content .tab-content .post-wrap .inner-wrap .meta,
.page-template-events .news-events-content .tab-content .post-wrap .inner-wrap .meta {
  color: #105DA9;
  font-size: 14px;
  margin: 0 0 10px;
}

.page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap h5,
.page-template-news .news-events-content .tab-content .post-wrap .inner-wrap h5,
.page-template-events .news-events-content .tab-content .post-wrap .inner-wrap h5 {
  color: #105DA9;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 10px;
}

.page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap p,
.page-template-news .news-events-content .tab-content .post-wrap .inner-wrap p,
.page-template-events .news-events-content .tab-content .post-wrap .inner-wrap p {
  color: #000;
  font-family: "Raleway Medium", sans-serif;
}

.page-template-news-events .news-events-content .tab-content .tab-pane,
.page-template-news .news-events-content .tab-content .tab-pane,
.page-template-events .news-events-content .tab-content .tab-pane {
  margin-bottom: 50px;
}

.page-template-news-events .news-events-content .tab-content .tab-pane .nav-next a,
.page-template-news .news-events-content .tab-content .tab-pane .nav-next a,
.page-template-events .news-events-content .tab-content .tab-pane .nav-next a {
  margin-bottom: 0;
}

.page-template-news-events .news-events-content .tab-content .back-to-top-wrap,
.page-template-news .news-events-content .tab-content .back-to-top-wrap,
.page-template-events .news-events-content .tab-content .back-to-top-wrap {
  margin-bottom: 50px;
}

.page-template-news-events .news-events-content .tab-content .bottom-link,
.page-template-news .news-events-content .tab-content .bottom-link,
.page-template-events .news-events-content .tab-content .bottom-link {
  background-image: url("assets/images/newsletter-bg-mobile.png");
  color: #fff;
  margin: 0 -20px;
  padding: 50px 20px;
}

.page-template-news-events .news-events-content .tab-content .bottom-link .arrow,
.page-template-news .news-events-content .tab-content .bottom-link .arrow,
.page-template-events .news-events-content .tab-content .bottom-link .arrow {
  bottom: -35px;
}

.page-template-news-events .news-events-content .tab-content .bottom-link .arrow i, .page-template-news-events .news-events-content .tab-content .bottom-link .arrow i:before, .page-template-news-events .news-events-content .tab-content .bottom-link .arrow i:after,
.page-template-news .news-events-content .tab-content .bottom-link .arrow i,
.page-template-news .news-events-content .tab-content .bottom-link .arrow i:before,
.page-template-news .news-events-content .tab-content .bottom-link .arrow i:after,
.page-template-events .news-events-content .tab-content .bottom-link .arrow i,
.page-template-events .news-events-content .tab-content .bottom-link .arrow i:before,
.page-template-events .news-events-content .tab-content .bottom-link .arrow i:after {
  background-color: #fff;
}

.category-news-post .page-header {
  background-color: #054E94;
  background-image: url("assets/images/page-header-blue.png");
}

.category-news-post .page-header .breadcrumbs span {
  color: #49DBCC;
}

.single-news .news-events-post-content {
  background-color: #EEEEEE;
}

.single-news .news-events-post-content .article-content {
  margin: 0 0 50px;
}

.single-news .news-events-post-content .article-content img:first-child {
  margin: 0 0 20px;
}

.single-news .news-events-post-content .article-content h4 {
  color: #054E94;
  font-family: "Raleway SemiBold", sans-serif;
  font-size: 16px;
}

.single-news .news-events-post-content .article-content h5 {
  color: #054E94;
  font-family: "Raleway SemiBold", sans-serif;
  font-size: 14px;
}

.single-news .news-events-post-content .article-content h5 + ul {
  margin-top: -20px;
}

.single-news .news-events-post-content .article-content ul li {
  margin: 0;
}

.single-news .news-events-post-content .article-content ul li:before {
  content: '-';
}

.single-news .news-events-post-content .article-content a {
  color: inherit;
  text-decoration: underline;
}

.single-news .news-events-post-content .article-content a:hover {
  color: #054E94;
}

.single-news .news-events-post-content .article-content .read-more {
  background-color: #054E94;
  border-color: #054E94;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  text-decoration: none;
}

.single-news .news-events-post-content .article-content .read-more:hover {
  background-color: #054E94;
  color: #fff;
}

.single-news .article-sidebar.news-events-sidebar .top-goal {
  padding: 30px 20px 40px;
}

.single-news .article-sidebar.news-events-sidebar .widget-wrap {
  background-color: #0D5BA8;
}

.single-news .article-sidebar.news-events-sidebar .widget-wrap:before {
  border-right-color: #0c549e;
}

.single-news .article-sidebar.news-events-sidebar .widget-wrap:after {
  border-left-color: #0c549e;
}

.single-news .article-sidebar.news-events-sidebar .widget-wrap .ssbp-wrap a {
  color: #0D5BA8;
}

.single-news .article-sidebar.news-events-sidebar .widget-wrap .date-location p {
  font-size: 16px;
}

.single-news .article-sidebar.news-events-sidebar .widget-wrap .date-location p span {
  display: block;
  font-family: "Raleway ExtraBold", sans-serif;
}

.single-news .article-sidebar.news-events-sidebar .bottom-text {
  background-color: #36C9BF;
}

.single-news .article-sidebar.news-events-sidebar .bottom-text:before {
  border-right-color: #32c2b8;
  border-width: 0 140px 130px 0;
}

.single-news .article-sidebar.news-events-sidebar .bottom-text *:first-child {
  margin-top: 0;
}

.single-news .article-sidebar.news-events-sidebar .bottom-text h5 {
  margin-bottom: 17px;
}

.single-news .article-sidebar.news-events-sidebar .bottom-text:after {
  border-left-color: #32c2b8;
  border-width: 110px 0 0 125px;
}

.single-news .article-sidebar.news-events-sidebar .bottom-text a {
  color: #054E94;
  font-family: "Raleway SemiBold", sans-serif;
  text-decoration: underline;
}

.single-news .annual-container {
  max-width: 650px;
}

.single-news .annual-container .article-content {
  width: 100%;
}

.single-news .annual-container .share.widget h4 {
  color: #105da9;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.single-news .annual-container .ssbp-wrap {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
}

.single-news .annual-container .ssbp-wrap a {
  background-color: #B5C7DA;
  border-radius: 50%;
  color: #0d5ba8;
  display: inline-block;
  font-family: 'FontAwesome';
  height: 30px;
  margin: 0 10px 0 0;
  text-align: center;
  transition: 0.3s;
  vertical-align: top;
  width: 30px;
}

.single-news .annual-container .ssbp-wrap a img {
  display: none !important;
}

.single-news .annual-container .ssbp-wrap a.ssba_facebook_share:before {
  content: "\f09a";
  font-size: 18px;
  line-height: 32px;
}

.single-news .annual-container .ssbp-wrap a.ssba_twitter_share:before {
  content: "\f099";
  font-size: 16px;
  line-height: 30px;
}

.single-news .annual-container .ssbp-wrap a:hover {
  background-color: #fff;
}

.post-type-archive-glossary .page-header-inner .page-description {
  background-image: url("assets/images/triangle-blue.png");
  background-position: -20px -5px;
  padding: 30px 20px;
}

.post-type-archive-glossary .page-header-inner .page-description h1 {
  margin: 0;
}

.post-type-archive-glossary .page-header-inner .page-description p {
  margin: 0;
}

.post-type-archive-glossary .site-content {
  overflow: visible;
}

.post-type-archive-glossary .glossary-wrap {
  background-color: #f3eee5;
  padding: 0;
}

.post-type-archive-glossary .glossary-wrap .glossary-atoz-wrapper {
  margin: auto;
  max-width: 860px;
}

.post-type-archive-glossary .glossary-wrap .glossary-atoz-wrapper .dropdown-wrap {
  margin: -1px 0 0;
}

.post-type-archive-glossary .glossary-wrap .glossary-atoz-wrapper .dropdown-wrap button {
  border: none !important;
  box-shadow: none !important;
}

.post-type-archive-glossary .glossary-wrap .glossary-menu-atoz {
  border: none;
  height: auto;
  margin: 0 0 70px;
}

.post-type-archive-glossary .glossary-wrap .glossary-menu-atoz li {
  background-color: transparent;
  display: block;
  float: none;
  font-family: "Raleway SemiBold", sans-serif;
  height: auto;
  text-decoration: none;
}

.post-type-archive-glossary .glossary-wrap .glossary-menu-atoz li a {
  background-color: transparent;
  color: #525252;
}

.post-type-archive-glossary .glossary-wrap .glossary-menu-atoz li.atozmenu-on a {
  color: #105DA9;
}

.post-type-archive-glossary .glossary-wrap .glossary-atoz-wrapper .glossary-atoz-wrapper {
  padding: 30px  20px 40px;
}

.post-type-archive-glossary .glossary-wrap .glossary-atoz {
  display: none;
  margin: 0;
  padding: 0;
}

.post-type-archive-glossary .glossary-wrap .glossary-atoz.atozitems-off {
  display: none;
}

.post-type-archive-glossary .glossary-wrap .glossary-atoz.atozitems-on {
  display: block !important;
}

.post-type-archive-glossary .glossary-wrap .glossary-atoz li {
  color: #525252;
  display: block;
}

.post-type-archive-glossary .glossary-wrap .glossary-atoz li a {
  color: #105DA9;
  font-family: "Raleway Bold", sans-serif;
  pointer-events: none;
}

.post-type-archive-glossary .glossary-wrap.show-all .glossary-atoz {
  display: block;
}

.post-type-archive-glossary .glossary-wrap .wpg-please-select {
  display: none !important;
}

span.wp-glossary.wpg-tooltip a {
  font-family: "Raleway SemiBold", sans-serif;
  text-decoration: underline;
}

.qtip {
  background-color: #054E94;
  border: none;
  padding: 5px;
}

.qtip .qtip-tip canvas {
  display: none;
}

.qtip .qtip-titlebar {
  background-color: #054E94;
  border: none;
  padding: 10px;
}

.qtip .qtip-title {
  background-color: #054E94;
  color: #fff;
  font-size: 11px;
}

.qtip .qtip-content {
  background-color: #054E94;
  color: #fff;
}

.qtip .qtip-content p {
  margin: 0;
}

.qtip.qtip-default {
  display: none !important;
}

.search-results .page-header {
  color: #fff;
}

.search-results .page-header h1 {
  font-size: 24px;
  line-height: 34px;
}

.search-results-main-wrap {
  background-color: #f3eee5;
  padding: 40px 5px;
}

.search-results-main-wrap .infinite-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.search-results-main-wrap .infinite-wrap h3 {
  font-size: 19px;
  line-height: 28px;
  margin: 0px 0 10px;
}

.search-results-main-wrap .infinite-wrap h3 a {
  color: #054E94;
}

.search-results-main-wrap .infinite-wrap p {
  line-height: 20px;
}

.page-template-health-squad .page-header-inner .image-wrap .main-title {
  bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 100px;
  height: 1em;
  left: 0;
  line-height: 1em;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.page-template-health-squad .page-header-inner .page-description {
  background-image: url("assets/images/triangle-blue.png");
  background-position: -20px -30px;
  padding: 30px 20px;
}

.page-template-health-squad .page-header-inner .page-description h1 {
  margin: 0;
}

.page-template-health-squad .page-header-inner .page-description p {
  margin: 20px 0 0;
}

.health-squad-content {
  background-color: #f3eee5;
  padding: 40px 5px;
}

.health-squad-content .content-div {
  margin: 0 0 50px;
}

.health-squad-content .content-div *:nth-child(1) {
  margin-top: 0;
}

.health-squad-content .links-div {
  text-align: center;
}

.health-squad-content .links-div a {
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: middle;
}

.health-squad-content .links-div a img {
  width: 250px;
}

.health-squad-content h4 {
  color: #105DA9;
  font-family: "Raleway Bold", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 22px;
  margin: 30px 0 15px;
}

.health-squad-content h5 {
  font-size: 16px;
  font-family: "Raleway Regular", sans-serif;
  font-weight: 400;
}

.health-squad-content ul {
  margin: 0 0 20px;
  padding: 0;
}

.health-squad-content ul li {
  display: block;
  margin: 0 0 15px;
  padding-left: 10px;
  position: relative;
}

.health-squad-content ul li:before {
  content: '-';
  left: 0;
  position: absolute;
  top: 0;
}

.health-squad-content a {
  color: #105DA9;
  font-family: "Raleway SemiBold", sans-serif;
}

.health-squad-content a:hover {
  text-decoration: underline;
}

.page-template-volunteering .page-header-inner .page-description {
  background-image: url(assets/images/triangle-orange-alt.png);
  background-position: -20px -5px;
  padding: 30px 20px 50px;
}

.page-template-volunteering .inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom {
  background-color: #36c9bf;
}

@media (min-width: 350px){
  .search-toggle{
    margin-right: 30px;
  }
  .social{
    margin: 0 20px 0 30px;
    padding: 0 25px 0 0;
  }
  .dropdown-wrap button, .dropdown-wrap button:hover, .dropdown-wrap button:focus, .dropdown-wrap button:active{
    font-size: 18px;
  }
  .questions-section h2{
    font-size: 39px;
  }
  .latest-section{
    padding: 55px 20px 80px;
  }
  .health-hub-nav-section a .icon{
    margin-right: 20px;
  }
}

@media (min-width: 375px){
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .title{
    padding: 10px 20px;
    width: 290px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .title:before{
    margin-right: 20px;
    width: 40px;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap img,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap img{
    width: 95px;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap .bio,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap .bio{
    width: calc( 100% - 95px);
  }
}

@media (min-width: 400px){
  .dropdown-wrap button, .dropdown-wrap button:hover, .dropdown-wrap button:focus, .dropdown-wrap button:active{
    padding: 10px 80px 10px 20px;
  }
}

@media (min-width: 480px){
  .poll-section .totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question-choices{
    display: block;
  }
}

@media (min-width: 768px){
  .navbar-right .dropdown-menu{
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left{
    right: auto;
    left: 0;
  }
  .nav-tabs.nav-justified > li{
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a{
    margin-bottom: 0;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
    float: left;
  }
  .col-sm-12{
    width: 100%;
  }
  .col-sm-11{
    width: 91.66666667%;
  }
  .col-sm-10{
    width: 83.33333333%;
  }
  .col-sm-9{
    width: 75%;
  }
  .col-sm-8{
    width: 66.66666667%;
  }
  .col-sm-7{
    width: 58.33333333%;
  }
  .col-sm-6{
    width: 50%;
  }
  .col-sm-5{
    width: 41.66666667%;
  }
  .col-sm-4{
    width: 33.33333333%;
  }
  .col-sm-3{
    width: 25%;
  }
  .col-sm-2{
    width: 16.66666667%;
  }
  .col-sm-1{
    width: 8.33333333%;
  }
  .col-sm-pull-12{
    right: 100%;
  }
  .col-sm-pull-11{
    right: 91.66666667%;
  }
  .col-sm-pull-10{
    right: 83.33333333%;
  }
  .col-sm-pull-9{
    right: 75%;
  }
  .col-sm-pull-8{
    right: 66.66666667%;
  }
  .col-sm-pull-7{
    right: 58.33333333%;
  }
  .col-sm-pull-6{
    right: 50%;
  }
  .col-sm-pull-5{
    right: 41.66666667%;
  }
  .col-sm-pull-4{
    right: 33.33333333%;
  }
  .col-sm-pull-3{
    right: 25%;
  }
  .col-sm-pull-2{
    right: 16.66666667%;
  }
  .col-sm-pull-1{
    right: 8.33333333%;
  }
  .col-sm-pull-0{
    right: auto;
  }
  .col-sm-push-12{
    left: 100%;
  }
  .col-sm-push-11{
    left: 91.66666667%;
  }
  .col-sm-push-10{
    left: 83.33333333%;
  }
  .col-sm-push-9{
    left: 75%;
  }
  .col-sm-push-8{
    left: 66.66666667%;
  }
  .col-sm-push-7{
    left: 58.33333333%;
  }
  .col-sm-push-6{
    left: 50%;
  }
  .col-sm-push-5{
    left: 41.66666667%;
  }
  .col-sm-push-4{
    left: 33.33333333%;
  }
  .col-sm-push-3{
    left: 25%;
  }
  .col-sm-push-2{
    left: 16.66666667%;
  }
  .col-sm-push-1{
    left: 8.33333333%;
  }
  .col-sm-push-0{
    left: auto;
  }
  .col-sm-offset-12{
    margin-left: 100%;
  }
  .col-sm-offset-11{
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10{
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9{
    margin-left: 75%;
  }
  .col-sm-offset-8{
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7{
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6{
    margin-left: 50%;
  }
  .col-sm-offset-5{
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4{
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3{
    margin-left: 25%;
  }
  .col-sm-offset-2{
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1{
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0{
    margin-left: 0%;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
    float: left;
  }
  .col-sm-12{
    width: 100%;
  }
  .col-sm-11{
    width: 91.66666667%;
  }
  .col-sm-10{
    width: 83.33333333%;
  }
  .col-sm-9{
    width: 75%;
  }
  .col-sm-8{
    width: 66.66666667%;
  }
  .col-sm-7{
    width: 58.33333333%;
  }
  .col-sm-6{
    width: 50%;
  }
  .col-sm-5{
    width: 41.66666667%;
  }
  .col-sm-4{
    width: 33.33333333%;
  }
  .col-sm-3{
    width: 25%;
  }
  .col-sm-2{
    width: 16.66666667%;
  }
  .col-sm-1{
    width: 8.33333333%;
  }
  .col-sm-pull-12{
    right: 100%;
  }
  .col-sm-pull-11{
    right: 91.66666667%;
  }
  .col-sm-pull-10{
    right: 83.33333333%;
  }
  .col-sm-pull-9{
    right: 75%;
  }
  .col-sm-pull-8{
    right: 66.66666667%;
  }
  .col-sm-pull-7{
    right: 58.33333333%;
  }
  .col-sm-pull-6{
    right: 50%;
  }
  .col-sm-pull-5{
    right: 41.66666667%;
  }
  .col-sm-pull-4{
    right: 33.33333333%;
  }
  .col-sm-pull-3{
    right: 25%;
  }
  .col-sm-pull-2{
    right: 16.66666667%;
  }
  .col-sm-pull-1{
    right: 8.33333333%;
  }
  .col-sm-pull-0{
    right: auto;
  }
  .col-sm-push-12{
    left: 100%;
  }
  .col-sm-push-11{
    left: 91.66666667%;
  }
  .col-sm-push-10{
    left: 83.33333333%;
  }
  .col-sm-push-9{
    left: 75%;
  }
  .col-sm-push-8{
    left: 66.66666667%;
  }
  .col-sm-push-7{
    left: 58.33333333%;
  }
  .col-sm-push-6{
    left: 50%;
  }
  .col-sm-push-5{
    left: 41.66666667%;
  }
  .col-sm-push-4{
    left: 33.33333333%;
  }
  .col-sm-push-3{
    left: 25%;
  }
  .col-sm-push-2{
    left: 16.66666667%;
  }
  .col-sm-push-1{
    left: 8.33333333%;
  }
  .col-sm-push-0{
    left: auto;
  }
  .col-sm-offset-12{
    margin-left: 100%;
  }
  .col-sm-offset-11{
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10{
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9{
    margin-left: 75%;
  }
  .col-sm-offset-8{
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7{
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6{
    margin-left: 50%;
  }
  .col-sm-offset-5{
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4{
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3{
    margin-left: 25%;
  }
  .col-sm-offset-2{
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1{
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0{
    margin-left: 0%;
  }
  .social{
    margin: 0 20px 0 auto;
    padding: 0 35px 0 0;
  }
  .site-footer .footer-columns{
    padding: 40px;
  }
  .site-footer .footer-columns .contact-info{
    padding-bottom: 15px;
  }
  .site-footer .footer-columns .contact-info:before, .site-footer .footer-columns .contact-info:after{
    clear: both;
    content: '';
    display: table;
  }
  .site-footer .footer-columns .contact-info div:nth-of-type(1){
    margin-bottom: 0;
  }
  .page-header-inner .image-wrap{
    height: 23vw;
  }
  .page-header-inner .image-wrap img{
    position: static;
    min-width: 100%;
  }
  .post-wrap .inner-wrap .image-wrap{
    height: calc( ( 100vw - 100px ) / 3 / 2.03);
  }
  .post-wrap .inner-wrap .image-wrap img{
    min-width: 100%;
  }
  .simple-article{
    padding: 0 10px;
  }
  a.bottom-link .arrow{
    bottom: 0;
    left: calc( 100% + 15px);
    top: 0;
  }
  .dropdown-wrap{
    display: none;
  }
  .nav-tabs{
    display: block !important;
  }
  .questions-section .health-hub-links{
    margin: 40px auto;
    max-width: 640px;
    text-align: center;
  }
  .questions-section .health-hub-links .item{
    border-bottom: none;
    border-right: 2px solid rgba(197, 203, 228, 0.65);
    display: inline-block;
    min-height: 130px;
    padding: 0 40px;
    vertical-align: top;
    width: 210px;
  }
  .questions-section .health-hub-links .item:nth-of-type(4), .questions-section .health-hub-links .item:nth-of-type(5){
    width: 248px;
  }
  .questions-section .health-hub-links .item .item-icon{
    display: block;
    width: 100%;
  }
  .questions-section .health-hub-links .item h4{
    display: block;
    width: 100%;
  }
  .questions-section .health-hub-links hr{
    display: block;
  }
  .latest-section h2{
    margin: 20px 0 40px;
    max-width: 100%;
  }
  .latest-section .latest-slider .slide-wrap .caption{
    padding: 50px 40px 0;
  }
  .latest-section .latest-slider .slide-wrap .caption a{
    margin: 0 -40px;
  }
  .latest-section .latest-slider .slide-wrap .image-wrap{
    height: calc( 700px / 1.51);
  }
  .slick-arrow{
    height: 68px;
    top: calc( 700px / 1.51 - 34px);
    width: 68px;
  }
  .slick-arrow.slick-prev{
    left: -27px;
  }
  .slick-arrow.slick-next{
    right: -27px;
  }
  .poll-section{
    background-image: url("assets/images/challenge-bg-green.png");
    background-position: center;
    padding: 50px 50px 35px;
  }
  .poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices{
    max-width: 400px;
  }
  .page-template-health-hub .page-header h1.page-title{
    font-size: 28px;
  }
  .page-template-health-hub .search-section .popular-searches .search-tags{
    max-height: 100%;
    overflow: visible;
    padding: 40px;
    text-align: left;
  }
  .page-template-health-hub .search-section .popular-searches .search-tags ul{
    column-count: 1;
    padding: 0 15px;
  }
  .page-template-health-hub .search-section .popular-searches .search-tags ul li{
    float: left;
    width: 33.3333%;
  }
  .page-template-health-hub .search-section .popular-searches .search-tags .read-more{
    margin: 10px auto 0;
  }
  .follow-share-section{
    padding: 40px 100px 50px;
  }
  .follow-share-section h2{
    margin: 0 0 45px;
  }
  .follow-share-section .follow-share-column{
    margin: 0 0 40px;
  }
  .follow-share-section .follow-share-column h3{
    height: 70px;
    padding: 17.5px 25px;
  }
  .follow-share-section .follow-share-column .column-inner{
    height: 510px;
    padding: 20px 25px 25px;
  }
  .health-hub-nav-section.category-nav .category-link{
    height: 180px;
  }
  .health-hub-nav-section.category-nav .category-link .icon{
    height: 97px;
  }
  .articles-section .description{
    margin: 0 0 50px;
  }
  .articles-section .articles{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .related-blog-section .related-post{
    margin: 0;
    padding: 0 10px;
  }
  .filters ul li{
    margin: 0 5px;
    width: 170px;
  }
  .filters ul li button{
    margin: 0;
  }
  .blog-content .row{
    padding: 0 15px;
  }
  .blog-content article.post-wrap{
    margin: 0 0 30px;
  }
  .blog-content article.post-wrap .inner-wrap .image-wrap{
    height: calc( ( 100vw - 90px ) / 2 / 2.2);
  }
  .single-post .article-sidebar .widget-wrap .contact-page-link a,
  .single-news .article-sidebar .widget-wrap .contact-page-link a{
    padding: 17.5px 20px;
  }
  .page-template-services .services-content h2{
    max-width: 100%;
  }
  .single-service .post-thumbnail-wrap{
    height: 23vw;
  }
  .single-service .post-thumbnail-wrap img{
    position: static;
    width: 100%;
  }
  .single-service .article-content-section .subtitle{
    max-width: 100%;
  }
  .single-service .article-content-section h1{
    margin: 0 0 35px;
  }
  .financial-content .columns-wrap .column .inner-wrap{
    padding: 40px 50px;
  }
  .financial-content .statement-wrap .inner-wrap{
    padding: 60px 50px;
  }
  .financial-content .statement-wrap .inner-wrap .statemenent-header h4{
    float: left;
    margin: 0;
  }
  .financial-content .statement-wrap .inner-wrap .statemenent-header .period{
    float: right;
    margin: 5px 0 0;
  }
  .contact-details .services-link-wrap{
    background-image: url("assets/images/services-link-bg.png");
    padding: 50px;
    text-align: center;
  }
  .contact-details .services-link-wrap a .arrow{
    bottom: 0;
    left: calc( 100% + 15px);
    top: 0;
  }
  .page-template-who-we-are .page-header-inner .image-wrap{
    height: 19.45vw;
  }
  .page-template-who-we-are .page-header-inner .page-description{
    padding: 37px 20px 50px;
  }
  .intro-wrap .principle-columns .principle{
    padding: 0 15px;
  }
  .tab-content-wrap h2{
    margin: 0 0 25px;
  }
  .tab-content-wrap .video-wrap{
    height: calc( ( 100vw - 40px ) / 2.25);
  }
  .tab-content-wrap .bottom-link{
    background-image: url("assets/images/bottom-link-blue-alt.png");
  }
  .tab-content-wrap .bottom-link .inner-wrap{
    display: inline-block;
  }
  .tab-content-wrap .bottom-link .inner-wrap .arrow{
    bottom: 0;
  }
  .page-template-our-impact .page-header-inner .page-description{
    padding: 40px 20px;
  }
  .our-impact-content{
    padding: 40px 15px;
  }
  .our-impact-content .post-wrap a .image-wrap{
    height: calc( ( 100vw - 90px ) / 2 / 2.28);
  }
  .our-impact-content .post-wrap a .info-wrap{
    padding: 40px 45px 60px;
  }
  .our-impact-content .post-wrap a h3{
    font-size: 22px;
    margin: 0 0 15px;
  }
  .our-impact-content .post-wrap a p{
    font-size: 16px;
  }
  .our-impact-content .post-wrap a .arrow{
    height: 37px;
    right: 45px;
  }
  .our-impact-content .post-wrap a .arrow i{
    left: 22.5px;
    right: 22.5px;
  }
  .our-impact-content .post-wrap a .arrow i:before, .our-impact-content .post-wrap a .arrow i:after{
    width: 10px;
  }
  .inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-top{
    padding: 30px;
  }
  .inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom{
    padding: 30px;
  }
  .inner-page-content .tab-content .tab-content-wrap .tab-image-wrap{
    height: 27vw;
  }
  .page-template-evaluation .page-header-inner .page-description{
    padding: 40px 20px;
  }
  .page-template-evaluation .page-header-inner .image-wrap{
    height: 20vw;
  }
  .page-template-evaluation .page-header-inner .image-wrap img{
    left: -500px;
  }
  .page-template-training-research .page-header-inner .page-description{
    padding: 40px 20px;
  }
  .page-template-training-research .page-header-inner .image-wrap{
    height: 20vw;
  }
  .page-template-training-research .page-header-inner .image-wrap img{
    left: -500px;
  }
  .page-template-blueprint .page-header-inner .page-description{
    padding: 40px 20px;
  }
  .page-template-blueprint .page-header-inner .image-wrap{
    height: 20vw;
  }
  .page-template-blueprint .page-header-inner .image-wrap img{
    left: -500px;
  }
  .page-template-numbers .page-header-inner .page-description{
    padding: 40px 20px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes{
    margin: 0 -10px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .left-column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 50%;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box{
    width: 50%;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .title{
    margin: 0 0 0 -20px;
  }
  .page-template-help .page-header-inner .page-description{
    padding: 40px 20px;
  }
  .page-template-help .help-content .donations .donations-wrap .donation{
    min-height: calc( 100vw / 3);
    border-bottom: 4px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    width: calc( 100% / 3);
  }
  .page-template-help .help-content .donations .donations-wrap .donation:nth-last-child(3){
    border-bottom: none;
  }
  .page-template-help .help-content .images .image{
    float: left;
    overflow: hidden;
    width: 33.3334%;
  }
  .page-template-help .help-content .images .image:nth-child(1), .page-template-help .help-content .images .image:nth-child(3){
    display: block;
  }
  .page-template-help .help-content .videos{
    padding: 40px 5px;
  }
  .page-template-help .help-content .spread-join .inner-wrap .icon.icon-facebook{
    margin-bottom: 0;
  }
  .page-template-help .help-content .spread-join .inner-wrap .icon.icon-twitter{
    margin-bottom: 0;
  }
  .page-template-team .page-header-inner .image-wrap,
  .page-template-team-alt .page-header-inner .image-wrap{
    height: 24vw;
  }
  .page-template-team .page-header-inner .image-wrap img,
  .page-template-team-alt .page-header-inner .image-wrap img{
    left: -500px;
  }
  .page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .email,
  .page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .phone,
  .page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .email,
  .page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .phone{
    display: inline-block;
  }
  .page-template-team .tab-content .tab-content-wrap .director .bio .action-bar .email,
  .page-template-team-alt .tab-content .tab-content-wrap .director .bio .action-bar .email{
    margin-right: 70px;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members{
    padding: 80px 0 0;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member{
    margin: 0 0 40px;
    padding: 0 20px;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member:before, .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member:after,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member:before,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member:after{
    content: none;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap img,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap img{
    float: none;
    margin: 0 0 15px;
    width: auto;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap .bio,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap .bio{
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .page-template-team .tab-content .board-columns,
  .page-template-team-alt .tab-content .board-columns{
    column-count: 2;
    column-gap: 100px;
  }
  .page-template-news-events .page-header-inner .page-description,
  .page-template-news .page-header-inner .page-description,
  .page-template-events .page-header-inner .page-description{
    padding: 40px 20px 50px;
  }
  .page-template-news-events .news-events-content .tab-content,
  .page-template-news .news-events-content .tab-content,
  .page-template-events .news-events-content .tab-content{
    padding: 40px 10px 0;
  }
  .page-template-news-events .news-events-content .tab-content .post-wrap,
  .page-template-news .news-events-content .tab-content .post-wrap,
  .page-template-events .news-events-content .tab-content .post-wrap{
    padding: 0 10px;
    margin: 0 0 20px;
  }
  .page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap,
  .page-template-news .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap,
  .page-template-events .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap{
    height: calc( ( 100vw - 60px ) / 2 / 2.17);
  }
  .page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap h5,
  .page-template-news .news-events-content .tab-content .post-wrap .inner-wrap h5,
  .page-template-events .news-events-content .tab-content .post-wrap .inner-wrap h5{
    font-size: 22px;
    line-height: 31px;
  }
  .page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap p,
  .page-template-news .news-events-content .tab-content .post-wrap .inner-wrap p,
  .page-template-events .news-events-content .tab-content .post-wrap .inner-wrap p{
    font-size: 16px;
  }
  .page-template-news-events .news-events-content .tab-content .bottom-link,
  .page-template-news .news-events-content .tab-content .bottom-link,
  .page-template-events .news-events-content .tab-content .bottom-link{
    background-image: url("assets/images/newsletter-bg.png");
    margin: 0;
  }
  .page-template-news-events .news-events-content .tab-content .bottom-link .arrow,
  .page-template-news .news-events-content .tab-content .bottom-link .arrow,
  .page-template-events .news-events-content .tab-content .bottom-link .arrow{
    bottom: 0;
  }
  .single-news .news-events-post-content .article-content .read-more + .read-more{
    margin-left: 20px;
  }
  .post-type-archive-glossary .page-header-inner .page-description{
    padding: 40px 20px;
  }
  .post-type-archive-glossary .glossary-wrap{
    padding: 40px 20px;
  }
  .post-type-archive-glossary .glossary-wrap .glossary-menu-atoz li{
    display: inline;
  }
  .post-type-archive-glossary .glossary-wrap .glossary-atoz-wrapper .glossary-atoz-wrapper{
    padding: 0;
  }
  .search-results-main-wrap{
    padding: 0 15px;
  }
  .page-template-health-squad .page-header-inner .page-description{
    padding: 40px 20px;
  }
  .health-squad-content .links-div{
    text-align: right;
  }
  .health-squad-content .links-div a{
    margin: 0 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .page-template-help .help-content .donations .donations-wrap .donation:nth-child(2), .page-template-help .help-content .donations .donations-wrap .donation:nth-child(5){
    border-left: none;
  }
  .page-template-help .help-content .donations .donations-wrap .donation:nth-child(4), .page-template-help .help-content .donations .donations-wrap .donation:nth-child(7){
    border-right: none;
  }
}

@media (min-width: 992px){
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    float: left;
  }
  .col-md-12{
    width: 100%;
  }
  .col-md-11{
    width: 91.66666667%;
  }
  .col-md-10{
    width: 83.33333333%;
  }
  .col-md-9{
    width: 75%;
  }
  .col-md-8{
    width: 66.66666667%;
  }
  .col-md-7{
    width: 58.33333333%;
  }
  .col-md-6{
    width: 50%;
  }
  .col-md-5{
    width: 41.66666667%;
  }
  .col-md-4{
    width: 33.33333333%;
  }
  .col-md-3{
    width: 25%;
  }
  .col-md-2{
    width: 16.66666667%;
  }
  .col-md-1{
    width: 8.33333333%;
  }
  .col-md-pull-12{
    right: 100%;
  }
  .col-md-pull-11{
    right: 91.66666667%;
  }
  .col-md-pull-10{
    right: 83.33333333%;
  }
  .col-md-pull-9{
    right: 75%;
  }
  .col-md-pull-8{
    right: 66.66666667%;
  }
  .col-md-pull-7{
    right: 58.33333333%;
  }
  .col-md-pull-6{
    right: 50%;
  }
  .col-md-pull-5{
    right: 41.66666667%;
  }
  .col-md-pull-4{
    right: 33.33333333%;
  }
  .col-md-pull-3{
    right: 25%;
  }
  .col-md-pull-2{
    right: 16.66666667%;
  }
  .col-md-pull-1{
    right: 8.33333333%;
  }
  .col-md-pull-0{
    right: auto;
  }
  .col-md-push-12{
    left: 100%;
  }
  .col-md-push-11{
    left: 91.66666667%;
  }
  .col-md-push-10{
    left: 83.33333333%;
  }
  .col-md-push-9{
    left: 75%;
  }
  .col-md-push-8{
    left: 66.66666667%;
  }
  .col-md-push-7{
    left: 58.33333333%;
  }
  .col-md-push-6{
    left: 50%;
  }
  .col-md-push-5{
    left: 41.66666667%;
  }
  .col-md-push-4{
    left: 33.33333333%;
  }
  .col-md-push-3{
    left: 25%;
  }
  .col-md-push-2{
    left: 16.66666667%;
  }
  .col-md-push-1{
    left: 8.33333333%;
  }
  .col-md-push-0{
    left: auto;
  }
  .col-md-offset-12{
    margin-left: 100%;
  }
  .col-md-offset-11{
    margin-left: 91.66666667%;
  }
  .col-md-offset-10{
    margin-left: 83.33333333%;
  }
  .col-md-offset-9{
    margin-left: 75%;
  }
  .col-md-offset-8{
    margin-left: 66.66666667%;
  }
  .col-md-offset-7{
    margin-left: 58.33333333%;
  }
  .col-md-offset-6{
    margin-left: 50%;
  }
  .col-md-offset-5{
    margin-left: 41.66666667%;
  }
  .col-md-offset-4{
    margin-left: 33.33333333%;
  }
  .col-md-offset-3{
    margin-left: 25%;
  }
  .col-md-offset-2{
    margin-left: 16.66666667%;
  }
  .col-md-offset-1{
    margin-left: 8.33333333%;
  }
  .col-md-offset-0{
    margin-left: 0%;
  }
  .checkbox + label{
    padding-left: 35px !important;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    float: left;
  }
  .col-md-12{
    width: 100%;
  }
  .col-md-11{
    width: 91.66666667%;
  }
  .col-md-10{
    width: 83.33333333%;
  }
  .col-md-9{
    width: 75%;
  }
  .col-md-8{
    width: 66.66666667%;
  }
  .col-md-7{
    width: 58.33333333%;
  }
  .col-md-6{
    width: 50%;
  }
  .col-md-5{
    width: 41.66666667%;
  }
  .col-md-4{
    width: 33.33333333%;
  }
  .col-md-3{
    width: 25%;
  }
  .col-md-2{
    width: 16.66666667%;
  }
  .col-md-1{
    width: 8.33333333%;
  }
  .col-md-pull-12{
    right: 100%;
  }
  .col-md-pull-11{
    right: 91.66666667%;
  }
  .col-md-pull-10{
    right: 83.33333333%;
  }
  .col-md-pull-9{
    right: 75%;
  }
  .col-md-pull-8{
    right: 66.66666667%;
  }
  .col-md-pull-7{
    right: 58.33333333%;
  }
  .col-md-pull-6{
    right: 50%;
  }
  .col-md-pull-5{
    right: 41.66666667%;
  }
  .col-md-pull-4{
    right: 33.33333333%;
  }
  .col-md-pull-3{
    right: 25%;
  }
  .col-md-pull-2{
    right: 16.66666667%;
  }
  .col-md-pull-1{
    right: 8.33333333%;
  }
  .col-md-pull-0{
    right: auto;
  }
  .col-md-push-12{
    left: 100%;
  }
  .col-md-push-11{
    left: 91.66666667%;
  }
  .col-md-push-10{
    left: 83.33333333%;
  }
  .col-md-push-9{
    left: 75%;
  }
  .col-md-push-8{
    left: 66.66666667%;
  }
  .col-md-push-7{
    left: 58.33333333%;
  }
  .col-md-push-6{
    left: 50%;
  }
  .col-md-push-5{
    left: 41.66666667%;
  }
  .col-md-push-4{
    left: 33.33333333%;
  }
  .col-md-push-3{
    left: 25%;
  }
  .col-md-push-2{
    left: 16.66666667%;
  }
  .col-md-push-1{
    left: 8.33333333%;
  }
  .col-md-push-0{
    left: auto;
  }
  .col-md-offset-12{
    margin-left: 100%;
  }
  .col-md-offset-11{
    margin-left: 91.66666667%;
  }
  .col-md-offset-10{
    margin-left: 83.33333333%;
  }
  .col-md-offset-9{
    margin-left: 75%;
  }
  .col-md-offset-8{
    margin-left: 66.66666667%;
  }
  .col-md-offset-7{
    margin-left: 58.33333333%;
  }
  .col-md-offset-6{
    margin-left: 50%;
  }
  .col-md-offset-5{
    margin-left: 41.66666667%;
  }
  .col-md-offset-4{
    margin-left: 33.33333333%;
  }
  .col-md-offset-3{
    margin-left: 25%;
  }
  .col-md-offset-2{
    margin-left: 16.66666667%;
  }
  .col-md-offset-1{
    margin-left: 8.33333333%;
  }
  .col-md-offset-0{
    margin-left: 0%;
  }
  .main-navigation{
    float: right;
    height: auto;
    max-height: 1000px;
    overflow: visible;
    position: relative;
    top: 0;
    z-index: 9999;
  }
  .show-menu .main-navigation{
    padding-bottom: 0;
  }
  .main-navigation .menu{
    height: 100%;
    text-align: center;
  }
  .main-navigation .menu > li > a:after{
    content: '' !important;
  }
  .main-navigation .menu > li:nth-child(1) > a:before, .main-navigation .menu > li:nth-child(1) > a:after{
    width: 18px;
  }
  .main-navigation .menu > li:nth-child(2) > a:before, .main-navigation .menu > li:nth-child(2) > a:after{
    width: 23px;
  }
  .main-navigation .menu > li:nth-child(3) > a:before, .main-navigation .menu > li:nth-child(3) > a:after{
    width: 20px;
  }
  .main-navigation .menu li{
    border: none;
    float: left;
    font-size: 18px;
    line-height: 1.2em;
    margin-right: 20px;
    padding: 0;
  }
  .main-navigation .menu li:last-child{
    margin-right: 50px;
  }
  .main-navigation .menu li a{
    border: none;
    display: inline-block;
    padding: 35px 0 0 30px;
    transition: 0.3s;
  }
  .main-navigation .menu li a:hover, .main-navigation .menu li a:active, .main-navigation .menu li a:focus{
    color: #36C9BF;
  }
  .main-navigation .menu li .sub-menu{
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    left: -5px;
    margin: 0;
    max-height: 1000px;
    min-width: 155px;
    opacity: 0;
    overflow: visible;
    padding: 10px 25px 15px;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: .2s;
    visibility: hidden;
    width: 190px;
    z-index: 1;
  }
  .main-navigation .menu li .sub-menu li{
    margin: 0 0 15px;
  }
  .main-navigation .menu li .sub-menu li:last-child{
    margin: 0;
  }
  .main-navigation .menu li .sub-menu li:nth-child(1){
    margin: 0 0 15px;
  }
  .main-navigation .menu li .sub-menu li:last-child{
    margin: 0 0 15px;
  }
  .main-navigation .menu li:hover .sub-menu{
    opacity: 1;
    transition: .5s;
    visibility: visible;
  }
  .arrow-simple:hover i{
    width: 48px;
  }
  .read-more{
    background-color: transparent;
    color: #36C9BF;
  }
  .read-more:hover, .read-more:focus, .read-more:active{
    background-color: #36C9BF;
    color: #fff;
  }
  .read-more.read-more-blue{
    background-color: transparent;
    color: #054E94;
  }
  .read-more.read-more-blue:hover, .read-more.read-more-blue:focus, .read-more.read-more-blue:active{
    background-color: #054E94;
    color: #fff;
  }
  .read-more-alt{
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    padding: 15px 25px;
  }
  .read-more-alt i{
    background-color: #fff;
  }
  .read-more-alt i:before, .read-more-alt i:after{
    background-color: #fff;
  }
  .read-more-alt:hover{
    background-color: #fff;
  }
  .read-more-alt:hover i, .read-more-alt:hover i:before, .read-more-alt:hover i:after{
    background-color: #F46164;
  }
  .menu-toggle{
    display: none;
  }
  .site-header .main-navigation{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .site-header .nav-top{
    background-color: transparent;
    float: right;
  }
  .site-header .menu-main-menu-container{
    float: left;
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .search-toggle{
    background: none;
    margin-right: 40px;
  }
  .search-toggle:before, .search-toggle:after{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    z-index: 0;
  }
  .search-toggle:before{
    background-image: url("assets/images/search.svg");
  }
  .search-toggle:after{
    background-image: url("assets/images/search-hover.svg");
  }
  .search-toggle:before, .search-toggle:hover:after{
    opacity: 1;
  }
  .search-toggle:hover:before, .search-toggle:after{
    opacity: 0;
  }
  .search-close{
    display: block;
    opacity: 0.65;
  }
  .search-wrap{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: auto;
    max-height: calc( 100vh - 90px);
    min-height: 410px;
    overflow: auto;
    padding: 60px 100px;
    top: 90px;
  }
  .sticky-nav .search-wrap{
    max-height: calc(100vh - 90px);
    top: 90px;
    transition: 0.2s;
  }
  .admin-bar .search-wrap{
    top: 122px;
    max-height: calc( 100vh - 90px - 32px);
  }
  .admin-bar.sticky-nav .search-wrap{
    max-height: calc(100vh - 90px - 34px);
    top: 122px;
    transition: 0.2s;
  }
  .search-wrap .search-form input{
    font-size: 44px;
  }
  .search-wrap #ajaxsearchprores1_1 .resdrg,
  .search-wrap #ajaxsearchprores1_2 .resdrg{
    column-count: 3;
    column-gap: 50px;
    column-rule: 2px solid rgba(143, 146, 150, 0.2);
  }
  .search-wrap #ajaxsearchprores1_1 p.showmore,
  .search-wrap #ajaxsearchprores1_2 p.showmore,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore{
    margin: 40px 0 0;
  }
  .social{
    margin: 0 30px 0 0;
    padding: 0 32.5px 0 0;
  }
  .social:after{
    opacity: 0.65;
  }
  .social li a{
    color: #B8C7DC;
  }
  .social li a:hover{
    color: #105DA9;
  }
  .contact-link,
  .contact-link-mobile{
    display: block;
  }
  .contact-link-mobile{
    display: none;
  }
  .site-footer .footer-columns .footer-column{
    float: left;
    margin: 0;
  }
  .site-footer .footer-columns .footer-logo{
    float: none;
    margin: 0 0 50px;
  }
  .site-footer .footer-columns .contact-info{
    border: none;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .site-footer .footer-columns .links{
    float: right;
    max-width: 375px;
    position: relative;
  }
  .site-footer .footer-bottom{
    padding: 30px 20px 40px;
  }
  .site-footer .footer-bottom a{
    opacity: 0.8;
  }
  .page-header .page-title{
    font-size: 18px;
    line-height: 26px;
  }
  .page-header .page-title strong,
  .page-header .page-title a{
    display: inline;
  }
  .post-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    float: left;
    padding: 0 15px;
  }
  .post-wrap .inner-wrap .image-wrap{
    height: calc( ( 100vw - 200px - 60px ) / 3 / 2.03);
  }
  .post-wrap .inner-wrap .info-wrap{
    min-height: 170px;
    padding: 20px;
  }
  .post-wrap .inner-wrap .info-wrap .arrow{
    left: calc( 100% - 100px);
  }
  .post-wrap .inner-wrap:hover .image-wrap:before{
    opacity: 1;
  }
  .post-wrap .inner-wrap:hover .arrow{
    width: 114px;
  }
  .simple-article{
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .simple-article a{
    padding: 30px 35px 35px;
  }
  .simple-article a:after{
    background-image: url("assets/images/arrow-white.svg");
    right: 25px;
    width: 40px;
  }
  a.bottom-link:hover .arrow{
    width: 68px;
  }
  .slick-arrow.slick-type-1{
    bottom: 0;
    top: 0;
  }
  .slick-arrow.slick-type-1.slick-prev{
    background-image: url("assets/images/blue-prev.svg");
    left: -50px;
  }
  .slick-arrow.slick-type-1.slick-next{
    background-image: url("assets/images/blue-next.svg");
    right: -50px;
  }
  .questions-section{
    padding: 40px 20px;
  }
  .questions-section h2{
    font-size: 55px;
    float: left;
    line-height: 1.01em;
    margin: 50px 0 0;
    max-width: 300px;
    text-align: left;
  }
  .questions-section .health-hub-links{
    float: right;
    margin: 0;
  }
  .questions-section .screen-wrap{
    bottom: 0;
    padding: 20px 20px 20px 60px;
  }
  .questions-section .screen-wrap .close-screen{
    background-color: rgba(255, 255, 255, 0.65);
    left: 10px;
    right: auto;
    top: 10px;
  }
  .questions-section .screen-wrap .screen-info{
    float: left;
    margin-right: 40px;
    padding: 20px 20px 0;
    width: calc( 35% - 40px);
  }
  .questions-section .screen-wrap .screen-info h3{
    margin: 0 0 15px;
  }
  .questions-section .screen-wrap .screen-info a{
    margin-bottom: -25px;
    margin-right: -70px;
  }
  .questions-section .screen-wrap .screen-info a .link-title{
    width: 170px;
  }
  .questions-section .screen-wrap .screen-info a:hover .arrow{
    width: 110px;
  }
  .questions-section .screen-wrap .screen-info a:hover .arrow i{
    opacity: 1;
  }
  .questions-section .screen-wrap .posts-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    float: left;
    padding: 0;
    width: 65%;
  }
  .questions-section .screen-wrap .posts-wrap .post-wrap{
    width: 50%;
  }
  .questions-section .screen-wrap .posts-wrap .post-wrap .image-wrap{
    display: block;
    height: 140px;
  }
  .questions-section .screen-wrap .posts-wrap .post-wrap .info-wrap .arrow{
    bottom: auto;
    left: calc( 100% - 100px);
    right: auto;
    top: -17px;
  }
  .latest-section .latest-slider{
    max-width: 1200px;
  }
  .latest-section .latest-slider .slide-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .latest-section .latest-slider .slide-wrap .caption{
    float: left;
    -ms-flex-order: 1;
    order: 1;
    padding: 50px 30px 0 50px;
    width: 39%;
  }
  .latest-section .latest-slider .slide-wrap .caption a{
    bottom: 0;
    left: 0;
    padding: 25px 70px;
    position: absolute;
    right: 0;
    text-align: left;
  }
  .latest-section .latest-slider .slide-wrap .image-wrap{
    height: auto;
    float: right;
    -ms-flex-order: 2;
    order: 2;
    width: 61%;
  }
  .latest-section .latest-slider .slide-wrap .next-slide-wrap{
    display: block;
  }
  .slick-arrow{
    bottom: 0;
    height: 52px;
    top: 0;
    width: 52px;
  }
  .slick-arrow.slick-prev{
    left: -20px;
  }
  .slick-arrow.slick-next{
    right: -20px;
  }
  .poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices{
    max-width: 100%;
  }
  .poll-section .totalpoll-wrapper.is-screen-results .totalpoll-container .totalpoll-questions .totalpoll-question-choices .totalpoll-question-choices-item{
    width: 250px !important;
  }
  .poll-section .totalpoll-wrapper .close{
    background-color: rgba(255, 255, 255, 0.65);
    right: 30px;
    top: 30px;
  }
  .page-template-health-hub .search-section #ajaxsearchprores2_1 .resdrg{
    column-count: 3;
    column-gap: 50px;
    column-rule: 2px solid rgba(143, 146, 150, 0.2);
  }
  .page-template-health-hub .search-section .popular-searches-title span:after{
    content: none;
  }
  .page-template-health-hub .search-section .popular-searches .search-tags ul li{
    padding-right: 20px;
    width: 20%;
  }
  .page-template-health-hub .search-section .popular-searches .search-tags ul li:after{
    background-image: url("assets/images/arrow-blue-alt.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    opacity: 0;
    transition: 0.3s;
    vertical-align: middle;
    width: 26px;
  }
  .health-hub-nav-section a{
    display: block;
    float: left;
    height: 280px;
    padding: 15px 20px 20px;
    text-align: center;
    width: 20%;
  }
  .health-hub-nav-section a.sex-sexuality-and-gender .description h4{
    margin-left: auto;
    margin-right: auto;
  }
  .health-hub-nav-section a .icon{
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    float: none;
    height: 97px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
    width: 100%;
  }
  .health-hub-nav-section a .description{
    float: none;
    margin: auto;
    width: 100%;
  }
  .health-hub-nav-section a .description h4{
    margin: 0 auto 10px;
  }
  .health-hub-nav-section a i{
    display: none;
  }
  .health-hub-nav-section a .learn-more{
    display: block;
  }
  .follow-share-section{
    padding: 55px 10px 80px;
  }
  .follow-share-section .follow-share-column{
    margin: 0;
    padding: 0 10px;
  }
  .health-hub-nav-section.category-nav.desktop-category-nav{
    display: block;
  }
  .health-hub-nav-section.category-nav.mobile-category-nav{
    display: none;
  }
  .health-hub-nav-section.category-nav .category-link{
    height: 200px;
  }
  .health-hub-nav-section.category-nav .category-link:after{
    opacity: 0;
  }
  .health-hub-nav-section.category-nav .category-link.mobile-category-slider{
    opacity: 1;
  }
  .articles-section{
    background-image: url("assets/images/articles-bg.png");
    background-position: -127px 60px;
    background-size: 1807px;
    padding: 50px 85px;
  }
  .related-blog-section{
    padding: 50px 75px;
  }
  .article-header-section{
    padding: 50px 20px 30px;
  }
  .article-header-section.your-body{
    background-image: url("assets/images/article-your-body-bg.svg");
  }
  .article-header-section.sex-sexuality-and-gender{
    background-image: url("assets/images/article-sex-sexuality-and-gender.svg");
  }
  .article-header-section.your-emotions-and-mental-health{
    background-image: url("assets/images/article-your-emotions-and-mental-health.svg");
  }
  .article-header-section.relationships{
    background-image: url("assets/images/article-relationships.svg");
  }
  .article-header-section.your-rights-and-other-resources{
    background-image: url("assets/images/article-your-rights-and-other-resources.svg");
  }
  .article-header-section .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .article-header-section .top-tip{
    margin: 0 auto 50px;
  }
  .article-header-section .article-image{
    float: left;
    margin: 0 auto 0 0;
    width: calc( 60% - 35px);
  }
  .article-header-section .explore-topics{
    float: right;
    margin: 0 0 -30px auto;
    padding: 30px 50px;
    width: 40%;
  }
  .article-header-section .explore-topics p a:before{
    content: none;
  }
  .article-header-section .explore-topics p a:after{
    background-image: url("assets/images/arrow-blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    opacity: 0;
    transition: 0.3s;
    vertical-align: middle;
    width: 26px;
  }
  .article-content-section{
    padding: 70px 20px;
  }
  .article-content-section .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .article-content-section .article-content{
    float: left;
    margin: 0 auto 0 0;
    -ms-flex-order: 1;
    order: 1;
    width: calc( 60% - 50px);
  }
  .back-to-top-wrap{
    margin-bottom: 10px;
    margin-top: 60px;
  }
  .back-to-top-wrap .back-to-top{
    color: #83868a;
  }
  .back-to-top-wrap .back-to-top:after{
    background-color: #83868a;
  }
  .single-article .related-blog-section{
    background-image: url("assets/images/related-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
  }
  .article-sidebar{
    float: right;
    margin: 0 0 0 auto;
    -ms-flex-order: 2;
    order: 2;
    width: 40%;
  }
  .article-sidebar .top-goal{
    padding: 30px 50px 65px;
  }
  .article-sidebar .widget-wrap{
    padding: 30px 50px 70px;
  }
  .article-sidebar .widget-wrap:before{
    border-right: 240px solid;
    border-bottom: 210px solid transparent;
  }
  .article-sidebar .widget-wrap .widget.related-topics ul li a{
    color: rgba(255, 255, 255, 0.7);
  }
  .article-sidebar .widget-wrap .widget.related-topics ul li a:before{
    content: none;
  }
  .article-sidebar .widget-wrap .widget.related-topics ul li a:after{
    background-image: url("assets/images/arrow-white-alt-2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    opacity: 0;
    transition: 0.3s;
    vertical-align: middle;
    width: 26px;
  }
  .page-template-blog .page-header .page-title h1,
  .archive .page-header .page-title h1{
    font-size: 28px;
  }
  .page-template-blog .load-more,
  .archive .load-more{
    margin: auto;
  }
  .filters{
    margin: 0 auto 50px;
  }
  .filters ul li{
    margin: 0 17.5px;
    width: 220px;
  }
  .filters ul li button{
    background-color: #EEEEEE;
    color: #054E94;
  }
  .filters ul li button i:before{
    opacity: 1;
  }
  .filters ul li button i:after{
    opacity: 0;
  }
  .filters ul li button:hover i:before{
    opacity: 0;
  }
  .filters ul li button:hover i:after{
    opacity: 1;
  }
  .blog-content{
    padding: 50px 0;
  }
  .blog-content article.post-wrap .inner-wrap{
    height: calc( 100% - 65px);
  }
  .blog-content article.post-wrap .inner-wrap .image-wrap{
    height: calc( ( 100vw - 120px ) / 3 / 2.2);
  }
  .blog-content .navigation.posts-navigation{
    margin: 50px 0 0;
  }
  .blog-content .navigation.posts-navigation #infinite-handle a{
    background-color: #EEEEEE;
    color: #054E94;
  }
  .blog-content .navigation.posts-navigation #infinite-handle a i{
    background-color: #054E94;
  }
  .blog-content .navigation.posts-navigation #infinite-handle a i:before, .blog-content .navigation.posts-navigation #infinite-handle a i:after{
    background-color: #054E94;
  }
  .blog-content .navigation.posts-navigation #infinite-handle a:hover{
    background-color: #054E94;
    color: #fff;
  }
  .blog-content .navigation.posts-navigation #infinite-handle a:hover i{
    background-color: #fff;
    width: 33px;
  }
  .blog-content .navigation.posts-navigation #infinite-handle a:hover i:before, .blog-content .navigation.posts-navigation #infinite-handle a:hover i:after{
    background-color: #fff;
  }
  .single-post .article-content-section,
  .single-news .article-content-section{
    padding: 50px 20px 70px;
  }
  .single-post .post-meta h1,
  .single-news .post-meta h1{
    padding-right: 190px;
  }
  .single-post .article-sidebar .widget-wrap .ssbp-wrap a,
  .single-news .article-sidebar .widget-wrap .ssbp-wrap a{
    background-color: rgba(255, 255, 255, 0.6);
  }
  .single-post .article-sidebar .widget-wrap .related-topics a,
  .single-post .article-sidebar .widget-wrap .tag-cloud a,
  .single-news .article-sidebar .widget-wrap .related-topics a,
  .single-news .article-sidebar .widget-wrap .tag-cloud a{
    color: rgba(255, 255, 255, 0.8);
  }
  .single-post .article-sidebar .widget-wrap .related-topics a:before,
  .single-post .article-sidebar .widget-wrap .tag-cloud a:before,
  .single-news .article-sidebar .widget-wrap .related-topics a:before,
  .single-news .article-sidebar .widget-wrap .tag-cloud a:before{
    content: none;
  }
  .single-post .article-sidebar .widget-wrap .related-topics a:after,
  .single-post .article-sidebar .widget-wrap .tag-cloud a:after,
  .single-news .article-sidebar .widget-wrap .related-topics a:after,
  .single-news .article-sidebar .widget-wrap .tag-cloud a:after{
    background-image: url("assets/images/arrow-white-alt-2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    opacity: 0;
    transition: 0.3s;
    vertical-align: middle;
    width: 26px;
  }
  .single-post .article-sidebar .widget-wrap.bottom-text,
  .single-news .article-sidebar .widget-wrap.bottom-text{
    margin-top: 50px;
  }
  .single .related-blog-section{
    background-image: url("assets/images/related-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
  }
  .page-template-services .services-content{
    padding: 50px 85px;
  }
  .page-template-services .services-content h2{
    margin: 0 0 55px;
  }
  .single-service .article-content-section{
    padding: 45px 20px 40px;
  }
  .single-service .article-sidebar .widget-wrap:before{
    border-right: 215px solid #f0742a;
    border-bottom: 190px solid transparent;
  }
  .single-service .article-sidebar .widget-wrap:after{
    border-left: 400px solid #f0742a;
    border-top: 365px solid transparent;
  }
  .single-service .article-sidebar .widget-wrap .other-services a{
    color: rgba(255, 255, 255, 0.8);
  }
  .single-service .article-sidebar .widget-wrap .other-services a:before{
    content: none;
  }
  .single-service .article-sidebar .widget-wrap .other-services a:after{
    background-image: url("assets/images/arrow-white-alt-2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    opacity: 0;
    transition: 0.3s;
    vertical-align: middle;
    width: 26px;
  }
  .financial-content{
    padding: 40px 20px 70px;
  }
  .financial-content .columns-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 0 40px;
  }
  .financial-content .columns-wrap .column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 50%;
  }
  .financial-content .columns-wrap .column .inner-wrap .percentages-wrap .percentage-wrap img.desktop-infographics{
    display: inline-block;
  }
  .financial-content .columns-wrap .column .inner-wrap .percentages-wrap .percentage-wrap img.mobile-infographics{
    display: none;
  }
  .financial-content .statement-wrap{
    padding: 0 20px;
  }
  .financial-content .statement-wrap .inner-wrap .statemenent-header{
    max-width: calc( 50% - 50px);
    margin: 0 0 40px;
  }
  .financial-content .statement-wrap .inner-wrap .left-column,
  .financial-content .statement-wrap .inner-wrap .right-column{
    float: left;
    width: 50%;
  }
  .financial-content .statement-wrap .inner-wrap .left-column{
    margin-bottom: 50px;
    padding-right: 50px;
  }
  .financial-content .statement-wrap .inner-wrap .right-column{
    padding-left: 50px;
  }
  .map-wrap iframe{
    height: 410px;
  }
  .contact-details{
    padding: 50px 100px 0;
  }
  .contact-details .address-wrap{
    background-color: transparent;
    padding: 0;
  }
  .contact-details h2{
    color: #105DA9;
  }
  .contact-details .address{
    color: #606163;
    margin: 0 0 70px;
  }
  .contact-details .container{
    margin: 0 auto 70px;
    padding: 0 15px;
  }
  .contact-details .container .col-sm-6:nth-child(1){
    max-width: 485px;
  }
  .contact-details .container .col-sm-6:nth-child(2){
    float: right;
    max-width: 400px;
  }
  .contact-details .contact-row{
    margin: 0 0 40px;
  }
  .contact-details .health-squad-link i{
    display: block;
  }
  .contact-details .clinic-hours{
    margin-bottom: 40px;
    max-width: 100%;
  }
  .contact-details .services-link-wrap a:hover .arrow{
    width: 68px;
  }
  .intro-wrap{
    padding: 40px 20px;
  }
  .intro-wrap .principle-columns .principle{
    margin: 0;
    padding: 0 25px;
  }
  .tab-content-wrap{
    padding: 40px 20px 0;
  }
  .tab-content-wrap .video-wrap a{
    border-width: 6px;
    height: 160px;
    opacity: 0.8;
    width: 160px;
  }
  .tab-content-wrap .video-wrap a:before{
    border-width: 26px 0 26px 45px;
  }
  .inner-page-content .tab-content .tab-content-wrap .text-wrap{
    float: left;
    padding-right: 40px;
    width: calc( 100% - 400px);
  }
  .inner-page-content .tab-content .tab-content-wrap .sidebar-wrap{
    float: left;
    width: 400px;
  }
  .inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget .read-more{
    background-color: transparent;
    color: #fff;
    padding: 17.5px 15px;
  }
  .inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget .video-wrap{
    height: 190px;
  }
  .inner-page-content .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget .video-wrap a{
    height: 87px;
    width: 87px;
  }
  .page-template-training-research .tab-content .tab-content-wrap .item-wrap{
    margin-bottom: 35px;
    padding-bottom: 50px;
  }
  .page-template-training-research .tab-content .tab-content-wrap .item-wrap .read-more{
    background-color: transparent;
    color: #054E94;
  }
  .page-template-training-research .tab-content .tab-content-wrap .item-wrap .read-more:hover, .page-template-training-research .tab-content .tab-content-wrap .item-wrap .read-more:active, .page-template-training-research .tab-content .tab-content-wrap .item-wrap .read-more:focus{
    background-color: #054E94;
    color: #fff;
  }
  .page-template-blueprint .page-header-inner .page-description p{
    margin: 0 0 20px;
  }
  .page-template-blueprint .tab-content .tab-content-wrap .text-wrap .read-more{
    background-color: transparent;
    color: #054E94;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .page-template-blueprint .tab-content .tab-content-wrap .text-wrap .read-more:hover{
    color: #fff;
    background-color: #054E94;
  }
  .page-template-blueprint .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget .read-more.youtube-video{
    color: #fff;
  }
  .page-template-blueprint .tab-content .tab-content-wrap .sidebar-wrap .sidebar-bottom .widget.video-widget .read-more.youtube-video:hover{
    color: #36C9BF;
  }
  .page-template-numbers .page-header-inner .page-description p{
    margin: 0 0 20px;
  }
  .page-template-numbers .numbers-content .who-we-serve-wrap .percentages{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-template-numbers .numbers-content .who-we-serve-wrap .percentages .percentage{
    border-bottom: none;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    margin: 0;
    max-width: 275px;
    padding: 0 55px 30px;
  }
  .page-template-numbers .numbers-content .who-we-serve-wrap .percentages .percentage:first-child{
    margin-left: -20px;
    padding-left: 0;
  }
  .page-template-numbers .numbers-content .who-we-serve-wrap .percentages .percentage .text{
    max-width: 140px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .left-column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    float: left;
    width: 66.6667%;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .left-column .fourth-box{
    display: block !important;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box{
    width: 33.3334%;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box{
    display: none;
    width: 100%;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap{
    padding: 0 30px 30px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .title{
    margin: 0 0 0 -30px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .percentage .image{
    margin-right: 25px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .percentage .text{
    width: calc( 100% - 130px);
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.third-box .row-wrap.first-row h4{
    margin: 0 0 30px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .title{
    float: left;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .text{
    float: left;
    padding: 20px 0 0 30px;
    width: calc( 100% - 260px);
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .bars{
    float: left;
    margin: 10px 0 0;
    width: 340px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .bars .bar img.bars-desktop{
    display: inline-block;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .bars .bar img.bars-mobile{
    display: none;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .green-wrap{
    float: right;
    margin: 0 -30px -30px 20px;
    max-width: 500px;
    padding: 30px;
    width: calc( 100% - 340px);
  }
  .page-template-help .page-header-inner .page-description p{
    margin: 0 0 20px;
  }
  .page-template-help .help-content .dollar-counts .text-wrap{
    margin: 0;
  }
  .page-template-help .help-content .dollar-counts .bars{
    text-align: right;
  }
  .page-template-help .help-content .dollar-counts .bars .bar{
    margin: 10px 0;
  }
  .page-template-help .help-content .dollar-counts .bars .bar .desktop-bar{
    display: inline-block;
  }
  .page-template-help .help-content .dollar-counts .bars .bar .mobile-bar{
    display: none;
  }
  .page-template-help .help-content .donations .donations-wrap .donation{
    min-height: calc( 100vw / 5);
  }
  .page-template-help .help-content .donations .donations-wrap .donation:hover{
    background-color: #F57904;
  }
  .page-template-help .help-content .donations .donations-wrap .donation:hover .amount{
    transform: translateX(0);
  }
  .page-template-help .help-content .donations .donations-wrap .donation:hover .text{
    max-height: 150px;
  }
  .page-template-help .help-content .images .image img{
    height: auto;
    max-height: 100%;
    max-width: 200%;
    min-height: 100%;
    min-width: 100%;
    width: auto;
  }
  .page-template-help .help-content .videos{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 40px 15px;
  }
  .page-template-help .help-content .videos .video{
    margin: 0;
  }
  .page-template-help .help-content .videos .video .inner-wrap h4{
    min-height: 100px;
    padding: 25px 40px;
  }
  .page-template-help .help-content .videos .video .inner-wrap .quote{
    padding: 30px 40px 55px;
  }
  .page-template-help .help-content .videos .video-wrap{
    height: calc( ( 100vw - 30px ) / 2 / 2.15);
  }
  .page-template-help .help-content .videos .video-wrap a{
    border-width: 6px;
    height: 144px;
    opacity: 0.8;
    width: 144px;
  }
  .page-template-help .help-content .videos .video-wrap a:before{
    border-width: 23.5px 0 23.5px 40px;
  }
  .page-template-help .help-content .spread-join{
    padding: 40px 15px;
  }
  .page-template-help .help-content .spread-join .col-md-6{
    margin: 0;
  }
  .page-template-help .help-content .spread-join .inner-wrap{
    padding: 40px 30px;
  }
  .page-template-team .page-header-inner .page-description,
  .page-template-team-alt .page-header-inner .page-description{
    padding: 35px 20px 50px;
  }
  .page-template-team .tab-content .tab-content-wrap .director .bio,
  .page-template-team-alt .tab-content .tab-content-wrap .director .bio{
    float: left;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px 100px 60px 55px;
    position: relative;
    width: 60%;
  }
  .page-template-team .tab-content .tab-content-wrap .director .bio .director-bio,
  .page-template-team-alt .tab-content .tab-content-wrap .director .bio .director-bio{
    bottom: -25px;
    left: 55px;
    padding: 15px 25px 15px 30px;
    position: absolute;
  }
  .page-template-team .tab-content .tab-content-wrap .director .bio .director-bio:hover i,
  .page-template-team-alt .tab-content .tab-content-wrap .director .bio .director-bio:hover i{
    width: 42px;
  }
  .page-template-team .tab-content .tab-content-wrap .director .image,
  .page-template-team-alt .tab-content .tab-content-wrap .director .image{
    float: right;
    margin-left: auto;
    -ms-flex-order: 2;
    order: 2;
    overflow: hidden;
    width: 40%;
  }
  .page-template-team .tab-content .tab-content-wrap .director .image img,
  .page-template-team-alt .tab-content .tab-content-wrap .director .image img{
    float: right;
    height: 100%;
    max-width: 200%;
    width: auto;
  }
  .page-template-team .tab-content .tab-content-wrap .director .image .arrow,
  .page-template-team-alt .tab-content .tab-content-wrap .director .image .arrow{
    display: none;
  }
  .page-template-team .tab-content .tab-content-wrap .director-popup .director,
  .page-template-team-alt .tab-content .tab-content-wrap .director-popup .director{
    bottom: 50px;
    max-height: calc( 100vh - 100px);
    top: 50px;
  }
  .page-template-team .tab-content .tab-content-wrap .director-popup .director .image,
  .page-template-team-alt .tab-content .tab-content-wrap .director-popup .director .image{
    height: auto;
  }
  .page-template-team .tab-content .tab-content-wrap .director-popup .director .bio,
  .page-template-team-alt .tab-content .tab-content-wrap .director-popup .director .bio{
    height: auto;
    overflow: visible;
    padding: 30px 135px 30px 55px;
  }
  .page-template-team .tab-content .tab-content-wrap .director-popup .director .full-bio,
  .page-template-team-alt .tab-content .tab-content-wrap .director-popup .director .full-bio{
    display: block;
    float: left;
    padding: 40px 30px;
    width: 100%;
  }
  .page-template-team .tab-content .tab-content-wrap .director-popup .director .full-bio.full-bio-mobile,
  .page-template-team-alt .tab-content .tab-content-wrap .director-popup .director .full-bio.full-bio-mobile{
    display: none;
  }
  .page-template-team .tab-content .tab-content-wrap .director-popup .director .full-bio .col-md-6,
  .page-template-team-alt .tab-content .tab-content-wrap .director-popup .director .full-bio .col-md-6{
    padding: 0 25px;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap h5,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap h5{
    margin: 0 0 7.5px;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap .title,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap .title{
    margin: 0 0 10px;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap a,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap a{
    text-decoration: none;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap a:after,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap a:after{
    background-color: #000;
    bottom: -5px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  .page-template-team .tab-content .board-columns,
  .page-template-team-alt .tab-content .board-columns{
    column-count: 3;
    column-gap: 100px;
  }
  #junior-board .tab-content-wrap .blue-section .white-text a{
    color: rgba(255, 255, 255, 0.8);
  }
  .page-template-news-events .news-events-content .tab-content,
  .page-template-news .news-events-content .tab-content,
  .page-template-events .news-events-content .tab-content{
    padding: 40px 15px 0;
  }
  .page-template-news-events .news-events-content .tab-content .post-wrap,
  .page-template-news .news-events-content .tab-content .post-wrap,
  .page-template-events .news-events-content .tab-content .post-wrap{
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap,
  .page-template-news .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap,
  .page-template-events .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap{
    height: calc( ( 100vw - 90px ) / 2 / 2.17);
  }
  .single-news .news-events-post-content .article-content{
    margin: 0;
  }
  .single-news .news-events-post-content .article-content .read-more{
    background-color: transparent;
    color: #054E94;
  }
  .single-news .article-sidebar.news-events-sidebar .top-goal{
    padding: 30px 50px 40px;
  }
  .single-news .article-sidebar.news-events-sidebar .bottom-text:before{
    border-width: 0 215px 195px 0;
  }
  .single-news .article-sidebar.news-events-sidebar .bottom-text:after{
    border-width: 90px 0 0 100px;
  }
  .single-news .annual-container .ssbp-wrap a{
    background-color: #B5C7DA;
  }
  .post-type-archive-glossary .glossary-wrap .glossary-menu-atoz li:first-child{
    margin-left: 0;
    padding-left: 0;
  }
  .page-template-health-squad .page-header-inner .image-wrap .main-title{
    font-size: 200px;
  }
  .health-squad-content{
    padding: 50px 100px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1170px;
    width: 100%;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    float: left;
  }
  .col-lg-12{
    width: 100%;
  }
  .col-lg-11{
    width: 91.66666667%;
  }
  .col-lg-10{
    width: 83.33333333%;
  }
  .col-lg-9{
    width: 75%;
  }
  .col-lg-8{
    width: 66.66666667%;
  }
  .col-lg-7{
    width: 58.33333333%;
  }
  .col-lg-6{
    width: 50%;
  }
  .col-lg-5{
    width: 41.66666667%;
  }
  .col-lg-4{
    width: 33.33333333%;
  }
  .col-lg-3{
    width: 25%;
  }
  .col-lg-2{
    width: 16.66666667%;
  }
  .col-lg-1{
    width: 8.33333333%;
  }
  .col-lg-pull-12{
    right: 100%;
  }
  .col-lg-pull-11{
    right: 91.66666667%;
  }
  .col-lg-pull-10{
    right: 83.33333333%;
  }
  .col-lg-pull-9{
    right: 75%;
  }
  .col-lg-pull-8{
    right: 66.66666667%;
  }
  .col-lg-pull-7{
    right: 58.33333333%;
  }
  .col-lg-pull-6{
    right: 50%;
  }
  .col-lg-pull-5{
    right: 41.66666667%;
  }
  .col-lg-pull-4{
    right: 33.33333333%;
  }
  .col-lg-pull-3{
    right: 25%;
  }
  .col-lg-pull-2{
    right: 16.66666667%;
  }
  .col-lg-pull-1{
    right: 8.33333333%;
  }
  .col-lg-pull-0{
    right: auto;
  }
  .col-lg-push-12{
    left: 100%;
  }
  .col-lg-push-11{
    left: 91.66666667%;
  }
  .col-lg-push-10{
    left: 83.33333333%;
  }
  .col-lg-push-9{
    left: 75%;
  }
  .col-lg-push-8{
    left: 66.66666667%;
  }
  .col-lg-push-7{
    left: 58.33333333%;
  }
  .col-lg-push-6{
    left: 50%;
  }
  .col-lg-push-5{
    left: 41.66666667%;
  }
  .col-lg-push-4{
    left: 33.33333333%;
  }
  .col-lg-push-3{
    left: 25%;
  }
  .col-lg-push-2{
    left: 16.66666667%;
  }
  .col-lg-push-1{
    left: 8.33333333%;
  }
  .col-lg-push-0{
    left: auto;
  }
  .col-lg-offset-12{
    margin-left: 100%;
  }
  .col-lg-offset-11{
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10{
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9{
    margin-left: 75%;
  }
  .col-lg-offset-8{
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7{
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6{
    margin-left: 50%;
  }
  .col-lg-offset-5{
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4{
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3{
    margin-left: 25%;
  }
  .col-lg-offset-2{
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1{
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0{
    margin-left: 0%;
  }
  .container{
    max-width: 1170px;
    width: 100%;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    float: left;
  }
  .col-lg-12{
    width: 100%;
  }
  .col-lg-11{
    width: 91.66666667%;
  }
  .col-lg-10{
    width: 83.33333333%;
  }
  .col-lg-9{
    width: 75%;
  }
  .col-lg-8{
    width: 66.66666667%;
  }
  .col-lg-7{
    width: 58.33333333%;
  }
  .col-lg-6{
    width: 50%;
  }
  .col-lg-5{
    width: 41.66666667%;
  }
  .col-lg-4{
    width: 33.33333333%;
  }
  .col-lg-3{
    width: 25%;
  }
  .col-lg-2{
    width: 16.66666667%;
  }
  .col-lg-1{
    width: 8.33333333%;
  }
  .col-lg-pull-12{
    right: 100%;
  }
  .col-lg-pull-11{
    right: 91.66666667%;
  }
  .col-lg-pull-10{
    right: 83.33333333%;
  }
  .col-lg-pull-9{
    right: 75%;
  }
  .col-lg-pull-8{
    right: 66.66666667%;
  }
  .col-lg-pull-7{
    right: 58.33333333%;
  }
  .col-lg-pull-6{
    right: 50%;
  }
  .col-lg-pull-5{
    right: 41.66666667%;
  }
  .col-lg-pull-4{
    right: 33.33333333%;
  }
  .col-lg-pull-3{
    right: 25%;
  }
  .col-lg-pull-2{
    right: 16.66666667%;
  }
  .col-lg-pull-1{
    right: 8.33333333%;
  }
  .col-lg-pull-0{
    right: auto;
  }
  .col-lg-push-12{
    left: 100%;
  }
  .col-lg-push-11{
    left: 91.66666667%;
  }
  .col-lg-push-10{
    left: 83.33333333%;
  }
  .col-lg-push-9{
    left: 75%;
  }
  .col-lg-push-8{
    left: 66.66666667%;
  }
  .col-lg-push-7{
    left: 58.33333333%;
  }
  .col-lg-push-6{
    left: 50%;
  }
  .col-lg-push-5{
    left: 41.66666667%;
  }
  .col-lg-push-4{
    left: 33.33333333%;
  }
  .col-lg-push-3{
    left: 25%;
  }
  .col-lg-push-2{
    left: 16.66666667%;
  }
  .col-lg-push-1{
    left: 8.33333333%;
  }
  .col-lg-push-0{
    left: auto;
  }
  .col-lg-offset-12{
    margin-left: 100%;
  }
  .col-lg-offset-11{
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10{
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9{
    margin-left: 75%;
  }
  .col-lg-offset-8{
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7{
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6{
    margin-left: 50%;
  }
  .col-lg-offset-5{
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4{
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3{
    margin-left: 25%;
  }
  .col-lg-offset-2{
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1{
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0{
    margin-left: 0%;
  }
  .main-navigation .menu li{
    margin-right: 40px;
  }
  .arrow:hover{
    width: 114px;
  }
  .arrow:hover i{
    opacity: 1;
  }
  .site-header{
    padding-left: 90px;
  }
  .site-branding{
    margin-top: 10px;
    width: 146px;
  }
  .search-wrap .mCustomScrollBox{
    padding-right: 20px !important;
  }
  .search-wrap .search-form{
    margin: 0 0 60px;
  }
  .search-wrap #ajaxsearchpro1_1 .probox{
    margin: 0 0 50px;
  }
  .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput form{
    height: 80px;
    padding-right: 40px !important;
  }
  .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    z-index: 0;
  }
  .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before{
    background-image: url("assets/images/search.svg");
  }
  .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after{
    background-image: url("assets/images/search-hover.svg");
  }
  .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:hover:after{
    opacity: 1;
  }
  .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:hover:before, .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after{
    opacity: 0;
  }
  .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .search-wrap div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after{
    background-size: 33px 33px !important;
    bottom: 0;
    height: 33px;
    top: 0;
    width: 33px;
  }
  .search-wrap #ajaxsearchpro1_1 .probox .proinput input.orig,
  .search-wrap #ajaxsearchpro1_2 .probox .proinput input.orig,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proinput input.orig{
    font-size: 55px;
    line-height: 66px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .search-wrap #ajaxsearchpro1_1 .probox .proinput input.autocomplete,
  .search-wrap #ajaxsearchpro1_2 .probox .proinput input.autocomplete,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchpro1_"] .probox .proinput input.autocomplete{
    font-size: 55px;
    line-height: 66px;
    margin: -66px 0 0 !important;
  }
  .search-wrap ::-webkit-input-placeholder{
    font-size: 55px !important;
  }
  .search-wrap ::-moz-placeholder{
    font-size: 55px !important;
  }
  .search-wrap :-ms-input-placeholder{
    font-size: 55px !important;
  }
  .search-wrap :-moz-placeholder{
    font-size: 55px !important;
  }
  .search-wrap #ajaxsearchprores1_1.vertical,
  .search-wrap #ajaxsearchprores1_2.vertical,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"].vertical{
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .search-wrap #ajaxsearchprores1_1 .results .item,
  .search-wrap #ajaxsearchprores1_2 .results .item,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item{
    break-inside: avoid;
    width: 100%;
  }
  .search-wrap .description{
    overflow: visible;
    white-space: normal;
  }
  .search-wrap #ajaxsearchprores1_1 p.showmore a,
  .search-wrap #ajaxsearchprores1_2 p.showmore a,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a{
    color: #a3a4a5;
  }
  .search-wrap #ajaxsearchprores1_1 p.showmore a i,
  .search-wrap #ajaxsearchprores1_2 p.showmore a i,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a i{
    background-color: #a3a4a5;
    width: 19px;
  }
  .search-wrap #ajaxsearchprores1_1 p.showmore a i:before, .search-wrap #ajaxsearchprores1_1 p.showmore a i:after,
  .search-wrap #ajaxsearchprores1_2 p.showmore a i:before,
  .search-wrap #ajaxsearchprores1_2 p.showmore a i:after,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a i:before,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a i:after{
    background-color: #a3a4a5;
  }
  .search-wrap #ajaxsearchprores1_1 p.showmore a:hover,
  .search-wrap #ajaxsearchprores1_2 p.showmore a:hover,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a:hover{
    color: #105DA9;
  }
  .search-wrap #ajaxsearchprores1_1 p.showmore a:hover i,
  .search-wrap #ajaxsearchprores1_2 p.showmore a:hover i,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a:hover i{
    width: 38px;
  }
  .search-wrap #ajaxsearchprores1_1 p.showmore a:hover i, .search-wrap #ajaxsearchprores1_1 p.showmore a:hover i:before, .search-wrap #ajaxsearchprores1_1 p.showmore a:hover i:after,
  .search-wrap #ajaxsearchprores1_2 p.showmore a:hover i,
  .search-wrap #ajaxsearchprores1_2 p.showmore a:hover i:before,
  .search-wrap #ajaxsearchprores1_2 p.showmore a:hover i:after,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a:hover i,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a:hover i:before,
  .search-wrap div.ajaxsearchpro[id*="ajaxsearchprores1_"] p.showmore a:hover i:after{
    background-color: #105DA9;
  }
  .social{
    margin: 0 35px 0 0;
    padding: 0 32.5px 0 0;
  }
  .site-footer .footer-columns{
    padding: 50px 20px 40px;
  }
  .site-footer .footer-columns .footer-logo{
    float: left;
    margin: 0;
    width: 218px;
  }
  .site-footer .footer-columns .contact-info{
    margin-left: 80px;
  }
  .site-footer .footer-columns .links{
    max-width: 320px;
  }
  .site-footer .footer-bottom h4:after{
    margin: 25px 0;
  }
  .site-footer .footer-bottom .columns{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-footer .footer-bottom .social{
    border: none;
    margin: 0 200px;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    width: auto;
  }
  .site-footer .footer-bottom .footer-link{
    margin: 0;
  }
  .site-footer .footer-bottom .footer-link:last-child{
    margin-right: 42px;
  }
  .slick-arrow.slick-type-1{
    opacity: 0.35;
  }
  .questions-section{
    padding: 40px 130px 70px;
  }
  .questions-section .screen-wrap{
    padding: 30px 85px 30px 100px;
  }
  .questions-section .screen-wrap .close-screen{
    left: 30px;
    top: 30px;
  }
  .questions-section .screen-wrap .screen-info{
    padding: 30px 30px 0;
  }
  .questions-section .screen-wrap .screen-info p{
    margin: 0 0 40px;
  }
  .questions-section .screen-wrap .screen-info a .link-title{
    width: 180px;
  }
  .questions-section .screen-wrap .posts-wrap .post-wrap .image-wrap{
    height: 150px;
  }
  .latest-section .latest-slider .slide-wrap .caption{
    padding: 55px 50px 20px 70px;
  }
  .slick-arrow{
    height: 68px;
    width: 68px;
  }
  .poll-section{
    padding: 50px 100px 35px;
  }
  .page-template-health-hub .search-section{
    padding: 50px 135px;
  }
  .page-template-health-hub .search-section #ajaxsearchpro2_1 .probox{
    margin: 0 0 50px;
  }
  .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput form{
    height: 80px;
  }
  .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    z-index: 0;
  }
  .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before{
    background-image: url("assets/images/search.svg");
  }
  .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after{
    background-image: url("assets/images/search-hover.svg");
  }
  .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:hover:after{
    opacity: 1;
  }
  .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:hover:before, .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after{
    opacity: 0;
  }
  .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:before, .page-template-health-hub .search-section div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput:after{
    background-size: 33px 33px !important;
    bottom: 0;
    height: 33px;
    top: 0;
    width: 33px;
  }
  .page-template-health-hub .search-section #ajaxsearchpro2_1 .probox .proinput input.orig{
    font-size: 55px;
    line-height: 66px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-template-health-hub .search-section #ajaxsearchpro2_1 .probox .proinput input.autocomplete{
    font-size: 55px;
    line-height: 66px;
    margin: -66px 0 0 !important;
  }
  .page-template-health-hub .search-section ::-webkit-input-placeholder{
    font-size: 55px !important;
  }
  .page-template-health-hub .search-section ::-moz-placeholder{
    font-size: 55px !important;
  }
  .page-template-health-hub .search-section :-ms-input-placeholder{
    font-size: 55px !important;
  }
  .page-template-health-hub .search-section :-moz-placeholder{
    font-size: 55px !important;
  }
  .page-template-health-hub .search-section #ajaxsearchprores2_1.vertical{
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .page-template-health-hub .search-section #ajaxsearchprores2_1 .results .item{
    break-inside: avoid;
    width: 100%;
  }
  .page-template-health-hub .search-section .description{
    overflow: visible;
    white-space: normal;
  }
  .page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a{
    color: #a3a4a5;
  }
  .page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a i{
    background-color: #a3a4a5;
    width: 19px;
  }
  .page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a i:before, .page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a i:after{
    background-color: #a3a4a5;
  }
  .page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a:hover{
    color: #105DA9;
  }
  .page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a:hover i{
    width: 38px;
  }
  .page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a:hover i, .page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a:hover i:before, .page-template-health-hub .search-section #ajaxsearchprores2_1 p.showmore a:hover i:after{
    background-color: #105DA9;
  }
  .page-template-health-hub .search-section .popular-searches{
    margin-top: 0;
  }
  .page-template-health-hub .search-section .popular-searches .search-tags ul{
    float: left;
    margin: 0;
    padding: 0;
    width: calc( 100% - 230px);
  }
  .page-template-health-hub .search-section .popular-searches .search-tags ul li{
    margin: 0;
  }
  .page-template-health-hub .search-section .popular-searches .search-tags ul li:nth-child(1), .page-template-health-hub .search-section .popular-searches .search-tags ul li:nth-child(2), .page-template-health-hub .search-section .popular-searches .search-tags ul li:nth-child(3), .page-template-health-hub .search-section .popular-searches .search-tags ul li:nth-child(4), .page-template-health-hub .search-section .popular-searches .search-tags ul li:nth-child(5){
    margin: 0 0 35px;
  }
  .page-template-health-hub .search-section .popular-searches .search-tags .read-more{
    background-color: #fff;
    color: #36C9BF;
    float: right;
    width: auto;
  }
  .follow-share-section{
    padding: 55px 82.5px 80px;
  }
  .follow-share-section .follow-share-column{
    margin: 0;
    padding: 0 17.5px;
  }
  .related-blog-section .related-post{
    padding: 0 25px;
  }
  .blog-content .row{
    margin: 0 -25px;
    padding: 0;
  }
  .blog-content article.post-wrap{
    margin: 0 0 50px;
    padding: 0 25px;
  }
  .blog-content article.post-wrap .inner-wrap .image-wrap{
    height: calc( ( ( 1250px / 3 ) - 50px ) / 2.2);
  }
  .single-post .post-meta h1,
  .single-news .post-meta h1{
    padding-right: 240px;
  }
  .financial-content{
    padding: 70px 80px 100px;
  }
  .intro-wrap{
    padding: 50px 75px;
  }
  .tab-content-wrap{
    padding: 50px 100px 0;
  }
  .tab-content-wrap .video-wrap{
    height: calc( 1200px / 2.25);
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    max-width: 1200px;
  }
  .our-impact-content{
    padding: 50px 85px;
  }
  .our-impact-content .post-wrap a .image-wrap{
    height: calc( ( 100vw - 200px - 30px ) / 2 / 2.28);
  }
  .inner-page-content .tab-content .tab-content-wrap .text-wrap{
    padding-right: 80px;
  }
  .page-template-numbers .numbers-content .who-we-serve-wrap{
    padding: 45px 20px 55px;
  }
  .page-template-numbers .numbers-content .benefits-wrap{
    padding: 55px 100px 100px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes{
    margin: 0;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box{
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box .inner-wrap .title{
    padding: 10px 20px 10px 35px;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .text{
    padding: 30px 10px 0 30px;
  }
  .page-template-help .help-content .dollar-counts{
    padding: 50px 90px;
  }
  .page-template-help .help-content .dollar-counts .col-md-6{
    padding: 0 45px;
  }
  .page-template-help .help-content .donations .donations-wrap .donation{
    height: calc( 100vw / 7);
    min-height: calc( 100vw / 7);
    border-bottom: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    width: calc( 100% / 7);
  }
  .page-template-help .help-content .donations .donations-wrap .donation:first-child{
    width: calc( 100% / 7);
  }
  .page-template-help .help-content .donations .donations-wrap .donation:last-child{
    border-right: none !important;
  }
  .page-template-help .help-content .donations .donations-wrap .donation .text{
    font-size: 16px;
    margin: 0 0 auto;
    max-height: 0;
    overflow: hidden;
  }
  .page-template-help .help-content .videos{
    padding: 60px 100px 70px;
  }
  .page-template-help .help-content .videos .video-wrap{
    height: calc( ( 100vw - 260px ) / 2 / 2.15);
  }
  .page-template-help .help-content .spread-join{
    padding: 60px 100px 55px;
  }
  .page-template-team .tab-content #board .tab-content-wrap,
  .page-template-team-alt .tab-content #board .tab-content-wrap{
    padding: 60px 115px 75px;
  }
  .page-template-team .tab-content .tab-content-wrap,
  .page-template-team-alt .tab-content .tab-content-wrap{
    padding: 75px 115px;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member .inner-wrap{
    margin: auto;
    width: 240px;
  }
  #junior-board .tab-content-wrap .blue-section{
    padding: 50px 85px;
  }
  #junior-board .tab-content-wrap .blue-section .blue-text{
    padding: 0 30px;
  }
  #junior-board .tab-content-wrap .blue-section .white-text{
    padding: 0 30px;
  }
  #junior-board .tab-content-wrap .board-columns{
    padding: 60px 115px 75px;
  }
  .page-template-news-events .news-events-content .tab-content,
  .page-template-news .news-events-content .tab-content,
  .page-template-events .news-events-content .tab-content{
    padding: 60px 100px 0;
  }
  .page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap,
  .page-template-news .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap,
  .page-template-events .news-events-content .tab-content .post-wrap .inner-wrap .image-wrap{
    height: calc( ( 100vw - 260px ) / 2 / 2.17);
  }
  .page-template-news-events .news-events-content .tab-content .post-wrap .inner-wrap .info-wrap,
  .page-template-news .news-events-content .tab-content .post-wrap .inner-wrap .info-wrap,
  .page-template-events .news-events-content .tab-content .post-wrap .inner-wrap .info-wrap{
    padding: 30px 45px 70px;
  }
  .post-type-archive-glossary .glossary-wrap{
    padding: 50px 100px 70px;
  }
  .search-results-main-wrap{
    padding: 50px 100px;
  }
  .health-squad-content .content-div{
    padding-right: 100px;
  }
}

@media (min-width: 1280px){
  .container{
    padding: 0 15px;
  }
  .container{
    padding: 0 15px;
  }
  .questions-section .screen-wrap .posts-wrap .post-wrap .image-wrap{
    height: 170px;
  }
  .map-wrap{
    padding: 45px 100px 50px;
  }
  .page-template-team .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member,
  .page-template-team-alt .tab-content .tab-content-wrap .team-members .team-members-wrap .team-member{
    margin: 0 0 60px;
  }
}

@media (min-width: 1350px){
  .site-footer .footer-columns{
    padding: 50px 0 40px;
  }
  .questions-section h2{
    font-size: 76px;
    margin: 20px 0 0;
    max-width: 440px;
  }
  .questions-section .screen-wrap .screen-info a .link-title{
    width: 210px;
  }
  .page-template-evaluation .tab-content .tab-content-wrap .text-wrap h2:nth-of-type(1){
    white-space: nowrap;
  }
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .green-wrap{
    width: calc( 100% - 410px - 20px);
  }
  .page-template-help .help-content .spread-join .inner-wrap{
    padding: 50px;
  }
  .page-template-help .help-content .spread-join .inner-wrap .icon.icon-facebook:after{
    margin: 0 20px;
  }
  .page-template-help .help-content .spread-join .inner-wrap .icon.icon-twitter:after{
    margin: 0 20px;
  }
}

@media (min-width: 992px) and (min-width: 1350px){
  .page-template-numbers .numbers-content .benefits-wrap .boxes .box.fourth-box .bars-wrap .bars{
    width: 410px;
  }
}

@media (min-width: 1440px){
  .questions-section .screen-wrap .posts-wrap .post-wrap .image-wrap{
    height: 180px;
  }
}

@media (min-width: 1441px){
  .articles-section{
    background-position: center 60px;
  }
}

@media (max-width: 767px){
  @-ms-viewport{
    width: 375px;
  }
  .contact-details .contact-details-wrap .contact-row:nth-child(1){
    float: left;
    width: calc( 50% - 15px);
  }
  .contact-details .contact-details-wrap .contact-row:nth-child(2){
    float: right;
    width: calc( 50% - 15px);
  }
  .contact-details .contact-details-wrap .contact-row:nth-child(3){
    float: left;
    width: 100%;
  }
  .page-template-help .help-content .donations .donations-wrap .donation:nth-child(2n){
    border-left: none;
  }
  .page-template-help .help-content .donations .donations-wrap .donation:nth-child(2n + 1){
    border-left: 1.5px solid #fff;
    border-right: none;
  }
  .page-template-news-events .news-events-content .tab-content .post-wrap:last-child,
  .page-template-news .news-events-content .tab-content .post-wrap:last-child,
  .page-template-events .news-events-content .tab-content .post-wrap:last-child{
    margin: 0;
  }
}

@media (max-width: 991px){
  .main-navigation .menu{
    padding: 20px 35px;
  }
  .main-navigation .menu > li > a:before, .main-navigation .menu > li > a:after{
    bottom: 2px !important;
  }
  .main-navigation .menu > li > a:hover:before{
    opacity: 1 !important;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img{
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px){
  .mfp-arrow{
    transform: scale(0.75);
  }
  .mfp-arrow-left{
    transform-origin: 0;
  }
  .mfp-arrow-right{
    transform-origin: 100%;
  }
  .mfp-container{
    padding-left: 6px;
    padding-right: 6px;
  }
}
