/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 @import 'maxmegamenu/style.css';
 @import url("https://fonts.googleapis.com/css?family=Hind:400,500,600,700");
 @import url("https://fonts.googleapis.com/css?family=Roboto");
 html {
   font-family: sans-serif;
   /* 1 */
   -ms-text-size-adjust: 100%;
   /* 2 */
   -webkit-text-size-adjust: 100%;
   /* 2 */
 }
 
 /**
  * Remove default margin.
  */
 body {
   margin: 0;
 }
 
 /* HTML5 display definitions
    ========================================================================== */
 /**
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox.
  * Correct `block` display not defined for `main` in IE 11.
  */
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 menu,
 nav,
 section,
 summary {
   display: block;
 }
 
 /**
  * 1. Correct `inline-block` display not defined in IE 8/9.
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  */
 audio,
 canvas,
 progress,
 video {
   display: inline-block;
   /* 1 */
   vertical-align: baseline;
   /* 2 */
 }
 
 /**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
 audio:not([controls]) {
   display: none;
   height: 0;
 }
 
 /**
  * Address `[hidden]` styling not present in IE 8/9/10.
  * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
  */
 [hidden],
 template {
   display: none;
 }
 
 /* Links
    ========================================================================== */
 /**
  * Remove the gray background color from active links in IE 10.
  */
 a {
   background-color: transparent;
 }
 
 /**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
 a:active,
 a:hover {
   outline: 0;
 }
 
 /* Text-level semantics
    ========================================================================== */
 /**
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
  */
 abbr[title] {
   border-bottom: 1px dotted;
 }
 
 /**
  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
  */
 b,
 strong {
   font-weight: bold;
 }
 
 /**
  * Address styling not present in Safari and Chrome.
  */
 dfn {
   font-style: italic;
 }
 
 /**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari, and Chrome.
  */
 h1 {
   font-size: 2em;
   margin: 0.67em 0;
 }
 
 /**
  * Address styling not present in IE 8/9.
  */
 mark {
   background: #ff0;
   color: #000;
 }
 
 /**
  * Address inconsistent and variable font size in all browsers.
  */
 small {
   font-size: 80%;
 }
 
 /**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
 sub,
 sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
 }
 
 sup {
   top: -0.5em;
 }
 
 sub {
   bottom: -0.25em;
 }
 
 /* Embedded content
    ========================================================================== */
 /**
  * Remove border when inside `a` element in IE 8/9/10.
  */
 img {
   border: 0;
 }
 
 /**
  * Correct overflow not hidden in IE 9/10/11.
  */
 svg:not(:root) {
   overflow: hidden;
 }
 
 /* Grouping content
    ========================================================================== */
 /**
  * Address margin not present in IE 8/9 and Safari.
  */
 figure {
   margin: 1em 40px;
 }
 
 /**
  * Address differences between Firefox and other browsers.
  */
 hr {
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
 }
 
 /**
  * Contain overflow in all browsers.
  */
 pre {
   overflow: auto;
 }
 
 /**
  * Address odd `em`-unit font size rendering in all browsers.
  */
 code,
 kbd,
 pre,
 samp {
   font-family: monospace, monospace;
   font-size: 1em;
 }
 
 /* Forms
    ========================================================================== */
 /**
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
  * styling of `select`, unless a `border` property is set.
  */
 /**
  * 1. Correct color not being inherited.
  *    Known issue: affects color of disabled elements.
  * 2. Correct font properties not being inherited.
  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
  */
 button,
 input,
 optgroup,
 select,
 textarea {
   color: inherit;
   /* 1 */
   font: inherit;
   /* 2 */
   margin: 0;
   /* 3 */
 }
 
 /**
  * Address `overflow` set to `hidden` in IE 8/9/10/11.
  */
 button {
   overflow: visible;
 }
 
 /**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
  * Correct `select` style inheritance in Firefox.
  */
 button,
 select {
   text-transform: none;
 }
 
 /**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
 button,
 html input[type=button],
 input[type=reset],
 input[type=submit] {
   -webkit-appearance: button;
   /* 2 */
   cursor: pointer;
   /* 3 */
 }
 
 /**
  * Re-set default cursor for disabled elements.
  */
 button[disabled],
 html input[disabled] {
   cursor: default;
 }
 
 /**
  * Remove inner padding and border in Firefox 4+.
  */
 button::-moz-focus-inner,
 input::-moz-focus-inner {
   border: 0;
   padding: 0;
 }
 
 /**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
 input {
   line-height: normal;
 }
 
 /**
  * It's recommended that you don't attempt to style these elements.
  * Firefox's implementation doesn't respect box-sizing, padding, or width.
  *
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */
 input[type=checkbox],
 input[type=radio] {
   box-sizing: border-box;
   /* 1 */
   padding: 0;
   /* 2 */
 }
 
 /**
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
  * `font-size` values of the `input`, it causes the cursor style of the
  * decrement button to change from `default` to `text`.
  */
 input[type=number]::-webkit-inner-spin-button,
 input[type=number]::-webkit-outer-spin-button {
   height: auto;
 }
 
 /**
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
  *    (include `-moz` to future-proof).
  */
 input[type=search] {
   -webkit-appearance: textfield;
   /* 1 */
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
   /* 2 */
   box-sizing: content-box;
 }
 
 /**
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  * Safari (but not Chrome) clips the cancel button when the search input has
  * padding (and `textfield` appearance).
  */
 input[type=search]::-webkit-search-cancel-button,
 input[type=search]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 /**
  * Define consistent border, margin, and padding.
  */
 fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
 }
 
 /**
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
 legend {
   border: 0;
   /* 1 */
   padding: 0;
   /* 2 */
 }
 
 /**
  * Remove default vertical scrollbar in IE 8/9/10/11.
  */
 textarea {
   overflow: auto;
 }
 
 /**
  * Don't inherit the `font-weight` (applied by a rule above).
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
  */
 optgroup {
   font-weight: bold;
 }
 
 /* Tables
    ========================================================================== */
 /**
  * Remove most spacing between table cells.
  */
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 
 td,
 th {
   padding: 0;
 }
 
 html {
   overflow-x: hidden;
 }
 
 body {
   margin: 0;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   overflow-x: hidden;
 }
 
 .slick-list,
 .slick-slider,
 .slick-track {
   position: relative;
   display: block;
 }
 
 .slick-loading .slick-slide,
 .slick-loading .slick-track {
   visibility: hidden;
 }
 
 .slick-slider {
   box-sizing: border-box;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent;
 }
 
 .slick-list {
   overflow: hidden;
   margin: 0;
   padding: 0;
 }
 
 .slick-list:focus {
   outline: 0;
 }
 
 .slick-list.dragging {
   cursor: pointer;
   cursor: hand;
 }
 
 .slick-slider .slick-list,
 .slick-slider .slick-track {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 
 .slick-track {
   left: 0;
   top: 0;
   margin-left: auto;
   margin-right: auto;
 }
 
 .slick-track:after,
 .slick-track:before {
   content: "";
   display: table;
 }
 
 .slick-track:after {
   clear: both;
 }
 
 .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-vertical .slick-slide {
   display: block;
   height: auto;
   border: 1px solid transparent;
 }
 
 .slick-arrow.slick-hidden {
   display: none;
 }
 
 img {
   max-width: 100%;
   height: auto;
 }
 
 #header {
   position: fixed;
   text-align: left;
   z-index: 10;
   border-bottom: 1px solid #e1e1e1;
   background-color: #ffffff;
   margin: auto 0;
   left: 0;
   right: 0;
 }
 #header .container {
   background-color: #ffffff;
 }
 #header .header-image,
 #header .nav-menu-main {
   display: inline-block;
   vertical-align: top;
 }
 #header .header-image img {
   width: 143px;
   height: 86px;
 }
 @media only screen and (max-width: 991px) {
   #header .header-image img {
     width: auto;
     height: 36px;
     margin-top: 16px;
   }
 }
 @media only screen and (max-width: 381px) {
   #header .header-image img {
     width: auto;
     height: 26px;
     margin-top: 18px;
   }
 }
 #header a {
   transition: all 0.2s;
   text-decoration: none;
 }
 #header .nav-menu-main {
   margin: 0;
   float: right;
   display: -webkit-box;
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   right: 0;
 }
 #header .nav-menu-main .mega-menu-wrap {
   display: inline-block;
 }
 #header .nav-menu-main .menu-item.fb {
   display: inline-block;
   height: 26px;
   width: 26px;
   background-image: url("images/fb.png");
   vertical-align: middle;
 }
 #header .nav-menu-main .menu-item.fb:hover {
   background-image: url("images/fb2.png");
 }
 #header .nav-menu-main .menu-item.yt {
   display: inline-block;
   height: 26px;
   width: 61px;
   background-image: url("images/yt.png");
   vertical-align: middle;
   margin-left: 12px;
 }
 #header .nav-menu-main .menu-item.yt:hover {
   background-image: url("images/yt2.png");
 }
 #header .nav-menu-main .menu-item.donate {
   margin-right: 18px;
   padding: 2px 6px 0px 6px;
   background: #FE8B06;
   color: #fff;
   vertical-align: initial;
   font-size: 14px;
   font-weight: 600;
   font-family: "Hind", sans-serif;
   border: 2px solid #FE8B06;
   margin-left: 0 !important;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
 }
 @media only screen and (max-width: 991px) {
   #header .nav-menu-main .menu-item.donate {
     margin-left: none !important;
   }
 }
 #header .nav-menu-main .menu-item.donate:hover {
   background: #fff;
   color: #ff8c06;
 }
 #header .nav-menu-main .mega-menu {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 #header .nav-menu-main .mega-menu .mega-menu-item {
   display: inline-block;
   text-transform: uppercase;
   padding: 33px 8px;
   height: 86px;
 }
 #header .nav-menu-main .mega-menu .mega-menu-item a.mega-menu-link {
   color: #636363;
   font-family: "Hind", sans-serif;
   font-weight: 500;
   text-decoration: none;
 }
 #header .nav-menu-main .mega-menu .mega-menu-item a.mega-menu-link:hover {
   color: #17B2EB;
 }
 #header .nav-menu-main #mega-menu-wrap-main-menu,
 #header .nav-menu-main #mega-menu-wrap-main-menu #mega-menu-main-menu {
   position: static;
 }
 
 div#n2-ss-3 .n2-ss-desktop,
 div#n2-ss-3.n2-ss-desktop .n2-ss-desktop,
 div#n2-ss-3.n2-ss-tablet .n2-ss-tablet,
 div#n2-ss-3.n2-ss-mobile .n2-ss-mobile {
   text-align: left;
 }
 
 #n2-ss-3 > div > div.n2-ss-slider-2.n2-ow > div > div.n2-ss-slide-backgrounds > div > div > div {
   background-position: top !important;
   background-size: 113% auto !important;
 }
 
 #wrapper {
   display: block;
   margin: 0px auto;
   padding-top: 87px;
 }
 #wrapper .main {
   padding: 0;
 }
 @media only screen and (max-width: 991px) {
   #wrapper {
     padding-top: 66px;
   }
 }
 
 .home #content {
   display: block;
   padding-top: 0;
   padding-bottom: 0;
 }
 
 #content .input,
 #content-full-width .input {
   font-size: 25px;
   border: 2px solid #17b2ec;
   border-radius: 11px;
   background-color: #f1fafe;
   color: #959595;
   outline: none;
   padding: 8px 0px 8px 15px;
   text-align: center;
 }
 #content .input-surfix,
 #content-full-width .input-surfix {
   font-size: 25px;
   color: #17b2ec;
   padding: 10px;
 }
 #content .input::-webkit-input-placeholder,
 #content-full-width .input::-webkit-input-placeholder {
   font-size: 25px;
 }
 #content .input::-moz-placeholder,
 #content-full-width .input::-moz-placeholder {
   font-size: 25px;
 }
 #content .input:-ms-input-placeholder,
 #content-full-width .input:-ms-input-placeholder {
   font-size: 25px;
 }
 #content .donation-input-wrapper,
 #content-full-width .donation-input-wrapper {
   padding: 0 40px;
 }
 #content .center,
 #content-full-width .center {
   text-align: center;
 }
 #content .inline-block,
 #content-full-width .inline-block {
   display: inline-block;
 }
 #content .width-100,
 #content-full-width .width-100 {
   width: 100%;
 }
 #content .font-big,
 #content div .font-big,
 #content div div .font-big,
 #content-full-width .font-big,
 #content-full-width div .font-big,
 #content-full-width div div .font-big {
   font-size: 30px;
 }
 #content.after-content,
 #content-full-width.after-content {
   padding: 0;
 }
 #content h1,
 #content h2,
 #content h3,
 #content h4,
 #content-full-width h1,
 #content-full-width h2,
 #content-full-width h3,
 #content-full-width h4 {
   font-family: "Hind", sans-serif;
   font-weight: 600;
 }
 #content h2,
 #content-full-width h2 {
   font-size: 35px;
 }
 #content button.button.donate,
 #content-full-width button.button.donate {
   background-color: #0061ac;
   color: #fff;
   font-size: 30px;
   border-color: #0061ac;
   text-transform: initial;
   padding: 8px 35px 4px;
   margin: 50px 0 50px;
 }
 #content button.button.donate[disabled],
 #content-full-width button.button.donate[disabled] {
   background-color: #7c9eaa;
   color: #fff;
   font-size: 30px;
   border-color: #59666b;
   text-transform: initial;
   padding: 8px 35px 4px;
   margin: 50px 0 50px;
 }
 #content button.button,
 #content a.button,
 #content-full-width button.button,
 #content-full-width a.button {
   display: inline-block;
   font-family: "Hind", sans-serif;
   font-size: 17px;
   font-weight: 600;
   background-color: #ffffff;
   border: 2px solid #17b2ec;
   color: #17b2ec;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   border-radius: 6px;
   text-transform: uppercase;
   text-decoration: none;
   padding: 4px 10px 2px 10px;
   transition: all 0.2s;
   cursor: pointer;
 }
 #content button.button:hover,
 #content a.button:hover,
 #content-full-width button.button:hover,
 #content-full-width a.button:hover {
   background-color: #59d2ff;
   border: 2px solid #17b2ec;
   color: #ffffff;
 }
 #content a.button-blue,
 #content-full-width a.button-blue {
   display: inline-block;
   font-family: "Hind", sans-serif;
   font-size: 17px;
   font-weight: 600;
   background-color: #59d2ff;
   border: 2px solid #17b2ec;
   color: #ffffff;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   border-radius: 6px;
   text-transform: uppercase;
   text-decoration: none;
   padding: 4px 10px 2px 10px;
   transition: all 0.2s;
   cursor: pointer;
 }
 #content a.button-blue:hover,
 #content-full-width a.button-blue:hover {
   border: 2px solid #0061ac;
 }
 #content .content-section.spaced-text p,
 #content-full-width .content-section.spaced-text p {
   margin-bottom: 36px;
   text-align: justify;
 }
 #content .content-section:nth-child(1),
 #content-full-width .content-section:nth-child(1) {
   padding-top: 0;
   margin-top: 0;
 }
 #content .content-section,
 #content-full-width .content-section {
   padding: 42px 0 56px 0;
 }
 #content .content-section .text,
 #content-full-width .content-section .text {
   font-family: "Roboto", sans-serif;
   font-size: 18px;
   font-weight: 400;
   line-height: 30px;
   color: #707070;
 }
 #content .content-section .justify,
 #content-full-width .content-section .justify {
   text-align: justify;
 }
 #content .content-section h2.content-section-title.title-dark,
 #content-full-width .content-section h2.content-section-title.title-dark {
   color: #000000;
 }
 #content .content-section h2.content-section-title,
 #content-full-width .content-section h2.content-section-title {
   margin-top: 0;
   margin-bottom: 40px;
   font-weight: 400;
   color: #17b2ec;
 }
 #content .content-section p,
 #content-full-width .content-section p {
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   color: #707070;
   text-align: center;
   line-height: 26px;
 }
 #content .content-section .content-box,
 #content-full-width .content-section .content-box {
   padding-top: 48px;
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   color: #707070;
   line-height: 26px;
   display: block;
   margin: 0;
 }
 #content .content-section .content-box h2.content-box-title,
 #content-full-width .content-section .content-box h2.content-box-title {
   position: relative;
   font-size: 20px;
   font-family: "Roboto", sans-serif;
   font-weight: 400;
   text-transform: uppercase;
   margin-bottom: 30px;
 }
 #content .content-section .content-box h2.content-box-title:after,
 #content-full-width .content-section .content-box h2.content-box-title:after {
   content: " ";
   position: absolute;
   bottom: -12px;
   left: 0;
   right: 0;
   width: 42px;
   height: 2px;
   margin: 0 auto;
   background-color: #17b2ec;
 }
 #content .content-section .container,
 #content-full-width .content-section .container {
   padding: 0;
 }
 #content .content-section.bg-section.about-us,
 #content-full-width .content-section.bg-section.about-us {
   position: relative;
   margin-bottom: 68px;
 }
 #content .content-section.bg-section.about-us .content-section-bg,
 #content-full-width .content-section.bg-section.about-us .content-section-bg {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-image: url("images/about_us_bg1.png");
   opacity: 0.25;
   z-index: -1;
   background-size: cover;
 }
 #content .slider-text div p,
 #content-full-width .slider-text div p {
   background-color: #17b2ec;
   display: inline-block;
   padding: 0.3vw 0.4vw 0 0.3vw;
   margin: 0.25vw 0;
 }
 #content .homepage-section,
 #content-full-width .homepage-section {
   position: relative;
 }
 #content .homepage-section .section-background,
 #content-full-width .homepage-section .section-background {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   opacity: 0.2;
   background-size: cover;
   background-attachment: fixed;
 }
 #content .homepage-section .section-title h2,
 #content-full-width .homepage-section .section-title h2 {
   text-transform: uppercase;
   margin: 0;
   font-weight: 600;
 }
 #content .homepage-section .section-title:not(.no-after) h2:after,
 #content-full-width .homepage-section .section-title:not(.no-after) h2:after {
   content: "";
   display: block;
   width: 171px;
   height: 30px;
   background-image: url("images/drop.png");
   margin: 0.175em auto 0 auto;
 }
 #content .homepage-section .section-title.invert:not(.no-after) h2:after,
 #content-full-width .homepage-section .section-title.invert:not(.no-after) h2:after {
   background-image: url("images/drop-wh.png");
 }
 #content .homepage-section .section-content,
 #content-full-width .homepage-section .section-content {
   position: relative;
   font-family: "Roboto", sans-serif;
   font-size: 18px;
   font-weight: 400;
   color: #707070;
 }
 #content .homepage-section .section-content .slick-track,
 #content-full-width .homepage-section .section-content .slick-track {
   display: flex;
   justify-content: center;
   align-items: center;
 }
 #content .homepage-section .section-content .slick-track .patron,
 #content-full-width .homepage-section .section-content .slick-track .patron {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0 10px;
 }
 #content .homepage-section .section-content .slick-track .patron img,
 #content-full-width .homepage-section .section-content .slick-track .patron img {
   width: 150px;
   height: auto;
 }
 #content .homepage-section .section-content .video-player,
 #content-full-width .homepage-section .section-content .video-player {
   border: 10px solid #17B2EB;
   padding: 0;
 }
 #content .homepage-section .section-content .video-player #player,
 #content-full-width .homepage-section .section-content .video-player #player {
   display: block;
 }
 #content .homepage-section .section-content .videos-nav,
 #content-full-width .homepage-section .section-content .videos-nav {
   position: relative;
   margin-top: 81px;
   width: 100%!important;
 }
 #content .homepage-section .section-content .videos-nav .videos-nav-arrow,
 #content-full-width .homepage-section .section-content .videos-nav .videos-nav-arrow {
   position: absolute;
   top: 0;
   bottom: 0;
   height: 36px;
   margin: auto 0px;
   padding: 0 8px;
 }
 #content .homepage-section .section-content .videos-nav .videos-nav-arrow.left,
 #content-full-width .homepage-section .section-content .videos-nav .videos-nav-arrow.left {
   left: -10px;
   z-index: 9;
 }
 #content .homepage-section .section-content .videos-nav .videos-nav-arrow.right,
 #content-full-width .homepage-section .section-content .videos-nav .videos-nav-arrow.right {
   right: -10px;
   z-index: 9;
 }
 #content .homepage-section .section-content .videos-nav .videos-nav-arrow:before,
 #content-full-width .homepage-section .section-content .videos-nav .videos-nav-arrow:before {
   display: block;
   width: 36px;
   height: 36px;
   font-family: "dashicons";
   font-size: 32px;
   background-color: #17B2EB;
   line-height: 38px;
   color: #fff;
 }
 #content .homepage-section .section-content .videos-nav .videos-nav-arrow.left:before,
 #content-full-width .homepage-section .section-content .videos-nav .videos-nav-arrow.left:before {
   content: "\f341";
 }
 #content .homepage-section .section-content .videos-nav .videos-nav-arrow.right:before,
 #content-full-width .homepage-section .section-content .videos-nav .videos-nav-arrow.right:before {
   content: "\f345";
   float: right;
 }
 #content .homepage-section .section-content .videos-nav .videos-slider,
 #content-full-width .homepage-section .section-content .videos-nav .videos-slider {
   overflow: hidden;
   padding: 0;
 }
 #content .homepage-section .section-content .videos-nav .videos-slider .video-slide,
 #content-full-width .homepage-section .section-content .videos-nav .videos-slider .video-slide {
   position: relative;
   display: inline-block;
   white-space: nowrap;
 }
 #content .homepage-section .section-content .videos-nav .videos-slider .video-slide .video,
 #content-full-width .homepage-section .section-content .videos-nav .videos-slider .video-slide .video {
   display: inline-block;
   float: none;
   padding: 0;
 }
 #content .homepage-section .section-content .videos-nav .videos-slider .video-slide .video video,
 #content-full-width .homepage-section .section-content .videos-nav .videos-slider .video-slide .video video {
   display: block;
 }
 #content .homepage-section .section-content .videos-nav .videos-slider .video-slide .video video,
 #content-full-width .homepage-section .section-content .videos-nav .videos-slider .video-slide .video video {
   background-color: #fff;
   background-clip: content-box;
 }
 #content .homepage-section .section-content .videos-nav .videos-slider .video-slide .video video:hover,
 #content-full-width .homepage-section .section-content .videos-nav .videos-slider .video-slide .video video:hover {

 }
 #content .homepage-section .section-content .news-nav.left,
 #content .homepage-section .section-content .news-nav.right,
 #content .homepage-section .section-content .story-nav.left,
 #content .homepage-section .section-content .story-nav.right,
 #content-full-width .homepage-section .section-content .news-nav.left,
 #content-full-width .homepage-section .section-content .news-nav.right,
 #content-full-width .homepage-section .section-content .story-nav.left,
 #content-full-width .homepage-section .section-content .story-nav.right {
   position: absolute;
   display: block;
   width: 36px;
   height: 36px;
   font-size: 32px;
   background-color: #17B2EB;
   line-height: 38px;
   color: #fff;
 }
 #content .homepage-section .section-content .news-nav.left,
 #content-full-width .homepage-section .section-content .news-nav.left {
   top: 179px;
   left: -135px;
   left: -10px !important;
   z-index: 9;
 }
 #content .homepage-section .section-content .news-nav.right,
 #content-full-width .homepage-section .section-content .news-nav.right {
   top: 179px;
   right: -135px;
   right: -10px !important;
   z-index: 9;
 }
 #content .homepage-section .section-content .story-nav.left,
 #content-full-width .homepage-section .section-content .story-nav.left {
   top: 200px;
   left: -10px;
   z-index: 9;
 }
 #content .homepage-section .section-content .story-nav.right,
 #content-full-width .homepage-section .section-content .story-nav.right {
   top: 200px;
   right: -10px;
   z-index: 9;
 }
 #content .homepage-section .section-content .news-nav.left:before,
 #content .homepage-section .section-content .news-nav.right:before,
 #content .homepage-section .section-content .story-nav.left:before,
 #content .homepage-section .section-content .story-nav.right:before,
 #content-full-width .homepage-section .section-content .news-nav.left:before,
 #content-full-width .homepage-section .section-content .news-nav.right:before,
 #content-full-width .homepage-section .section-content .story-nav.left:before,
 #content-full-width .homepage-section .section-content .story-nav.right:before {
   font-family: "dashicons";
 }
 #content .homepage-section .section-content .news-nav.left:before,
 #content .homepage-section .section-content .story-nav.left:before,
 #content-full-width .homepage-section .section-content .news-nav.left:before,
 #content-full-width .homepage-section .section-content .story-nav.left:before {
   content: "\f341";
 }
 #content .homepage-section .section-content .news-nav.right:before,
 #content .homepage-section .section-content .story-nav.right:before,
 #content-full-width .homepage-section .section-content .news-nav.right:before,
 #content-full-width .homepage-section .section-content .story-nav.right:before {
   content: "\f345";
 }
 #content .homepage-section .section-content .stories-slider,
 #content-full-width .homepage-section .section-content .stories-slider {
   display: inline-block;
   white-space: nowrap;
   overflow: hidden;
   padding: 0;
 }
 #content .homepage-section .section-content .stories-slider .story-slide,
 #content-full-width .homepage-section .section-content .stories-slider .story-slide {
   display: inline-block;
   float: none;
   padding: 0;
   font-size: 0;
 }
 #content .homepage-section .section-content .news:hover .news-inner .news-more-hover,
 #content-full-width .homepage-section .section-content .news:hover .news-inner .news-more-hover {
   opacity: 1;
 }
 #content .homepage-section .section-content .news-slider,
 #content-full-width .homepage-section .section-content .news-slider {
   overflow: hidden;
   padding: 0;
 }
 #content .homepage-section .section-content .news-slider .news-slide,
 #content-full-width .homepage-section .section-content .news-slider .news-slide {
   position: relative;
   float: none;
   padding: 0;
   white-space: nowrap;
   display: block;
   font-size: 0px;
 }
 #content .homepage-section .section-content .news:hover .news-thumbnail,
 #content-full-width .homepage-section .section-content .news:hover .news-thumbnail {
   transform: scale(1.1) rotate(5deg);
 }
 #content .homepage-section .section-content .news,
 #content-full-width .homepage-section .section-content .news {
   position: relative;
   display: inline-block;
   padding-top: 33.33333333%;
   height: 0;
   white-space: normal;
   float: none;
   background-color: #fff;
   height: 300px;
 }
 #content .homepage-section .section-content .news .news-inner,
 #content-full-width .homepage-section .section-content .news .news-inner {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: 17px;
   border-radius: 8px;
   overflow: hidden;
   z-index: 1;
 }
 #content .homepage-section .section-content .news .news-inner .news-thumbnail,
 #content-full-width .homepage-section .section-content .news .news-inner .news-thumbnail {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-size: cover;
   background-position: center;
   z-index: -2;
   transition: transform 5s;
 }
 #content .homepage-section .section-content .news .news-inner .news-more-hover,
 #content-full-width .homepage-section .section-content .news .news-inner .news-more-hover {
   position: absolute;
   display: table;
   height: 100%;
   width: 100%;
   border-radius: 8px;
   background-color: rgba(23, 178, 235, 0.5);
   transition: all 0.3s;
   opacity: 0;
 }
 #content .homepage-section .section-content .news .news-inner .news-more-hover a,
 #content-full-width .homepage-section .section-content .news .news-inner .news-more-hover a {
   display: table-cell;
   vertical-align: middle;
   font-family: "Roboto";
   font-size: 24px;
   color: #ffffff;
   text-decoration: none;
   text-align: center;
 }
 #content .homepage-section .section-content .news .news-inner .news-more-hover a:after,
 #content-full-width .homepage-section .section-content .news .news-inner .news-more-hover a:after {
   content: "\f345";
   position: relative;
   font-family: "Dashicons";
   top: -1px;
   display: inline;
   vertical-align: bottom;
   font-size: 24px;
   text-align: center;
 }
 #content .homepage-section .section-content .news .news-inner .news-description,
 #content-full-width .homepage-section .section-content .news .news-inner .news-description {
   position: absolute;
   bottom: 24px;
   left: 16px;
   padding-right: 35px;
   text-align: left;
   z-index: -1;
   white-space: normal;
 }
 #content .homepage-section .section-content .news .news-inner .news-description .news-date,
 #content-full-width .homepage-section .section-content .news .news-inner .news-description .news-date {
   display: inline-block;
   position: relative;
   left: -5px;
   bottom: -2px;
   padding: 3px 5px 0px 5px;
   background-color: #17B2EB;
   color: #ffffff;
   font-weight: 400;
   font-family: "Hind";
   font-size: 15px;
 }
 #content .homepage-section .section-content .news .news-inner .news-description .news-name,
 #content-full-width .homepage-section .section-content .news .news-inner .news-description .news-name {
   margin: 0;
 }
 #content .homepage-section .section-content .news .news-inner .news-description .news-name span,
 #content-full-width .homepage-section .section-content .news .news-inner .news-description .news-name span {
   background-color: #ffffff;
   line-height: 1.8;
   text-transform: uppercase;
   font-size: 20px;
   box-shadow: -5px 0px 0px 0px #fff, 5px 0px 0px 0px #fff;
   color: #17B2EB;
   font-weight: 400;
 }
 #content .homepage-section .section-content a.button-circle:hover .circle:hover,
 #content-full-width .homepage-section .section-content a.button-circle:hover .circle:hover {
   transform: scale(1.1);
 }
 #content .homepage-section .section-content a.button-circle:hover .circle:hover:before,
 #content-full-width .homepage-section .section-content a.button-circle:hover .circle:hover:before {
   transform: scale(1.1);
 }
 #content .homepage-section .section-content a.button-circle,
 #content-full-width .homepage-section .section-content a.button-circle {
   position: relative;
   text-decoration: none;
 }
 #content .homepage-section .section-content a.button-circle .circle,
 #content-full-width .homepage-section .section-content a.button-circle .circle {
   position: inherit;
   display: block;
   width: 190px;
   height: 190px;
   margin: 0 auto;
   background-color: #45c1f0;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   border-radius: 50%;
   transition: all 0.5s;
 }
 #content .homepage-section .section-content a.button-circle .circle:before,
 #content-full-width .homepage-section .section-content a.button-circle .circle:before {
   content: "";
   position: absolute;
   display: block;
   top: 16px;
   right: 16px;
   bottom: 16px;
   left: 16px;
   background-color: #67ccf3;
   border: 5px solid #ffffff;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   border-radius: 50%;
   transition: all 0.5s;
 }
 #content .homepage-section .section-content a.button-circle .circle:after,
 #content-full-width .homepage-section .section-content a.button-circle .circle:after {
   content: "";
   position: absolute;
   display: block;
   top: 51px;
   right: 51px;
   bottom: 51px;
   left: 51px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }
 #content .homepage-section .section-content a.button-circle .button-text,
 #content-full-width .homepage-section .section-content a.button-circle .button-text {
   font-family: "Hind", sans-serif;
   font-size: 20px;
   font-weight: 700;
   padding-top: 18px;
   padding-bottom: 15px;
 }
 #content .homepage-section .section-content a.button-circle.donation .circle:after,
 #content-full-width .homepage-section .section-content a.button-circle.donation .circle:after {
   background-image: url("images/donation.svg");
 }
 #content .homepage-section .section-content a.button-circle.one-percent .circle:after,
 #content-full-width .homepage-section .section-content a.button-circle.one-percent .circle:after {
   background-image: url("images/1percent.svg");
 }
 #content .homepage-section .section-content a.button-circle.volunteer .circle:after,
 #content-full-width .homepage-section .section-content a.button-circle.volunteer .circle:after {
   background-image: url("images/volunteer.svg");
 }
 #content .homepage-section .section-content a.button-circle.event .circle:after,
 #content-full-width .homepage-section .section-content a.button-circle.event .circle:after {
   background-image: url("images/event.png");
 }
 #content .homepage-section .section-content .story .story-thumbnail,
 #content-full-width .homepage-section .section-content .story .story-thumbnail {
   border-top-left-radius: 9px;
   border-top-right-radius: 9px;
   border: 2px solid #f1fafe;
   border-bottom: none;
 }
 #content .homepage-section .section-content .story .story-description,
 #content-full-width .homepage-section .section-content .story .story-description {
   border-bottom-left-radius: 9px;
   border-bottom-right-radius: 9px;
   border: 2px solid #f1fafe;
   border-top: none;
 }
 #content .story,
 #content-full-width .story {
   display: block;
   border-radius: 9px;
   overflow: hidden;
   margin-bottom: 40px;
   position: relative;
   display: inline-block;
   white-space: normal;
   float: none;
 }
 #content .story.archive,
 #content-full-width .story.archive {
   padding: 0;
   margin: 0 15px;
   width: calc(33.33333333% - 30px);
   border: 2px solid #f1fafe;
   margin-bottom: 21px;
   float: left;
 }
 #content .story.archive .story-description .story-content,
 #content-full-width .story.archive .story-description .story-content {
   padding-bottom: 0;
   height: 96px;
 }
 #content .story:hover .story-thumbnail .read-more,
 #content-full-width .story:hover .story-thumbnail .read-more {
   opacity: 0.8;
 }
 #content .story .story-thumbnail,
 #content-full-width .story .story-thumbnail {
   position: relative;
   display: block;
   background-size: cover;
   background-position: top;
 }
 #content .story .story-thumbnail img,
 #content-full-width .story .story-thumbnail img {
   width: 100%;
   height: 255px;
   visibility: hidden;
 }
 #content .story .story-thumbnail .read-more,
 #content-full-width .story .story-thumbnail .read-more {
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   background-color: #17b2ec;
   opacity: 0;
   cursor: pointer;
   transition: all 0.3s;
 }
 #content .story .story-thumbnail .read-more span,
 #content-full-width .story .story-thumbnail .read-more span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 100%;
   transform: translateY(-50%);
   font-family: "Roboto", sans-serif;
   font-size: 18.55px;
   text-transform: uppercase;
   color: #fff;
 }
 #content .story .story-thumbnail .read-more span:after,
 #content-full-width .story .story-thumbnail .read-more span:after {
   content: "\f345";
   font-family: "Dashicons";
   font-size: 16px;
   vertical-align: text-top;
 }
 #content .story .story-description,
 #content-full-width .story .story-description {
   background-color: #ffffff;
   font-family: "Hind", sans-serif;
   font-weight: 400;
   padding: 11px 14px;
   text-align: left;
 }
 #content .story .story-description .story-name,
 #content-full-width .story .story-description .story-name {
   margin: 0;
   font-size: 20px;
   font-weight: 600;
   color: #000000;
   margin-bottom: 0.15em;
 }
 #content .story .story-description .story-feeding,
 #content-full-width .story .story-description .story-feeding {
   font-size: 15px;
   color: #17b2ec;
   padding-bottom: 0.35em;
   border-bottom: 1px solid #d7d7d7;
 }
 #content .story .story-description .story-content,
 #content-full-width .story .story-description .story-content {
   font-size: 15px;
   text-align: justify;
   padding-top: 0.5em;
   padding-bottom: 2em;
   color: #707070;
   height: 134px;
 }
 #content .action,
 #content-full-width .action {
   position: relative;
   display: block;
   margin: 0 0 32px 0;
   padding: 0 15px;
   transition: all 0.3s;
 }
 #content .action.expand,
 #content-full-width .action.expand {
   background-color: #f7f9fb;
 }
 #content .action.expand .action-inner .action-thumbnail,
 #content-full-width .action.expand .action-inner .action-thumbnail {
   margin-top: 15px;
 }
 #content .action:not(.expand):hover .action-inner .action-thumbnail .action-more-hover,
 #content-full-width .action:not(.expand):hover .action-inner .action-thumbnail .action-more-hover {
   opacity: 0.8;
 }
 #content .action:not(.expand):hover .action-more-hover,
 #content-full-width .action:not(.expand):hover .action-more-hover {
   cursor: pointer;
 }
 #content .action .more-close,
 #content-full-width .action .more-close {
   position: absolute;
   width: 40px;
   height: 40px;
   top: 26px;
   right: 26px;
   color: #0061ac;
   background-color: #fff;
   border: 1px solid;
   border-radius: 50%;
   cursor: pointer;
   display: none;
   opacity: 0.6;
 }
 #content .action .more-close:before,
 #content-full-width .action .more-close:before {
   content: "X";
   display: block;
   font-family: "Hind", sans-serif;
   font-size: 26.57px;
   font-weight: 200;
   position: absolute;
   top: 54%;
   left: 51%;
   transform: translate(-50%, -50%);
 }
 #content .action .action-inner .action-thumbnail,
 #content-full-width .action .action-inner .action-thumbnail {
   position: relative;
   background-size: cover;
   margin-bottom: 24px;
   margin-top: 0px;
   overflow: hidden;
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   border-bottom-right-radius: 15px;
   transition: all 0.3s;
 }
 #content .action .action-inner .action-thumbnail img,
 #content-full-width .action .action-inner .action-thumbnail img {
   visibility: hidden;
 }
 #content .action .action-inner .action-thumbnail .action-more-hover,
 #content-full-width .action .action-inner .action-thumbnail .action-more-hover {
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   background-color: #17b2ec;
   opacity: 0;
   transition: all 0.3s;
 }
 #content .action .action-inner .action-thumbnail .action-more-hover span,
 #content-full-width .action .action-inner .action-thumbnail .action-more-hover span {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: block;
   font-family: "Roboto", sans-serif;
   font-size: 24px;
   font-weight: 500;
   color: #fff;
   text-transform: uppercase;
   width: 100%;
 }
 #content .action .action-inner .action-thumbnail .action-more-hover span:after,
 #content-full-width .action .action-inner .action-thumbnail .action-more-hover span:after {
   content: "\f345";
   font-family: "Dashicons";
   font-size: 20px;
   vertical-align: text-top;
   margin-left: 3px;
 }
 #content .action .action-inner .action-description,
 #content-full-width .action .action-inner .action-description {
   text-align: left;
   transition: all 0.3s;
 }
 #content .action .action-inner .action-description .action-date,
 #content-full-width .action .action-inner .action-description .action-date {
   display: inline-block;
   font-size: 20px;
   margin-bottom: 24px;
   padding: 6px 12px;
   background-color: #17b2ec;
   color: #fff;
   vertical-align: middle;
   text-transform: uppercase;
 }
 #content .action .action-inner .action-description .action-date .year,
 #content-full-width .action .action-inner .action-description .action-date .year {
   display: block;
   text-align: center;
   font-size: 15px;
 }
 #content .action .action-inner .action-description .action-title,
 #content-full-width .action .action-inner .action-description .action-title {
   display: inline-block;
   padding-left: 9px;
   padding-top: 20px;
   margin: 0;
   vertical-align: top;
   font-weight: 500;
   font-size: 23px;
   width: 88%;
   line-height: 1.6;
   color: #17b2ec;
 }
 #content .action .action-inner .action-description .action-content,
 #content-full-width .action .action-inner .action-description .action-content {
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   color: #707070;
   text-align: justify;
 }
 #content .action .action-inner .action-description .action-content.partial,
 #content-full-width .action .action-inner .action-description .action-content.partial {
   padding-bottom: 19px;
   border-bottom: 3px solid #ebebeb;
 }
 #content .action .action-inner .action-description .action-content.full,
 #content-full-width .action .action-inner .action-description .action-content.full {
   display: none;
 }
 #content .action .action-inner .action-attachment.container,
 #content-full-width .action .action-inner .action-attachment.container {
   padding: 0;
   display: none;
   margin-top: 43px;
 }
 #content .action .action-inner .action-attachment.container .action-attach-image,
 #content-full-width .action .action-inner .action-attachment.container .action-attach-image {
   display: inline-block;
   width: calc(33.33333333% - 10.5px);
   margin: 0;
   margin-bottom: 15px;
   padding: 0;
   background-clip: content-box;
   background-size: cover;
   border-radius: 12px;
 }
 #content .action .action-inner .action-attachment.container .action-attach-image:nth-of-type(3n-1),
 #content-full-width .action .action-inner .action-attachment.container .action-attach-image:nth-of-type(3n-1) {
   margin-left: 14px;
   margin-right: 14px;
 }
 #content .action .action-inner .action-attachment.container .action-attach-image img,
 #content-full-width .action .action-inner .action-attachment.container .action-attach-image img {
   visibility: hidden;
   width: 100%;
 }
 #content .content-section.team-member:before,
 #content-full-width .content-section.team-member:before {
   margin-top: 50px;
   content: " ";
   display: block;
 }
 #content .content-section.council-member,
 #content-full-width .content-section.council-member {
   margin-bottom: 24px;
 }
 #content .content-section.team-member,
 #content .content-section.council-member,
 #content-full-width .content-section.team-member,
 #content-full-width .content-section.council-member {
   padding: 15px 15px 0 15px;
   margin-bottom: 0em !important;
 }
 #content .content-section.team-member:nth-child(odd),
 #content .content-section.council-member:nth-child(odd),
 #content-full-width .content-section.team-member:nth-child(odd),
 #content-full-width .content-section.council-member:nth-child(odd) {
   padding-right: 30px;
   float: left;
 }
 #content .content-section.team-member:nth-child(even),
 #content .content-section.council-member:nth-child(even),
 #content-full-width .content-section.team-member:nth-child(even),
 #content-full-width .content-section.council-member:nth-child(even) {
   padding-left: 30px;
   float: right;
 }
 #content .content-section.in-media,
 #content-full-width .content-section.in-media {
   padding: 14px 15px 14px 15px;
 }
 #content .content-section.team-member.support-group-member .member_thumbnail,
 #content .content-section.team-member.support-group-member .member_details,
 #content-full-width .content-section.team-member.support-group-member .member_thumbnail,
 #content-full-width .content-section.team-member.support-group-member .member_details {
   vertical-align: top;
   position: relative;
 }
 #content .content-section.team-member.support-group-member .member_thumbnail,
 #content-full-width .content-section.team-member.support-group-member .member_thumbnail {
   width: 200px;
   height: 200px;
   border-radius: 9px;
 }
 #content .content-section.in-media,
 #content .content-section.council-member,
 #content-full-width .content-section.in-media,
 #content-full-width .content-section.council-member {
   min-height: 775px;
 }
 #content .content-section.team-member,
 #content .content-section.in-media,
 #content .content-section.council-member,
 #content-full-width .content-section.team-member,
 #content-full-width .content-section.in-media,
 #content-full-width .content-section.council-member {
   text-align: left;
   margin-top: 0em !important;
   padding-top: 0em !important;
   margin-bottom: 0em;
 }
 #content .content-section.team-member .in-media_thumbnail,
 #content .content-section.in-media .in-media_thumbnail,
 #content .content-section.council-member .in-media_thumbnail,
 #content-full-width .content-section.team-member .in-media_thumbnail,
 #content-full-width .content-section.in-media .in-media_thumbnail,
 #content-full-width .content-section.council-member .in-media_thumbnail {
   background-size: cover;
   border-radius: 10px;
   padding: 0;
 }
 #content .content-section.team-member .in-media_thumbnail img,
 #content .content-section.in-media .in-media_thumbnail img,
 #content .content-section.council-member .in-media_thumbnail img,
 #content-full-width .content-section.team-member .in-media_thumbnail img,
 #content-full-width .content-section.in-media .in-media_thumbnail img,
 #content-full-width .content-section.council-member .in-media_thumbnail img {
   visibility: hidden;
   width: 160px;
   height: 160px;
 }
 #content .content-section.team-member .member_thumbnail,
 #content .content-section.in-media .member_thumbnail,
 #content .content-section.council-member .member_thumbnail,
 #content-full-width .content-section.team-member .member_thumbnail,
 #content-full-width .content-section.in-media .member_thumbnail,
 #content-full-width .content-section.council-member .member_thumbnail {
   background-size: cover;
   padding: 0;
   margin-bottom: 26px;
 }
 #content .content-section.team-member .member_thumbnail img,
 #content .content-section.in-media .member_thumbnail img,
 #content .content-section.council-member .member_thumbnail img,
 #content-full-width .content-section.team-member .member_thumbnail img,
 #content-full-width .content-section.in-media .member_thumbnail img,
 #content-full-width .content-section.council-member .member_thumbnail img {
   visibility: hidden;
   width: 100%;
   height: auto;
 }
 #content .content-section.team-member .in-media_details .button,
 #content .content-section.in-media .in-media_details .button,
 #content .content-section.council-member .in-media_details .button,
 #content-full-width .content-section.team-member .in-media_details .button,
 #content-full-width .content-section.in-media .in-media_details .button,
 #content-full-width .content-section.council-member .in-media_details .button {
   float: right;
 }
 #content .content-section.team-member .in-media_details .share-it,
 #content .content-section.in-media .in-media_details .share-it,
 #content .content-section.council-member .in-media_details .share-it,
 #content-full-width .content-section.team-member .in-media_details .share-it,
 #content-full-width .content-section.in-media .in-media_details .share-it,
 #content-full-width .content-section.council-member .in-media_details .share-it {
   float: left;
   margin: 0;
   border: none;
 }
 #content .content-section.team-member .in-media_details .member-name,
 #content .content-section.team-member .member_details .member-name,
 #content .content-section.in-media .in-media_details .member-name,
 #content .content-section.in-media .member_details .member-name,
 #content .content-section.council-member .in-media_details .member-name,
 #content .content-section.council-member .member_details .member-name,
 #content-full-width .content-section.team-member .in-media_details .member-name,
 #content-full-width .content-section.team-member .member_details .member-name,
 #content-full-width .content-section.in-media .in-media_details .member-name,
 #content-full-width .content-section.in-media .member_details .member-name,
 #content-full-width .content-section.council-member .in-media_details .member-name,
 #content-full-width .content-section.council-member .member_details .member-name {
   margin-top: 48px;
 }
 #content .content-section.team-member .in-media_details .council-name,
 #content .content-section.team-member .member_details .council-name,
 #content .content-section.in-media .in-media_details .council-name,
 #content .content-section.in-media .member_details .council-name,
 #content .content-section.council-member .in-media_details .council-name,
 #content .content-section.council-member .member_details .council-name,
 #content-full-width .content-section.team-member .in-media_details .council-name,
 #content-full-width .content-section.team-member .member_details .council-name,
 #content-full-width .content-section.in-media .in-media_details .council-name,
 #content-full-width .content-section.in-media .member_details .council-name,
 #content-full-width .content-section.council-member .in-media_details .council-name,
 #content-full-width .content-section.council-member .member_details .council-name {
   margin-top: 18px;
 }
 #content .content-section.team-member .in-media_details .in-media-date,
 #content .content-section.team-member .member_details .in-media-date,
 #content .content-section.in-media .in-media_details .in-media-date,
 #content .content-section.in-media .member_details .in-media-date,
 #content .content-section.council-member .in-media_details .in-media-date,
 #content .content-section.council-member .member_details .in-media-date,
 #content-full-width .content-section.team-member .in-media_details .in-media-date,
 #content-full-width .content-section.team-member .member_details .in-media-date,
 #content-full-width .content-section.in-media .in-media_details .in-media-date,
 #content-full-width .content-section.in-media .member_details .in-media-date,
 #content-full-width .content-section.council-member .in-media_details .in-media-date,
 #content-full-width .content-section.council-member .member_details .in-media-date {
   padding: 18px 0 0 0;
 }
 #content .content-section.team-member .in-media_details .in-media-date .date,
 #content .content-section.team-member .member_details .in-media-date .date,
 #content .content-section.in-media .in-media_details .in-media-date .date,
 #content .content-section.in-media .member_details .in-media-date .date,
 #content .content-section.council-member .in-media_details .in-media-date .date,
 #content .content-section.council-member .member_details .in-media-date .date,
 #content-full-width .content-section.team-member .in-media_details .in-media-date .date,
 #content-full-width .content-section.team-member .member_details .in-media-date .date,
 #content-full-width .content-section.in-media .in-media_details .in-media-date .date,
 #content-full-width .content-section.in-media .member_details .in-media-date .date,
 #content-full-width .content-section.council-member .in-media_details .in-media-date .date,
 #content-full-width .content-section.council-member .member_details .in-media-date .date {
   font-family: "Hind", sans-serif;
   font-size: 15px;
   display: inline-block;
   padding: 4px 5px 0px 5px;
   color: #fff;
   background-color: #17b2eb;
 }
 #content .content-section.team-member .in-media_details .in-media-title,
 #content .content-section.team-member .member_details .in-media-title,
 #content .content-section.in-media .in-media_details .in-media-title,
 #content .content-section.in-media .member_details .in-media-title,
 #content .content-section.council-member .in-media_details .in-media-title,
 #content .content-section.council-member .member_details .in-media-title,
 #content-full-width .content-section.team-member .in-media_details .in-media-title,
 #content-full-width .content-section.team-member .member_details .in-media-title,
 #content-full-width .content-section.in-media .in-media_details .in-media-title,
 #content-full-width .content-section.in-media .member_details .in-media-title,
 #content-full-width .content-section.council-member .in-media_details .in-media-title,
 #content-full-width .content-section.council-member .member_details .in-media-title {
   margin-top: 12px;
 }
 #content .content-section.team-member .in-media_details .in-media-title,
 #content .content-section.team-member .in-media_details .member-name,
 #content .content-section.team-member .in-media_details .council-name,
 #content .content-section.team-member .member_details .in-media-title,
 #content .content-section.team-member .member_details .member-name,
 #content .content-section.team-member .member_details .council-name,
 #content .content-section.in-media .in-media_details .in-media-title,
 #content .content-section.in-media .in-media_details .member-name,
 #content .content-section.in-media .in-media_details .council-name,
 #content .content-section.in-media .member_details .in-media-title,
 #content .content-section.in-media .member_details .member-name,
 #content .content-section.in-media .member_details .council-name,
 #content .content-section.council-member .in-media_details .in-media-title,
 #content .content-section.council-member .in-media_details .member-name,
 #content .content-section.council-member .in-media_details .council-name,
 #content .content-section.council-member .member_details .in-media-title,
 #content .content-section.council-member .member_details .member-name,
 #content .content-section.council-member .member_details .council-name,
 #content-full-width .content-section.team-member .in-media_details .in-media-title,
 #content-full-width .content-section.team-member .in-media_details .member-name,
 #content-full-width .content-section.team-member .in-media_details .council-name,
 #content-full-width .content-section.team-member .member_details .in-media-title,
 #content-full-width .content-section.team-member .member_details .member-name,
 #content-full-width .content-section.team-member .member_details .council-name,
 #content-full-width .content-section.in-media .in-media_details .in-media-title,
 #content-full-width .content-section.in-media .in-media_details .member-name,
 #content-full-width .content-section.in-media .in-media_details .council-name,
 #content-full-width .content-section.in-media .member_details .in-media-title,
 #content-full-width .content-section.in-media .member_details .member-name,
 #content-full-width .content-section.in-media .member_details .council-name,
 #content-full-width .content-section.council-member .in-media_details .in-media-title,
 #content-full-width .content-section.council-member .in-media_details .member-name,
 #content-full-width .content-section.council-member .in-media_details .council-name,
 #content-full-width .content-section.council-member .member_details .in-media-title,
 #content-full-width .content-section.council-member .member_details .member-name,
 #content-full-width .content-section.council-member .member_details .council-name {
   margin-bottom: 0;
   padding: 0;
   font-size: 23px;
   font-family: "Hind", sans-serif;
   line-height: 30px;
   color: #17b2ec;
   font-weight: 400;
   text-transform: uppercase;
 }
 #content .content-section.team-member .in-media_details .member-position,
 #content .content-section.team-member .member_details .member-position,
 #content .content-section.in-media .in-media_details .member-position,
 #content .content-section.in-media .member_details .member-position,
 #content .content-section.council-member .in-media_details .member-position,
 #content .content-section.council-member .member_details .member-position,
 #content-full-width .content-section.team-member .in-media_details .member-position,
 #content-full-width .content-section.team-member .member_details .member-position,
 #content-full-width .content-section.in-media .in-media_details .member-position,
 #content-full-width .content-section.in-media .member_details .member-position,
 #content-full-width .content-section.council-member .in-media_details .member-position,
 #content-full-width .content-section.council-member .member_details .member-position {
   margin-top: 0;
   margin-bottom: 7px;
   font-size: 18px;
   font-family: "Hind", sans-serif;
   color: #707070;
   font-weight: 400;
   text-transform: uppercase;
 }
 #content .content-section.team-member .in-media_details .member-personal:before,
 #content .content-section.team-member .in-media_details .member-phone:before,
 #content .content-section.team-member .in-media_details .member-feeding:before,
 #content .content-section.team-member .in-media_details .member-mail:before,
 #content .content-section.team-member .member_details .member-personal:before,
 #content .content-section.team-member .member_details .member-phone:before,
 #content .content-section.team-member .member_details .member-feeding:before,
 #content .content-section.team-member .member_details .member-mail:before,
 #content .content-section.in-media .in-media_details .member-personal:before,
 #content .content-section.in-media .in-media_details .member-phone:before,
 #content .content-section.in-media .in-media_details .member-feeding:before,
 #content .content-section.in-media .in-media_details .member-mail:before,
 #content .content-section.in-media .member_details .member-personal:before,
 #content .content-section.in-media .member_details .member-phone:before,
 #content .content-section.in-media .member_details .member-feeding:before,
 #content .content-section.in-media .member_details .member-mail:before,
 #content .content-section.council-member .in-media_details .member-personal:before,
 #content .content-section.council-member .in-media_details .member-phone:before,
 #content .content-section.council-member .in-media_details .member-feeding:before,
 #content .content-section.council-member .in-media_details .member-mail:before,
 #content .content-section.council-member .member_details .member-personal:before,
 #content .content-section.council-member .member_details .member-phone:before,
 #content .content-section.council-member .member_details .member-feeding:before,
 #content .content-section.council-member .member_details .member-mail:before,
 #content-full-width .content-section.team-member .in-media_details .member-personal:before,
 #content-full-width .content-section.team-member .in-media_details .member-phone:before,
 #content-full-width .content-section.team-member .in-media_details .member-feeding:before,
 #content-full-width .content-section.team-member .in-media_details .member-mail:before,
 #content-full-width .content-section.team-member .member_details .member-personal:before,
 #content-full-width .content-section.team-member .member_details .member-phone:before,
 #content-full-width .content-section.team-member .member_details .member-feeding:before,
 #content-full-width .content-section.team-member .member_details .member-mail:before,
 #content-full-width .content-section.in-media .in-media_details .member-personal:before,
 #content-full-width .content-section.in-media .in-media_details .member-phone:before,
 #content-full-width .content-section.in-media .in-media_details .member-feeding:before,
 #content-full-width .content-section.in-media .in-media_details .member-mail:before,
 #content-full-width .content-section.in-media .member_details .member-personal:before,
 #content-full-width .content-section.in-media .member_details .member-phone:before,
 #content-full-width .content-section.in-media .member_details .member-feeding:before,
 #content-full-width .content-section.in-media .member_details .member-mail:before,
 #content-full-width .content-section.council-member .in-media_details .member-personal:before,
 #content-full-width .content-section.council-member .in-media_details .member-phone:before,
 #content-full-width .content-section.council-member .in-media_details .member-feeding:before,
 #content-full-width .content-section.council-member .in-media_details .member-mail:before,
 #content-full-width .content-section.council-member .member_details .member-personal:before,
 #content-full-width .content-section.council-member .member_details .member-phone:before,
 #content-full-width .content-section.council-member .member_details .member-feeding:before,
 #content-full-width .content-section.council-member .member_details .member-mail:before {
   position: absolute;
   font-family: "Dashicons";
   font-size: 20px;
   color: #17b2ec;
   left: 0px;
   top: -5px;
 }
 #content .content-section.team-member .in-media_details .member-personal:before,
 #content .content-section.team-member .member_details .member-personal:before,
 #content .content-section.in-media .in-media_details .member-personal:before,
 #content .content-section.in-media .member_details .member-personal:before,
 #content .content-section.council-member .in-media_details .member-personal:before,
 #content .content-section.council-member .member_details .member-personal:before,
 #content-full-width .content-section.team-member .in-media_details .member-personal:before,
 #content-full-width .content-section.team-member .member_details .member-personal:before,
 #content-full-width .content-section.in-media .in-media_details .member-personal:before,
 #content-full-width .content-section.in-media .member_details .member-personal:before,
 #content-full-width .content-section.council-member .in-media_details .member-personal:before,
 #content-full-width .content-section.council-member .member_details .member-personal:before {
   content: "\f230";
 }
 #content .content-section.team-member .in-media_details .member-phone:before,
 #content .content-section.team-member .member_details .member-phone:before,
 #content .content-section.in-media .in-media_details .member-phone:before,
 #content .content-section.in-media .member_details .member-phone:before,
 #content .content-section.council-member .in-media_details .member-phone:before,
 #content .content-section.council-member .member_details .member-phone:before,
 #content-full-width .content-section.team-member .in-media_details .member-phone:before,
 #content-full-width .content-section.team-member .member_details .member-phone:before,
 #content-full-width .content-section.in-media .in-media_details .member-phone:before,
 #content-full-width .content-section.in-media .member_details .member-phone:before,
 #content-full-width .content-section.council-member .in-media_details .member-phone:before,
 #content-full-width .content-section.council-member .member_details .member-phone:before {
   content: "\f525";
 }
 #content .content-section.team-member .in-media_details .member-mail:before,
 #content .content-section.team-member .member_details .member-mail:before,
 #content .content-section.in-media .in-media_details .member-mail:before,
 #content .content-section.in-media .member_details .member-mail:before,
 #content .content-section.council-member .in-media_details .member-mail:before,
 #content .content-section.council-member .member_details .member-mail:before,
 #content-full-width .content-section.team-member .in-media_details .member-mail:before,
 #content-full-width .content-section.team-member .member_details .member-mail:before,
 #content-full-width .content-section.in-media .in-media_details .member-mail:before,
 #content-full-width .content-section.in-media .member_details .member-mail:before,
 #content-full-width .content-section.council-member .in-media_details .member-mail:before,
 #content-full-width .content-section.council-member .member_details .member-mail:before {
   content: "\f466";
 }
 #content .content-section.team-member .in-media_details .member-feeding:before,
 #content .content-section.team-member .member_details .member-feeding:before,
 #content .content-section.in-media .in-media_details .member-feeding:before,
 #content .content-section.in-media .member_details .member-feeding:before,
 #content .content-section.council-member .in-media_details .member-feeding:before,
 #content .content-section.council-member .member_details .member-feeding:before,
 #content-full-width .content-section.team-member .in-media_details .member-feeding:before,
 #content-full-width .content-section.team-member .member_details .member-feeding:before,
 #content-full-width .content-section.in-media .in-media_details .member-feeding:before,
 #content-full-width .content-section.in-media .member_details .member-feeding:before,
 #content-full-width .content-section.council-member .in-media_details .member-feeding:before,
 #content-full-width .content-section.council-member .member_details .member-feeding:before {
   content: "";
   background-image: url(./images/feeding_drop.png);
   width: 20px;
   height: 28px;
   background-size: 65%;
   background-repeat: no-repeat;
   background-position: center;
 }
 #content .content-section.team-member .in-media_details .member-personal,
 #content .content-section.team-member .in-media_details .member-phone,
 #content .content-section.team-member .in-media_details .member-feeding,
 #content .content-section.team-member .in-media_details .member-mail,
 #content .content-section.team-member .member_details .member-personal,
 #content .content-section.team-member .member_details .member-phone,
 #content .content-section.team-member .member_details .member-feeding,
 #content .content-section.team-member .member_details .member-mail,
 #content .content-section.in-media .in-media_details .member-personal,
 #content .content-section.in-media .in-media_details .member-phone,
 #content .content-section.in-media .in-media_details .member-feeding,
 #content .content-section.in-media .in-media_details .member-mail,
 #content .content-section.in-media .member_details .member-personal,
 #content .content-section.in-media .member_details .member-phone,
 #content .content-section.in-media .member_details .member-feeding,
 #content .content-section.in-media .member_details .member-mail,
 #content .content-section.council-member .in-media_details .member-personal,
 #content .content-section.council-member .in-media_details .member-phone,
 #content .content-section.council-member .in-media_details .member-feeding,
 #content .content-section.council-member .in-media_details .member-mail,
 #content .content-section.council-member .member_details .member-personal,
 #content .content-section.council-member .member_details .member-phone,
 #content .content-section.council-member .member_details .member-feeding,
 #content .content-section.council-member .member_details .member-mail,
 #content-full-width .content-section.team-member .in-media_details .member-personal,
 #content-full-width .content-section.team-member .in-media_details .member-phone,
 #content-full-width .content-section.team-member .in-media_details .member-feeding,
 #content-full-width .content-section.team-member .in-media_details .member-mail,
 #content-full-width .content-section.team-member .member_details .member-personal,
 #content-full-width .content-section.team-member .member_details .member-phone,
 #content-full-width .content-section.team-member .member_details .member-feeding,
 #content-full-width .content-section.team-member .member_details .member-mail,
 #content-full-width .content-section.in-media .in-media_details .member-personal,
 #content-full-width .content-section.in-media .in-media_details .member-phone,
 #content-full-width .content-section.in-media .in-media_details .member-feeding,
 #content-full-width .content-section.in-media .in-media_details .member-mail,
 #content-full-width .content-section.in-media .member_details .member-personal,
 #content-full-width .content-section.in-media .member_details .member-phone,
 #content-full-width .content-section.in-media .member_details .member-feeding,
 #content-full-width .content-section.in-media .member_details .member-mail,
 #content-full-width .content-section.council-member .in-media_details .member-personal,
 #content-full-width .content-section.council-member .in-media_details .member-phone,
 #content-full-width .content-section.council-member .in-media_details .member-feeding,
 #content-full-width .content-section.council-member .in-media_details .member-mail,
 #content-full-width .content-section.council-member .member_details .member-personal,
 #content-full-width .content-section.council-member .member_details .member-phone,
 #content-full-width .content-section.council-member .member_details .member-feeding,
 #content-full-width .content-section.council-member .member_details .member-mail {
   position: relative;
   padding-left: 28px;
   margin-top: 4px;
   margin-bottom: 4px;
   font-size: 16px;
   font-family: "Roboto", sans-serif;
   color: #707070;
 }
 #content .content-section.team-member .in-media_details .more-button,
 #content .content-section.team-member .member_details .more-button,
 #content .content-section.in-media .in-media_details .more-button,
 #content .content-section.in-media .member_details .more-button,
 #content .content-section.council-member .in-media_details .more-button,
 #content .content-section.council-member .member_details .more-button,
 #content-full-width .content-section.team-member .in-media_details .more-button,
 #content-full-width .content-section.team-member .member_details .more-button,
 #content-full-width .content-section.in-media .in-media_details .more-button,
 #content-full-width .content-section.in-media .member_details .more-button,
 #content-full-width .content-section.council-member .in-media_details .more-button,
 #content-full-width .content-section.council-member .member_details .more-button {
   position: absolute;
   bottom: -20px;
   right: 0px;
   display: inline-block;
   font-family: "Hind", sans-serif;
   font-size: 17px;
   font-weight: 600;
   color: #0061ac;
   text-transform: uppercase;
   cursor: pointer;
 }
 #content .content-section.team-member .in-media_details .more-button:after,
 #content .content-section.team-member .member_details .more-button:after,
 #content .content-section.in-media .in-media_details .more-button:after,
 #content .content-section.in-media .member_details .more-button:after,
 #content .content-section.council-member .in-media_details .more-button:after,
 #content .content-section.council-member .member_details .more-button:after,
 #content-full-width .content-section.team-member .in-media_details .more-button:after,
 #content-full-width .content-section.team-member .member_details .more-button:after,
 #content-full-width .content-section.in-media .in-media_details .more-button:after,
 #content-full-width .content-section.in-media .member_details .more-button:after,
 #content-full-width .content-section.council-member .in-media_details .more-button:after,
 #content-full-width .content-section.council-member .member_details .more-button:after {
   content: "\f345";
   font-family: "Dashicons";
   vertical-align: text-top;
 }
 #content .content-section.team-member .in-media_details .more-close,
 #content .content-section.team-member .member_details .more-close,
 #content .content-section.in-media .in-media_details .more-close,
 #content .content-section.in-media .member_details .more-close,
 #content .content-section.council-member .in-media_details .more-close,
 #content .content-section.council-member .member_details .more-close,
 #content-full-width .content-section.team-member .in-media_details .more-close,
 #content-full-width .content-section.team-member .member_details .more-close,
 #content-full-width .content-section.in-media .in-media_details .more-close,
 #content-full-width .content-section.in-media .member_details .more-close,
 #content-full-width .content-section.council-member .in-media_details .more-close,
 #content-full-width .content-section.council-member .member_details .more-close {
   position: absolute;
   width: 40px;
   height: 40px;
   top: 9px;
   right: 15px;
   color: #0061ac;
   border: 1px solid;
   border-radius: 50%;
   cursor: pointer;
   display: none;
 }
 #content .content-section.team-member .in-media_details .more-close:before,
 #content .content-section.team-member .member_details .more-close:before,
 #content .content-section.in-media .in-media_details .more-close:before,
 #content .content-section.in-media .member_details .more-close:before,
 #content .content-section.council-member .in-media_details .more-close:before,
 #content .content-section.council-member .member_details .more-close:before,
 #content-full-width .content-section.team-member .in-media_details .more-close:before,
 #content-full-width .content-section.team-member .member_details .more-close:before,
 #content-full-width .content-section.in-media .in-media_details .more-close:before,
 #content-full-width .content-section.in-media .member_details .more-close:before,
 #content-full-width .content-section.council-member .in-media_details .more-close:before,
 #content-full-width .content-section.council-member .member_details .more-close:before {
   content: "X";
   display: block;
   font-family: "Hind", sans-serif;
   font-size: 26.57px;
   font-weight: 200;
   position: absolute;
   top: 54%;
   left: 51%;
   transform: translate(-50%, -50%);
 }
 #content .content-section.team-member .council-descryption,
 #content .content-section.in-media .council-descryption,
 #content .content-section.council-member .council-descryption,
 #content-full-width .content-section.team-member .council-descryption,
 #content-full-width .content-section.in-media .council-descryption,
 #content-full-width .content-section.council-member .council-descryption {
   padding: 5px 0 20px 0;
 }
 #content .content-section.team-member .council-descryption.full-descryption,
 #content .content-section.in-media .council-descryption.full-descryption,
 #content .content-section.council-member .council-descryption.full-descryption,
 #content-full-width .content-section.team-member .council-descryption.full-descryption,
 #content-full-width .content-section.in-media .council-descryption.full-descryption,
 #content-full-width .content-section.council-member .council-descryption.full-descryption {
   display: none;
 }
 #content .content-section.team-member .in-media-descryption,
 #content .content-section.in-media .in-media-descryption,
 #content .content-section.council-member .in-media-descryption,
 #content-full-width .content-section.team-member .in-media-descryption,
 #content-full-width .content-section.in-media .in-media-descryption,
 #content-full-width .content-section.council-member .in-media-descryption {
   padding: 6px 0 25px 0;
   font-family: "Hind", sans-serif;
 }
 #content .content-section.team-member .in-media-title,
 #content .content-section.in-media .in-media-title,
 #content .content-section.council-member .in-media-title,
 #content-full-width .content-section.team-member .in-media-title,
 #content-full-width .content-section.in-media .in-media-title,
 #content-full-width .content-section.council-member .in-media-title {
   min-height: 60px;
 }
 #content .content-section.team-member .member-descryption,
 #content .content-section.in-media .member-descryption,
 #content .content-section.council-member .member-descryption,
 #content-full-width .content-section.team-member .member-descryption,
 #content-full-width .content-section.in-media .member-descryption,
 #content-full-width .content-section.council-member .member-descryption {
   padding: 0 0 20px 0;
 }
 #content .content-section.team-member .council-descryption,
 #content .content-section.team-member .member-descryption,
 #content .content-section.in-media .council-descryption,
 #content .content-section.in-media .member-descryption,
 #content .content-section.council-member .council-descryption,
 #content .content-section.council-member .member-descryption,
 #content-full-width .content-section.team-member .council-descryption,
 #content-full-width .content-section.team-member .member-descryption,
 #content-full-width .content-section.in-media .council-descryption,
 #content-full-width .content-section.in-media .member-descryption,
 #content-full-width .content-section.council-member .council-descryption,
 #content-full-width .content-section.council-member .member-descryption {
   font-size: 16px;
   font-family: "Roboto", sans-serif;
   line-height: 26px;
   color: #707070;
   text-align: justify;
 }
 #content .homepage-section.section-1,
 #content-full-width .homepage-section.section-1 {
   padding-top: 90px;
   padding-bottom: 76px;
 }
 #content .homepage-section.section-1 .section-title,
 #content-full-width .homepage-section.section-1 .section-title {
   margin-bottom: 31px;
 }
 #content .homepage-section.section-2,
 #content-full-width .homepage-section.section-2 {
   padding-top: 80px;
   padding-bottom: 105px;
   background-color: #f1fafe;
 }
 #content .homepage-section.section-2 .section-title,
 #content-full-width .homepage-section.section-2 .section-title {
   margin-bottom: 81px;
 }
 #content .homepage-section.section-3,
 #content-full-width .homepage-section.section-3 {
   padding-top: 62px;
   padding-bottom: 40px;
 }
 #content .homepage-section.section-3 .section-title,
 #content-full-width .homepage-section.section-3 .section-title {
   margin-bottom: 31px;
 }
 #content .homepage-section.section-3 .button,
 #content-full-width .homepage-section.section-3 .button {
   margin-top: 24px;
 }
 #content .homepage-section.section-4,
 #content-full-width .homepage-section.section-4 {
   padding-top: 71px;
   padding-bottom: 77px;
   background-color: #17b2eb;
   color: #ffffff;
 }
 #content .homepage-section.section-4 .section-title,
 #content-full-width .homepage-section.section-4 .section-title {
   margin-bottom: 69px;
 }
 #content .homepage-section.section-4 a,
 #content-full-width .homepage-section.section-4 a {
   color: #ffffff;
 }
 #content .homepage-section.section-5,
 #content-full-width .homepage-section.section-5 {
   padding-top: 60px;
   padding-bottom: 105px;
 }
 #content .homepage-section.section-5 .section-title,
 #content-full-width .homepage-section.section-5 .section-title {
   margin-bottom: 52px;
 }
 #content .homepage-section.section-6,
 #content-full-width .homepage-section.section-6 {
   background-color: #f1fafe;
   padding-top: 111px;
   padding-bottom: 51px;
 }
 #content .homepage-section.section-6 .section-title,
 #content-full-width .homepage-section.section-6 .section-title {
   margin-bottom: 45px;
 }
 #content .homepage-section.section-7,
 #content-full-width .homepage-section.section-7 {
   padding-top: 41px;
   padding-bottom: 69px;
 }
 #content .homepage-section.section-7 .section-title,
 #content-full-width .homepage-section.section-7 .section-title {
   margin-bottom: 56px;
 }
 #content .homepage-section.section-7 .section-title h2,
 #content-full-width .homepage-section.section-7 .section-title h2 {
   color: #17B2EB;
   font-weight: 400;
   font-size: 25px;
 }
 #content .homepage-section.section-8,
 #content-full-width .homepage-section.section-8 {
   height: 360px;
   padding: 0;
   margin: 0;
 }
 #content .content-section.education,
 #content .content-section.join-us,
 #content .content-section.event,
 #content-full-width .content-section.education,
 #content-full-width .content-section.join-us,
 #content-full-width .content-section.event {
   padding-top: 0;
 }
 #content .content-section.education .education-thumbnail,
 #content .content-section.education .join-us-thumbnail,
 #content .content-section.join-us .education-thumbnail,
 #content .content-section.join-us .join-us-thumbnail,
 #content .content-section.event .education-thumbnail,
 #content .content-section.event .join-us-thumbnail,
 #content-full-width .content-section.education .education-thumbnail,
 #content-full-width .content-section.education .join-us-thumbnail,
 #content-full-width .content-section.join-us .education-thumbnail,
 #content-full-width .content-section.join-us .join-us-thumbnail,
 #content-full-width .content-section.event .education-thumbnail,
 #content-full-width .content-section.event .join-us-thumbnail {
   background-size: cover;
   border-radius: 12px;
   border-bottom-left-radius: 0px;
 }
 #content .content-section.education .education-thumbnail img,
 #content .content-section.education .join-us-thumbnail img,
 #content .content-section.join-us .education-thumbnail img,
 #content .content-section.join-us .join-us-thumbnail img,
 #content .content-section.event .education-thumbnail img,
 #content .content-section.event .join-us-thumbnail img,
 #content-full-width .content-section.education .education-thumbnail img,
 #content-full-width .content-section.education .join-us-thumbnail img,
 #content-full-width .content-section.join-us .education-thumbnail img,
 #content-full-width .content-section.join-us .join-us-thumbnail img,
 #content-full-width .content-section.event .education-thumbnail img,
 #content-full-width .content-section.event .join-us-thumbnail img {
   visibility: hidden;
 }
 #content .content-section.education .education-title,
 #content .content-section.education .join-us-title,
 #content .content-section.education .event-title,
 #content .content-section.join-us .education-title,
 #content .content-section.join-us .join-us-title,
 #content .content-section.join-us .event-title,
 #content .content-section.event .education-title,
 #content .content-section.event .join-us-title,
 #content .content-section.event .event-title,
 #content-full-width .content-section.education .education-title,
 #content-full-width .content-section.education .join-us-title,
 #content-full-width .content-section.education .event-title,
 #content-full-width .content-section.join-us .education-title,
 #content-full-width .content-section.join-us .join-us-title,
 #content-full-width .content-section.join-us .event-title,
 #content-full-width .content-section.event .education-title,
 #content-full-width .content-section.event .join-us-title,
 #content-full-width .content-section.event .event-title {
   display: inline-block;
   margin-top: 45px;
   width: 100%;
   font-family: "Hind", sans-serif;
   font-size: 23px;
   font-weight: 500;
   text-align: left;
   text-transform: uppercase;
   color: #17b2ec;
 }
 #content .content-section.education .education-content,
 #content .content-section.education .join-us-content,
 #content .content-section.join-us .education-content,
 #content .content-section.join-us .join-us-content,
 #content .content-section.event .education-content,
 #content .content-section.event .join-us-content,
 #content-full-width .content-section.education .education-content,
 #content-full-width .content-section.education .join-us-content,
 #content-full-width .content-section.join-us .education-content,
 #content-full-width .content-section.join-us .join-us-content,
 #content-full-width .content-section.event .education-content,
 #content-full-width .content-section.event .join-us-content {
   width: 100%;
 }
 #content .content-section.education .education-content,
 #content .content-section.education .join-us-content,
 #content .content-section.education .volunteer-content,
 #content .content-section.join-us .education-content,
 #content .content-section.join-us .join-us-content,
 #content .content-section.join-us .volunteer-content,
 #content .content-section.event .education-content,
 #content .content-section.event .join-us-content,
 #content .content-section.event .volunteer-content,
 #content-full-width .content-section.education .education-content,
 #content-full-width .content-section.education .join-us-content,
 #content-full-width .content-section.education .volunteer-content,
 #content-full-width .content-section.join-us .education-content,
 #content-full-width .content-section.join-us .join-us-content,
 #content-full-width .content-section.join-us .volunteer-content,
 #content-full-width .content-section.event .education-content,
 #content-full-width .content-section.event .join-us-content,
 #content-full-width .content-section.event .volunteer-content {
   text-align: justify;
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   font-weight: 400;
   color: #707070;
 }
 #content .content-section.education .education-content h2,
 #content .content-section.education .join-us-content h2,
 #content .content-section.education .volunteer-content h2,
 #content .content-section.join-us .education-content h2,
 #content .content-section.join-us .join-us-content h2,
 #content .content-section.join-us .volunteer-content h2,
 #content .content-section.event .education-content h2,
 #content .content-section.event .join-us-content h2,
 #content .content-section.event .volunteer-content h2,
 #content-full-width .content-section.education .education-content h2,
 #content-full-width .content-section.education .join-us-content h2,
 #content-full-width .content-section.education .volunteer-content h2,
 #content-full-width .content-section.join-us .education-content h2,
 #content-full-width .content-section.join-us .join-us-content h2,
 #content-full-width .content-section.join-us .volunteer-content h2,
 #content-full-width .content-section.event .education-content h2,
 #content-full-width .content-section.event .join-us-content h2,
 #content-full-width .content-section.event .volunteer-content h2 {
   font-family: "Hind", sans-serif;
   font-size: 23px;
   font-weight: 400;
   color: #17b2ec;
   text-transform: uppercase;
   padding: 0 10px;
 }
 #content .content-section.education .education-content p,
 #content .content-section.education .join-us-content p,
 #content .content-section.education .volunteer-content p,
 #content .content-section.join-us .education-content p,
 #content .content-section.join-us .join-us-content p,
 #content .content-section.join-us .volunteer-content p,
 #content .content-section.event .education-content p,
 #content .content-section.event .join-us-content p,
 #content .content-section.event .volunteer-content p,
 #content-full-width .content-section.education .education-content p,
 #content-full-width .content-section.education .join-us-content p,
 #content-full-width .content-section.education .volunteer-content p,
 #content-full-width .content-section.join-us .education-content p,
 #content-full-width .content-section.join-us .join-us-content p,
 #content-full-width .content-section.join-us .volunteer-content p,
 #content-full-width .content-section.event .education-content p,
 #content-full-width .content-section.event .join-us-content p,
 #content-full-width .content-section.event .volunteer-content p {
   padding-top: 6px;
   text-align: justify;
 }
 #content .content-section.education .education-content a.file,
 #content .content-section.education .join-us-content a.file,
 #content .content-section.education .volunteer-content a.file,
 #content .content-section.join-us .education-content a.file,
 #content .content-section.join-us .join-us-content a.file,
 #content .content-section.join-us .volunteer-content a.file,
 #content .content-section.event .education-content a.file,
 #content .content-section.event .join-us-content a.file,
 #content .content-section.event .volunteer-content a.file,
 #content-full-width .content-section.education .education-content a.file,
 #content-full-width .content-section.education .join-us-content a.file,
 #content-full-width .content-section.education .volunteer-content a.file,
 #content-full-width .content-section.join-us .education-content a.file,
 #content-full-width .content-section.join-us .join-us-content a.file,
 #content-full-width .content-section.join-us .volunteer-content a.file,
 #content-full-width .content-section.event .education-content a.file,
 #content-full-width .content-section.event .join-us-content a.file,
 #content-full-width .content-section.event .volunteer-content a.file {
   display: block;
   font-size: 18px;
   color: #17b2ec;
   padding: 8px 0px;
   text-decoration: none;
   transition: all 0.3s;
 }
 #content .content-section.education .education-content a.file:hover,
 #content .content-section.education .join-us-content a.file:hover,
 #content .content-section.education .volunteer-content a.file:hover,
 #content .content-section.join-us .education-content a.file:hover,
 #content .content-section.join-us .join-us-content a.file:hover,
 #content .content-section.join-us .volunteer-content a.file:hover,
 #content .content-section.event .education-content a.file:hover,
 #content .content-section.event .join-us-content a.file:hover,
 #content .content-section.event .volunteer-content a.file:hover,
 #content-full-width .content-section.education .education-content a.file:hover,
 #content-full-width .content-section.education .join-us-content a.file:hover,
 #content-full-width .content-section.education .volunteer-content a.file:hover,
 #content-full-width .content-section.join-us .education-content a.file:hover,
 #content-full-width .content-section.join-us .join-us-content a.file:hover,
 #content-full-width .content-section.join-us .volunteer-content a.file:hover,
 #content-full-width .content-section.event .education-content a.file:hover,
 #content-full-width .content-section.event .join-us-content a.file:hover,
 #content-full-width .content-section.event .volunteer-content a.file:hover {
   color: #23527c;
 }
 #content .content-section.education .education-content a.file:hover:before,
 #content .content-section.education .join-us-content a.file:hover:before,
 #content .content-section.education .volunteer-content a.file:hover:before,
 #content .content-section.join-us .education-content a.file:hover:before,
 #content .content-section.join-us .join-us-content a.file:hover:before,
 #content .content-section.join-us .volunteer-content a.file:hover:before,
 #content .content-section.event .education-content a.file:hover:before,
 #content .content-section.event .join-us-content a.file:hover:before,
 #content .content-section.event .volunteer-content a.file:hover:before,
 #content-full-width .content-section.education .education-content a.file:hover:before,
 #content-full-width .content-section.education .join-us-content a.file:hover:before,
 #content-full-width .content-section.education .volunteer-content a.file:hover:before,
 #content-full-width .content-section.join-us .education-content a.file:hover:before,
 #content-full-width .content-section.join-us .join-us-content a.file:hover:before,
 #content-full-width .content-section.join-us .volunteer-content a.file:hover:before,
 #content-full-width .content-section.event .education-content a.file:hover:before,
 #content-full-width .content-section.event .join-us-content a.file:hover:before,
 #content-full-width .content-section.event .volunteer-content a.file:hover:before {
   transform: scale(0.9);
 }
 #content .content-section.education .education-content a.file:before,
 #content .content-section.education .join-us-content a.file:before,
 #content .content-section.education .volunteer-content a.file:before,
 #content .content-section.join-us .education-content a.file:before,
 #content .content-section.join-us .join-us-content a.file:before,
 #content .content-section.join-us .volunteer-content a.file:before,
 #content .content-section.event .education-content a.file:before,
 #content .content-section.event .join-us-content a.file:before,
 #content .content-section.event .volunteer-content a.file:before,
 #content-full-width .content-section.education .education-content a.file:before,
 #content-full-width .content-section.education .join-us-content a.file:before,
 #content-full-width .content-section.education .volunteer-content a.file:before,
 #content-full-width .content-section.join-us .education-content a.file:before,
 #content-full-width .content-section.join-us .join-us-content a.file:before,
 #content-full-width .content-section.join-us .volunteer-content a.file:before,
 #content-full-width .content-section.event .education-content a.file:before,
 #content-full-width .content-section.event .join-us-content a.file:before,
 #content-full-width .content-section.event .volunteer-content a.file:before {
   content: "";
   display: inline-block;
   width: 26px;
   height: 20px;
   background-image: url("images/cloud_dwn.png");
   vertical-align: text-top;
   margin-right: 7px;
   transform: scale(1);
 }
 #content .content-section.education .education-content ul,
 #content .content-section.education .join-us-content ul,
 #content .content-section.education .volunteer-content ul,
 #content .content-section.join-us .education-content ul,
 #content .content-section.join-us .join-us-content ul,
 #content .content-section.join-us .volunteer-content ul,
 #content .content-section.event .education-content ul,
 #content .content-section.event .join-us-content ul,
 #content .content-section.event .volunteer-content ul,
 #content-full-width .content-section.education .education-content ul,
 #content-full-width .content-section.education .join-us-content ul,
 #content-full-width .content-section.education .volunteer-content ul,
 #content-full-width .content-section.join-us .education-content ul,
 #content-full-width .content-section.join-us .join-us-content ul,
 #content-full-width .content-section.join-us .volunteer-content ul,
 #content-full-width .content-section.event .education-content ul,
 #content-full-width .content-section.event .join-us-content ul,
 #content-full-width .content-section.event .volunteer-content ul {
   padding-left: 32px;
 }
 #content .content-section.education .education-content ul li,
 #content .content-section.education .join-us-content ul li,
 #content .content-section.education .volunteer-content ul li,
 #content .content-section.join-us .education-content ul li,
 #content .content-section.join-us .join-us-content ul li,
 #content .content-section.join-us .volunteer-content ul li,
 #content .content-section.event .education-content ul li,
 #content .content-section.event .join-us-content ul li,
 #content .content-section.event .volunteer-content ul li,
 #content-full-width .content-section.education .education-content ul li,
 #content-full-width .content-section.education .join-us-content ul li,
 #content-full-width .content-section.education .volunteer-content ul li,
 #content-full-width .content-section.join-us .education-content ul li,
 #content-full-width .content-section.join-us .join-us-content ul li,
 #content-full-width .content-section.join-us .volunteer-content ul li,
 #content-full-width .content-section.event .education-content ul li,
 #content-full-width .content-section.event .join-us-content ul li,
 #content-full-width .content-section.event .volunteer-content ul li {
   list-style-image: url("images/check.png");
   padding-left: 2px;
   padding-top: 7px;
   padding-bottom: 7px;
 }
 #content .publications,
 #content-full-width .publications {
   padding: 0;
 }
 #content .publications .publication,
 #content-full-width .publications .publication {
   text-align: left;
   border-bottom: 3px solid #ebebeb;
   margin-bottom: 14px;
 }
 #content .publications .publication:hover .publication-file:before,
 #content-full-width .publications .publication:hover .publication-file:before {
   transform: scale(0.9);
 }
 #content .publications .publication .publication-file,
 #content-full-width .publications .publication .publication-file {
   display: block;
   font-family: "Roboto", sans-serif;
   font-size: 18px;
   font-weight: 400;
   text-decoration: none;
 }
 #content .publications .publication .publication-file:before,
 #content-full-width .publications .publication .publication-file:before {
   content: "";
   display: inline-block;
   width: 26px;
   height: 30px;
   margin-right: 5px;
   background-image: url(images/download.png);
   background-size: cover;
   vertical-align: bottom;
   transform: scale(1);
   transition: transform 0.3s;
 }
 
 #content #sidebar.right-sidebar {
   padding: 0 0 0 15px;
 }
 @media (min-width: 1200px) {
   #content #sidebar.right-sidebar {
     float: right;
   }
 }
 #content #sidebar.right-sidebar .title {
   display: block;
   padding-bottom: 8px;
   margin-bottom: 22px;
   border-bottom: 1px solid;
   font-size: 18px;
   text-align: left;
   color: #17b2ec;
   text-transform: uppercase;
 }
 #content #sidebar.right-sidebar .news .news-inner .news-thumbnail {
   height: 180px;
   padding-top: 50%;
 }
 #content #sidebar.right-sidebar .news .news-inner .news-thumbnail .news-more-hover {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 14px;
   background-color: rgba(23, 178, 235, 0.8);
   opacity: 0;
   transition: all 0.2s;
 }
 #content #sidebar.right-sidebar .news .news-inner .news-thumbnail .news-more-hover:hover {
   opacity: 1;
 }
 #content #sidebar.right-sidebar .news .news-inner .news-thumbnail .news-more-hover a {
   position: absolute;
   top: 50%;
   left: 50%;
   text-decoration: none;
   font-weight: 500;
   color: #fff;
   transform: translate(-50%, -50%);
 }
 #content #sidebar.right-sidebar .news .news-inner .news-description {
   font-weight: 500;
 }
 #content #sidebar.right-sidebar .news .news-inner .news-description .news-name {
   margin: 0;
   font-size: 15px;
 }
 #content #sidebar.right-sidebar .news .news-inner .news-description .news-date {
   position: relative;
   padding: 4px 7px 0px;
   top: -12.5px;
   font-size: 15px;
 }
 #content #sidebar.right-sidebar .news .news-inner .news-description .news-content {
   font-size: 15px;
   font-weight: 400;
   padding: 0;
   margin-top: 5px;
 }
 #content #sidebar.right-sidebar div[id*=ajaxsearchliteres] .results .item .asl_image {
   width: 100%;
   height: 180px;
 }
 #content #sidebar.right-sidebar ul.menu li.menu-item {
   list-style: none;
   text-transform: uppercase;
 }
 #content #sidebar.right-sidebar ul.menu li.menu-item a {
   display: block;
   text-decoration: none;
   text-align: left;
   font-family: "Hind", sans-serif;
   font-weight: 500;
   text-decoration: none;
 }
 #content #sidebar.right-sidebar ul.menu li.menu-item ul.sub-menu {
   padding: 0;
 }
 #content #sidebar.right-sidebar ul.menu > li.menu-item {
   padding-bottom: 17px;
 }
 #content #sidebar.right-sidebar ul.menu > li.menu-item > a {
   font-size: 18px;
   color: #17b2ec;
   padding-bottom: 5px;
   border-bottom: 1px solid;
 }
 #content #sidebar.right-sidebar ul.menu > li.menu-item.current-menu-item > a {
   color: #464646;
   border-color: #17b2ec;
 }
 #content #sidebar.right-sidebar ul.menu > li.menu-item ul.sub-menu {
   padding: 0;
 }
 #content #sidebar.right-sidebar ul.menu > li.menu-item ul.sub-menu > li.menu-item {
   padding-bottom: 9px;
   padding-top: 15px;
   border-bottom: 1px solid #ebebeb;
 }
 #content #sidebar.right-sidebar ul.menu > li.menu-item ul.sub-menu > li.menu-item.current-menu-item > a {
   color: #464646;
 }
 #content #sidebar.right-sidebar ul.menu > li.menu-item ul.sub-menu > li.menu-item > a {
   padding-left: 7px;
   font-size: 15px;
   color: #959595;
   transition: color 0.2s;
 }
 #content #sidebar.right-sidebar ul.menu > li.menu-item ul.sub-menu > li.menu-item > a:hover {
   color: #464646;
 }
 #content #sidebar.right-sidebar ul.menu > li.menu-item ul.sub-menu > li.menu-item > a:before {
   content: "\f345";
   display: inline-block;
   margin-right: 4px;
   font-family: "Dashicons";
   font-size: 10px;
 }
 
 .page-heading {
   position: relative;
   display: inline-block;
   width: 100%;
 }
 .page-heading .page-heading-bg {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-image: url("images/heading/heading_1.png");
   background-position: center;
   background-size: cover;
   opacity: 0.22;
 }
 
 h2.page-title {
   position: relative;
   margin-bottom: 42px;
   margin-top: 42px;
   font-family: "Hind", sans-serif;
   font-size: 35px;
   font-weight: 600;
   text-transform: uppercase;
   color: #010101;
   z-index: 1;
 }
 
 h2.page-title:after {
   content: "";
   display: block;
   width: 171px;
   height: 30px;
   background-image: url("images/drop.png");
   margin: 20px auto 20px auto;
 }
 
 .post-type-archive-meetings #content .news:nth-child(odd),
 .post-type-archive-news #content .news:nth-child(odd) {
   padding-left: 0px;
   padding-right: 22px;
   float: left;
   clear: both;
 }
 .post-type-archive-meetings #content .news:nth-child(even),
 .post-type-archive-news #content .news:nth-child(even) {
   padding-left: 22px;
   padding-right: 0px;
   float: left;
 }
 .post-type-archive-meetings #content .news,
 .post-type-archive-news #content .news {
   position: relative;
   margin-bottom: 40px;
 }
 .post-type-archive-meetings #content .news .news-inner .news-thumbnail,
 .post-type-archive-news #content .news .news-inner .news-thumbnail {
   position: relative;
   background-size: cover;
   background-position: center;
   border-radius: 14px;
   border-radius-left-bottom: 0;
 }
 .post-type-archive-meetings #content .news .news-inner .news-thumbnail img,
 .post-type-archive-news #content .news .news-inner .news-thumbnail img {
   visibility: hidden;
 }
 .post-type-archive-meetings #content .news .news-inner .news-thumbnail .news-more-hover,
 .post-type-archive-news #content .news .news-inner .news-thumbnail .news-more-hover {
   position: absolute;
   display: table;
   height: 100%;
   width: 100%;
   border-radius: 8px;
   background-color: rgba(23, 178, 235, 0.5);
   transition: all 0.3s;
   opacity: 0;
 }
 .post-type-archive-meetings #content .news .news-inner .news-thumbnail .news-more-hover a,
 .post-type-archive-news #content .news .news-inner .news-thumbnail .news-more-hover a {
   display: table-cell;
   vertical-align: middle;
   font-family: "Roboto";
   font-size: 24px;
   color: #ffffff;
   text-decoration: none;
 }
 .post-type-archive-meetings #content .news .news-inner .news-thumbnail .news-more-hover a:after,
 .post-type-archive-news #content .news .news-inner .news-thumbnail .news-more-hover a:after {
   content: "\f345";
   position: relative;
   font-family: "Dashicons";
   top: -1px;
   display: inline;
   vertical-align: bottom;
   font-size: 24px;
 }
 .post-type-archive-meetings #content .news .news-inner .news-description,
 .post-type-archive-news #content .news .news-inner .news-description {
   position: relative;
   text-align: left;
   display: inline-block;
   width: 100%;
 }
 .post-type-archive-meetings #content .news .news-inner .news-description .news-date,
 .post-type-archive-news #content .news .news-inner .news-description .news-date {
   position: absolute;
   top: -11px;
   font-family: "Hind", sans-serif;
   font-size: 16px;
   display: inline-block;
   padding: 2px 5px 0px 5px;
   background-color: #17b2eb;
   color: #fff;
 }
 .post-type-archive-meetings #content .news .news-inner .news-description h3.news-name,
 .post-type-archive-news #content .news .news-inner .news-description h3.news-name {
   margin-top: 30px;
   margin-bottom: 12px;
   font-family: "Hind", sans-serif;
   font-size: 23px;
   font-weight: 400;
   color: #17b2eb;
   text-transform: uppercase;
 }
 .post-type-archive-meetings #content .news .news-inner .news-description .news-content,
 .post-type-archive-news #content .news .news-inner .news-description .news-content {
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   color: #707070;
   text-align: justify;
   padding-bottom: 16px;
   border-bottom: 3px solid #ebebeb;
 }
 .post-type-archive-meetings #content .news:hover .news-inner .news-more-hover,
 .post-type-archive-news #content .news:hover .news-inner .news-more-hover {
   opacity: 1;
 }
 
 .page #content .story,
 .single #content .story {
   overflow: visible;
 }
 .page #content a.control_prev,
 .page #content a.control_next,
 .single #content a.control_prev,
 .single #content a.control_next {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
   display: block;
   padding: 15px 8px;
   background: rgba(255, 255, 255, 0.8);
   text-decoration: none;
   cursor: pointer;
 }
 .page #content a.control_prev img,
 .page #content a.control_next img,
 .single #content a.control_prev img,
 .single #content a.control_next img {
   transform: rotate(90deg);
 }
 .page #content a.control_prev:before,
 .page #content a.control_next:before,
 .single #content a.control_prev:before,
 .single #content a.control_next:before {
   font-family: "dashicons";
   font-size: 23px;
   color: #17b2ec;
 }
 .page #content a.control_next,
 .single #content a.control_next {
   right: 0;
 }
 .page #content a.control_next img,
 .single #content a.control_next img {
   transform: rotate(270deg);
 }
 .page #content a.control_next:before,
 .single #content a.control_next:before {
   content: "\f345";
 }
 .page #content a.control_prev:before,
 .single #content a.control_prev:before {
   content: "\f341";
 }
 .page #content .story,
 .page #content .news,
 .single #content .story,
 .single #content .news {
   position: relative;
   margin-bottom: 40px;
   vertical-align: top;
 }
 .page #content .story .story-inner .story-thumbnail img,
 .page #content .story .news-inner .story-thumbnail img,
 .page #content .news .story-inner .story-thumbnail img,
 .page #content .news .news-inner .story-thumbnail img,
 .single #content .story .story-inner .story-thumbnail img,
 .single #content .story .news-inner .story-thumbnail img,
 .single #content .news .story-inner .story-thumbnail img,
 .single #content .news .news-inner .story-thumbnail img {
   width: auto;
   height: 475px;
 }
 .page #content .story .story-inner .story-thumbnail,
 .page #content .story .news-inner .story-thumbnail,
 .page #content .news .story-inner .story-thumbnail,
 .page #content .news .news-inner .story-thumbnail,
 .single #content .story .story-inner .story-thumbnail,
 .single #content .story .news-inner .story-thumbnail,
 .single #content .news .story-inner .story-thumbnail,
 .single #content .news .news-inner .story-thumbnail {
   margin-bottom: 27px;
 }
 .page #content .story .story-inner .story-thumbnail,
 .page #content .story .story-inner .news-thumbnail,
 .page #content .story .news-inner .story-thumbnail,
 .page #content .story .news-inner .news-thumbnail,
 .page #content .news .story-inner .story-thumbnail,
 .page #content .news .story-inner .news-thumbnail,
 .page #content .news .news-inner .story-thumbnail,
 .page #content .news .news-inner .news-thumbnail,
 .single #content .story .story-inner .story-thumbnail,
 .single #content .story .story-inner .news-thumbnail,
 .single #content .story .news-inner .story-thumbnail,
 .single #content .story .news-inner .news-thumbnail,
 .single #content .news .story-inner .story-thumbnail,
 .single #content .news .story-inner .news-thumbnail,
 .single #content .news .news-inner .story-thumbnail,
 .single #content .news .news-inner .news-thumbnail {
   position: relative;
   background-size: cover;
   background-position: center;
   border-radius: 14px;
   border-bottom-left-radius: 0px;
 }
 .page #content .story .story-inner .story-thumbnail img,
 .page #content .story .story-inner .news-thumbnail img,
 .page #content .story .news-inner .story-thumbnail img,
 .page #content .story .news-inner .news-thumbnail img,
 .page #content .news .story-inner .story-thumbnail img,
 .page #content .news .story-inner .news-thumbnail img,
 .page #content .news .news-inner .story-thumbnail img,
 .page #content .news .news-inner .news-thumbnail img,
 .single #content .story .story-inner .story-thumbnail img,
 .single #content .story .story-inner .news-thumbnail img,
 .single #content .story .news-inner .story-thumbnail img,
 .single #content .story .news-inner .news-thumbnail img,
 .single #content .news .story-inner .story-thumbnail img,
 .single #content .news .story-inner .news-thumbnail img,
 .single #content .news .news-inner .story-thumbnail img,
 .single #content .news .news-inner .news-thumbnail img {
   visibility: hidden;
 }
 .page #content .story .story-inner .story-description,
 .page #content .story .news-inner .story-description,
 .page #content .news .story-inner .story-description,
 .page #content .news .news-inner .story-description,
 .single #content .story .story-inner .story-description,
 .single #content .story .news-inner .story-description,
 .single #content .news .story-inner .story-description,
 .single #content .news .news-inner .story-description {
   padding: 0.6em 0;
 }
 .page #content .story .story-inner .story-description:before,
 .page #content .story .news-inner .story-description:before,
 .page #content .news .story-inner .story-description:before,
 .page #content .news .news-inner .story-description:before,
 .single #content .story .story-inner .story-description:before,
 .single #content .story .news-inner .story-description:before,
 .single #content .news .story-inner .story-description:before,
 .single #content .news .news-inner .story-description:before {
   content: "";
   display: block;
   width: 32px;
   height: 58px;
   margin-right: 18px;
   float: left;
   background-color: #17b2ec;
 }
 .page #content .story .story-inner .story-description h3.story-name,
 .page #content .story .news-inner .story-description h3.story-name,
 .page #content .news .story-inner .story-description h3.story-name,
 .page #content .news .news-inner .story-description h3.story-name,
 .single #content .story .story-inner .story-description h3.story-name,
 .single #content .story .news-inner .story-description h3.story-name,
 .single #content .news .story-inner .story-description h3.story-name,
 .single #content .news .news-inner .story-description h3.story-name {
   font-size: 30px;
   color: #000;
   margin-bottom: 0px;
   margin-top: 3px;
 }
 .page #content .story .story-inner .story-description h3.story-name .age,
 .page #content .story .news-inner .story-description h3.story-name .age,
 .page #content .news .story-inner .story-description h3.story-name .age,
 .page #content .news .news-inner .story-description h3.story-name .age,
 .single #content .story .story-inner .story-description h3.story-name .age,
 .single #content .story .news-inner .story-description h3.story-name .age,
 .single #content .news .story-inner .story-description h3.story-name .age,
 .single #content .news .news-inner .story-description h3.story-name .age {
   font-size: 20px;
 }
 .page #content .story .story-inner .story-description .story-feeding-type,
 .page #content .story .news-inner .story-description .story-feeding-type,
 .page #content .news .story-inner .story-description .story-feeding-type,
 .page #content .news .news-inner .story-description .story-feeding-type,
 .single #content .story .story-inner .story-description .story-feeding-type,
 .single #content .story .news-inner .story-description .story-feeding-type,
 .single #content .news .story-inner .story-description .story-feeding-type,
 .single #content .news .news-inner .story-description .story-feeding-type {
   font-size: 16px;
   color: #17b2ec;
 }
 .page #content .story .story-inner .news-description,
 .page #content .story .news-inner .news-description,
 .page #content .news .story-inner .news-description,
 .page #content .news .news-inner .news-description,
 .single #content .story .story-inner .news-description,
 .single #content .story .news-inner .news-description,
 .single #content .news .story-inner .news-description,
 .single #content .news .news-inner .news-description {
   position: relative;
   text-align: left;
   display: inline-block;
   width: 100%;
   font-family: "Hind", sans-serif;
 }
 .page #content .story .story-inner .news-description h3.news-name,
 .page #content .story .news-inner .news-description h3.news-name,
 .page #content .news .story-inner .news-description h3.news-name,
 .page #content .news .news-inner .news-description h3.news-name,
 .single #content .story .story-inner .news-description h3.news-name,
 .single #content .story .news-inner .news-description h3.news-name,
 .single #content .news .story-inner .news-description h3.news-name,
 .single #content .news .news-inner .news-description h3.news-name {
   display: inline-block;
   margin-top: 18px;
   margin-left: 12px;
   font-size: 23px;
   font-weight: 400;
   color: #17b2eb;
   text-transform: uppercase;
   vertical-align: middle;
 }
 .page #content .story .story-inner .news-description .news-date,
 .page #content .story .news-inner .news-description .news-date,
 .page #content .news .story-inner .news-description .news-date,
 .page #content .news .news-inner .news-description .news-date,
 .single #content .story .story-inner .news-description .news-date,
 .single #content .story .news-inner .news-description .news-date,
 .single #content .news .story-inner .news-description .news-date,
 .single #content .news .news-inner .news-description .news-date {
   display: inline-block;
   font-size: 20px;
   padding: 6px 12px;
   background-color: #17b2eb;
   color: #fff;
   vertical-align: middle;
   text-transform: uppercase;
 }
 .page #content .story .story-inner .news-description .news-date .year,
 .page #content .story .news-inner .news-description .news-date .year,
 .page #content .news .story-inner .news-description .news-date .year,
 .page #content .news .news-inner .news-description .news-date .year,
 .single #content .story .story-inner .news-description .news-date .year,
 .single #content .story .news-inner .news-description .news-date .year,
 .single #content .news .story-inner .news-description .news-date .year,
 .single #content .news .news-inner .news-description .news-date .year {
   display: block;
   text-align: center;
   font-size: 15px;
 }
 .page #content .story .story-inner .story-content,
 .page #content .story .story-inner .news-content,
 .page #content .story .news-inner .story-content,
 .page #content .story .news-inner .news-content,
 .page #content .news .story-inner .story-content,
 .page #content .news .story-inner .news-content,
 .page #content .news .news-inner .story-content,
 .page #content .news .news-inner .news-content,
 .single #content .story .story-inner .story-content,
 .single #content .story .story-inner .news-content,
 .single #content .story .news-inner .story-content,
 .single #content .story .news-inner .news-content,
 .single #content .news .story-inner .story-content,
 .single #content .news .story-inner .news-content,
 .single #content .news .news-inner .story-content,
 .single #content .news .news-inner .news-content {
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   margin-top: 40px;
   color: #707070;
   text-align: justify;
   padding-bottom: 16px;
 }
 .page #content .story .story-inner .story-content p,
 .page #content .story .story-inner .news-content p,
 .page #content .story .news-inner .story-content p,
 .page #content .story .news-inner .news-content p,
 .page #content .news .story-inner .story-content p,
 .page #content .news .story-inner .news-content p,
 .page #content .news .news-inner .story-content p,
 .page #content .news .news-inner .news-content p,
 .single #content .story .story-inner .story-content p,
 .single #content .story .story-inner .news-content p,
 .single #content .story .news-inner .story-content p,
 .single #content .story .news-inner .news-content p,
 .single #content .news .story-inner .story-content p,
 .single #content .news .story-inner .news-content p,
 .single #content .news .news-inner .story-content p,
 .single #content .news .news-inner .news-content p {
   margin: 0 0 30px 0;
 }
 .page #content .story .story-inner .story-content .story-attach-images,
 .page #content .story .story-inner .story-content .news-attach-images,
 .page #content .story .story-inner .news-content .story-attach-images,
 .page #content .story .story-inner .news-content .news-attach-images,
 .page #content .story .news-inner .story-content .story-attach-images,
 .page #content .story .news-inner .story-content .news-attach-images,
 .page #content .story .news-inner .news-content .story-attach-images,
 .page #content .story .news-inner .news-content .news-attach-images,
 .page #content .news .story-inner .story-content .story-attach-images,
 .page #content .news .story-inner .story-content .news-attach-images,
 .page #content .news .story-inner .news-content .story-attach-images,
 .page #content .news .story-inner .news-content .news-attach-images,
 .page #content .news .news-inner .story-content .story-attach-images,
 .page #content .news .news-inner .story-content .news-attach-images,
 .page #content .news .news-inner .news-content .story-attach-images,
 .page #content .news .news-inner .news-content .news-attach-images,
 .single #content .story .story-inner .story-content .story-attach-images,
 .single #content .story .story-inner .story-content .news-attach-images,
 .single #content .story .story-inner .news-content .story-attach-images,
 .single #content .story .story-inner .news-content .news-attach-images,
 .single #content .story .news-inner .story-content .story-attach-images,
 .single #content .story .news-inner .story-content .news-attach-images,
 .single #content .story .news-inner .news-content .story-attach-images,
 .single #content .story .news-inner .news-content .news-attach-images,
 .single #content .news .story-inner .story-content .story-attach-images,
 .single #content .news .story-inner .story-content .news-attach-images,
 .single #content .news .story-inner .news-content .story-attach-images,
 .single #content .news .story-inner .news-content .news-attach-images,
 .single #content .news .news-inner .story-content .story-attach-images,
 .single #content .news .news-inner .story-content .news-attach-images,
 .single #content .news .news-inner .news-content .story-attach-images,
 .single #content .news .news-inner .news-content .news-attach-images {
   display: inline-block;
   padding: 0;
   margin: 0 -7px;
 }
 .page #content .story .story-inner .story-content .story-attach-images .story-attach-image,
 .page #content .story .story-inner .story-content .story-attach-images .news-attach-image,
 .page #content .story .story-inner .story-content .news-attach-images .story-attach-image,
 .page #content .story .story-inner .story-content .news-attach-images .news-attach-image,
 .page #content .story .story-inner .news-content .story-attach-images .story-attach-image,
 .page #content .story .story-inner .news-content .story-attach-images .news-attach-image,
 .page #content .story .story-inner .news-content .news-attach-images .story-attach-image,
 .page #content .story .story-inner .news-content .news-attach-images .news-attach-image,
 .page #content .story .news-inner .story-content .story-attach-images .story-attach-image,
 .page #content .story .news-inner .story-content .story-attach-images .news-attach-image,
 .page #content .story .news-inner .story-content .news-attach-images .story-attach-image,
 .page #content .story .news-inner .story-content .news-attach-images .news-attach-image,
 .page #content .story .news-inner .news-content .story-attach-images .story-attach-image,
 .page #content .story .news-inner .news-content .story-attach-images .news-attach-image,
 .page #content .story .news-inner .news-content .news-attach-images .story-attach-image,
 .page #content .story .news-inner .news-content .news-attach-images .news-attach-image,
 .page #content .news .story-inner .story-content .story-attach-images .story-attach-image,
 .page #content .news .story-inner .story-content .story-attach-images .news-attach-image,
 .page #content .news .story-inner .story-content .news-attach-images .story-attach-image,
 .page #content .news .story-inner .story-content .news-attach-images .news-attach-image,
 .page #content .news .story-inner .news-content .story-attach-images .story-attach-image,
 .page #content .news .story-inner .news-content .story-attach-images .news-attach-image,
 .page #content .news .story-inner .news-content .news-attach-images .story-attach-image,
 .page #content .news .story-inner .news-content .news-attach-images .news-attach-image,
 .page #content .news .news-inner .story-content .story-attach-images .story-attach-image,
 .page #content .news .news-inner .story-content .story-attach-images .news-attach-image,
 .page #content .news .news-inner .story-content .news-attach-images .story-attach-image,
 .page #content .news .news-inner .story-content .news-attach-images .news-attach-image,
 .page #content .news .news-inner .news-content .story-attach-images .story-attach-image,
 .page #content .news .news-inner .news-content .story-attach-images .news-attach-image,
 .page #content .news .news-inner .news-content .news-attach-images .story-attach-image,
 .page #content .news .news-inner .news-content .news-attach-images .news-attach-image,
 .single #content .story .story-inner .story-content .story-attach-images .story-attach-image,
 .single #content .story .story-inner .story-content .story-attach-images .news-attach-image,
 .single #content .story .story-inner .story-content .news-attach-images .story-attach-image,
 .single #content .story .story-inner .story-content .news-attach-images .news-attach-image,
 .single #content .story .story-inner .news-content .story-attach-images .story-attach-image,
 .single #content .story .story-inner .news-content .story-attach-images .news-attach-image,
 .single #content .story .story-inner .news-content .news-attach-images .story-attach-image,
 .single #content .story .story-inner .news-content .news-attach-images .news-attach-image,
 .single #content .story .news-inner .story-content .story-attach-images .story-attach-image,
 .single #content .story .news-inner .story-content .story-attach-images .news-attach-image,
 .single #content .story .news-inner .story-content .news-attach-images .story-attach-image,
 .single #content .story .news-inner .story-content .news-attach-images .news-attach-image,
 .single #content .story .news-inner .news-content .story-attach-images .story-attach-image,
 .single #content .story .news-inner .news-content .story-attach-images .news-attach-image,
 .single #content .story .news-inner .news-content .news-attach-images .story-attach-image,
 .single #content .story .news-inner .news-content .news-attach-images .news-attach-image,
 .single #content .news .story-inner .story-content .story-attach-images .story-attach-image,
 .single #content .news .story-inner .story-content .story-attach-images .news-attach-image,
 .single #content .news .story-inner .story-content .news-attach-images .story-attach-image,
 .single #content .news .story-inner .story-content .news-attach-images .news-attach-image,
 .single #content .news .story-inner .news-content .story-attach-images .story-attach-image,
 .single #content .news .story-inner .news-content .story-attach-images .news-attach-image,
 .single #content .news .story-inner .news-content .news-attach-images .story-attach-image,
 .single #content .news .story-inner .news-content .news-attach-images .news-attach-image,
 .single #content .news .news-inner .story-content .story-attach-images .story-attach-image,
 .single #content .news .news-inner .story-content .story-attach-images .news-attach-image,
 .single #content .news .news-inner .story-content .news-attach-images .story-attach-image,
 .single #content .news .news-inner .story-content .news-attach-images .news-attach-image,
 .single #content .news .news-inner .news-content .story-attach-images .story-attach-image,
 .single #content .news .news-inner .news-content .story-attach-images .news-attach-image,
 .single #content .news .news-inner .news-content .news-attach-images .story-attach-image,
 .single #content .news .news-inner .news-content .news-attach-images .news-attach-image {
   display: block;
   height: 200px;
   padding: 0;
   margin: 7px;
   border-radius: 14px;
 }
 .page #content .story .news-attach-image,
 .page #content .news .news-attach-image,
 .single #content .story .news-attach-image,
 .single #content .news .news-attach-image {
   display: inline-block;
   background-clip: content-box;
   background-size: cover;
   margin-bottom: 15px;
   border-radius: 12px;
 }
 .page #content .story .news-attach-image:nth-of-type(3n-1),
 .page #content .news .news-attach-image:nth-of-type(3n-1),
 .single #content .story .news-attach-image:nth-of-type(3n-1),
 .single #content .news .news-attach-image:nth-of-type(3n-1) {
   padding-left: 0;
   padding-right: 7.5px;
 }
 .page #content .story .news-attach-image:nth-of-type(3n),
 .page #content .news .news-attach-image:nth-of-type(3n),
 .single #content .story .news-attach-image:nth-of-type(3n),
 .single #content .news .news-attach-image:nth-of-type(3n) {
   padding-left: 4px;
   padding-right: 4px;
 }
 .page #content .story .news-attach-image:nth-of-type(3n + 1),
 .page #content .news .news-attach-image:nth-of-type(3n + 1),
 .single #content .story .news-attach-image:nth-of-type(3n + 1),
 .single #content .news .news-attach-image:nth-of-type(3n + 1) {
   padding-right: 0;
   padding-left: 7.5px;
 }
 .page #content .story .news-attach-image img,
 .page #content .news .news-attach-image img,
 .single #content .story .news-attach-image img,
 .single #content .news .news-attach-image img {
   width: 100%;
   visibility: hidden;
 }
 .page #content .story .single-back-button,
 .page #content .news .single-back-button,
 .single #content .story .single-back-button,
 .single #content .news .single-back-button {
   left: 0;
 }
 .page #content .story .single-back-button:before,
 .page #content .news .single-back-button:before,
 .single #content .story .single-back-button:before,
 .single #content .news .single-back-button:before {
   content: "\f341";
 }
 .page #content .story .single-next-button,
 .page #content .news .single-next-button,
 .single #content .story .single-next-button,
 .single #content .news .single-next-button {
   right: 0;
 }
 .page #content .story .single-next-button:after,
 .page #content .news .single-next-button:after,
 .single #content .story .single-next-button:after,
 .single #content .news .single-next-button:after {
   content: "\f345";
 }
 .page #content .story .single-back-button,
 .page #content .story .single-next-button,
 .page #content .news .single-back-button,
 .page #content .news .single-next-button,
 .single #content .story .single-back-button,
 .single #content .story .single-next-button,
 .single #content .news .single-back-button,
 .single #content .news .single-next-button {
   position: absolute;
   bottom: -75px;
   display: inline-block;
   font-family: "Hind", sans-serif;
   font-size: 17px;
   font-weight: 600;
   color: #0061ac;
   text-decoration: none;
 }
 .page #content .story .single-back-button:before, .page #content .story .single-back-button:after,
 .page #content .story .single-next-button:before,
 .page #content .story .single-next-button:after,
 .page #content .news .single-back-button:before,
 .page #content .news .single-back-button:after,
 .page #content .news .single-next-button:before,
 .page #content .news .single-next-button:after,
 .single #content .story .single-back-button:before,
 .single #content .story .single-back-button:after,
 .single #content .story .single-next-button:before,
 .single #content .story .single-next-button:after,
 .single #content .news .single-back-button:before,
 .single #content .news .single-back-button:after,
 .single #content .news .single-next-button:before,
 .single #content .news .single-next-button:after {
   font-family: "Dashicons";
   vertical-align: text-top;
 }
 .page #content .news:hover .news-inner .news-more-hover,
 .single #content .news:hover .news-inner .news-more-hover {
   opacity: 1;
 }
 
 .share-it {
   margin-top: 21px;
   margin-bottom: 8px;
   overflow: hidden;
   display: block;
   padding-bottom: 19px;
   border-bottom: 2px solid #d7d7d7;
   text-align: left;
 }
 .share-it .share-it-overlayer {
   position: relative;
   display: inline-block;
   height: 32px;
   font-family: "Roboto", sans-serif;
   font-size: 14px;
   font-weight: 500;
   color: #fff;
   border: 1px solid #17b2ec;
   padding: 6px;
   overflow: hidden;
   float: left;
   z-index: 1;
   transition: color 0.2s 0.3s;
 }
 .share-it .share-it-overlayer:before {
   content: "";
   position: absolute;
   left: -12%;
   top: 0;
   width: 124%;
   height: 100%;
   transform: skewX(-35deg);
   background-color: #17b2ec;
   z-index: -1;
   transition: all 0.3s;
 }
 .share-it .share-it-overlayer:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #fff;
   z-index: -2;
 }
 .share-it .addtoany_shortcode {
   display: inline-block;
   margin-top: -1px;
   position: relative;
   transform: translateX(3%);
   transition: all 0.2s 0.2s;
 }
 .share-it .addtoany_shortcode a {
   position: relative;
   top: 1px;
 }
 
 #content.subaccounts .tabs-nav {
   display: inline-block;
   border: 2px solid;
   color: #17b2ec;
   margin-bottom: 46px;
 }
 #content.subaccounts .tabs-nav .tab-nav-button {
   position: relative;
   display: inline-block;
   width: 248px;
   height: 43px;
   line-height: 48px;
   font-family: "Hind", sans-serif;
   font-size: 25px;
   font-weight: 400;
   background-color: #ffffff;
   cursor: pointer;
 }
 #content.subaccounts .tabs-nav .tab-nav-button:after {
   content: "";
   position: absolute;
   bottom: 0px;
   left: 50%;
   transform: translateX(-50%);
   display: block;
   width: 25px;
   border-top: 13px solid #17b2ec;
   border-left: 12px solid transparent;
   border-right: 12px solid transparent;
   opacity: 0;
   transition: all 0.2s;
   z-index: -1;
 }
 #content.subaccounts .tabs-nav .tab-nav-button.current {
   background-color: #17b2ec;
   color: #ffffff;
 }
 #content.subaccounts .tabs-nav .tab-nav-button.current:after {
   bottom: -15px;
   opacity: 1;
 }
 #content.subaccounts .tabs-wrapper {
   width: 100%;
   display: inline-block;
   overflow: hidden;
 }
 #content.subaccounts .tabs-wrapper .tab {
   display: none;
   white-space: initial;
   vertical-align: text-top;
 }
 #content.subaccounts .tabs-wrapper .tab .text {
   text-align: justify;
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   font-weight: 400;
   color: #707070;
 }
 #content.subaccounts .tabs-wrapper .tab .text p {
   padding-top: 6px;
   text-align: justify;
 }
 #content.subaccounts .tabs-wrapper .tab .text a.file {
   display: block;
   font-size: 18px;
   color: #17b2ec;
   padding: 8px 0px;
   text-decoration: none;
   transition: all 0.3s;
 }
 #content.subaccounts .tabs-wrapper .tab .text a.file:hover {
   color: #23527c;
 }
 #content.subaccounts .tabs-wrapper .tab .text a.file:hover:before {
   transform: scale(0.9);
 }
 #content.subaccounts .tabs-wrapper .tab .text a.file:before {
   content: "";
   display: inline-block;
   width: 26px;
   height: 20px;
   background-image: url("images/cloud_dwn.png");
   vertical-align: text-top;
   margin-right: 7px;
   transform: scale(1);
 }
 #content.subaccounts .tabs-wrapper .tab .text ul {
   padding-left: 32px;
 }
 #content.subaccounts .tabs-wrapper .tab .text ul li {
   list-style-image: url("images/check.png");
   padding-left: 2px;
   padding-top: 7px;
   padding-bottom: 7px;
 }
 #content.subaccounts .tabs-wrapper .tab .payment {
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   line-height: 26px;
 }
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list {
   padding-bottom: 95px;
 }
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item {
   padding: 28px 0px 15px;
   border-bottom: 1px solid #d7d7d7;
 }
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item .thumbnail {
   width: 160px;
   height: 160px;
   background-size: cover;
   background-position: center;
   border: none;
   border-radius: 9px;
   float: left;
 }
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item .name,
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item .pass {
   display: block;
   font-family: "Hind", sans-serif;
   line-height: 30px;
   text-align: left;
   padding-left: 196px;
 }
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item .name {
   font-size: 23px;
   color: #0061ac;
   text-transform: uppercase;
   padding-top: 12px;
 }
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item .pass {
   font-size: 20px;
   color: #17b2ec;
 }
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item .descryption {
   padding-left: 196px;
   padding-bottom: 8px;
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   text-align: justify;
   line-height: 26px;
   white-space: normal;
 }
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item a.button.help-button {
   font-size: 17px;
   color: #ffffff;
   background-color: #17b2ec;
   float: right;
 }
 
 .medicaments-and-equipment .content-section {
   padding-bottom: 71px;
 }
 .medicaments-and-equipment .content-section p {
   margin-top: 87px;
   margin-bottom: 87px;
   font-family: "Roboto", sans-serif;
   font-size: 18px;
   color: #636363;
   text-align: center;
 }
 .medicaments-and-equipment .content-section .picture {
   margin-bottom: 30px;
 }
 .medicaments-and-equipment .content-section .picture .image {
   background-size: cover;
   border-radius: 12px;
 }
 .medicaments-and-equipment .content-section .picture .image img {
   visibility: hidden;
   width: 100%;
   height: auto;
   min-height: 350px;
 }
 .medicaments-and-equipment .content-section .picture .descryption {
   font-family: "Hind", sans-serif;
   font-size: 20px;
   font-weight: 500;
   margin-top: 18px;
   color: #000;
 }
 .medicaments-and-equipment .amounts-wrapper {
   background-color: #17b2ec;
   color: #ffffff;
   padding: 33px 0px;
   font-family: "Hind", sans-serif;
   margin-bottom: 30px;
 }
 .medicaments-and-equipment .amounts-wrapper h3 {
   font-size: 35px;
   font-weight: 400;
   margin-bottom: 58px;
 }
 .medicaments-and-equipment .amounts-wrapper .column {
   text-align: center;
 }
 .medicaments-and-equipment .amounts-wrapper .column.medicaments .circle:before {
   background-image: url("images/medicaments.png");
 }
 .medicaments-and-equipment .amounts-wrapper .column.pumps .circle:before {
   background-image: url("images/pumps.png");
 }
 .medicaments-and-equipment .amounts-wrapper .column.drens .circle:before {
   background-image: url("images/drens.png");
 }
 .medicaments-and-equipment .amounts-wrapper .column .circle {
   position: relative;
   display: inline-block;
   width: 168px;
   height: 168px;
   border: 3px solid;
   border-radius: 50%;
 }
 .medicaments-and-equipment .amounts-wrapper .column .circle:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 112px;
   margin: auto;
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
 }
 .medicaments-and-equipment .amounts-wrapper .column .descryption {
   font-size: 18px;
   font-weight: 700;
   margin-top: 8px;
 }
 .medicaments-and-equipment .amounts-wrapper .column .descryption .amount {
   display: block;
   font-size: 75px;
   font-weight: 600;
   line-height: 70px;
   margin-top: 26px;
 }
 .medicaments-and-equipment .amounts-wrapper .column .descryption .desc {
   display: table;
   height: 60px;
   width: 100%;
   line-height: 30px;
   text-transform: uppercase;
 }
 .medicaments-and-equipment .amounts-wrapper .column .descryption .desc span {
   display: table-cell;
   vertical-align: middle;
 }
 .medicaments-and-equipment .amounts-wrapper .column .descryption .price {
   font-size: 50px;
   line-height: 58px;
   font-weight: 600;
 }
 .medicaments-and-equipment .amounts-wrapper .column .descryption .price .surfix {
   font-size: 30px;
 }
 .medicaments-and-equipment .content {
   padding: 43px 15px 40px;
   margin-top: 30px;
 }
 .medicaments-and-equipment .content h2 {
   font-family: "Hind", sans-serif;
   font-size: 35px;
   font-weight: 400;
   color: #17b2ec;
 }
 .medicaments-and-equipment .content .text {
   text-align: justify;
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   font-weight: 400;
   color: #707070;
 }
 .medicaments-and-equipment .content .text p {
  padding-top: 6px;
  text-align: justify;
  font-size: 18px;
  color: #636363;
   
 }
 .medicaments-and-equipment .content .text a.file {
   display: block;
   font-size: 18px;
   color: #17b2ec;
   padding: 8px 0px;
   text-decoration: none;
   transition: all 0.3s;
 }
 .medicaments-and-equipment .content .text a.file:hover {
   color: #23527c;
 }
 .medicaments-and-equipment .content .text a.file:hover:before {
   transform: scale(0.9);
 }
 .medicaments-and-equipment .content .text a.file:before {
   content: "";
   display: inline-block;
   width: 26px;
   height: 20px;
   background-image: url("images/cloud_dwn.png");
   vertical-align: text-top;
   margin-right: 7px;
   transform: scale(1);
 }
 .medicaments-and-equipment .content .text ul {
   padding-left: 32px;
 }
 .medicaments-and-equipment .content .text ul li {
   list-style-image: url("images/check.png");
   padding-left: 2px;
   padding-top: 7px;
   padding-bottom: 7px;
 }
 .medicaments-and-equipment .reviews {
   background-image: url("images/pupils_reviews.png");
   background-size: cover;
   padding-bottom: 58px;
 }
 .medicaments-and-equipment .reviews h2 {
   font-family: "Hind", sans-serif;
   font-size: 35px;
   font-weight: 400;
   color: #17b2ec;
   margin-top: 48px;
   margin-bottom: 72px;
 }
 .medicaments-and-equipment .reviews .container {
   white-space: nowrap;
   overflow: hidden;
   padding-bottom: 60px;
 }
 .medicaments-and-equipment .reviews .container .slider {
   display: inline;
   position: relative;
 }
 .medicaments-and-equipment .reviews .container .review-item {
  float: none;
  white-space: normal;
  display: inline-block;
  margin-right: 5px;
  border-radius: 14px;
  background-color: #ffffff;
  vertical-align: top;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 11px 4px rgb(167 167 167 / 35%);
  -moz-box-shadow: 0px 0px 11px 4px rgb(167 167 167 / 35%);
  box-shadow: 0px 0px 11px 4px rgb(167 167 167 / 35%);
 }
 .medicaments-and-equipment .reviews .container .review-item .review-image {
   display: block;
   width: 118px;
   height: 118px;
   margin: 22px 23px 18px 25px;
   border-radius: 50%;
   background-size: cover;
   background-position: center;
   float: left;
 }
 .medicaments-and-equipment .reviews .container .review-item .review-name {
   width: 160px;
   text-align: center;
   display: inline-block;
   float: left;
   clear: both;
   font-family: "Hind", sans-serif;
   font-size: 20px;
   font-weight: 600;
   line-height: 24px;
   color: #000;
 }
 .medicaments-and-equipment .reviews .container .review-item .review-content {
   display: inline-block;
   text-align: justify;
   margin-top: 24px;
   padding-right: 8px;
   font-family: "Hind", sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 25px;
   color: #707070;
   max-width: 100%;
 }
 .medicaments-and-equipment .pumps-owners {
   white-space: nowrap;
   overflow: hidden;
   background-color: #f1fafe;
   border-right: 15px solid #f1fafe;
   border-left: 15px solid #f1fafe;
   padding: 0px 0px 60px;
 }
 .medicaments-and-equipment .pumps-owners h2 {
   font-family: "Hind", sans-serif;
   font-size: 35px;
   font-weight: 400;
   color: #17b2ec;
   margin-top: 48px;
   margin-bottom: 72px;
 }
 .medicaments-and-equipment .pumps-owners .wrapper {
   padding-bottom: 58px;
   overflow: hidden;
 }
 .medicaments-and-equipment .pumps-owners .wrapper .slider {
   display: inline;
   position: relative;
 }
 .medicaments-and-equipment .pumps-owners .wrapper .pumps-owner-item {
   position: relative;
   display: inline-block;
   width: 366px;
   height: 366px;
   margin-right: 7px;
   float: none;
 }
 .medicaments-and-equipment .pumps-owners .wrapper .pumps-owner-item .pumps-owners-name,
 .medicaments-and-equipment .pumps-owners .wrapper .pumps-owner-item .pumps-owners-image {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
 }
 .medicaments-and-equipment .pumps-owners .wrapper .pumps-owner-item .pumps-owners-image {
   background-size: cover;
 }
 .medicaments-and-equipment .pumps-owners .wrapper .pumps-owner-item:hover .pumps-owners-name {
   opacity: 1;
 }
 .medicaments-and-equipment .pumps-owners .wrapper .pumps-owner-item .pumps-owners-name {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(23, 178, 236, 0.6);
   font-family: "Hind", sans-serif;
   font-size: 30px;
   color: #ffffff;
   opacity: 0;
   transition: all 0.3s;
 }
 .medicaments-and-equipment .pumps-owners .wrapper .pumps-owner-item .pumps-owners-name span {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }
 .medicaments-and-equipment .nav-arrow {
   position: relative;
   display: inline-block;
   width: 36px;
   height: 36px;
   background-color: #17b2ec;
   color: #ffffff;
   margin: 0 22px;
   text-align: center;
 }
 .medicaments-and-equipment .nav-arrow.left:before {
   content: "\f341";
 }
 .medicaments-and-equipment .nav-arrow.right:before {
   content: "\f345";
 }
 .medicaments-and-equipment .nav-arrow:before {
   font-family: "Dashicons";
   display: block;
   width: 36px;
   height: 36px;
   font-size: 21px;
   line-height: 36px;
 }
 
 #footer {
   background-color: #0045a1;
   padding: 0;
 }
 #footer .footer-widgets {
   background-color: #0951b1;
 }
 #footer .footer-widgets .footer-widget {
   text-align: left;
   padding: 20px 35px;
   margin: 0;
   color: #ffffff;
 }
 #footer .footer-widgets .footer-widget .textwidget, #footer .footer-widgets .footer-widget .menu-footer-menu-container {
   width: 96%;
 }
 #footer .footer-widgets .footer-widget .textwidget h3, #footer .footer-widgets .footer-widget .menu-footer-menu-container h3 {
   font-size: 20px;
   font-weight: 600;
   font-family: "Roboto";
   margin-bottom: 20px;
   color: #fff;
 }
 #footer .footer-widgets .footer-widget .textwidget p, #footer .footer-widgets .footer-widget .menu-footer-menu-container p {
   font-size: 16px;
   font-weight: 400;
   font-family: "Roboto";
   color: #fff;
   text-align: left;
}
 #footer .footer-widgets #menu-footer-menu-eng,
 #footer .footer-widgets #menu-footer-menu {
   list-style: none;
   padding: 0 !important;
 }
 #footer .footer-widgets #menu-footer-menu-eng li a,
 #footer .footer-widgets #menu-footer-menu li a {
   position: relative;
   left: 5px;
   display: inline-block;
   text-transform: uppercase;
   color: #ffffff;
   font-family: "Hind";
   font-size: 16px;
   line-height: 1;
 }
 #footer .footer-widgets #menu-footer-menu-eng li:before,
 #footer .footer-widgets #menu-footer-menu li:before {
   content: "\f344";
   font-family: "dashicons";
   display: inline-block;
   color: #ffffff;
   vertical-align: top;
 }
 #footer .conditionals {
   color: #ffffff;
   padding: 20px 0 20px 0;
   font-family: "Roboto";
   font-size: 13px;
 }
 #footer .conditionals a {
   color: #FFFFFF;
   text-decoration: underline;
 }
 #footer .conditionals a:hover {
   color: #FFFFFF;
 }
 
 .one-percent p:nth-of-type(1) {
   padding-bottom: 32px;
 }
 .one-percent p:nth-of-type(2) {
   padding: 32px 0px;
 }
 .one-percent h2 span {
   font-weight: 400;
 }
 
 .donation-bg {
   background-position: center;
   position: relative;
 }
 .donation-bg:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(255, 255, 255, 0.6);
 }
 .donation-bg #content .white-wrapper h2.page-title {
   font-size: 31.5px;
   font-weight: 600;
   margin-top: 0;
 }
 .donation-bg #content .white-wrapper h2.page-title:after {
   margin-bottom: 26px;
 }
 .donation-bg #content .transfer-details span {
   display: block;
 }
 .donation-bg #content .transfer-details span.heading {
   padding-top: 38px;
   border-top: 3px solid #ebebeb;
   font-family: "Hind", sans-serif;
   font-size: 25px;
   font-weight: 600;
   color: #000;
 }
 .donation-bg #content .transfer-details span.account {
   margin-top: 24px;
   font-family: "Roboto", sans-serif;
   font-size: 23px;
   font-weight: 600;
   color: #17b2ec;
 }
 .donation-bg #content .transfer-details span.details {
   margin-top: 24px;
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   font-weight: 400;
   color: #707070;
 }
 
 .main .container .white-wrapper {
   border: 2px solid #ebebeb;
   background-color: #ffffff;
   border-radius: 10px;
   padding: 40px;
 }
 
 div[id*=ajaxsearchliteres].wpdreams_asl_results .results div.asl_content div.asl_image {
   height: 80px;
 }
 
 body div[id*=ajaxsearchliteres].vertical {
   box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3), 0px 7px 46px 0px #fff;
 }
 
 #sidebar #ajaxsearchlite1,
 #sidebar #ajaxsearchliteres1 {
   z-index: 1;
   margin-bottom: 42px;
 }
 #sidebar #ajaxsearchlite1 .probox,
 #sidebar #ajaxsearchliteres1 .probox {
   position: relative;
   border: 1px solid;
   color: #e1e1e1;
   border-radius: 13px;
   padding: 12px 8px 10px;
   overflow: hidden;
 }
 #sidebar #ajaxsearchlite1 .probox .promagnifier,
 #sidebar #ajaxsearchliteres1 .probox .promagnifier {
   position: absolute;
   top: -2px;
   right: -1px;
   bottom: -2px;
   height: auto;
   width: 47px;
   background-color: #17b2ec;
   color: #e1e1e1;
 }
 #sidebar #ajaxsearchlite1 .probox .promagnifier .innericon svg,
 #sidebar #ajaxsearchliteres1 .probox .promagnifier .innericon svg {
   fill: #e1e1e1;
 }
 
 #content-full-width {
   width: 100%;
 }
 
 #content .tax h2 {
   font-weight: normal;
   color: #17b2ec;
   font-size: 35px;
   text-transform: uppercase;
   padding-top: 40px;
   padding-bottom: 5px;
   margin: 0;
 }
 #content .tax h3 {
   font-weight: normal;
   color: #0061ac;
   font-size: 45px;
   text-transform: uppercase;
   padding-bottom: 5px;
   margin: 0;
 }
 
 #content .content-section.event p {
   text-align: left;
 }
 #content .content-section.event .event-title {
   font-weight: 600;
 }
 #content .content-section.event ol {
   list-style-type: none;
   text-align: left;
   counter-reset: section;
   padding: 0;
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   font-weight: 400;
   color: #707070;
 }
 #content .content-section.event ol li {
   padding-left: 2px;
   padding-top: 7px;
   padding-bottom: 7px;
 }
 #content .content-section.event ol li:before {
   content: "";
   counter-increment: section;
   content: counter(section) ".";
   display: inline-block;
   font-weight: 700;
   color: #17b2ec;
   width: 32px;
   text-align: center;
 }
 
 #content .content-section .contact_person h3 {
   text-align: left;
   font-size: 18px;
   text-transform: uppercase;
   color: #0061ac;
   font-weight: normal;
   margin-top: 30px;
   margin-bottom: 0;
 }
 #content .content-section .contact_person p {
   color: #6a6a6a;
   margin: 0;
   line-height: 28px;
 }
 #content .content-section .contact_person a {
   color: #6a6a6a;
 }
 #content .content-section .contact_person a:hover {
   color: #6a6a6a;
   text-decoration: underline;
 }
 #content .content-section .contact_person img {
   display: inline-block;
   margin-right: 10px;
 }
 
 .events-post img {
   width: 100%;
   max-height: 475px;
 }
 .events-post .events-date {
   font-family: "Hind", sans-serif;
   font-size: 16px;
   display: inline-block;
   padding: 2px 5px 0px 5px;
   background-color: #17b2eb;
   color: #fff;
   text-transform: uppercase;
 }
 .events-post .events-date span {
   display: block;
   font-size: 12px;
 }
 .events-post .post-header {
   display: flex;
   align-items: center;
   padding: 20px 0;
 }
 .events-post .post-header h3 {
   margin: 0;
   margin-left: 15px;
   color: #17b2ec;
   text-transform: uppercase;
   font-size: 23px;
 }
 .events-post .content {
   padding: 20px 0;
   border-top: 1px solid #e1e1e1;
 }
 
 .flex-cols,
 #content.flex-cols {
   display: flex;
   flex-wrap: wrap;
 }
 
 #content .contact h2 {
   color: #17b2ec;
   margin-top: 0;
   margin-bottom: 40px;
   line-height: 38px;
   font-size: 25px;
 }
 #content .contact > p {
   margin-bottom: 40px;
   font-weight: 400;
   font-size: 25px;
 }
 #content .contact div {
   margin-bottom: 40px;
 }
 #content .contact div h3 {
   color: #17b2ec;
   text-transform: uppercase;
   margin-bottom: 0;
 }
 #content .contact div h3,
 #content .contact div p {
   font-weight: 400;
   font-size: 25px;
 }
 #content .contact div p {
   line-height: 38px;
 }
 #content .contact div p a {
   color: inherit;
 }
 #content .contact-map {
   height: 360px;
 }
 
 #content.no-padding-bottom {
   padding-bottom: 0;
 }
 
 .newsletter-modal {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.8);
   z-index: 10;
   display: none;
 }
 .newsletter-modal.show {
   display: block;
 }
 .newsletter-modal.show .newsletter-modal-content.sent {
   display: block;
 }
 .newsletter-modal .newsletter-modal-content {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: #FFFFFF;
   width: 100%;
   max-width: 720px;
   border-radius: 8px;
   padding: 30px;
 }
 .newsletter-modal .newsletter-modal-content .title h3 {
   text-transform: uppercase;
   margin: 0;
   margin-bottom: 30px;
   font-weight: 600;
   font-size: 28px;
 }
 .newsletter-modal .newsletter-modal-content .title h3:after {
   content: "";
   display: block;
   width: 171px;
   height: 30px;
   background-image: url(images/drop.png);
   margin: 0.175em auto 0 auto;
 }
 .newsletter-modal .newsletter-modal-content .title h4 {
   font-size: 23px;
   color: #17b2ec;
   margin-bottom: 30px;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox {
   text-align: center;
   margin: 10px 0;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox #es_txt_email_pg {
   width: 100%;
   max-width: 280px;
   border: 1px solid #17b2ec;
   border-radius: 25px;
   padding: 10px 15px;
   margin-bottom: 20px;
   color: #707070;
   opacity: 1;
   font-size: 16px;
   outline: none;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox #es_txt_email_pg:focus {
   border: 1px solid #707070;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox label {
   display: flex;
   font-weight: 400;
   text-align: left;
   font-size: 11px;
   cursor: pointer;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox label span {
   width: 17px;
   height: 17px;
   display: inline-block;
   background: #FFFFFF;
   border: 2px solid #17b2ec;
   flex-shrink: 0;
   margin-top: 3.5px;
   margin-right: 15px;
   position: relative;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox label span:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: inline-block;
   background: #17b2ec;
   width: 6px;
   height: 6px;
   visibility: hidden;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox label p {
   margin: 0;
   line-height: 24px;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox input[type=checkbox] {
   display: none;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox input[type=checkbox]:checked + label span:before {
   visibility: visible;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox label.label {
   display: flex;
   justify-content: center;
   font-family: "Hind", sans-serif;
   font-size: 16px;
   color: #707070;
 }
 .newsletter-modal .newsletter-modal-content form .es_textbox label.label strong {
   white-space: normal;
   font-weight: normal;
 }
 .newsletter-modal .newsletter-modal-content form #es_txt_button_pg {
   width: 100%;
   max-width: 130px;
   border-radius: 25px;
   background-color: #17b2ec;
   color: #FFFFFF;
   font-size: 20px;
   font-weight: 400;
   border: none;
   background-image: url("images/envelope.png");
   background-repeat: no-repeat;
   background-position: 93px center;
   text-align: left;
   padding: 5px 0;
   padding-left: 20px;
   transition: background-color 0.3s;
   outline: none;
 }
 .newsletter-modal .newsletter-modal-content form #es_txt_button_pg:hover, .newsletter-modal .newsletter-modal-content form #es_txt_button_pg:focus {
   background-color: #2fbaee;
   transition: background-color 0.3s;
 }
 .newsletter-modal .newsletter-modal-content form #es_txt_button_pg[disabled] {
   background-color: #b4b4b4;
 }
 .newsletter-modal .modal-close {
   width: 44px;
   height: 44px;
   border-radius: 50%;
   background: #6a6a6a;
   position: absolute;
   display: block;
   right: -54px;
   top: -22px;
   background-image: url("images/modal_close.png");
   background-repeat: no-repeat;
   background-position: center center;
   cursor: pointer;
 }
 
 ::-webkit-input-placeholder {
   color: #707070;
   opacity: 1;
   font-size: 16px;
 }
 
 ::-moz-placeholder {
   color: #707070;
   opacity: 1;
   font-size: 16px;
 }
 
 :-ms-input-placeholder {
   color: #707070;
   opacity: 1;
   font-size: 16px;
 }
 
 :-moz-placeholder {
   color: #707070;
   opacity: 1;
   font-size: 16px;
 }
 
 .n2-ss-slide-background-mask * {
   background-attachment: fixed !important;
 }
 
 ul.files {
   list-style-type: none;
   text-align: left;
 }
 ul.files li {
   margin: 10px 0;
 }
 ul.files li a {
   color: #17b2ec;
   font-size: 25px;
   text-decoration: none;
 }
 ul.files li a:before {
   content: "";
   display: inline-block;
   background-image: url("images/cloud_dwn.png");
   background-repeat: no-repeat;
   width: 26px;
   height: 20px;
   margin-right: 5px;
 }
 
 #content .statute {
   padding: 0 30px;
 }
 #content .statute h2.title {
   text-align: left;
   font-weight: 400;
   color: #17b2ec;
 }
 #content .statute .scrollbox {
   max-height: 650px;
   margin-top: 42px;
   overflow: auto;
 }
 #content .statute .scrollbox::-webkit-scrollbar-track {
   background-color: #f0fbff;
 }
 #content .statute .scrollbox::-webkit-scrollbar {
   width: 16px;
   background-color: #f0fbff;
 }
 #content .statute .scrollbox::-webkit-scrollbar-thumb {
   background-color: #17b2ec;
 }
 #content .statute a.file {
   display: inline-block;
   font-size: 18px;
   color: #17b2ec;
   padding: 8px 12px;
   text-decoration: none;
   transition: all 0.2s;
   border: 2px solid;
   border-radius: 10px;
   margin-top: 48px;
 }
 #content .statute a.file:hover {
   background-color: #f0fbff;
 }
 #content .statute a.file:hover:before {
   transform: scale(0.9);
 }
 #content .statute a.file:before {
   content: "";
   display: inline-block;
   width: 26px;
   height: 20px;
   background-image: url("images/cloud_dwn.png");
   vertical-align: text-top;
   margin-right: 7px;
   transform: scale(1);
 }
 
 #content .reports {
   padding: 0 30px;
 }
 #content .reports .report {
   text-decoration: none;
   padding: 0;
   margin-bottom: 15%;
 }
 #content .reports .report .circle {
   position: relative;
   display: block;
   width: 75.678%;
   padding-top: 75.678%;
   border: 2px solid #17b2ec;
   border-radius: 50%;
   background-image: url("images/report.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: 34%;
 }
 #content .reports .report .circle:before {
   content: "POBIERZ";
   position: absolute;
   top: 5.6%;
   right: 5.6%;
   bottom: 5.6%;
   left: 5.6%;
   padding-top: 52%;
   font-family: "Hind", sans-serif;
   font-size: 20px;
   font-weight: 700;
   text-align: center;
   background-color: rgba(241, 250, 254, 0.9);
   background-image: url(images/download_dark.png);
   background-repeat: no-repeat;
   background-position: center 48%;
   border-radius: 50%;
   transform: scale(0);
   transition: all 0.2s;
 }
 #content .reports .report .circle:hover:before {
   transform: scale(1);
 }
 #content .reports .report .circle:after {
   content: "";
   position: absolute;
   top: 5.6%;
   right: 5.6%;
   bottom: 5.6%;
   left: 5.6%;
   background-color: #f1fafe;
   border-radius: 50%;
   z-index: -1;
 }
 #content .reports .report .title {
   position: absolute;
   bottom: -55%;
   display: block;
   text-align: center;
   font-size: 30px;
   font-family: "Hind", sans-serif;
   font-weight: 500;
   text-transform: uppercase;
 }
 #content .reports .report .dwn-icon {
   position: absolute;
 }
 #content .reports .report:nth-of-type(3n-2) {
   text-align: left;
 }
 #content .reports .report:nth-of-type(3n-1) {
   text-align: center;
 }
 #content .reports .report:nth-of-type(3n-1) .circle, #content .reports .report:nth-of-type(3n-1):after {
   margin-left: auto;
   margin-right: auto;
 }
 #content .reports .report:nth-of-type(3n) {
   text-align: right;
 }
 #content .reports .report:nth-of-type(3n) .circle, #content .reports .report:nth-of-type(3n):after {
   margin-left: auto;
   margin-right: 0;
 }
 
 @media only screen and (min-width: 1200px) and (max-width: 1259px) {
   #content .content-section .content-box {
     height: 302px;
   }
 }
 @media only screen and (max-width: 1199px) {
   .page #content .story,
 .page #content .news,
 .single #content .story,
 .single #content .news {
     position: relative;
     margin-bottom: 150px;
   }
 
   #header .mobile-nav {
     display: flex;
     justify-content: space-between;
     width: 100%;
   }
 
   #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
     padding: 0 5px;
   }
 
   #header .nav-menu-main #mega-menu-wrap-main-menu #mega-menu-main-menu {
     padding: 0 16px;
   }
 
   #content .homepage-section .section-content .news-nav.right,
 #content-full-width .homepage-section .section-content .news-nav.right {
     right: 0px;
   }
 
   #content .homepage-section .section-content .news-nav.left,
 #content-full-width .homepage-section .section-content .news-nav.left {
     left: 0px;
   }
 
   #content .homepage-section .section-content .news,
 #content-full-width .homepage-section .section-content .news {
     padding-top: 50%;
   }
 }
 @media only screen and (max-width: 869px) {
   .newsletter-modal .modal-close {
     right: 12px;
     top: -24px;
   }
   .newsletter-modal .modal-close #content .homepage-section .section-content .news-nav.right,
 .newsletter-modal .modal-close #content-full-width .homepage-section .section-content .news-nav.right {
     right: 0px;
   }
   .newsletter-modal .modal-close #content .homepage-section .section-content .news-nav.left,
 .newsletter-modal .modal-close #content-full-width .homepage-section .section-content .news-nav.left {
     left: 0px;
   }
 }
 @media only screen and (max-width: 767px) {
   .circle {
     margin: 0 auto !important;
   }
 
   #content .reports .report .title {
     width: 100%;
     bottom: -80px;
   }
 
   #content .reports .report {
     margin-bottom: 120px;
   }
 
   #content .homepage-section .section-content .news-nav.right,
 #content-full-width .homepage-section .section-content .news-nav.right {
     right: 0px;
   }
 
   #content .homepage-section .section-content .news-nav.left,
 #content-full-width .homepage-section .section-content .news-nav.left {
     left: 0px;
   }
 
   #content .homepage-section .section-content .news,
 #content-full-width .homepage-section .section-content .news {
     padding-top: 80%;
   }
 
   #content .homepage-section .section-content .videos-nav .videos-slider .video-slide,
 #content-full-width .homepage-section .section-content .videos-nav .videos-slider .video-slide {
     width: 100%;
   }
 }
 @media only screen and (max-width: 991px) {
   .single #content .news {
     margin-bottom: 50px;
   }
 
   #content .content-section .content-box {
     width: 100%;
   }
 
   #content .content-section,
 #content-full-width .content-section,
 #content .publications,
 #content-full-width .publications {
     padding-left: 15px;
     padding-right: 15px;
   }
 
   #content .content-section.team-member:nth-child(odd),
 #content .content-section.team-member:nth-child(even),
 #content .content-section.council-member:nth-child(odd),
 #content .content-section.council-member:nth-child(even),
 #content .content-section.council-member .member_details,
 .post-type-archive-news #content .news:nth-child(odd),
 .post-type-archive-news #content .news:nth-child(even),
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item .thumbnail,
 .post-type-archive-meetings #content .news:nth-child(odd),
 .post-type-archive-meetings #content .news:nth-child(even),
 #content .content-section.in-media {
     float: none;
     padding: 0 30px;
   }
 
   #content .content-section.in-media {
     padding-top: 15px;
   }
 
   #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item .name,
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item .pass,
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item .descryption,
 #content .content-section.council-member .member_details,
 .medicaments-and-equipment .content .text {
     float: none;
     padding: 0;
   }
 
   #content .content-section.team-member .member_thumbnail,
 #content .content-section.council-member .member_thumbnail {
     width: 100%;
     max-width: 300px;
     height: auto;
     margin: 0 auto;
   }
 
   #content .content-section.council-member .member_details .more-button {
     bottom: 10px;
   }
 
   #content .content-section.in-media .in-media_thumbnail {
     width: 200px;
     margin: 0 auto;
   }
 
   #content .content-section.in-media .in-media_details,
 #content .content-section.team-member.support-group-member .member_details {
     display: block;
     padding-left: 0;
   }
 
   #content #sidebar.right-sidebar {
     padding: 0 15px !important;
   }
   #content #sidebar.right-sidebar ul {
     padding: 0;
   }
 
   .news + #sidebar.right-sidebar {
     display: block;
   }
 
   .single #content .story .single-back-button,
 .single #content .story .single-next-button {
     bottom: auto;
   }
 
   #content .story.archive,
 #content-full-width .story.archive {
     width: 100%;
     margin: 0;
   }
 
   #content .reports .report .title {
     font-size: 22px;
   }
 
   .medicaments-and-equipment .reviews .container .review-item {
     width: 100%;
   }
 
   .education-thumbnail {
     background-size: cover;
   }
   .education-thumbnail img {
     max-height: 350px;
   }
 }
 @media only screen and (min-width: 991px) and (max-width: 1199px) {
   #content .story.archive {
     width: calc(33.33333333% - 25px);
   }
 
   #content .content-section.in-media .in-media_thumbnail {
     width: 200px;
     margin-left: 36px;
   }
 }
 @media only screen and (max-width: 530px) {
   #content.subaccounts .tabs-nav .tab-nav-button {
     width: 100%;
   }
 
   #content.subaccounts .tabs-nav .tab-nav-button:after {
     display: none;
   }
 }
 #content.subaccounts .tabs-wrapper .tab .subaccounts-list .subaccount-item:after {
   content: "";
   display: block;
   clear: both;
 }
 
 #content .content-section.council-member .member_details .more-button {
   position: static;
   float: right;
 }
 
 #header .nav-menu-main .menu-item.yt svg {
   display: none;
   fill: #57585b;
 }
 
 @media only screen and (max-width: 991px) {
   #header .nav-menu-main .menu-item.yt {
     background: none;
     width: auto;
   }
   #header .nav-menu-main .menu-item.yt svg {
     display: inline-block;
     margin-top: -3px;
   }
   #header .nav-menu-main .menu-item.yt:hover {
     background: none;
   }
   #header .nav-menu-main .menu-item.yt:hover svg {
     fill: #E02F2F;
   }
 
   #header .mobile-nav {
     height: auto !important;
     width: 100vw;
   }

   #wp-megamenu-main-menu.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
    margin-top: 26px!important;
    margin-bottom: 12px;
  }
 
   #header .nav-menu-main {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     margin: 0 !important;
     flex-wrap: wrap;
     padding: 10px 0;
     -ms-transform: translateY(-42%);
     transform: translateY(-42%);
     position: absolute!important;
   }
 
   #header .nav-menu-main > * {
     margin: 0 !important;
     margin-left: 10px !important;
     margin-bottom: 5px !important;
     display: flex;
     align-items: center;
   }
 
   #header .header-image {
     flex-shrink: 0;
     z-index: 99999;
   }
 
   #header .nav-menu-main #mega-menu-wrap-main-menu {
     order: 2;
   }
 
   #header .nav-menu-main #mega-menu-wrap-main-menu #mega-menu-main-menu {
     position: fixed;
     left: 0;
     right: -16px;
     bottom: 0;
     padding: 0;
     overflow-y: scroll;
   }
 
   #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-right {
     float: none;
     margin-right: -5px;
     margin-top: 2px;
   }
 
   #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
     top: auto;
     width: 100%;
     padding: 5px 0;
     background: #46c2f0;
   }
 
   #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
     border-bottom: 1px solid #0f8fdd;
     background: #17b2ec;
   }
 
   #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
     background: #46c2f0;
   }
 
   .mega-sub-menu {
     padding: 0 !important;
   }
 
   #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link,
 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
     text-align: center;
     color: #FFFFFF !important;
   }
 }
 #mega-menu-wrap-main-menu .mega-menu-toggle {
   background: #FFFFFF;
 }
 
 #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:after {
   content: "";
 }
 @media only screen and (max-width: 991px) {
   #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:after {
     display: none;
   }
 }
 
 #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:before {
   color: #17B2EC;
   margin: 0;
 }
 
 .member_details .member-personal,
 .member_details .member-phone,
 .member_details .member-mail {
   height: 22px;
 }
 
 .containerFullWidth {
   width: 100%;
 }
 
 .row.no-margin {
   margin-left: 0;
   margin-right: 0;
 }
 .row.no-margin > div {
   float: left;
 }
 
 #content .publications .publication {
   border: none;
 }
 
 ul.pagination {
   display: block;
   margin-top: 72px;
   text-align: center;
 }
 ul.pagination li.pagination-item {
   display: inline-block;
 }
 ul.pagination li.pagination-item a {
   background-color: #17b2ec;
   border-radius: 0;
   border: 0;
   margin: 2px;
   color: #fff;
 }
 ul.pagination li.pagination-item.active a {
   background-color: #0061ac;
 }
 
 .left,
 .right {
   cursor: pointer !important;
 }
 
 .mega-menu > .mega-menu-item > .mega-menu-link.hasSubmenu {
   position: relative;
 }
 .mega-menu > .mega-menu-item > .mega-menu-link.hasSubmenu:after {
   content: "";
   display: block;
   width: 21px;
   height: 14px;
   background: url(images/nav-arrow.png);
   background-size: cover;
   position: absolute;
   right: 40px;
   top: 13px;
 }
 
 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after {
   transform: rotate(180deg);
 }
 
 ::selection {
   background: #17b2ec;
   color: #fff;
 }
 
 ::-moz-selection {
   background: #17b2ec;
   color: #fff;
 }
 
 @supports (-ms-ime-align: auto) {
   .n2-ss-slide-background-mask * {
     background-attachment: local;
   }
 }
 .newsletter-button {
   color: #FFFFFF;
   position: relative;
   margin-top: 10px;
   display: block;
 }
 .newsletter-button:hover {
   text-decoration: underline;
   color: #cccccc;
 }
 .newsletter-button:after {
   content: "";
   display: inline-block;
   background: url(images/envelope.png);
   width: 20px;
   height: 16px;
   margin-left: 5px;
   position: absolute;
   top: 50%;
   transform: translateY(-9px);
 }
 
 #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:before {
   font-size: 50px;
 }
 
 i.location {
   width: 25px;
 }
 i.location:before {
   content: "";
   display: inline-block;
   background: url(images/footer-icon-1.png);
   background-repeat: no-repeat;
   width: 9px;
   height: 14px;
   margin-right: 10px;
 }
 
 i.phone {
   width: 25px;
 }
 i.phone:before {
   content: "";
   display: inline-block;
   background: url(images/footer-icon-2.png);
   background-repeat: no-repeat;
   width: 14px;
   height: 14px;
   margin-right: 10px;
 }
 
 i.mail {
   width: 25px;
 }
 i.mail:before {
   content: "";
   display: inline-block;
   background: url(images/footer-icon-3.png);
   background-repeat: no-repeat;
   width: 17px;
   height: 14px;
   margin-right: 10px;
 }
 
 .footer-widget-2 p {
   display: flex !important;
   padding: 0;
   margin: 0;
 }
 
 @media only screen and (max-width: 991px) {
   #n2-ss-3 > div > div.n2-ss-slider-2.n2-ow > div > div.n2-ss-slide-backgrounds > div > div > div {
     background-size: cover !important;
     background-position: center center !important;
   }
 
   #n2-ss-3 > div {
     height: 400px !important;
   }
 
   #content .homepage-section.section-5,
 #content .homepage-section.section-2 {
     padding-bottom: 30px !important;
     padding-top: 30px !important;
   }
 
   #content .homepage-section .section-content .news,
 .page #content .story {
     margin-bottom: 0;
   }
 }
 .arrows-container a {
   bottom: auto !important;
 }
 
 div#n2-ss-3.n2-ss-mobile .n2-ss-widget-display-mobile.n2-ib {
   top: 50% !important;
   transform: translateY(-50%) !important;
 }
 
 .language-switcher {
   display: inline-flex;
   list-style-type: none;
   margin: 0;
   padding: 0 0 0 10px;
   font-size: 0;
 }
 .language-switcher li {
   display: inline-block;
   margin: 0 5px;
   border-radius: 4px;
   border: 1px solid transparent;
   transition: all 0.2s;
 }
 .language-switcher li:first-of-type {
   order: 2;
 }
 .language-switcher li.current-lang, .language-switcher li:hover {
   border: 1px solid #17B2EC;
 }
 .language-switcher li a {
   display: inline-block;
   padding: 7px;
   text-decoration: none;
   font-size: 12px;
   color: #17B2EC;
 }
 @media only screen and (max-width: 1152px) {
   .language-switcher .current-lang {
     display: none;
   }
 }
 
 #footer .language-switcher {
   padding-left: 15px;
 }
 #footer .language-switcher li {
   border: 1px solid #FFFFFF;
 }
 #footer .language-switcher li a {
   color: #FFFFFF;
 }
 #footer .language-switcher .current-lang a {
   background: #FFFFFF;
   color: #17B2EC;
 }
 
 #wrapper #ajaxsearchlite1 .probox .proinput input,
 div[id*=ajaxsearchlite] .probox .proinput input.orig {
   line-height: 12px !important;
 }
 
 body #cp-widget .cp-type--minimal .cp-btn-container--position-bottom-right {
   bottom: 20px !important;
   right: 20px !important;
 }
 
 body #cp-widget .cp-type--minimal .cp-btn-container--scheme-blue .cp-btn-container__button {
   background-color: #337ab7 !important;
 }
 
 body #cp-widget .cp-type--minimal .cp-wrapper--scheme-blue .cp-steps {
   border: 2px solid #337ab7 !important;
 }
 
 body #cp-widget .cp-type--minimal .cp-wrapper--scheme-blue .cp-brand-button,
 body #cp-widget .cp-type--minimal .cp-wrapper--scheme-blue .cp-brand-stats {
   background-color: #337ab7 !important;
 }
 
 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link:focus {
   background: #747474;
   color: #17b2ec;
   font-weight: normal;
   text-decoration: none;
   border-color: #fff;
 }
 
 @media only screen and (min-width: 767px) {
   #content .reports .report .title {
     height: 93px;
     word-spacing: 43px;
   }
 }
 @media only screen and (min-width: 992px) {
   #content .reports .report .title {
     bottom: -60%;
     height: 126px;
   }
 }
 @media only screen and (min-width: 1200px) {
   #content .reports .report .title {
     bottom: -55%;
   }
 }
 #content .content-section.in-media .in-media_details .button {
   margin-bottom: 15px;
 }
 
 .medicaments-and-equipment .reviews h2,
 .medicaments-and-equipment .pumps-owners h2 {
   white-space: normal !important;
 }
 
 @media only screen and (max-width: 991px) {
   .language-switcher {
     float: left;
   }
 
   #footer .footer-widgets .footer-widget {
     padding: 15px 0;
   }
 }
 @media only screen and (max-width: 1200px) {
   .language-switcher {
     float: none;
   }
 }
 .medicaments-and-equipment .pumps-owners .wrapper .pumps-owner-item .pumps-owners-image {
   background-position: center;
 }
 
 @media only screen and (max-width: 607px) {
   .medicaments-and-equipment .reviews .container .review-item .review-image {
     float: none;
     margin: 22px auto 18px auto;
   }
 
   .medicaments-and-equipment .reviews .container .review-item .review-name {
     width: 100%;
   }
 }
 #content .content-section.in-media .in-media_thumbnail img {
   visibility: visible;
   width: 200px;
   height: auto;
 }
 
 #subaccount-dropdown {
   margin-top: 40px;
 }
 #subaccount-dropdown .dropdown-list {
   box-shadow: none;
   z-index: auto;
   overflow: visible;
 }
 #subaccount-dropdown .dropdown-list:before {
   content: "";
   position: absolute;
   top: 30px;
   right: 0;
   left: 0;
   bottom: 0;
   box-shadow: 0px 0px 44px -8px rgba(0, 0, 0, 0.5);
   z-index: -1;
 }
 
 .dropdown-input {
   padding: 0 15px;
 }
 .dropdown-input ul.dropdown {
   font-family: "Hind", sans-serif;
   position: relative;
   display: inline-block;
   list-style: none;
   float: left;
   text-align: left;
   padding: 0;
   z-index: 1;
 }
 .dropdown-input ul.dropdown li {
   font-size: 16px;
   font-weight: 400;
   line-height: 25px;
   color: #363636;
   background-color: #ffffff;
   padding: 0px 0 0px 0;
   margin: 0 -2px;
   text-transform: uppercase;
 }
 .dropdown-input ul.dropdown li.dropdown-label {
   font-size: 20px;
   position: relative;
   min-width: 205px;
   text-transform: uppercase;
   color: #17b2ec;
   border: 2px solid;
   padding: 9px 12px 5px;
   display: block;
   border-radius: 11px;
   text-align: inherit;
   cursor: default;
 }
 .dropdown-input ul.dropdown li.dropdown-label.active:after {
   transform: rotateX(180deg);
 }
 .dropdown-input ul.dropdown li.dropdown-label:after {
   content: "";
   display: inline-block;
   float: right;
   width: 17px;
   height: 15px;
   background-image: url(images/dropdown_arrow.png);
   margin-top: 4px;
   margin-left: 22px;
   transform: rotateX(0deg);
   transition: all 0.2s;
 }
 .dropdown-input ul.dropdown li > ul.dropdown-list {
   position: absolute;
   top: 100%;
   display: none;
   list-style: none;
   min-width: 100%;
   padding: 10px 11px 6px 11px;
   background-color: #ffffff;
   box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
   z-index: -1;
   overflow: hidden;
 }
 .dropdown-input ul.dropdown li > ul.dropdown-list > li:hover {
   color: #17b2ec;
   cursor: pointer;
 }
 
 .social {
   display: inline-block;
 }
 @media only screen and (max-width: 991px) {
   .social {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-end;
   }
 }
 
 @media only screen and (max-width: 389px) {
   .language-switcher li:last-of-type {
     margin-right: 0 !important;
   }
 
   .language-switcher {
     padding-right: 0 !important;
   }
 }
 @media only screen and (max-width: 991px) {
   .menu-item.donate {
     order: 1 !important;
   }
 }
 #content .homepage-section .section-content .news .news-inner .news-description .news-name {
   width: 100%;
 }
 
 #customer_details.col2-set .col-1 {
   width: 98%;
 }
 
 @media only screen and (max-width: 991px) {
   #content .content-section.team-member .member-descryption {
     padding: 15px 0;
   }
 
   #content .content-section.team-member .member_details {
     padding-left: 0;
   }
 }
 .container.mobile-nav {
   width: 100%;
 }
 
 @media only screen and (min-width: 1200px) {
   .container.mobile-nav {
     /* width: 1170px !important; */
     position: relative;
   }
 
   #content .content-section.in-media .in-media_thumbnail {
     margin: 18px 0;
   }
 }
 div#n2-ss-3 .n2-ss-slider-1 {
   min-height: 720px;
 }
 
 div#n2-ss-3 .nextend-arrow img {
   display: none !important;
 }
 
 #content .content-section.in-media .in-media_thumbnail {
   border-radius: 10px;
   border-bottom-right-radius: 0px;
   background-size: cover;
   background-position: center;
   min-height: 330px;
 }
 
 .volonteer-form .col,
 .events-form .col {
   padding: 0 30px;
 }
 @media only screen and (max-width: 991px) {
   .volonteer-form .col,
 .events-form .col {
     padding: 0;
   }
 }
 .volonteer-form .form-section,
 .events-form .form-section {
   margin-bottom: 40px;
   border: 1px solid transparent;
 }
 .volonteer-form .form-section.submit,
 .events-form .form-section.submit {
   text-align: center;
 }
 .volonteer-form .form-checkbox p,
 .volonteer-form .form-radio p,
 .events-form .form-checkbox p,
 .events-form .form-radio p {
   padding-left: 10px;
 }
 .volonteer-form .form-section.notvalid,
 .events-form .form-section.notvalid {
   border: 1px solid red;
 }
 .volonteer-form .field,
 .events-form .field {
   position: relative;
   padding-bottom: 15px;
 }
 .volonteer-form .field:last-of-type,
 .events-form .field:last-of-type {
   padding-bottom: 0;
 }
 .volonteer-form .field input,
 .events-form .field input {
   width: 100%;
   height: 45px;
   border: none;
   border-bottom: 1px solid #66ccf4;
   outline: none;
   color: #0061ac;
   font-size: 16px;
   font-family: "Roboto";
   font-weight: 400;
   padding-left: 5px;
 }
 .volonteer-form .field input:focus,
 .events-form .field input:focus {
   border-bottom: 1px solid #0061ac;
 }
 .volonteer-form .field label,
 .events-form .field label {
   position: absolute;
   left: 5px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
   padding-bottom: 15px;
   color: #66ccf4;
   font-size: 16px;
   font-family: "Roboto";
   font-weight: 400;
   transition: all ease-in 0.1s;
   pointer-events: none;
 }
 .volonteer-form textarea,
 .events-form textarea {
   width: 100%;
   height: 100px;
   border: none;
   border-bottom: 1px solid #66ccf4;
   outline: none;
   color: #0061ac;
   font-size: 16px;
   font-family: "Roboto";
   font-weight: 400;
   resize: none;
 }
 .volonteer-form textarea:focus,
 .events-form textarea:focus {
   border-bottom: 1px solid #0061ac;
 }
 .volonteer-form .field.focus label,
 .events-form .field.focus label {
   top: 15px;
   transition: all ease-out 0.1s;
   font-size: 12px;
 }
 .volonteer-form .form-radio,
 .volonteer-form .form-checkbox,
 .events-form .form-radio,
 .events-form .form-checkbox {
   text-align: left;
 }
 .volonteer-form .form-radio .wpcf7-list-item,
 .volonteer-form .form-checkbox .wpcf7-list-item,
 .events-form .form-radio .wpcf7-list-item,
 .events-form .form-checkbox .wpcf7-list-item {
   display: block;
   margin: 0;
 }
 .volonteer-form .form-radio label,
 .volonteer-form .form-checkbox label,
 .events-form .form-radio label,
 .events-form .form-checkbox label {
   margin: 10px 0;
   color: #66ccf4;
   font-size: 16px;
   font-family: "Roboto";
   font-weight: 400;
   display: flex;
 }
 .volonteer-form .form-radio label input,
 .volonteer-form .form-checkbox label input,
 .events-form .form-radio label input,
 .events-form .form-checkbox label input {
   visibility: hidden;
   margin-right: 5px;
 }
 .volonteer-form .form-radio label input:before,
 .volonteer-form .form-checkbox label input:before,
 .events-form .form-radio label input:before,
 .events-form .form-checkbox label input:before {
   content: "";
   width: 13px;
   height: 15px;
   display: block;
   visibility: visible;
   background-image: url("images/icon1.png");
   background-repeat: no-repeat;
 }
 .volonteer-form .form-radio label input:checked:before,
 .volonteer-form .form-checkbox label input:checked:before,
 .events-form .form-radio label input:checked:before,
 .events-form .form-checkbox label input:checked:before {
   background-image: url("images/icon2.png");
 }
 .volonteer-form .form-radio .wpcf7-list-item.has-free-text,
 .volonteer-form .form-checkbox .wpcf7-list-item.has-free-text,
 .events-form .form-radio .wpcf7-list-item.has-free-text,
 .events-form .form-checkbox .wpcf7-list-item.has-free-text {
   display: flex;
 }
 .volonteer-form .form-radio .wpcf7-list-item.has-free-text label,
 .volonteer-form .form-checkbox .wpcf7-list-item.has-free-text label,
 .events-form .form-radio .wpcf7-list-item.has-free-text label,
 .events-form .form-checkbox .wpcf7-list-item.has-free-text label {
   margin: 0;
   margin-right: 10px;
 }
 .volonteer-form .form-radio .wpcf7-list-item.has-free-text input[type=text]:disabled,
 .volonteer-form .form-checkbox .wpcf7-list-item.has-free-text input[type=text]:disabled,
 .events-form .form-radio .wpcf7-list-item.has-free-text input[type=text]:disabled,
 .events-form .form-checkbox .wpcf7-list-item.has-free-text input[type=text]:disabled {
   border-bottom: 1px solid transparent;
 }
 .volonteer-form .form-radio .wpcf7-list-item.has-free-text input,
 .volonteer-form .form-checkbox .wpcf7-list-item.has-free-text input,
 .events-form .form-radio .wpcf7-list-item.has-free-text input,
 .events-form .form-checkbox .wpcf7-list-item.has-free-text input {
   width: 100%;
   height: 45px;
   border: none;
   border-bottom: 1px solid #0061ac;
   outline: none;
   color: #0061ac;
   font-size: 16px;
   font-family: "Roboto";
   font-weight: 400;
   padding-left: 5px;
 }
 .volonteer-form input[type=submit],
 .events-form input[type=submit] {
   display: inline-block;
   font-family: "Hind", sans-serif;
   font-size: 17px;
   font-weight: 600;
   background-color: #ffffff;
   border: 2px solid #17b2ec;
   color: #17b2ec;
   border-radius: 6px;
   text-transform: uppercase;
   text-decoration: none;
   padding: 4px 10px 2px 10px;
   transition: all 0.2s;
   cursor: pointer;
 }
 .volonteer-form input[type=submit]:hover,
 .events-form input[type=submit]:hover {
   background-color: #59d2ff;
   border: 2px solid #17b2ec;
   color: #ffffff;
 }
 .volonteer-form .submit,
 .events-form .submit {
   text-align: left;
 }
 .volonteer-form p.header,
 .events-form p.header {
   font-family: "Roboto";
   font-weight: 500;
   font-size: 16px;
   color: #0061ac;
   display: block;
 }
 .volonteer-form p.header span,
 .events-form p.header span {
   font-size: 13px;
 }
 .volonteer-form .wpcf7-not-valid-tip,
 .events-form .wpcf7-not-valid-tip {
   display: none;
 }
 .volonteer-form div.wpcf7-mail-sent-ok,
 .events-form div.wpcf7-mail-sent-ok {
   border: none;
   color: #66ccf4;
   margin: 0;
   font-family: "Roboto";
   font-size: 14px;
   line-height: 20px;
   padding: 5px 0;
   padding-left: 10px;
   border-left: 1px solid #66ccf4;
   text-align: left;
 }
 .volonteer-form div.wpcf7-validation-errors,
 .volonteer-form div.wpcf7-mail-sent-ng,
 .events-form div.wpcf7-validation-errors,
 .events-form div.wpcf7-mail-sent-ng {
   border: none;
   color: red;
   margin: 0;
   font-family: "Roboto";
   font-size: 14px;
   line-height: 20px;
   padding: 5px 0;
   padding-left: 10px;
   border-left: 1px solid red;
   text-align: left;
 }
 
 .events-page-title {
   color: #17b2ec;
   font-family: "Hind";
   font-size: 23px;
   font-weight: 400;
   line-height: 32.99px;
   text-transform: uppercase;
   margin-top: 50px;
 }
 
 .events-page-content {
   text-align: justify;
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   font-weight: 400;
   color: #707070;
   padding-bottom: 16px;
 }
 .events-page-content p {
   color: #636363;
   font-family: "Roboto", sans-serif;
   font-size: 18px;
   font-weight: 400;
   line-height: 30px;
   margin-bottom: 40px;
 }
 .events-page-content h3 {
   color: #0061ac;
   font-family: "Hind";
   font-size: 18px;
   font-weight: 400;
   line-height: 32.99px;
   text-transform: uppercase;
 }
 .events-page-content h3 + p {
   color: #636363;
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 21.99px;
   margin-bottom: 0;
 }
 .events-page-content span {
   color: #0061ac;
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 21.99px;
   margin-top: 40px;
   display: block;
 }
 
 .events-form h3.title {
   color: #17b2ec;
   font-family: "Hind";
   font-size: 18px;
   font-weight: 400;
   line-height: 47px;
   text-transform: uppercase;
 }
 .events-form .col {
   padding: 0 15px;
 }
 .events-form .submit {
   text-align: center;
 }
 .events-form .wpcf7-response-output {
   text-align: left;
 }
 .events-form .field {
   padding-bottom: 15px !important;
 }
 
 .eg-event {
   display: block;
   text-align: left;
   position: relative;
 }
 .eg-event .eg-event-name {
   font-family: "Hind", sans-serif;
   font-size: 18px;
   font-weight: 500;
   color: #0061ac;
   text-transform: uppercase;
   padding-top: 28px;
   padding-bottom: 12px;
 }
 .eg-event .eg-event-intro,
 .eg-event .eg-event-extra {
   font-family: "Roboto", sans-serif;
   font-size: 16px;
   font-weight: 400;
   color: #636363;
 }
 .eg-event .eg-event-extra {
   display: none;
 }
 .eg-event button {
   position: absolute;
   right: 0;
   bottom: 0;
 }
 
 div.donation-amounts {
   padding: 35px 0 40px;
 }
 div.donation-amounts > div.col-xs-3 {
   position: relative;
 }
 div.donation-amounts > div.col-xs-3 .donation-tooltip {
   position: absolute;
   color: #17b2ec;
   border: 2px solid #ebebeb;
   background-color: #ffffff;
   border-radius: 10px;
   bottom: 50%;
   left: 50%;
   transform: translateX(-50%);
   width: 100%;
   padding: 10px;
   z-index: 9;
   opacity: 0;
   transition: all 0.3s;
   font-weight: 600;
   pointer-events: none;
 }
 div.donation-amounts > div.col-xs-3:hover .donation-tooltip {
   bottom: 102%;
   opacity: 1;
 }
 
 @media only screen and (max-width: 1999px) {
   #content .content-section.team-member .member_thumbnail {
     max-width: 275px;
   }
 }
 .post-type-archive-meetings #content .news .news-inner .news-thumbnail .news-more-hover {
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 0;
   bottom: 0;
 }
 
 .dropdown-input:after {
   content: "";
   display: block;
   clear: both;
 }
 
 .flex {
   display: flex !important;
   flex-direction: row;
   flex-wrap: wrap;
 }
 
 #content .content-section.team-member.support-group-member .member_thumbnail {
   display: block;
 }
 
 @media only screen and (min-width: 1200px) {
   #content .content-section.team-member.support-group-member .member_thumbnail {
     display: inline-block;
   }
 
   #content .content-section.team-member .member_details .member-name {
     max-width: 200px;
   }
 }
 @media only screen and (max-width: 991px) {
   .page-id-521 #content #sidebar.right-sidebar {
     display: block;
     order: -1;
     width: 100%;
   }
 }
 .notvalid {
   border: 1px solid red !important;
 }
 
 .main-slider-container {
   position: relative;
 }
 .main-slider-container .slider-arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   cursor: pointer;
 }
 @media only screen and (max-width: 850px) {
   .main-slider-container .slider-arrow {
     top: auto;
     bottom: -10px;
   }
 }
 .main-slider-container .slider-arrow.prev {
   left: 75px;
 }
 @media only screen and (min-width: 851px) {
   .main-slider-container .slider-arrow.prev {
     left: 10px;
   }
 }
 @media only screen and (min-width: 1400px) {
   .main-slider-container .slider-arrow.prev {
     left: 75px;
   }
 }
 .main-slider-container .slider-arrow.next {
   right: 75px;
 }
 @media only screen and (min-width: 851px) {
   .main-slider-container .slider-arrow.next {
     right: 10px;
   }
 }
 @media only screen and (min-width: 1400px) {
   .main-slider-container .slider-arrow.next {
     right: 75px;
   }
 }
 .main-slider-container .main-slider .slide {
   position: relative;
 }
 .main-slider-container .main-slider .slide .slide-image {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }
 .main-slider-container .main-slider .slide .slide-image img {
   max-width: 100%;
   height: auto;
   min-height: 400px;
   visibility: hidden;
 }
 .main-slider-container .main-slider .slide .slide-content {
   width: 100%;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   text-align: left;
 }
 @media only screen and (max-width: 991px) {
   .main-slider-container .main-slider .slide .slide-content {
     top: 50%;
   }
 }
 .main-slider-container .main-slider .slide .slide-content p {
   color: #ffffff;
   font-family: "Hind";
   font-size: 21px;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 25px;
   line-height: 1;
   white-space: pre-line;
   text-align: left;
 }
 @media only screen and (max-width: 599px) {
   .main-slider-container .main-slider .slide .slide-content p {
     font-size: 11px;
   }
 }
 .main-slider-container .main-slider .slide .slide-content p span {
   display: inline-block;
   background-color: #17b2ec;
   margin: 5px;
   padding: 6px 5px 4px;
   white-space: nowrap;
 }
 .main-slider-container .main-slider .slide .slide-content a {
   font-family: "Roboto";
   color: #17b2ec;
   font-size: 87.5%;
   line-height: 1.5;
   text-align: center;
   background: #ffffff;
   opacity: 1;
   padding: 5px 20px 5px 20px;
   box-shadow: none;
   border-width: 2px;
   border-style: solid;
   border-color: #17b2ec;
   border-color: RGBA(23, 178, 236, 1);
   border-radius: 7px;
   text-transform: uppercase;
   text-decoration: none;
   margin-left: 5px;
 }
 .main-slider-container .main-slider .slide .slide-content a:hover {
   background: #00adef;
   border-width: 2px;
   border-style: solid;
   border-color: #ffffff;
   color: #FFFFFF;
 }
 
 .slick-slide {
   outline: none;
 }
 
 .single-stories .menu-item-object-stories a {
   color: #464646 !important;
   border-color: #17b2ec !important;
 }
 
 #darowizna {
   padding: 11% 0;
 }
 @media only screen and (max-width: 991px) {
   #darowizna {
     padding: 20% 0;
   }
 }
 
 @media only screen and (max-width: 991px) {
   #content .homepage-section .section-content .videos-nav {
     position: absolute;
     top: 50%;
     left: 0;
     transform: translateY(-50%);
     width: 100%;
     height: 36px;
     margin: 0;
   }
 
   #content .homepage-section .section-content .video-player {
     margin: 0 25px;
   }
 
   #content .homepage-section .section-content .videos-nav .videos-nav-arro {
     padding: 0;
   }
 
   .videos-slider {
     display: none !important;
   }
 }
 .wpcf7-response-output {
   text-align: left !important;
 }
 
 /*# sourceMappingURL=style.css.map */
 .single .title {
   text-align: center;
   background: #406db3;
   padding: 3em;
   color: #fff;
   margin-bottom: 4em;
 }
 .single .title h2 {
   color: #fff;
 }
 .single .container {
   display: block !important;
 }
 .single .container p {
   position: relative;
   font-family: "Roboto", sans-serif;
   font-size: 18px;
   font-weight: 400;
   color: #707070;
 }
 
 #content .homepage-section.section-4 .section-title,
 #content-full-width .homepage-section.section-4 .section-title,
 #content .homepage-section .section-title h2,
 #content-full-width .homepage-section .section-title h2 {
   text-align: center;
 }
 
 @media (min-width: 1420px) {
   .container {
     width: 1420px !important;
   }
 }
 .page-heading {
   height: 24em;
 }
 .page-heading h2 {
   position: relative;
   margin-bottom: 42px;
   margin-top: 42px;
   font-family: "Hind", sans-serif;
   font-size: 35px;
   font-weight: 600;
   text-transform: uppercase;
   color: #0fb3ed;
   z-index: 1;
   text-align: center;
   padding: 2em;
 }
 .page #content {
   margin-top: 5em;
 }
 .page #content .content-section .content-section-title {
   padding: 0;
   margin-top: 0;
   margin-bottom: 40px;
   font-weight: 400;
   color: #17b2ec;
   text-align: center;
 }
 .page #content .content-box {
   text-align: center;
 }
 .page #content .content-box .content-box-title {
   color: #17b2ec;
   text-align: center;
 }
 
 .page-id-17 #content {
   margin-top: 0em;
 }
 
 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
   -webkit-border-radius: 0px 0px 0px 0px;
   -moz-border-radius: 0px 0px 0px 0px;
   -ms-border-radius: 0px 0px 0px 0px;
   -o-border-radius: 0px 0px 0px 0px;
   border-radius: 0px 0px 0px 0px;
   background: #f7f9fb;
   padding: 0px 0px 0px 0px;
   position: absolute;
   width: 100%;
   border-top: 0px solid #fff;
   border-left: 0px solid #fff;
   border-right: 0px solid #fff;
   border-bottom: 0px solid #fff;
   left: 0;
   overflow: visible !important;
   z-index: -4;
 }
 @media (min-width: 1200px) {
   #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
     padding-left: 316.891px !important;
     padding-right: 316.891px !important;
     height: auto !important;
   }
 }
 
 .mega-toggle-label-closed, .mega-toggle-label-open {
   display: none;
 }
 
 @media only screen and (max-width: 991px) {
   #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
     display: contents !important;
   }
 }
 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
   color: #666;
   font-family: inherit;
   font-size: 14px;
   display: block;
   float: left;
   clear: none;
   padding: 30px 0px 30px 0px;
   vertical-align: top;
   top: -200px;
   transition: top 0.2s;
 }
 
 #content .content-section:nth-child(1) {
   padding-top: 44px;
   margin-top: 0;
 }
 
 .mt-8 {
   margin-top: 8em;
 }
 
 .mt-6 {
   margin-top: 6em !important;
 }
 
 @media (min-width: 1200px) {
   .mt-24 {
     margin-top: 24em;
   }
 }
 
 @media (min-width: 1200px) {
   .mt-16 {
     margin-top: 16em;
   }
 }
 
 .dropdown:hover > .dropdown-menu {
   display: block;
 }
 .dropdown-submenu {
     position: relative;
 }
 .dropdown-submenu>.dropdown-menu {
     top: 0;
     left: 100%;
     margin-top: -6px;
     margin-left: -1px;
     -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px;
     border-radius: 0 6px 6px 6px;
 }
 .dropdown-submenu:hover > .dropdown-menu {
     display: block;
 }
 .dropdown-submenu>a:after {
     display: block;
     content: " ";
     float: right;
     width: 0;
     height: 0;
     border-color: transparent;
     border-style: solid;
     border-width: 5px 0 5px 5px;
     border-left-color: #ccc;
     margin-top: 5px;
     margin-right: -10px;
 }
 .dropdown-submenu:hover>a:after {
     border-left-color: #fff;
 }
 .dropdown-submenu.pull-left {
     float: none;
 }
 .dropdown-submenu.pull-left>.dropdown-menu {
     left: -100%;
     margin-left: 10px;
     -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
     border-radius: 6px 0 6px 6px;
 }
 
 .navbar-collapse.collapse {
   float: right;
   right: 0;
 }
 
 .start-header {
   opacity: 1;
   transform: translateY(0);
   padding: 20px 0;
   box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
   -webkit-transition : all 0.3s ease-out;
   transition : all 0.3s ease-out;
 }
 .start-header.scroll-on {
   box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
   padding: 10px 0;
   -webkit-transition : all 0.3s ease-out;
   transition : all 0.3s ease-out;
 }
 .start-header.scroll-on .navbar-brand img{
   height: 24px;
   -webkit-transition : all 0.3s ease-out;
   transition : all 0.3s ease-out;
 }
 .navigation-wrap{
   position: fixed;
   width: 100%;
   top: 0;
   left: 0;
   z-index: 1000;
   -webkit-transition : all 0.3s ease-out;
   transition : all 0.3s ease-out;
 }
 .navbar{
   padding: 0;
 }
 .navbar-brand img{
   height: 28px;
   width: auto;
   display: block;
   -webkit-transition : all 0.3s ease-out;
   transition : all 0.3s ease-out;
 }
 .navbar-toggler {
   float: right;
   border: none;
   padding-right: 0;
 }
 .navbar-toggler:active,
 .navbar-toggler:focus {
   outline: none;
 }
 .navbar-light .navbar-toggler-icon {
   width: 24px;
   height: 17px;
   background-image: none;
   position: relative;
   border-bottom: 1px solid #000;
     transition: all 300ms linear;
 }
 .navbar-light .navbar-toggler-icon:after, 
 .navbar-light .navbar-toggler-icon:before{
   width: 24px;
   position: absolute;
   height: 1px;
   background-color: #000;
   top: 0;
   left: 0;
   content: '';
   z-index: 2;
     transition: all 300ms linear;
 }
 .navbar-light .navbar-toggler-icon:after{
   top: 8px;
 }
 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
   transform: rotate(45deg);
 }
 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
   transform: translateY(8px) rotate(-45deg);
 }
 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
   border-color: transparent;
 }
 .nav-link{
   color: #212121 !important;
   font-weight: 500;
     transition: all 200ms linear;
 }
 .nav-item:hover .nav-link{
   color: #8167a9 !important;
 }
 .nav-item.active .nav-link{
   color: #777 !important;
 }
 .nav-link {
   position: relative;
   padding: 5px 0 !important;
   display: inline-block;
 }
 .nav-item:after{
   position: absolute;
   bottom: -5px;
   left: 0;
   width: 100%;
   height: 2px;
   content: '';
   background-color: #8167a9;
   opacity: 0;
     transition: all 200ms linear;
 }
 .nav-item:hover:after{
   bottom: 0;
   opacity: 1;
 }
 .nav-item.active:hover:after{
   opacity: 0;
 }
 .nav-item{
   position: relative;
     transition: all 200ms linear;
 }
 
 /* #Primary style
 ================================================== */
 
 .bg-light {
   background-color: #fff !important;
     transition: all 200ms linear;
 }
 .section {
     position: relative;
   width: 100%;
   display: block;
 }
 .full-height {
     height: 100vh;
 }
 .over-hide {
     overflow: hidden;
 }
 .absolute-center {
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   margin-top: 40px;
   transform: translateY(-50%);
   z-index: 20;
 }
 h1{
   font-size: 48px;
   line-height: 1.2;
   font-weight: 700;
   color: #212112;
   text-align: center;
 }
 p{
   margin: 0;
   padding-top: 10px;
   opacity: 1;
   transform: translate(0);
     transition: all 300ms linear;
     transition-delay: 1700ms;
 }
 body.hero-anime p{
   opacity: 0;
   transform: translateY(40px);
     transition-delay: 1700ms;
 }
 h1 span{
   display: inline-block;
     transition: all 300ms linear;
   opacity: 1;
   transform: translate(0);
 }
 body.hero-anime h1 span:nth-child(1){
   opacity: 0;
   transform: translateY(-20px);
 }
 body.hero-anime h1 span:nth-child(2){
   opacity: 0;
   transform: translateY(-30px);
 }
 body.hero-anime h1 span:nth-child(3){
   opacity: 0;
   transform: translateY(-50px);
 }
 body.hero-anime h1 span:nth-child(4){
   opacity: 0;
   transform: translateY(-10px);
 }
 body.hero-anime h1 span:nth-child(5){
   opacity: 0;
   transform: translateY(-50px);
 }
 body.hero-anime h1 span:nth-child(6){
   opacity: 0;
   transform: translateY(-20px);
 }
 body.hero-anime h1 span:nth-child(7){
   opacity: 0;
   transform: translateY(-40px);
 }
 body.hero-anime h1 span:nth-child(8){
   opacity: 0;
   transform: translateY(-10px);
 }
 body.hero-anime h1 span:nth-child(9){
   opacity: 0;
   transform: translateY(-30px);
 }
 body.hero-anime h1 span:nth-child(10){
   opacity: 0;
   transform: translateY(-20px);
 }
 h1 span:nth-child(1){
     transition-delay: 1000ms;
 }
 h1 span:nth-child(2){
     transition-delay: 700ms;
 }
 h1 span:nth-child(3){
     transition-delay: 900ms;
 }
 h1 span:nth-child(4){
     transition-delay: 800ms;
 }
 h1 span:nth-child(5){
     transition-delay: 1000ms;
 }
 h1 span:nth-child(6){
     transition-delay: 700ms;
 }
 h1 span:nth-child(7){
     transition-delay: 900ms;
 }
 h1 span:nth-child(8){
     transition-delay: 800ms;
 }
 h1 span:nth-child(9){
     transition-delay: 600ms;
 }
 h1 span:nth-child(10){
     transition-delay: 700ms;
 }
 body.hero-anime h1 span:nth-child(11){
   opacity: 0;
   transform: translateY(30px);
 }
 body.hero-anime h1 span:nth-child(12){
   opacity: 0;
   transform: translateY(50px);
 }
 body.hero-anime h1 span:nth-child(13){
   opacity: 0;
   transform: translateY(20px);
 }
 body.hero-anime h1 span:nth-child(14){
   opacity: 0;
   transform: translateY(30px);
 }
 body.hero-anime h1 span:nth-child(15){
   opacity: 0;
   transform: translateY(50px);
 }
 h1 span:nth-child(11){
     transition-delay: 1300ms;
 }
 h1 span:nth-child(12){
     transition-delay: 1500ms;
 }
 h1 span:nth-child(13){
     transition-delay: 1400ms;
 }
 h1 span:nth-child(14){
     transition-delay: 1200ms;
 }
 h1 span:nth-child(15){
     transition-delay: 1450ms;
 }
 #switch,
 #circle {
   cursor: pointer;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear; 
 } 
 #switch {
   width: 60px;
   height: 8px;
   border: 2px solid #8167a9;
   border-radius: 27px;
   background: #000;
   position: relative;
   display: block;
   margin: 0 auto;
   text-align: center;
   opacity: 1;
   transform: translate(0);
     transition: all 300ms linear;
     transition-delay: 1900ms;
 }
 body.hero-anime #switch{
   opacity: 0;
   transform: translateY(40px);
     transition-delay: 1900ms;
 }
 #circle {
   position: absolute;
   top: -11px;
   left: -13px;
   width: 26px;
   height: 26px;
   border-radius: 50%;
   background: #000;
 }
 .switched {
   border-color: #000 !important;
   background: #8167a9 !important;
 }
 .switched #circle {
   left: 43px;
   box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
   background: #fff;
 }
 .nav-item .dropdown-menu {
     transform: translate3d(0, 10px, 0);
     visibility: hidden;
     opacity: 0;
   max-height: 0;
     display: block;
   padding: 0;
   margin: 0;
     transition: all 200ms linear;
 }
 .nav-item.show .dropdown-menu {
     opacity: 1;
     visibility: visible;
   max-height: 999px;
     transform: translate3d(0, 0px, 0);
 }
 .dropdown-menu {
   padding: 10px!important;
   margin: 0;
   font-size: 13px;
   letter-spacing: 1px;
   color: #212121;
   background-color: #fcfaff;
   border: none;
   border-radius: 3px;
   box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
     transition: all 200ms linear;
 }
 .dropdown-toggle::after {
   display: none;
 }
 
 .dropdown-item {
   padding: 3px 15px;
   color: #212121;
   border-radius: 2px;
     transition: all 200ms linear;
 }
 .dropdown-item:hover, 
 .dropdown-item:focus {
   color: #fff;
   background-color: rgba(129,103,169,.6);
 }
 
 body.dark{
   color: #fff;
   background-color: #1f2029;
 }
 body.dark .navbar-brand img{
   filter: brightness(100%);
 }
 body.dark h1{
   color: #fff;
 }
 body.dark h1 span{
     transition-delay: 0ms !important;
 }
 body.dark p{
   color: #fff;
     transition-delay: 0ms !important;
 }
 body.dark .bg-light {
   background-color: #14151a !important;
 }
 body.dark .start-header {
   box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
 }
 body.dark .start-header.scroll-on {
   box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
 }
 body.dark .nav-link{
   color: #fff !important;
 }
 body.dark .nav-item.active .nav-link{
   color: #999 !important;
 }
 body.dark .dropdown-menu {
   color: #fff;
   background-color: #1f2029;
   box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
 }
 body.dark .dropdown-item {
   color: #fff;
 }
 body.dark .navbar-light .navbar-toggler-icon {
   border-bottom: 1px solid #fff;
 }
 body.dark .navbar-light .navbar-toggler-icon:after, 
 body.dark .navbar-light .navbar-toggler-icon:before{
   background-color: #fff;
 }
 body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
   border-color: transparent;
 }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */

#header .nav-menu-main{
  display: flex;
  height: 86px;
  position: relative;
}

#header .nav-menu-main .wp-megamenu{
  top: 50%;
  transform: translateY(25%);
}

#header .nav-menu-main .donate{
  top: 50%;
  transform: translateY(100%);
  height: 26px;
}

#header .nav-menu-main .social{
  top: 50%;
  transform: translateY(30%);
}

@media(max-width: 992px){
  #header .nav-menu-main .donate{
    display: none;
  }

  #header .nav-menu-main .social{
    display: none;
  }

  .wpmm-mobile-menu{
    width: 100%;
    top: 0;
    transform: none;
    position: absolute!important;
  }

  .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu{
    position: fixed;
    top: 0;
    transform: none;
  }

  #header .nav-menu-main .wp-megamenu{
    top: 0;
  }
}

.container #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
  font-family: 'Poppins', sans-serif!important;
  color: #000!important;
  font-size: 14px!important;
  font-weight: 500!important;
  line-height: 24px!important;
  text-transform: uppercase!important;
  letter-spacing: 0!important;
  padding: 0;
}

.container #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
  font-family: 'Poppins', sans-serif!important;
  color: #000!important;
  font-size: 14px!important;
  font-weight: 500!important;
  line-height: 24px!important;
  text-transform: uppercase!important;
  letter-spacing: 0!important;
  padding: 0;
}


.container #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li {
  padding: 12px 15px 12px 15px;
}

.container #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li {
  padding: 12px 15px 12px 15px;
}



.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.headerimg{
  height: 300px;
  background-size: cover;
  width: 100%;
  background-position: center;
  display: grid;
}

.headerimg .content{
  margin: auto;
}

.headerimg .content h1{
  font-weight: 700;
}

.page-heading.col-lg-12{
  margin-bottom: 50px;
}

.single-stories .container #content, .single-volunteer .container #content{
  padding: 30px 0;
}

#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
  width: 245px!important;
  background-color: #fff;
}

ul ul li.menu-item-has-children > a:before{
  content: ' >';
  float: right;
  margin-left: 10px;
}

ul li.menu-item-has-children > a:before{
  content: ' >';
  float: right;
  margin-left: 10px;
}

.wpmm_dropdown_menu {
  font-family: 'Poppins', sans-serif!important;
  color: #000!important;
  font-size: 14px!important;
  font-weight: 500!important;
  line-height: 24px!important;
  text-transform: uppercase!important;
  letter-spacing: 0!important;
  padding: 0;
}

#wp-megamenu-main-menu {
  z-index: 9999;
  text-align: left;
  background-color: #ffffff!important;
  padding-right: 20px;
  padding-left: 20px;
}

.en .one-percent{
  opacity: 0;
}

@media (max-width: 992px) {
  .en .one-percent{
    display: none;
  }
}