/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
/* General
----------------------------------------------------------- */
/* Buttons
----------------------------------------------------------- */
/* Woo Buttons
----------------------------------------------------------- */
/*
Nav Toggle - Hamburger Icon
It's being used in the theme.less for media queries when enabled in the customizer.
------------------------------------------------------------------------------------ */
/*
Nav Toggle - Menu Button
It's being used in the theme.less for media queries when enabled in the customizer.
---------------------------------------------------------------------------------- */
/* Nav Toggle Common - This applies to both Hamburger and Button.
---------------------------------------------------------------- */
/* Header Layouts Toggle - Used in the .fl-page-nav-toggled-common mixin.
------------------------------------------------------------------------- */
/* Nav Separators
----------------------------------------------------------- */
/* Background Image
----------------------------------------------------------- */
/* Background Vertical Gradient
----------------------------------------------------------- */
/* Background Radial Gradient
----------------------------------------------------------- */
/* Change Row Colors
----------------------------------------------------------- */
/* Row Background Vertical Gradient */
/* Row Background Radial Gradient */
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
/* General
----------------------------------------------------------- */
body {
  background-color: #ffffff;
  color: #121212;
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
}
body.modal-open .media-modal-close:hover,
body.modal-open .media-modal-close:focus {
  background: none;
  border: none;
  padding: 1px;
}
body.modal-open .media-modal-close:focus {
  position: absolute;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b345d;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
  font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #4b345d;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #4b345d;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
}
h1 a {
  color: #4b345d;
}
h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0px;
}
h2 .fl-comments-list-title {
  font-size: 34px;
}
h3 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0px;
}
h4 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0px;
}
h5 {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0px;
}
h6 {
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0px;
}
a {
  color: #e90172;
  text-decoration: none;
}
a:hover {
  color: #4b345d;
  text-decoration: underline;
}
a:focus {
  color: #4b345d;
}
blockquote {
  border-color: #e6e6e6;
}
iframe {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
/* Accessibility
----------------------------------------------------------- */
.fl-screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 10px 15px;
  background: #fff !important;
}
.fl-screen-reader-text:focus {
  width: auto;
  height: auto;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
body.rtl .fl-screen-reader-text {
  right: -10000px;
}
body.rtl .fl-screen-reader-text:focus {
  position: fixed;
  left: auto;
  right: 0px;
  top: 0px;
  width: auto;
  height: auto;
  z-index: 99999;
}
body.admin-bar .fl-screen-reader-text:focus {
  top: 32px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* Bootstrap Overrides
----------------------------------------------------------- */
.container {
  padding-left: 20px;
  padding-right: 20px;
}
/* Wrap
----------------------------------------------------------- */
.fl-page {
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}
/* Header
----------------------------------------------------------- */
.fl-page-header {
  border-color: #e6e6e6;
  background-color: #ffffff;
  color: #757575;
}
.fl-page-header *,
.fl-page-header h1,
.fl-page-header h2,
.fl-page-header h3,
.fl-page-header h4,
.fl-page-header h5,
.fl-page-header h6 {
  color: #757575;
}
.fl-page-header a,
.fl-page-header a *,
.fl-page-header a.fas,
.fl-page-header a.fab {
  color: #757575;
}
.fl-page-header a:hover,
.fl-page-header a:focus,
.fl-page-header a:hover *,
.fl-page-header a:focus *,
.fl-page-header a.fas:hover,
.fl-page-header a.fab:hover,
.fl-page-header a.fas:focus,
.fl-page-header a.fab:focus {
  color: #2b7bb9;
}
.fl-page-header .navbar-nav li > a {
  color: #757575;
}
.fl-page-header .navbar-nav li > a:hover,
.fl-page-header .navbar-nav li > a:focus {
  color: #2b7bb9;
}
.fl-page-header .navbar-nav li.current-menu-ancestor > a,
.fl-page-header .navbar-nav li.current-menu-parent > a,
.fl-page-header .navbar-nav li.current-menu-item > a {
  color: #2b7bb9;
}
.fl-page-header .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
  color: #2b7bb9;
}
.fl-page-header-container {
  padding-bottom: 30px;
  padding-top: 30px;
}
.fl-page-header-logo {
  text-align: center;
}
.fl-page-header-logo a {
  text-decoration: none;
}
.fl-logo-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #757575 !important;
}
.fl-logo-text:hover,
.fl-logo-text:focus {
  color: #2b7bb9 !important;
}
.fl-theme-tagline {
  color: #757575 !important;
}
.fl-logo-img {
  max-width: 100%;
}
.fl-page-header-primary .fl-logo-img {
  height: auto !important;
}
.fl-logo-img.sticky-logo {
  display: none;
}
.fl-page-header-fixed .fl-logo-img {
  display: inherit;
}
.fl-page-header-fixed .fl-logo-img.sticky-logo {
  display: inherit;
}
.fl-nav-mobile-offcanvas .fl-button-close {
  display: none;
}
/* Nav
----------------------------------------------------------- */
.fl-page-nav-wrap {
  padding-bottom: 20px;
}
.fl-page-nav {
  background: transparent;
  border: none;
  min-height: 0;
  margin-bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fl-page-nav .navbar-nav > li > a {
  padding: 15px;
}
.fl-page-nav .navbar-toggle {
  border: none;
  float: none;
  font-family: "Helvetica", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  margin: 0;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fl-page-nav .navbar-toggle:hover {
  outline: none;
}
.fl-page-nav .navbar-toggle:focus {
  outline: auto;
}
.fl-page-nav .navbar-nav,
.fl-page-nav .navbar-nav a {
  font-family: "Helvetica", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
/* Full Width */
.fl-full-width .fl-page-nav {
  margin: 0 auto;
}
/* Mega Menu */
.fl-page-nav .mega-menu a[href="#"]:hover,
.fl-page-nav .mega-menu a[href="#"]:focus {
  color: #757575 !important;
  cursor: default;
}
.mega-menu-spacer {
  background: none;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
/* Hide Heading */
.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading {
  border-top: 0 none !important;
}
.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading > a,
.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading > .fl-submenu-icon-wrap {
  display: none !important;
}
.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading > ul.sub-menu {
  margin-left: 0;
}
/* Nav Collapse
----------------------------------------------------------- */
.fl-page-nav-collapse {
  border: none;
  max-height: none;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fl-page-nav-collapse ul.navbar-nav {
  margin: 0;
}
.fl-page-nav-collapse ul.navbar-nav > li {
  border-bottom: 1px solid #e6e6e6;
}
.fl-page-nav-collapse ul.navbar-nav > li:last-child {
  border-bottom: none;
}
.fl-page-nav-collapse.in {
  overflow-y: visible;
}
/* Nav Search
----------------------------------------------------------- */
.fl-page-nav-search {
  bottom: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.fl-page-nav-search a.fa-search {
  color: #757575;
  font-size: 20px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 5px;
}
.fl-page-nav-search a.fa-search:hover,
.fl-page-nav-search a.fa-search:focus {
  color: #2b7bb9;
  text-decoration: none;
}
.fl-page-nav-search form {
  background-color: #ffffff;
  border-top: 3px solid #95bddc;
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 400px;
  z-index: 1000;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.fl-page-nav-search form input.fl-search-input {
  background-color: #ffffff;
  border-color: #e6e6e6;
  color: #757575;
}
.fl-page-nav-search form input.fl-search-input:focus {
  color: #757575;
}
/* Nav Dropdown Menus
----------------------------------------------------------- */
.fl-page-nav ul.sub-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border-top: 3px solid #95bddc;
  font-size: 14px;
  float: none;
  left: -99999px;
  list-style: none;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  width: 240px;
  z-index: 1000;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.fl-page-nav ul.sub-menu ul.sub-menu {
  left: -99999px;
  padding-bottom: 10px;
  top: -13px;
}
.fl-page-nav ul.sub-menu li {
  border: none;
}
.fl-page-nav ul.sub-menu li a {
  clear: none;
  color: #757575;
  display: block;
  font-weight: 400;
  line-height: 20px;
  margin: 0 10px;
  padding: 10px 15px;
}
.fl-page-nav ul.sub-menu li a:hover,
.fl-page-nav ul.sub-menu li a:focus {
  color: #2b7bb9;
  text-decoration: none;
}
.fl-page-nav ul.sub-menu li a:before {
  content: '';
  margin-right: 0;
}
.fl-page-nav ul li {
  position: relative;
}
.fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu {
  left: auto;
}
.fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu li.fl-sub-menu-open > ul.sub-menu {
  left: 100%;
}
.fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu li.fl-sub-menu-open.fl-sub-menu-right > ul.sub-menu {
  left: auto;
  right: 100%;
}
.fl-page-nav ul li.fl-sub-menu-open.fl-sub-menu-right > ul.sub-menu {
  right: 0;
}
.fl-page-nav ul li.fl-sub-menu-open .hide-heading > ul.sub-menu {
  position: static;
  padding: 0;
  border-top: 0 none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* Content
----------------------------------------------------------- */
.fl-page-content {
  background-color: #ffffff;
}
.fl-content,
.fl-sidebar {
  margin: 20px 0;
}
.fl-sidebar {
  display: none;
}
.fl-sidebar.fl-sidebar-display-always {
  display: block;
}
/* Go to Top
----------------------------------------------------------- */
#fl-to-top {
  display: none;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 44px;
  height: 42px;
  text-align: center;
  z-index: 1003;
}
#fl-to-top:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#fl-to-top i {
  position: absolute;
  top: 12px;
  left: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
/* Font Awesome Stacked Social Icons
   @since 1.6
----------------------------------------------------------- */
.fl-social-icons .fa-stack.icon-facebook-f i.fa-circle.branded,
.fl-social-icons .fa-facebook-f.branded {
  color: #3b5997;
}
.fl-social-icons .fa-stack.icon-twitter i.fa-circle.branded,
.fl-social-icons .fa-twitter.branded {
  color: #00aaef;
}
.fl-social-icons .fa-stack.icon-google i.fa-circle.branded,
.fl-social-icons .fa-google.branded {
  color: #d13e2b;
}
.fl-social-icons .fa-stack.icon-google-maps i.fa-circle.branded,
.fl-social-icons .fa-map-marker-alt.branded {
  color: #eb5f1a;
}
.fl-social-icons .fa-stack.icon-linkedin i.fa-circle.branded,
.fl-social-icons .fa-linkedin.branded {
  color: #007ab8;
}
.fl-social-icons .fa-stack.icon-yelp i.fa-circle.branded,
.fl-social-icons .fa-yelp.branded {
  color: #c31200;
}
.fl-social-icons .fa-stack.icon-xing i.fa-circle.branded,
.fl-social-icons .fa-xing.branded {
  color: #006567;
}
.fl-social-icons .fa-stack.icon-pinterest i.fa-circle.branded,
.fl-social-icons .fa-pinterest.branded {
  color: #cb2127;
}
.fl-social-icons .fa-stack.icon-tumblr i.fa-circle.branded,
.fl-social-icons .fa-tumblr.branded {
  color: #304e6c;
}
.fl-social-icons .fa-stack.icon-vimeo i.fa-circle.branded,
.fl-social-icons .fa-vimeo.branded {
  color: #41b1db;
}
.fl-social-icons .fa-stack.icon-youtube i.fa-circle.branded,
.fl-social-icons .fa-youtube.branded {
  color: #d6000f;
}
.fl-social-icons .fa-stack.icon-flickr i.fa-circle.branded,
.fl-social-icons .fa-flickr.branded {
  color: #ec1982;
}
.fl-social-icons .fa-stack.icon-instagram i.fa-circle.branded,
.fl-social-icons .fa-instagram.branded {
  color: #517fa5;
}
.fl-social-icons .fa-stack.icon-dribbble i.fa-circle.branded,
.fl-social-icons .fa-dribbble.branded {
  color: #eb4a88;
}
.fl-social-icons .fa-stack.icon-skype i.fa-circle.branded,
.fl-social-icons .fa-skype.branded {
  color: #009EE5;
}
.fl-social-icons .fa-stack.icon-500px i.fa-circle.branded,
.fl-social-icons .fa-500px.branded {
  color: #333333;
}
.fl-social-icons .fa-stack.icon-github i.fa-circle.branded,
.fl-social-icons .fa-github.branded {
  color: #333333;
}
.fl-social-icons .fa-stack.icon-rss i.fa-circle.branded,
.fl-social-icons .fa-rss.branded {
  color: #e09026;
}
.fl-social-icons .fa-stack.icon-envelope i.fa-circle.branded,
.fl-social-icons .fa-envelope.branded {
  color: #333333;
}
.fl-social-icons .fa-stack.icon-blogger i.fa-circle.branded,
.fl-social-icons .fa-blogger.branded {
  color: #fe7300;
}
.fl-social-icons .fa-stack.icon-snapchat i.fa-circle.branded,
.fl-social-icons .fa-snapchat.branded {
  color: #FFFC00;
}
.fl-social-icons .fa-stack.icon-wordpress i.fa-circle.branded,
.fl-social-icons .fa-wordpress.branded {
  color: #15aabf;
}
.fl-social-icons .fa-stack.icon-spotify i.fa-circle.branded,
.fl-social-icons .fa-spotify.branded {
  color: #1cd760;
}
.fl-social-icons .fa-stack.icon-tiktok i.fa-circle.branded,
.fl-social-icons .fa-tiktok.branded {
  color: #000000;
}
.fl-social-icons .fa-stack.icon-soundcloud i.fa-circle.branded,
.fl-social-icons .fa-soundcloud.branded {
  color: #f50;
}
.fl-social-icons .fa-stack.icon-x-twitter i.fa-circle.branded,
.fl-social-icons .fa-x-twitter.branded {
  color: #000;
}
.fl-social-icons .fa-stack i.branded {
  color: #fff;
}
.fl-social-icons .fa-stack {
  margin: 0 0 10px 8px;
}
.fl-social-icons .fallback {
  height: 28px;
  width: 28px;
  margin: 0 0 10px 5px !important;
  vertical-align: inherit;
  font-size: 30px;
}
.fl-social-icons .fallback:before {
  width: 28px !important;
  display: inline-block;
  height: 28px !important;
}
.fl-page-header-content .fa-stack i.fa-inverse.mono {
  color: #ffffff;
}
.fa-stack i.fa-inverse.mono {
  color: #ffffff;
}
/* 404 Page
----------------------------------------------------------- */
.fl-404 {
  padding: 30px 0 50px;
  text-align: center;
}
.fl-404 .fl-post-header {
  margin-bottom: 45px;
}
.fl-404 .fl-post-header h2 {
  font-size: 24px;
}
.fl-404 form {
  margin: 0 auto;
  max-width: 400px;
}
/* Archive Pages
----------------------------------------------------------- */
.fl-archive .fl-post {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
}
.fl-archive .fl-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.fl-archive .fl-archive-title {
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  margin-bottom: 40px;
  padding-bottom: 8px;
}
.fl-archive .fl-archive-title a:hover {
  text-decoration: none;
}
.fl-archive .fl-archive-nav-prev {
  float: left;
}
.fl-archive .fl-archive-nav-next {
  float: right;
}
/* WP PageNavi */
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #e6e6e6;
  border-right: none;
  margin: 0;
  padding: 6px 10px;
}
.wp-pagenavi a:hover {
  border-color: #e6e6e6;
}
.wp-pagenavi > *:last-child {
  border-right: 1px solid #e6e6e6;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  border-color: #e6e6e6;
  color: #ffffff;
  background: #e90172;
  font-weight: normal;
}
/* Search Page */
.search .page .fl-post-header {
  display: block;
}
/* Posts
----------------------------------------------------------- */
/* General */
.fl-post {
  margin-bottom: 40px;
}
.fl-post:last-child {
  margin-bottom: 0;
}
.fl-post img[class*="wp-image-"],
.fl-post img.alignnone,
.fl-post img.alignleft,
.fl-post img.aligncenter,
.fl-post img.alignright {
  height: auto;
  max-width: 100%;
}
.fl-post img[class*="wp-block-cover"] {
  height: 100%;
}
.fl-post .fl-post-image-beside {
  float: left;
  margin-right: 25px;
}
.fl-post .fl-author-box {
  margin-top: 40px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 20px;
}
.fl-post .fl-author-box .fl-author-avatar {
  float: left;
  margin-right: 25px;
}
.fl-post .fl-author-box .fl-author-description h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.fl-post-thumb {
  margin-bottom: 25px;
}
.fl-post-thumb img {
  height: auto !important;
  max-width: 100%;
}
.fl-post-header {
  margin-bottom: 25px;
}
.fl-post-title {
  margin-top: 0;
}
.fl-post-meta .fl-sep {
  margin: 0 3px;
}
.fl-post-meta-bottom {
  border-top: 1px solid #e6e6e6;
  font-style: italic;
  margin-top: 20px;
  padding-top: 10px;
}
.fl-comments-popup-link a:hover {
  text-decoration: none;
}
.fl-comments-popup-link i {
  vertical-align: text-top;
}
.post-edit-link {
  color: #e90172;
  font-size: 14px;
  font-weight: normal;
}
.fl-post-nav {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  padding-top: 10px;
}
.fl-post-nav-prev {
  float: left;
}
.fl-post-nav-next {
  float: right;
}
/* Align Classes */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px;
}
/* Comments
----------------------------------------------------------- */
.fl-comments {
  margin-top: 60px;
}
/* Comment Form */
.fl-comment-form .fl-comment-form-cancel {
  padding: 15px 0;
}
/* Comments List */
.fl-comments-list {
  /* Comment Meta */
  /* Comment Content */
  /* Comment Reply Link */
  /* Children */
}
.fl-comments-list ol {
  margin: 0;
  padding: 0;
}
.fl-comments-list ol li {
  line-height: inherit;
  list-style: none;
}
.fl-comments-list .fl-comments-list-nav {
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  padding: 10px 0 30px 0;
}
.fl-comments-list .fl-comments-list-prev {
  float: left;
}
.fl-comments-list .fl-comments-list-next {
  float: right;
}
.fl-comments-list .fl-comments-respond-title {
  margin-top: 0;
}
.fl-comments-list .comment-meta {
  margin: 20px 0 10px;
}
.fl-comments-list .comment-avatar img {
  height: auto;
  max-width: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.fl-comments-list .comment-author-link {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.fl-comments-list .comment-content {
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.fl-comments-list .comment-reply-link {
  padding: 5px;
  text-align: right;
}
.fl-comments-list ul.children {
  margin: 0;
  padding: 0;
}
.fl-comments-list ul.children li {
  margin: 0 0 0 6%;
}
#wp-comment-cookies-consent {
  margin-right: 5px;
}
/* Widgets
----------------------------------------------------------- */
.fl-widget {
  margin-bottom: 40px;
}
.fl-module-widget .fl-widget {
  margin-bottom: 0;
}
.fl-widget .fl-widget-title {
  margin-bottom: 20px;
}
.fl-widget ul {
  list-style: none;
  padding: 0;
}
.fl-widget ul li {
  display: block;
  margin-bottom: 8px;
}
.fl-widget ul li:last-child {
  margin-bottom: 0;
}
.fl-widget ul.sub-menu li {
  margin: 0;
  padding: 5px;
}
.fl-widget ul.sub-menu li:before {
  content: "\2013";
  padding-right: 5px;
}
/* Search */
input[type=text].fl-search-input {
  color: rgba(18, 18, 18, 0.6);
  width: 100%;
}
input[type=text].fl-search-input:focus {
  color: #121212;
}
/* Calendar */
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
  border-bottom: 1px solid #e6e6e6;
  padding: 3px 0;
  text-align: center;
}
.widget_calendar caption td,
.widget_calendar tfoot td {
  border: none;
}
.widget_calendar caption #prev,
.widget_calendar tfoot #prev {
  text-align: left;
}
.widget_calendar caption #next,
.widget_calendar tfoot #next {
  text-align: right;
}
/* WooCommerce Pages
---------------------------------------------------------- */
.woocommerce-account .woocommerce-Address {
  max-width: none;
}
/* Buttons
----------------------------------------------------------- */
/* WooCommerce Buttons */
.fl-page .fl-module span.onsale {
  color: #ffffff;
  background: #e90172;
  font-size: 13px;
  font-weight: normal;
  left: 10px;
  margin: 0;
  padding: 2px 13px;
  right: auto;
  text-shadow: none;
  top: 10px;
  min-height: 3.236em;
  min-width: 3.236em;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  z-index: 9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fl-page .fl-module-woocommerce a.button,
.fl-page .fl-module-woocommerce button.button.alt,
.fl-page .fl-post-module-woo-button button[type=submit],
.fl-page .fl-post-module-woo-button button[type=submit].alt.disabled,
.fl-page .fl-post-module-woo-button a.button {
  color: #515151;
  background-color: #ebe9eb;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
  border: none;
  border-radius: 4px;
}
.fl-page .fl-module-woocommerce a.button:hover,
.fl-page .fl-module-woocommerce button.button.alt:hover,
.fl-page .fl-post-module-woo-button button[type=submit]:hover,
.fl-page .fl-post-module-woo-button a.button:hover {
  background-color: #dfdcde;
  color: #515151;
  border: none;
  border-radius: 0px;
  border-color: initial;
}
.fl-page .fl-module-woocommerce button.button:disabled,
.fl-page .fl-module-woocommerce button.button:disabled[disabled],
.fl-page .fl-module-woocommerce button.alt.disabled {
  padding: 6px 12px;
}
.woocommerce-page ul.products li.product a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button.wc-forward,
.woocommerce-page .woocommerce a.button.wc-forward,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page .woocommerce button[type=submit],
.woocommerce-page button[type=submit].alt.disabled {
  color: #515151;
  background-color: #ebe9eb;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
  border: none;
  border-radius: 4px;
}
.woocommerce-page button.button:disabled,
.woocommerce-page button.button:disabled[disabled],
.woocommerce-page button.alt.disabled {
  padding: 6px 12px;
}
.woocommerce-page ul.products li.product a.button:hover,
.woocommerce-page .woocommerce-message a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page .woocommerce button[type=submit]:hover,
.woocommerce-page button[type=submit].alt.disabled:hover {
  background-color: #dfdcde;
  color: #515151;
  border: none;
  border-radius: 0px;
  border-color: initial;
}
/* WooCommerce Gallery Photo Swipe Navigation */
.woocommerce-page button.pswp__button:hover {
  border: 0px;
}
.woocommerce-page button.pswp__button.pswp__button--arrow--left,
.woocommerce-page button.pswp__button.pswp__button--arrow--right {
  position: absolute;
  top: 50%;
}
.woocommerce form .form-row .input-checkbox {
  position: static;
}
/* Builder Buttons */
a.fl-button,
a.fl-button:visited {
  background: #e90172;
  color: #ffffff;
  border: 1px solid #ac0154;
}
a.fl-button:hover,
.fl-builder-content a.fl-button:hover {
  color: #ffffff;
  background: #4b345d;
}
a.fl-button *,
a.fl-button:visited * {
  color: #ffffff;
}
a.fl-button:hover * {
  color: #ffffff;
}
a.fl-button:hover,
a.button:hover {
  color: #ffffff;
  background-color: #4b345d;
  border: 1px solid #2b1e36;
}
/* Fix WooCommerce Button wonky on hover. */
.woocommerce a.button,
.woocommerce a.button:hover {
  border: 1px solid transparent;
}
/* Gutenberg Buttons */
.wp-block-button .wp-block-button__link {
  font-size: 14px;
  line-height: 1;
}
/* HTML Buttons */
button,
input[type=button],
input[type=submit] {
  background-color: #e90172;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 6px 12px;
  font-weight: normal;
  text-shadow: none;
  border: 1px solid #ac0154;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: #4b345d;
  color: #ffffff;
  border: 1px solid #2b1e36;
  text-decoration: none;
}
button:active,
input[type=button]:active,
input[type=submit]:active,
button:focus,
input[type=button]:focus,
input[type=submit]:focus {
  background-color: #4b345d;
  color: #ffffff;
  border: 1px solid #2b1e36;
  outline: none;
  position: relative;
}
button.btn-default,
input[type=button].btn-default,
input[type=submit].btn-default,
button.btn-default:hover,
input[type=button].btn-default:hover,
input[type=submit].btn-default:hover,
button.btn-default:focus,
input[type=button].btn-default:focus,
input[type=submit].btn-default:focus,
button.btn-default.active,
input[type=button].btn-default.active,
input[type=submit].btn-default.active {
  color: #121212;
  background-color: #fcfcfc;
  border-color: #cccccc;
}
/* MediaElements Buttons */
.mejs-button button .mejs-button button:active,
.mejs-button button:hover,
.mejs-button button:visited,
.mejs-button button:focus {
  background-color: transparent;
  border: none;
}
/* Forms
----------------------------------------------------------- */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url],
textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #121212;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(18, 18, 18, 0.4);
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(18, 18, 18, 0.4);
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(18, 18, 18, 0.4);
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(18, 18, 18, 0.4);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
  background-color: #fcfcfc;
  border-color: #cccccc;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  background-color: #fcfcfc;
  border-color: #e6e6e6;
  color: #121212;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(18, 18, 18, 0.4);
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(18, 18, 18, 0.4);
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(18, 18, 18, 0.4);
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(18, 18, 18, 0.4);
}
.form-control:focus {
  background-color: #fcfcfc;
  border-color: #cccccc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Lightbox
------------------------------------------------------ */
.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 50%;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
img.mfp-img {
  padding: 0;
}
.mfp-counter {
  display: none;
}
/* Builder
----------------------------------------------------------- */
.fl-builder-edit .fl-page-header-fixed {
  display: none !important;
}
.fl-builder .container.fl-content-full {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: none;
}
.fl-builder .container.fl-content-full > .row {
  margin: 0;
}
.fl-builder .container.fl-content-full .fl-content {
  margin: 0;
  padding: 0;
}
.fl-builder .container.fl-content-full .fl-post-header {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
}
.fl-builder .container.fl-content-full .fl-comments {
  margin-left: 20px;
  margin-right: 20px;
}
/* Media Query - 767px or less
----------------------------------------------------------- */
@media (max-width: 991px) {
  /* Mobile Post Image
	----------------------------------------------------------- */
  .fl-post .fl-post-image-beside {
    float: none;
    margin-right: 0;
  }
  .fl-post .fl-post-image-beside,
  .fl-post .fl-post-content-beside {
    padding: 0 15px;
  }
  /* Mobile Header Logo
	----------------------------------------------------------- */
  .fl-page-header-logo img[data-mobile] {
    display: none;
  }
}
/* Media Query - 992px or less
----------------------------------------------------------- */
@media (max-width: 1024px) {
  body.woocommerce-page.fl-framework-bootstrap .row,
  body.woocommerce-page.fl-framework-base .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  body.woocommerce-page.fl-framework-bootstrap .fl-page-content .row .fl-woo-content,
  body.woocommerce-page.fl-framework-base .fl-page-content .row .fl-woo-content {
    box-sizing: border-box;
    width: 100%;
  }
  body.woocommerce-page.fl-framework-bootstrap .fl-woo-content-right,
  body.woocommerce-page.fl-framework-base .fl-woo-content-right {
    order: 1;
    width: 100%;
  }
  body.woocommerce-page.fl-framework-bootstrap .fl-woo-sidebar-left,
  body.woocommerce-page.fl-framework-base .fl-woo-sidebar-left,
  body.woocommerce-page.fl-framework-bootstrap .fl-sidebar,
  body.woocommerce-page.fl-framework-base .fl-sidebar {
    width: 100%;
  }
}
/* Media Query - 768px or greater
----------------------------------------------------------- */
@media (min-width: 992px) {
  /* Bootstrap Overrides
	----------------------------------------------------------- */
  .container {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  /* Nav
	----------------------------------------------------------- */
  .fl-page-nav {
    background: transparent;
  }
  .fl-page-nav .navbar-nav li > a {
    padding: 15px 15px;
    color: #121212;
  }
  .fl-page-nav .navbar-nav li > a:hover,
  .fl-page-nav .navbar-nav li > a:focus {
    color: #4b345d;
  }
  .fl-page-nav .navbar-nav li.current-menu-ancestor > a,
  .fl-page-nav .navbar-nav li.current-menu-parent > a,
  .fl-page-nav .navbar-nav li.current-menu-item > a {
    color: #4b345d;
  }
  .fl-page-nav .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
    color: #121212;
  }
  .fl-page-nav-wrap {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 0;
    border-color: #e6e6e6;
    background-color: #ffffff;
    color: #757575;
  }
  .fl-page-nav-wrap *,
  .fl-page-nav-wrap h1,
  .fl-page-nav-wrap h2,
  .fl-page-nav-wrap h3,
  .fl-page-nav-wrap h4,
  .fl-page-nav-wrap h5,
  .fl-page-nav-wrap h6 {
    color: #757575;
  }
  .fl-page-nav-wrap a,
  .fl-page-nav-wrap a *,
  .fl-page-nav-wrap a.fas,
  .fl-page-nav-wrap a.fab {
    color: #757575;
  }
  .fl-page-nav-wrap a:hover,
  .fl-page-nav-wrap a:focus,
  .fl-page-nav-wrap a:hover *,
  .fl-page-nav-wrap a:focus *,
  .fl-page-nav-wrap a.fas:hover,
  .fl-page-nav-wrap a.fab:hover,
  .fl-page-nav-wrap a.fas:focus,
  .fl-page-nav-wrap a.fab:focus {
    color: #2b7bb9;
  }
  .fl-page-nav-wrap .navbar-nav li > a {
    color: #757575;
  }
  .fl-page-nav-wrap .navbar-nav li > a:hover,
  .fl-page-nav-wrap .navbar-nav li > a:focus {
    color: #2b7bb9;
  }
  .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a,
  .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a,
  .fl-page-nav-wrap .navbar-nav li.current-menu-item > a {
    color: #2b7bb9;
  }
  .fl-page-nav-wrap .navbar-nav li.current-menu-item ~ li.current-menu-item > a {
    color: #2b7bb9;
  }
  .fl-page-nav-toggle-visible-always .fl-page-header-wrap .fl-page-header-container,
  .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* Nav Collapse
	----------------------------------------------------------- */
  .fl-page-nav-collapse ul.navbar-nav > li {
    border: none;
  }
  .fl-page-nav-collapse ul.navbar-nav > li:first-child {
    border: none;
  }
  /* Mega Menu
	----------------------------------------------------------- */
  /* hacks for mega-menu */
  .fl-page-header-container,
  .fl-page-nav-container {
    position: relative;
  }
  .fl-page-nav-col,
  .fl-page-nav,
  .fl-page-fixed-nav-wrap {
    position: inherit;
  }
  ul.navbar-nav li.mega-menu {
    position: inherit;
  }
  ul.navbar-nav li.mega-menu.fl-sub-menu-open > ul.sub-menu {
    left: 0;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu {
    position: absolute !important;
    width: 100%;
    padding: 20px;
    display: table;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu ul.sub-menu {
    position: relative;
    width: auto;
    left: 0 !important;
    top: 0;
    opacity: 1 !important;
    padding: 0;
    border-top: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu > li {
    position: relative;
    float: none;
    display: table-cell;
    height: auto;
    vertical-align: top;
    border-right: 1px solid #d5e5f1;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu > li:last-child {
    border-right: none;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu > li li li a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 900;
    margin-right: 10px;
  }
  ul.navbar-nav li.mega-menu > ul.sub-menu > li > a {
    font-weight: bold;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-1 > ul > li {
    width: 100%;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-2 > ul > li {
    width: 50%;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-3 > ul > li {
    width: 33.33%;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-4 > ul > li {
    width: 25%;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-5 > ul > li {
    width: 20%;
  }
  ul.navbar-nav li.mega-menu.mega-menu-items-6 > ul > li {
    width: 16.66%;
  }
  /* Content
	----------------------------------------------------------- */
  .fl-content,
  .fl-sidebar {
    margin: 40px 0;
  }
  /* Parallax Footer
	----------------------------------------------------------- */
  .fl-full-width.fl-footer-effect .fl-page-footer-wrap {
    z-index: -1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .fl-full-width.fl-footer-effect .fl-page {
    z-index: 10;
  }
  /* 404 Page
	----------------------------------------------------------- */
  .fl-404 {
    padding: 100px 0 150px;
  }
  .fl-404 .fl-post-header h2 {
    font-size: 30px;
  }
  /* Builder
	----------------------------------------------------------- */
  .fl-builder .container.fl-content-full .fl-post-header,
  .fl-builder .container.fl-content-full .fl-comments {
    margin: 0 40px;
    width: auto;
  }
}
/* Media Query - 992px or greater
----------------------------------------------------------- */
@media (min-width: 1024px) {
  /* General
	----------------------------------------------------------- */
  body.fl-fixed-width:not(.fl-nav-vertical):not(.fl-fixed-header):not(.fl-shrink) {
    padding: 0;
  }
  /* Bootstrap Overrides
	----------------------------------------------------------- */
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 900px;
  }
  /* Full Width */
  .fl-full-width .container {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  /* Wrap
	----------------------------------------------------------- */
  .fl-page {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 980px;
  }
  /* Full Width */
  .fl-full-width .fl-page {
    width: auto;
  }
  /* Nav Search
	----------------------------------------------------------- */
  .fl-page-nav-search {
    display: block;
  }
  /* Hide Header Until Scroll
	----------------------------------------------------------- */
  .fl-scroll-header .fl-page-header-primary,
  .fl-scroll-header .fl-page-bar {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }
  .fl-scroll-header .fl-page-header-primary.fl-show,
  .fl-scroll-header .fl-page-bar.fl-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* Content
	----------------------------------------------------------- */
  .fl-sidebar {
    display: block;
  }
  .fl-content {
    margin: 40px 0;
  }
  .fl-content-left {
    border-right: 1px solid #e6e6e6;
    padding-right: 40px;
  }
  .fl-content-right {
    border-left: 1px solid #e6e6e6;
    padding-left: 40px;
  }
  .fl-woo-content-left {
    float: left;
  }
  .fl-woo-content-right {
    float: right;
  }
  .fl-sidebar-right {
    padding-left: 40px;
  }
  .fl-sidebar-left {
    padding-right: 40px;
  }
  /* custom sidebar width */
  /* custom woocommerce sidebar width */
  /* Builder
	----------------------------------------------------------- */
  .fl-builder.fl-full-width .container.fl-content-full .fl-post-header,
  .fl-builder.fl-full-width .container.fl-content-full .fl-comments {
    margin: 0 40px;
    width: auto;
  }
}
/* Media Query - 1100px or greater
----------------------------------------------------------- */
@media (min-width: 1100px) {
  /* Wrap
	----------------------------------------------------------- */
  .fl-fixed-width .fl-page {
    width: 1100px;
    max-width: 90%;
  }
  /* Bootstrap Overrides
	----------------------------------------------------------- */
  .container {
    width: 1020px;
    max-width: 90%;
  }
  /* Full Width */
  .fl-full-width .container {
    padding-left: 0;
    padding-right: 0;
    width: 1020px;
  }
  /* Nav Toggle */
  .fl-page-nav-toggle-visible-always .fl-page-header-wrap .fl-page-header-container,
  .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
    padding-left: 0;
    padding-right: 0;
  }
  /* Builder
	----------------------------------------------------------- */
  .fl-builder.fl-full-width .container.fl-content-full .fl-post-header,
  .fl-builder.fl-full-width .container.fl-content-full .fl-comments {
    margin: 0 auto;
    width: 1020px;
  }
}
body.fl-framework-base-4 nav a.no-menu,
body.fl-framework-bootstrap-4 nav a.no-menu {
  display: block;
}
body.woocommerce-page.fl-framework-bootstrap .product .label {
  font-size: 16px;
  color: #121212;
  padding: 0px;
}
/*

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost
when updating. Instead, add custom code in the admin under
Appearance > Theme Settings > Code or create a child theme.

*/
/* Headings
----------------------------------------------------------- */
div.woocommerce h2,
div.woocommerce h3 {
  font-size: 18px;
}
/* Main Wrapper
----------------------------------------------------------- */
.woocommerce,
.woocommerce-page {
  /* General
	----------------------------------------------------------- */
  /* Quantity Field
	----------------------------------------------------------- */
  /* Columns
	----------------------------------------------------------- */
  /* Lightbox
	----------------------------------------------------------- */
  /* Buttons
	----------------------------------------------------------- */
  /* Forms
	----------------------------------------------------------- */
  /* Select2 Styles */
  /* Categories
	----------------------------------------------------------- */
  /* Single Products
	----------------------------------------------------------- */
  /* Cart
	----------------------------------------------------------- */
  /* Checkout
	----------------------------------------------------------- */
  /* Order Received
	----------------------------------------------------------- */
  /* Customer Details
	----------------------------------------------------------- */
  /* My Account
	----------------------------------------------------------- */
  /* Alerts
	----------------------------------------------------------- */
  /* General
	----------------------------------------------------------- */
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce div.product .stock,
.woocommerce-page div.product .stock {
  color: #121212;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #e90172;
}
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
  color: #4b345d;
}
.woocommerce .product .price ins,
.woocommerce-page .product .price ins {
  text-decoration: none;
}
.woocommerce .fl-page-content .quantity input.qty,
.woocommerce-page .fl-page-content .quantity input.qty {
  padding: .25em;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce .ppt,
.woocommerce-page .ppt,
.woocommerce .pp_description,
.woocommerce-page .pp_description {
  display: none !important;
}
.woocommerce .pp_overlay,
.woocommerce-page .pp_overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.woocommerce div.pp_woocommerce .pp_content_container,
.woocommerce-page div.pp_woocommerce .pp_content_container {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 40px 0 20px 0;
}
.woocommerce div.pp_woocommerce .pp_content_container #respond #reply-title,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond #reply-title {
  margin: 20px 0;
}
.woocommerce div.pp_woocommerce .pp_content_container #respond input,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond input,
.woocommerce div.pp_woocommerce .pp_content_container #respond textarea,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond textarea {
  margin-left: 15px;
}
.woocommerce div.pp_woocommerce .pp_content_container #respond p,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond p {
  margin-bottom: 20px;
}
.woocommerce div.pp_woocommerce .pp_content_container #respond .comment-form-rating,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond .comment-form-rating {
  margin-bottom: 10px;
}
.woocommerce div.pp_woocommerce .pp_content_container #respond .stars,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond .stars {
  margin-bottom: 30px;
}
.woocommerce div.pp_woocommerce .pp_content_container #respond .comment-form-comment,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond .comment-form-comment {
  margin-bottom: 40px;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  background: #fcfcfc;
  color: #121212;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  font-weight: normal;
  text-shadow: none;
  border: 1px solid #cccccc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
  color: #121212;
  background: #fcfcfc;
  border: 1px solid #cccccc;
  text-decoration: none;
}
.woocommerce a.button:active,
.woocommerce-page a.button:active,
.woocommerce button.button:active,
.woocommerce-page button.button:active,
.woocommerce input.button:active,
.woocommerce-page input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce-page #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page #content input.button:active {
  background-image: none;
  outline: 0;
}
.woocommerce a.button.loading,
.woocommerce-page a.button.loading,
.woocommerce button.button.loading,
.woocommerce-page button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page #content input.button.loading {
  border: 1px solid #e6e6e6;
  color: #121212;
  filter: alpha(opacity = 50);
  opacity: 0.5;
}
.woocommerce a.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page #content input.button.added:before {
  display: none;
}
.woocommerce.tax-product_cat .add_to_cart_button,
.woocommerce-page.tax-product_cat .add_to_cart_button {
  display: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #121212;
  vertical-align: middle;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce-page form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder,
.woocommerce-page form .form-row textarea::-webkit-input-placeholder,
.woocommerce form .form-row select::-webkit-input-placeholder,
.woocommerce-page form .form-row select::-webkit-input-placeholder,
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
.woocommerce-page table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(18, 18, 18, 0.4);
}
.woocommerce form .form-row input.input-text:-moz-placeholder,
.woocommerce-page form .form-row input.input-text:-moz-placeholder,
.woocommerce form .form-row textarea:-moz-placeholder,
.woocommerce-page form .form-row textarea:-moz-placeholder,
.woocommerce form .form-row select:-moz-placeholder,
.woocommerce-page form .form-row select:-moz-placeholder,
.woocommerce table.cart td.actions .coupon .input-text:-moz-placeholder,
.woocommerce-page table.cart td.actions .coupon .input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(18, 18, 18, 0.4);
}
.woocommerce form .form-row input.input-text::-moz-placeholder,
.woocommerce-page form .form-row input.input-text::-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder,
.woocommerce-page form .form-row textarea::-moz-placeholder,
.woocommerce form .form-row select::-moz-placeholder,
.woocommerce-page form .form-row select::-moz-placeholder,
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder,
.woocommerce-page table.cart td.actions .coupon .input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(18, 18, 18, 0.4);
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce-page form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder,
.woocommerce-page form .form-row textarea:-ms-input-placeholder,
.woocommerce form .form-row select:-ms-input-placeholder,
.woocommerce-page form .form-row select:-ms-input-placeholder,
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder,
.woocommerce-page table.cart td.actions .coupon .input-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(18, 18, 18, 0.4);
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
  background-color: #ffffff;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce-page form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce-page form .form-row select:focus,
.woocommerce table.cart td.actions .coupon .input-text:focus,
.woocommerce-page table.cart td.actions .coupon .input-text:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 160px;
}
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.register {
  border: 1px solid #e6e6e6;
}
.woocommerce .chzn-container-active .chzn-single,
.woocommerce-page .chzn-container-active .chzn-single {
  border: 1px solid #e90172;
}
.woocommerce .chzn-container .chzn-results,
.woocommerce-page .chzn-container .chzn-results {
  color: #333;
}
.woocommerce .chzn-container .chzn-results .highlighted,
.woocommerce-page .chzn-container .chzn-results .highlighted {
  background: #e90172;
  color: #ffffff;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  padding-top: 40px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  text-align: center;
  width: auto;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce .related ul.products li.product a img,
.woocommerce-page .related ul.products li.product a img,
.woocommerce .upsells.products ul.products li.product a img,
.woocommerce-page .upsells.products ul.products li.product a img,
.woocommerce[class*=columns-] ul.products li.product a img,
.woocommerce-page[class*=columns-] ul.products li.product a img,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img,
.woocommerce .related ul.products li.product a:hover img,
.woocommerce-page .related ul.products li.product a:hover img,
.woocommerce .upsells.products ul.products li.product a:hover img,
.woocommerce-page .upsells.products ul.products li.product a:hover img,
.woocommerce[class*=columns-] ul.products li.product a:hover img,
.woocommerce-page[class*=columns-] ul.products li.product a:hover img {
  border: 1px solid #e6e6e6;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from,
.woocommerce .related ul.products li.product .price .from,
.woocommerce-page .related ul.products li.product .price .from,
.woocommerce .upsells.products ul.products li.product .price .from,
.woocommerce-page .upsells.products ul.products li.product .price .from,
.woocommerce[class*=columns-] ul.products li.product .price .from,
.woocommerce-page[class*=columns-] ul.products li.product .price .from {
  color: #121212;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce .related ul.products li.product .price del,
.woocommerce-page .related ul.products li.product .price del,
.woocommerce .upsells.products ul.products li.product .price del,
.woocommerce-page .upsells.products ul.products li.product .price del,
.woocommerce[class*=columns-] ul.products li.product .price del,
.woocommerce-page[class*=columns-] ul.products li.product .price del {
  font-size: inherit;
}
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce-page ul.products li.product a.added_to_cart,
.woocommerce .related ul.products li.product a.added_to_cart,
.woocommerce-page .related ul.products li.product a.added_to_cart,
.woocommerce .upsells.products ul.products li.product a.added_to_cart,
.woocommerce-page .upsells.products ul.products li.product a.added_to_cart,
.woocommerce[class*=columns-] ul.products li.product a.added_to_cart,
.woocommerce-page[class*=columns-] ul.products li.product a.added_to_cart {
  margin-left: 5px;
}
.woocommerce ul.products li.product mark,
.woocommerce-page ul.products li.product mark,
.woocommerce .related ul.products li.product mark,
.woocommerce-page .related ul.products li.product mark,
.woocommerce .upsells.products ul.products li.product mark,
.woocommerce-page .upsells.products ul.products li.product mark,
.woocommerce[class*=columns-] ul.products li.product mark,
.woocommerce-page[class*=columns-] ul.products li.product mark {
  background: transparent;
  color: #4b345d;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating,
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  margin-left: auto;
  margin-right: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .products .star-rating span:before,
.woocommerce-page .products .star-rating span:before,
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  color: #e90172;
}
.woocommerce .products .star-rating:before,
.woocommerce-page .products .star-rating:before,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: "\53\53\53\53\53" !important;
  color: #121212;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  color: #ffffff;
  background: #e90172;
  font-size: 13px;
  font-weight: normal;
  left: 10px;
  margin: 0;
  padding: 2px 13px;
  right: auto;
  text-shadow: none;
  top: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  border: 1px solid #e6e6e6;
  border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  border-right: 1px solid #e6e6e6;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span {
  padding: 6px 10px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
  border-color: #e6e6e6;
  color: #ffffff;
  background: #e90172;
}
.woocommerce .product_meta,
.woocommerce-page .product_meta {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
.woocommerce .product_meta span span,
.woocommerce-page .product_meta span span,
.woocommerce .product_meta span a,
.woocommerce-page .product_meta span a {
  font-weight: bold;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
  background: #ffffff !important;
  border-color: #cccccc;
  color: #121212;
  height: 35px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
  background: #ffffff !important;
  border-color: #cccccc;
  color: #121212;
  height: 18px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .quantity .plus:focus,
.woocommerce-page .quantity .plus:focus,
.woocommerce .quantity .minus:focus,
.woocommerce-page .quantity .minus:focus {
  top: auto;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
  border-bottom: 1px solid #cccccc;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  margin: 0 auto 40px;
  width: auto;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
  border: 1px solid #e6e6e6;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: auto;
}
.woocommerce div.product .related.products,
.woocommerce-page div.product .related.products {
  clear: both;
}
.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del {
  font-size: inherit;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
  margin-top: 20px;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
  margin-top: 30px;
}
.woocommerce div.product form.cart .variations input,
.woocommerce-page div.product form.cart .variations input,
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
  max-width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
  padding-bottom: 20px;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
  color: #121212;
  font-size: inherit;
}
.woocommerce div.product form.cart .variations td.label label,
.woocommerce-page div.product form.cart .variations td.label label {
  font-weight: normal;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce-page div.product form.cart .reset_variations {
  clear: both;
  display: block;
  padding-top: 10px;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  margin: 0 15px 0 0;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  padding: 20px 0 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #121212;
  display: block;
  text-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 30px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
  margin-top: 0;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
  margin-bottom: 30px;
}
.woocommerce #reviews #comments > div .star-rating,
.woocommerce-page #reviews #comments > div .star-rating {
  float: none;
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  background: transparent;
  border: none;
  display: none;
  padding: 0;
  top: 19px;
  width: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  border: none;
  margin: 0;
  padding: 0;
}
.woocommerce #reviews #comments .add_review,
.woocommerce-page #reviews #comments .add_review {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt th {
  background: none;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce .related h2,
.woocommerce-page .related h2,
.woocommerce .upsells.products h2,
.woocommerce-page .upsells.products h2 {
  margin: 20px auto;
  max-width: 280px;
}
.woocommerce .label,
.woocommerce-page .label,
.woocommerce .value,
.woocommerce-page .value {
  white-space: normal;
}
.woocommerce table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.woocommerce table.cart td.actions .checkout-button,
.woocommerce-page table.cart td.actions .checkout-button {
  margin-bottom: 0;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  border-bottom: 1px solid #e6e6e6;
  float: none;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
  float: left;
  height: 28px;
  width: 48%;
}
.woocommerce table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button {
  float: right;
  margin-bottom: 0;
  width: 48%;
}
.woocommerce table.cart td.actions .coupon:before,
.woocommerce-page table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:after {
  display: table;
  content: " ";
}
.woocommerce table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:after {
  clear: both;
}
.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
  font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  text-align: left;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 10px;
}
.woocommerce .cart-collaterals .shipping_calculator .form-row,
.woocommerce-page .cart-collaterals .shipping_calculator .form-row {
  padding: 0 0 12px 0;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  padding: 0;
  text-indent: 0;
}
.woocommerce ul#shipping_method li label,
.woocommerce-page ul#shipping_method li label {
  margin-left: 5px;
}
.woocommerce .checkout #shiptobilling,
.woocommerce-page .checkout #shiptobilling {
  float: none;
  padding: 20px 0 0 0;
  text-align: left;
}
.woocommerce .checkout #shiptobilling label,
.woocommerce-page .checkout #shiptobilling label {
  font-size: inherit;
  padding: 0;
}
.woocommerce .checkout .woocommerce-form__input-checkbox,
.woocommerce-page .checkout .woocommerce-form__input-checkbox {
  position: initial;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-color: #e6e6e6 !important;
  padding: 18px 10px;
}
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
  border-bottom: 2px solid #e6e6e6;
}
.woocommerce #order_review_heading,
.woocommerce-page #order_review_heading {
  margin-top: 40px;
}
.woocommerce #order_review,
.woocommerce-page #order_review {
  background: #f7f7f7;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.woocommerce #order_review .shop_table,
.woocommerce-page #order_review .shop_table {
  margin-bottom: 10px;
}
.woocommerce #payment,
.woocommerce-page #payment {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
}
.woocommerce #payment h3,
.woocommerce-page #payment h3 {
  padding: 0 15px;
}
.woocommerce #payment .form-row.place-order,
.woocommerce-page #payment .form-row.place-order {
  margin-bottom: 0;
  padding: 10px;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: #f7f7f7;
  color: #121212;
  margin: 10px 0 20px;
  text-shadow: none;
  width: 100%;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  display: none;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  border: none;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  float: none;
  font-size: 14px;
  margin: 0;
  padding: 15px 20px;
  text-transform: none;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  font-size: 14px;
}
.woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details,
.woocommerce-page .woocommerce-order-overview.woocommerce-thankyou-order-details {
  padding-left: 20px;
}
.woocommerce .customer_details,
.woocommerce-page .customer_details,
.woocommerce .addresses address,
.woocommerce-page .addresses address {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
.woocommerce .addresses .title,
.woocommerce-page .addresses .title {
  position: relative;
}
.woocommerce .addresses .title a,
.woocommerce-page .addresses .title a {
  bottom: 10px;
  position: absolute;
  right: 0;
}
.woocommerce input[name='change_password'],
.woocommerce-page input[name='change_password'],
.woocommerce input[name='save_address'],
.woocommerce-page input[name='save_address'] {
  margin: 3px 0 0 2px;
}
.woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-page .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  border-top: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child,
.woocommerce-page .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 0;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  color: #121212;
  font-weight: bold;
  padding: 15px 25px !important;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  display: none;
}
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce-page .woocommerce-info a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce-page .woocommerce-error a.button {
  display: block;
  float: none;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  background-color: #fff2f3;
  border-color: #eb989d;
  color: #b84048;
}
.woocommerce .woocommerce-error a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce .woocommerce-error a.button:hover,
.woocommerce-page .woocommerce-error a.button:hover {
  color: #b84048;
}
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  clear: both;
  padding: 0 0 10px 0;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
  margin: 0 15px 0 0;
  width: 50px;
}
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
  margin: 3px 0 3px 65px;
}
.woocommerce ul.product_list_widget li .amount,
.woocommerce-page ul.product_list_widget li .amount {
  margin: 0 4px 0 0;
}
/* Sidebar Widgets
----------------------------------------------------------- */
.fl-sidebar .widget_product_categories ul ul li {
  padding-left: 1.618em;
}
/* Media Query - 768px or greater
----------------------------------------------------------- */
@media (min-width: 992px) {
  /* Main Wrapper
	----------------------------------------------------------- */
  .woocommerce,
  .woocommerce-page {
    /* Columns
		----------------------------------------------------------- */
    /* Categories
		----------------------------------------------------------- */
    /* Single Products
		----------------------------------------------------------- */
    /* Cart
		----------------------------------------------------------- */
    /* Order Received
		----------------------------------------------------------- */
    /* Alerts
		----------------------------------------------------------- */
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 48%;
  }
  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    width: 48%;
  }
  .woocommerce.columns-1 ul.products.columns-1 li.product,
  .woocommerce-page.columns-1 ul.products.columns-1 li.product,
  .woocommerce.woo-1.archive ul.products.columns-1 li.product,
  .woocommerce-page.woo-1.archive ul.products.columns-1 li.product {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .woocommerce.columns-2 ul.products.columns-2 li.product,
  .woocommerce-page.columns-2 ul.products.columns-2 li.product,
  .woocommerce.woo-2.archive ul.products.columns-2 li.product,
  .woocommerce-page.woo-2.archive ul.products.columns-2 li.product {
    width: 48% !important;
  }
  .woocommerce.columns-3 ul.products.columns-3 li.product,
  .woocommerce-page.columns-3 ul.products.columns-3 li.product,
  .woocommerce.woo-3.archive ul.products.columns-3 li.product,
  .woocommerce-page.woo-3.archive ul.products.columns-3 li.product {
    width: 30.75% !important;
  }
  .woocommerce.columns-4 ul.products.columns-4 li.product,
  .woocommerce-page.columns-4 ul.products.columns-4 li.product,
  .woocommerce.woo-4.archive ul.products.columns-4 li.product,
  .woocommerce-page.woo-4.archive ul.products.columns-4 li.product {
    width: 22.05% !important;
  }
  .woocommerce.columns-5 ul.products.columns-5 li.product,
  .woocommerce-page.columns-5 ul.products.columns-5 li.product,
  .woocommerce.woo-5.archive ul.products.columns-5 li.product,
  .woocommerce-page.woo-5.archive ul.products.columns-5 li.product {
    width: 16.95% !important;
  }
  .woocommerce.columns-6 ul.products.columns-6 li.product,
  .woocommerce-page.columns-6 ul.products.columns-6 li.product,
  .woocommerce.woo-6.archive ul.products.columns-6 li.product,
  .woocommerce-page.woo-6.archive ul.products.columns-6 li.product {
    width: 13.5% !important;
  }
  .woocommerce li.product.last,
  .woocommerce-page li.product.last {
    clear: right;
    margin-right: 0 !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .upsells.products ul.products li.product,
  .woocommerce[class*=columns-] ul.products li.product,
  .woocommerce-page[class*=columns-] ul.products li.product {
    clear: none;
    float: left !important;
    margin-right: 3.8%;
    max-width: none;
    width: 22.05%;
  }
  .woocommerce ul.products li.product.first,
  .woocommerce-page ul.products li.product.first,
  .woocommerce .related ul.products li.product.first,
  .woocommerce-page .related ul.products li.product.first,
  .woocommerce .upsells.products ul.products li.product.first,
  .woocommerce-page .upsells.products ul.products li.product.first,
  .woocommerce[class*=columns-] ul.products li.product.first,
  .woocommerce-page[class*=columns-] ul.products li.product.first {
    clear: both;
  }
  .woocommerce ul.products li.product.last,
  .woocommerce-page ul.products li.product.last,
  .woocommerce .related ul.products li.product.last,
  .woocommerce-page .related ul.products li.product.last,
  .woocommerce .upsells.products ul.products li.product.last,
  .woocommerce-page .upsells.products ul.products li.product.last,
  .woocommerce[class*=columns-] ul.products li.product.last,
  .woocommerce-page[class*=columns-] ul.products li.product.last {
    clear: right;
    margin-right: 0 !important;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images {
    float: left;
    margin-bottom: 2em;
    max-width: none;
    width: 48%;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 30px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
  }
  .woocommerce #reviews #comments > div .star-rating,
  .woocommerce-page #reviews #comments > div .star-rating {
    float: right;
    margin-bottom: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar,
  .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    display: block;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text,
  .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border: none;
    margin: 0 0 0 55px;
    padding: 0;
  }
  .woocommerce .related h2,
  .woocommerce-page .related h2,
  .woocommerce .upsells.products h2,
  .woocommerce-page .upsells.products h2 {
    max-width: none;
  }
  .woocommerce table.cart .product-remove,
  .woocommerce-page table.cart .product-remove,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce table.cart .product-price,
  .woocommerce-page table.cart .product-price {
    display: table-cell;
  }
  .woocommerce table.cart .product-thumbnail img,
  .woocommerce-page table.cart .product-thumbnail img {
    max-width: 100px;
  }
  .woocommerce table.cart td.actions .button:disabled,
  .woocommerce-page table.cart td.actions .button:disabled {
    background-color: inherit;
  }
  .woocommerce table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    border-bottom: none;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon .input-text {
    width: 200px;
  }
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .button {
    width: auto;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .shipping_calculator {
    text-align: left;
    width: 48%;
  }
  .woocommerce .order_details li,
  .woocommerce-page .order_details li {
    border: none;
    border-right: 1px solid #e6e6e6;
    float: left;
  }
  .woocommerce .woocommerce-message a.button,
  .woocommerce-page .woocommerce-message a.button,
  .woocommerce .woocommerce-info a.button,
  .woocommerce-page .woocommerce-info a.button,
  .woocommerce .woocommerce-error a.button,
  .woocommerce-page .woocommerce-error a.button {
    display: inline;
    float: right;
    margin-bottom: 0;
  }
}
/* Media Query - 767px or below
----------------------------------------------------------- */
@media (max-width: 991px) {
  /* Main Wrapper
	----------------------------------------------------------- */
  .woocommerce,
  .woocommerce-page {
    /* Columns
		----------------------------------------------------------- */
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@font-face {
  font-family: 'icon';
  src: url('../build/icon.eot');
  src: url('../build/icon.eot?#iefix') format('eot'), url('../build/icon.woff') format('woff'), url('../build/icon.ttf') format('truetype'), url('../build/icon.svg?#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.Icon-arrow-down:before {
  content: "\EA01";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-icons-accordion-closed:before {
  content: "\EA01";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-icons-accordion-open:before {
  content: "\EA01";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-icons-search-black:before {
  content: "\EA01";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-icons-search-white:before {
  content: "\EA01";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-arrow-left:before {
  content: "\EA02";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-arrow-right:before {
  content: "\EA03";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-compatibility:before {
  content: "\EA04";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-cross:before {
  content: "\EA05";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-download:before {
  content: "\EA06";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-facebook:before {
  content: "\EA07";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-newspaper:before {
  content: "\EA08";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-phone:before {
  content: "\EA09";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-pinterest:before {
  content: "\EA0A";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-search:before {
  content: "\EA0B";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-shopping_cart:before {
  content: "\EA0C";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-time:before {
  content: "\EA0D";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-tools:before {
  content: "\EA0E";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-twitter:before {
  content: "\EA0F";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-user:before {
  content: "\EA10";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-gear:before {
  content: "\EA11";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-play:before {
  content: "\EA12";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-pause:before {
  content: "\EA13";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-volume-high:before {
  content: "\EA14";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-volume-mute:before {
  content: "\EA15";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-linkedin:before {
  content: "\EA16";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-loading:before {
  content: "\EA17";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-x-icones:before {
  content: "\EA18";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'icon';
  src: url('/wp-content/themes/beaverwarrior/build/fonts/icon.eot');
  src: url('/wp-content/themes/beaverwarrior/build/fonts/icon.eot?#iefix') format('eot'), url('/wp-content/themes/beaverwarrior/build/fonts/icon.woff') format('woff'), url('/wp-content/themes/beaverwarrior/build/fonts/icon.ttf') format('truetype'), url('/wp-content/themes/beaverwarrior/build/fonts/icon.svg?#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after,
.AffixColumn-root:before,
.AffixColumn-root:after,
.Container:before,
.Container:after,
.Page:before,
.Page:after,
.SiteHeader-container:before,
.SiteHeader-container:after,
.SiteHeader-notice:before,
.SiteHeader-notice:after,
.SiteHeader-cart_menu #CartContainer:before,
.SiteHeader-cart_menu #CartContainer:after,
.SiteHeader-cart_menu #CartContainer .ajaxcart__product:before,
.SiteHeader-cart_menu #CartContainer .ajaxcart__product:after,
.Triptych:before,
.Triptych:after,
.Triptych--3up-wrapper:before,
.Triptych--3up-wrapper:after,
.Triptych--4up-wrapper:before,
.Triptych--4up-wrapper:after,
.ContentSection:before,
.ContentSection:after,
.StaffGrid:before,
.StaffGrid:after,
.StaffGrid:before,
.StaffGrid:after,
.StaffGrid:before,
.StaffGrid:after,
.StaffGrid-modal:before,
.StaffGrid-modal:after,
.StaffGrid-modal_slider_wrapper:before,
.StaffGrid-modal_slider_wrapper:after,
.Comments-comment:before,
.Comments-comment:after,
.SiteFooter:before,
.SiteFooter:after,
.Article-related_posts--2up:before,
.Article-related_posts--2up:after,
.Article-related_posts--3up:before,
.Article-related_posts--3up:after,
.Article-related_posts--4up:before,
.Article-related_posts--4up:after,
.Article-related_posts--4up:before,
.Article-related_posts--4up:after,
.HeroHeader-container:before,
.HeroHeader-container:after,
.Modal-content:before,
.Modal-content:after,
.ObiStrip:before,
.ObiStrip:after,
.ObiStrip-content:before,
.ObiStrip-content:after,
.SiteFooter-container:before,
.SiteFooter-container:after,
.Article--full:before,
.Article--full:after,
.ContactPage-content_row:before,
.ContactPage-content_row:after,
.ConfirmationPage:before,
.ConfirmationPage:after,
.SearchResults-content:before,
.SearchResults-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.AffixColumn-root:after,
.Container:after,
.Page:after,
.SiteHeader-container:after,
.SiteHeader-notice:after,
.SiteHeader-cart_menu #CartContainer:after,
.SiteHeader-cart_menu #CartContainer .ajaxcart__product:after,
.Triptych:after,
.Triptych--3up-wrapper:after,
.Triptych--4up-wrapper:after,
.ContentSection:after,
.StaffGrid:after,
.StaffGrid:after,
.StaffGrid:after,
.StaffGrid-modal:after,
.StaffGrid-modal_slider_wrapper:after,
.Comments-comment:after,
.SiteFooter:after,
.Article-related_posts--2up:after,
.Article-related_posts--3up:after,
.Article-related_posts--4up:after,
.Article-related_posts--4up:after,
.HeroHeader-container:after,
.Modal-content:after,
.ObiStrip:after,
.ObiStrip-content:after,
.SiteFooter-container:after,
.Article--full:after,
.ContactPage-content_row:after,
.ConfirmationPage:after,
.SearchResults-content:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix,
.AffixColumn-root,
.Container,
.Page,
.SiteHeader-container,
.SiteHeader-notice,
.SiteHeader-cart_menu #CartContainer,
.SiteHeader-cart_menu #CartContainer .ajaxcart__product,
.Triptych,
.Triptych--3up-wrapper,
.Triptych--4up-wrapper,
.ContentSection,
.StaffGrid,
.StaffGrid,
.StaffGrid,
.StaffGrid-modal,
.StaffGrid-modal_slider_wrapper,
.Comments-comment,
.SiteFooter,
.Article-related_posts--2up,
.Article-related_posts--3up,
.Article-related_posts--4up,
.Article-related_posts--4up,
.HeroHeader-container,
.Modal-content,
.ObiStrip,
.ObiStrip-content,
.SiteFooter-container,
.Article--full,
.ContactPage-content_row,
.ConfirmationPage,
.SearchResults-content {
  *zoom: 1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* A Matrix is a series of equally sized elements arranged like Columns, but
 * with the ability to break correctly.
 *
 * It is possible to add interior borders to a Matrix akin to that of an HTML
 * table.
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  color: #4b345d;
  -webkit-font-smoothing: antialiased;
  margin: 10px 0;
}
h1,
.h1 {
  font-size: 46px;
  line-height: 1.1;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 70px;
    line-height: 1.1;
  }
}
h2,
.h2 {
  font-size: 40px;
  line-height: 1.1;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 56px;
    line-height: 1.1;
  }
}
h3,
.h3 {
  font-size: 34px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 42px;
    line-height: 1.1;
  }
}
h4,
.h4 {
  font-size: 28px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 32px;
    line-height: 1.5;
  }
}
h5,
.h5 {
  font-size: 24px;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 26px;
    line-height: 1.1;
  }
}
h6,
.h6 {
  font-size: 18px;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 20px;
    line-height: 1.1;
  }
}
p,
.p {
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  p,
  .p {
    font-size: 18px;
    line-height: 1.75;
  }
}
p.small,
.p.small {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  p.small,
  .p.small {
    font-size: 18px;
    line-height: 1.75;
  }
}
ul {
  list-style: none inside none;
  margin: 0;
  padding: 0;
}
ol {
  list-style: none inside none;
  margin: 0;
  padding: 0;
}
blockquote {
  position: relative;
  text-align: center;
  margin: 50px 40px;
}
blockquote:before {
  content: '"';
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 128px;
  margin-top: -64px;
  color: #d8d8d8;
}
blockquote:after {
  content: '"';
  z-index: -10;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 128px;
  margin-bottom: -160px;
  color: #d8d8d8;
}
.AffixColumn-root {
  position: relative;
}
.AffixColumn {
  position: fixed;
  top: 0;
}
.AffixColumn.is-AffixColumn--top {
  position: absolute;
}
.AffixColumn.is-AffixColumn--bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}
.AffixColumn.is-AffixColumn--tallest {
  position: static;
}
.AffixColumn--bottom {
  position: fixed;
  top: auto;
  bottom: 0;
}
.AffixColumn--bottom.is-AffixColumn--top {
  position: absolute;
  top: 0;
  bottom: auto;
}
.AffixColumn--bottom.is-AffixColumn--bottom {
  position: absolute;
}
.AffixColumn--bottom.is-AffixColumn--tallest {
  position: static;
}
.Container,
.HeroHeader-container,
.Modal-content,
.ObiStrip-content,
.SiteFooter-container,
.Article--full,
.ContactPage-content_row,
.ConfirmationPage,
.SearchResults-content {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .Container,
  .HeroHeader-container,
  .Modal-content,
  .ObiStrip-content,
  .SiteFooter-container,
  .Article--full,
  .ContactPage-content_row,
  .ConfirmationPage,
  .SearchResults-content {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .Container,
  .HeroHeader-container,
  .Modal-content,
  .ObiStrip-content,
  .SiteFooter-container,
  .Article--full,
  .ContactPage-content_row,
  .ConfirmationPage,
  .SearchResults-content {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .Container,
  .HeroHeader-container,
  .Modal-content,
  .ObiStrip-content,
  .SiteFooter-container,
  .Article--full,
  .ContactPage-content_row,
  .ConfirmationPage,
  .SearchResults-content {
    max-width: 1170px;
  }
}
.Button--menu_toggle {
  background: #e90172;
  border: 1px solid #e90172;
  padding: 5px;
  border-radius: 2px;
}
.Button--menu_toggle .Button--menu_toggle-bar {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background-color: #ffffff;
  margin-top: 4px;
  transform: translate(0%, 0px) rotate(0deg) translate(0%, 0px) scaleX(1);
  transition: transform 0.5s, opacity 0.5s;
}
.Button--menu_toggle .Button--menu_toggle-bar:first-child {
  margin-top: 0;
}
.Button--menu_toggle:hover,
.Button--menu_toggle:focus {
  background: #ffffff;
}
.Button--menu_toggle:hover .Button--menu_toggle-bar,
.Button--menu_toggle:focus .Button--menu_toggle-bar {
  background-color: #e90172;
}
.Button--menu_toggle:focus {
  outline-width: 0;
}
/* Strip browser default styling from a button.
 */
.FormItem {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.FormItem label {
  font-size: 12px;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
}
.FormItem input {
  height: 40px;
  font-size: 12px;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  padding: 0 15px;
  border: 1px solid #e90172;
  background-color: #ffffff;
  color: #000000;
  max-width: 100%;
  flex-grow: 1;
}
.FormItem input::-webkit-input-placeholder {
  color: #333333;
}
.FormItem input:moz-placeholder {
  color: #333333;
}
.FormItem input::moz-placeholder {
  color: #333333;
}
.FormItem input:-ms-input-placeholder {
  color: #333333;
}
.FormItem input:placeholder-shown {
  color: #333333;
}
.FormItem select {
  height: 40px;
  font-size: 12px;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  padding: 0 15px;
  border: 1px solid #e90172;
  background-color: #ffffff;
  color: #000000;
  max-width: 100%;
  flex-grow: 1;
}
.FormItem select::-webkit-input-placeholder {
  color: #333333;
}
.FormItem select:moz-placeholder {
  color: #333333;
}
.FormItem select::moz-placeholder {
  color: #333333;
}
.FormItem select:-ms-input-placeholder {
  color: #333333;
}
.FormItem select:placeholder-shown {
  color: #333333;
}
.FormItem textarea {
  height: 40px;
  font-size: 12px;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  padding: 10px 15px;
  border: 1px solid #e90172;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  flex-grow: 1;
  margin-top: 15px;
}
.FormItem textarea::-webkit-input-placeholder {
  color: #333333;
}
.FormItem textarea:moz-placeholder {
  color: #333333;
}
.FormItem textarea::moz-placeholder {
  color: #333333;
}
.FormItem textarea:-ms-input-placeholder {
  color: #333333;
}
.FormItem textarea:placeholder-shown {
  color: #333333;
}
.FormItem--stacked {
  display: block;
}
.FormItem--stacked label {
  display: block;
  margin-bottom: 10px;
}
.FormItem--stacked input {
  width: 100%;
}
.FormItem--stacked select {
  width: 100%;
}
.FormItem-description {
  width: 100%;
}
.FormItem--actions {
  margin-left: 7.5px;
  margin-right: 7.5px;
  min-height: 1px;
  float: left;
  width: 98.48790323%;
  width: calc( 100% - 15px );
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
.FormItem-action {
  margin-left: 7.5px;
  margin-right: 7.5px;
  float: left;
}
.FormItem-action--primary {
  order: 1;
}
.FormItem-action--secondary {
  order: 2;
}
.FormItem-quantity_selector {
  position: relative;
}
.FormItem-quantity_selector input {
  background-color: #d8d8d8;
  max-width: 100%;
}
.FormItem-quantity_selector_button {
  background: transparent;
  border-width: 0px;
  appearance: none;
  padding: 0;
  position: absolute;
  right: 15px;
}
.FormItem-quantity_selector_button--plus {
  top: 5px;
  font-size: 0;
  border: 5px solid transparent;
  border-bottom-color: #b9b9b9;
}
.FormItem-quantity_selector_button--minus {
  bottom: 5px;
  font-size: 0;
  border: 5px solid transparent;
  border-top-color: #b9b9b9;
}
.FormItem-checkbox_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.FormItem-checkbox_wrapper--stacked {
  flex-direction: column;
}
.FormItem--type_checkbox input {
  height: 20px;
  flex-grow: 0;
}
.FormItem--type_checkbox label {
  margin-left: 15px;
  margin-right: 0;
}
.FormItem-fieldset {
  margin: 0;
  padding: 0;
  border-width: 0;
}
.FormItem-fieldset legend {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 15px;
}
.gform_wrapper .top_label {
  display: block;
}
.gform_wrapper .top_label label.gfield_label {
  display: block;
  margin-bottom: 10px;
}
.gform_wrapper .top_label .ginput_container input.medium,
.gform_wrapper .top_label .ginput_container select.medium {
  width: 100%;
}
.gform_footer {
  margin-left: 7.5px !important;
  margin-right: 7.5px !important;
  min-height: 1px !important;
  float: left !important;
  width: 98.48790323% !important;
  width: calc( 100% - 15px ) !important;
  display: flex !important;
  justify-content: flex-end !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.gform_wrapper .gfield input:focus {
  height: 40px;
}
.gform_wrapper .gfield.FormItem--type_checkbox label {
  margin-left: 15px;
}
.gform_wrapper .gfield.FormItem--type_checkbox label.gfield_label {
  margin-left: 0px;
}
.gform_wrapper .gfield.FormItem--type_checkbox input:focus {
  height: 20px;
}
.pp-gf-content .gform_wrapper ul.gform_fields li.gfield,
.pp-gf-content .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
  padding-left: 15px;
  padding-right: 15px;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  line-height: 1.42857;
}
.FormItem-form--has_inline_submit_wrapper {
  position: relative;
}
.FormItem-form--has_inline_submit_wrapper.gform_wrapper .gform_footer {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.FormItem-form--has_inline_submit_wrapper.gform_wrapper .gform_footer button {
  margin: 0;
  border-radius: 0px;
}
.gform_button span {
  font-family: inherit;
}
.Page {
  *zoom: 1;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 0;
}
.Page--light {
  background-color: #ffffff;
  color: #000000;
}
.Page--light h1,
.Page--light h2,
.Page--light h3,
.Page--light h4,
.Page--light h5,
.Page--light h6,
.Page--light .h1,
.Page--light .h2,
.Page--light .h3,
.Page--light .h4,
.Page--light .h5,
.Page--light .h6 {
  color: #000000;
}
.Page--light .Page-border {
  background-color: #000000;
}
.Page--dark {
  background-color: #000000;
  color: #ffffff;
}
.Page--dark h1,
.Page--dark h2,
.Page--dark h3,
.Page--dark h4,
.Page--dark h5,
.Page--dark h6,
.Page--dark .h1,
.Page--dark .h2,
.Page--dark .h3,
.Page--dark .h4,
.Page--dark .h5,
.Page--dark .h6 {
  color: #ffffff;
}
.Page--dark .Page-border {
  background-color: #ffffff;
}
.Page--with_border {
  margin: 15px;
}
.Page-border {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -40;
}
.Page-border {
  background-color: transparent;
}
.Offcanvas--lv2 {
  z-index: 920;
}
.Offcanvas--lv3 {
  z-index: 930;
}
.Offcanvas--lv4 {
  z-index: 940;
}
.Offcanvas-scroller {
  background: #ffffff;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.Offcanvas--reveal {
  max-height: 0;
  overflow: hidden;
}
.Offcanvas--reveal.is-Offcanvas--open {
  max-height: 400px;
  max-height: 80vh;
}
.Offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.Offcanvas-backdrop.is-Offcanvas--backdrop_active {
  bottom: 0;
}
.NavMenu--main_menu {
  padding: 0;
  margin: 0;
  list-style: none inside none;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 600;
  font-size: 0;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .NavMenu--main_menu {
    display: flex;
    height: 100%;
  }
}
.NavMenu--main_menu-link {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .NavMenu--main_menu-link {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .NavMenu--main_menu-link {
    font-size: 16px;
    line-height: 1;
  }
}
.NavMenu--main_menu-link.is-NavMenu--parent_link > a > span:after {
  line-height: 0.9;
}
@media (min-width: 768px) {
  .NavMenu--main_menu-link {
    display: inline-block;
    flex-grow: 1;
    text-align: center;
  }
  .NavMenu--main_menu-link > a {
    border-top: 2px solid transparent;
  }
  .NavMenu--main_menu-link > a:hover,
  .NavMenu--main_menu-link > a:focus,
  .NavMenu--main_menu-link > a.is-Offcanvas--target_open {
    background-color: #2b7bb9;
    border-top-color: #e90172;
  }
}
.NavMenu--main_menu-link a,
.NavMenu--main_menu-link a:hover,
.NavMenu--main_menu-link a:focus {
  color: #757575;
  text-decoration: none;
  text-transform: uppercase;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .NavMenu--main_menu-link a,
  .NavMenu--main_menu-link a:hover,
  .NavMenu--main_menu-link a:focus {
    display: inline-block;
    vertical-align: middle;
  }
  .NavMenu--main_menu-link a:before,
  .NavMenu--main_menu-link a:hover:before,
  .NavMenu--main_menu-link a:focus:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}
.NavMenu--main_menu-link a span,
.NavMenu--main_menu-link a:hover span,
.NavMenu--main_menu-link a:focus span {
  display: inline-block;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .NavMenu--main_menu-link a span,
  .NavMenu--main_menu-link a:hover span,
  .NavMenu--main_menu-link a:focus span {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .NavMenu--main_menu-link a span,
  .NavMenu--main_menu-link a:hover span,
  .NavMenu--main_menu-link a:focus span {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .NavMenu--main_menu-link a span,
  .NavMenu--main_menu-link a:hover span,
  .NavMenu--main_menu-link a:focus span {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .NavMenu--main_menu-link a span,
  .NavMenu--main_menu-link a:hover span,
  .NavMenu--main_menu-link a:focus span {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.NavMenu--main_menu-link a span.NavMenu-link--arrow,
.NavMenu--main_menu-link a:hover span.NavMenu-link--arrow,
.NavMenu--main_menu-link a:focus span.NavMenu-link--arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #757575 transparent transparent transparent;
  padding: 0;
  margin-bottom: 2px;
  display: inline-block;
}
@media (min-width: 768px) {
  .NavMenu--main_menu-link a span.NavMenu-link--arrow,
  .NavMenu--main_menu-link a:hover span.NavMenu-link--arrow,
  .NavMenu--main_menu-link a:focus span.NavMenu-link--arrow {
    display: none;
  }
}
.NavMenu--dropdown {
  padding: 5px 0;
  margin: 0;
  list-style: none inside none;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 600;
  font-size: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .NavMenu--dropdown {
    border-left: 2px solid #e90172;
  }
}
.NavMenu--dropdown-link {
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.NavMenu--dropdown-link.expanded > a:before {
  position: absolute;
  right: 8px;
  top: 10px;
}
.NavMenu--dropdown-link a,
.NavMenu--dropdown-link a:hover,
.NavMenu--dropdown-link a:focus {
  color: #000000;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  width: 100%;
}
.NavMenu--dropdown-link a span,
.NavMenu--dropdown-link a:hover span,
.NavMenu--dropdown-link a:focus span {
  display: inline-block;
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .NavMenu--dropdown-link a span,
  .NavMenu--dropdown-link a:hover span,
  .NavMenu--dropdown-link a:focus span {
    padding: 7px 15px;
    white-space: nowrap;
  }
}
.NavMenu--dropdown-link--heading {
  font-size: 18px;
}
.NavMenu--dropdown-heading {
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .NavMenu--dropdown-heading {
    padding: 7px 15px;
  }
}
.NavMenu--tabs {
  list-style: none inside none;
  margin: 10px 0;
  padding: 0;
  display: inline-block;
  display: flex;
  text-align: center;
}
.NavMenu--tabs li {
  font-size: 0;
}
.NavMenu--tabs a {
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 8px 13px;
  font-size: 16px;
  font-weight: 600;
}
.NavMenu--tabs a,
.NavMenu--tabs a:hover,
.NavMenu--tabs a:focus {
  color: inherit;
  text-decoration: none;
}
.fl-module.fl-module-menu ul {
  margin: 0;
  padding: 0;
}
.SiteHeader {
  border-bottom: 1px solid transparent;
  position: relative;
  margin: 0;
  background: #ffffff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: margin 0.5s;
}
.SiteHeader--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.SiteHeader--flush {
  max-width: none;
  margin: 0;
}
.SiteHeader--flush.is-SiteHeader--at_top {
  margin: 0;
}
.SiteHeader--detached.is-SiteHeader--at_top {
  margin: 10px;
}
@media (min-width: 1320px) {
  .SiteHeader--detached {
    max-width: none;
    margin: 0 auto;
  }
  .SiteHeader--detached.is-SiteHeader--at_top {
    margin: 10px 2%;
  }
}
.SiteHeader-spacing {
  height: 50px;
}
.SiteHeader-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .SiteHeader-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .SiteHeader-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .SiteHeader-container {
    max-width: 1170px;
  }
}
.SiteHeader-overlap {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .SiteHeader-overlap {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .SiteHeader-content {
    border-bottom: 1px solid transparent;
  }
}
@media (min-width: 768px) {
  .SiteHeader-spacing {
    height: 100px;
  }
  .SiteHeader-content {
    order: 1;
  }
}
.SiteHeader-brand {
  display: block;
  height: 50px;
  padding: 2.5px 10px;
  float: left;
}
.SiteHeader-logo {
  height: 100%;
}
.SiteHeader-toggle {
  float: right;
  margin: 10.5px 10px;
}
.SiteHeader-toggle.is-Offcanvas--target_open .Button--menu_toggle-bar {
  opacity: 0;
}
.SiteHeader-toggle.is-Offcanvas--target_open .Button--menu_toggle-bar:first-child {
  transform: translate(-40%, 0px) rotate(40deg) translate(55%, 0px) scaleX(1.2);
  opacity: 1;
}
.SiteHeader-toggle.is-Offcanvas--target_open .Button--menu_toggle-bar:nth-child(3n+3) {
  transform: translate(-40%, 0px) rotate(-40deg) translate(55%, 0px) scaleX(1.2);
  opacity: 1;
}
@media (max-width: 767px) {
  .SiteHeader-banner {
    border-bottom: 1px solid transparent;
    width: 100%;
    height: 50px;
    background: #ffffff;
    position: relative;
    z-index: 1000;
  }
}
@media (min-width: 768px) {
  .SiteHeader-brand--centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .SiteHeader-banner--with_notice_bar {
    margin-top: 38px;
  }
  .SiteHeader-brand {
    height: 100px;
    padding: 17.5px 15px;
  }
  .SiteHeader-toggle {
    display: none;
  }
}
.SiteHeader-content {
  top: 50px;
  left: 0;
  background: #ffffff;
}
.SiteHeader-content > .Offcanvas-scroller {
  background: transparent;
}
.SiteHeader-navigation {
  display: flex;
  flex-flow: row wrap;
  padding-top: 10px;
  padding-bottom: 20px;
}
.SiteHeader-navigation--exposed {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
}
@media (min-width: 768px) {
  .SiteHeader-navigation--exposed {
    position: static;
    transform: none;
    float: right;
  }
}
.SiteHeader-exposed_button {
  font-size: 16px;
  line-height: 16px;
  height: 51px;
  margin: auto 15px;
}
@media (max-width: 767px) {
  .SiteHeader-content {
    position: fixed;
    height: 100%;
    border-right: 2px solid #ffffff;
    width: 180px;
    transition: transform 0.5s;
  }
  .SiteHeader-content.is-Offcanvas--open {
    transform: translateX(0px);
  }
  .SiteHeader-content.is-Offcanvas--closed {
    transform: translateX(-396px);
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .SiteHeader-content {
    width: 240px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .SiteHeader-content {
    width: 320px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .SiteHeader-content.is-Offcanvas--open {
    transform: translateX(0px);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .SiteHeader-content.is-Offcanvas--open {
    transform: translateX(0px);
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .SiteHeader-content.is-Offcanvas--closed {
    transform: translateX(-528px);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .SiteHeader-content.is-Offcanvas--closed {
    transform: translateX(-704px);
  }
}
@media (min-width: 768px) {
  .SiteHeader-content {
    top: auto;
    left: auto;
    background: transparent;
    height: 100px;
  }
  .SiteHeader-content > .Offcanvas-scroller {
    overflow: visible;
  }
  .SiteHeader-content--with_notice_bar {
    margin-top: 38px;
  }
  .SiteHeader-content_wrapper {
    display: flex;
    justify-content: space-around;
  }
  .SiteHeader-navigation {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
  }
  .SiteHeader-navigation--first_menu {
    float: right;
  }
  .SiteHeader-navigation--second_menu {
    float: left;
  }
  .SiteHeader-navigation--exposed {
    height: 100px;
  }
  .SiteHeader-block {
    float: right;
    position: relative;
  }
  .SiteHeader-block--main_menu {
    height: 98px;
    margin: 0;
  }
}
.SiteHeader-form_item {
  position: relative;
  font-size: 0;
  float: left;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin: 5px 0;
}
.SiteHeader-form_item input[type="search"] {
  border: 1px solid transparent;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
  min-width: 200px;
}
.SiteHeader-form_button_wrapper {
  position: absolute;
  right: 7.5px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  margin: 0;
}
.SiteHeader-form_button {
  background: transparent;
  border-width: 0px;
  appearance: none;
  padding: 0;
  height: 40px;
  min-width: 40px;
  margin: 5px 0;
  display: inline-block;
  vertical-align: middle;
  color: transparent;
}
.SiteHeader-form_button:before {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .SiteHeader-form_item {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
  }
  .SiteHeader-form_item:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .SiteHeader-form_item > * {
    display: inline-block;
    vertical-align: middle;
  }
  .SiteHeader-form_item input[type="search"] {
    float: none;
  }
}
.SiteHeader-notice_bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "The Sans Arab", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  background-color: #ffffff;
}
.SiteHeader-notice {
  text-align: center;
  margin: 12.125px auto;
  color: #757575;
}
@media (min-width: 768px) {
  .SiteHeader-notice {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .SiteHeader-notice {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .SiteHeader-notice {
    max-width: 1170px;
  }
}
@media (max-width: 767px) {
  .SiteHeader-notice {
    display: none;
  }
}
@media (min-width: 768px) {
  .SiteHeader-notice_bar {
    height: 38px;
  }
}
.SiteHeader-account {
  position: relative;
}
.SiteHeader-account_button {
  background: transparent;
  border-width: 0px;
  appearance: none;
  padding: 0;
  padding: 0px 8px;
  color: inherit;
}
.SiteHeader-account_button:before {
  content: "\EA10";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.SiteHeader-account_button:before {
  display: block;
}
.SiteHeader-account {
  float: left;
  padding-left: 10px;
}
.SiteHeader-block--main_menu {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .SiteHeader-account_button {
    padding: 38px 8px;
  }
  .SiteHeader-block--main_menu {
    float: right;
    width: auto;
  }
  .SiteHeader-account {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .SiteHeader-dropdown.Offcanvas,
  .SiteHeader-account_menu.Offcanvas {
    position: static;
    height: auto;
    width: auto;
    border-right-width: 0;
    transition: none;
    transform: none;
    z-index: auto;
  }
  html.no-csstransforms .SiteHeader-dropdown.Offcanvas,
  html.no-csstransforms .SiteHeader-account_menu.Offcanvas {
    transition: none;
    left: auto;
  }
  .SiteHeader-dropdown > .Offcanvas-scroller,
  .SiteHeader-account_menu > .Offcanvas-scroller {
    background: transparent;
    height: auto;
    overflow-y: visible;
    overflow-x: visible;
  }
  .SiteHeader-dropdown.is-Offcanvas--closed,
  .SiteHeader-dropdown.Offcanvas.is-Offcanvas--closed,
  .SiteHeader-account_menu.is-Offcanvas--closed,
  .SiteHeader-account_menu.Offcanvas.is-Offcanvas--closed {
    display: none;
  }
  .SiteHeader-dropdown.is-Offcanvas--open,
  .SiteHeader-dropdown.Offcanvas.is-Offcanvas--open,
  .SiteHeader-account_menu.is-Offcanvas--open,
  .SiteHeader-account_menu.Offcanvas.is-Offcanvas--open {
    display: block;
  }
}
@media (min-width: 768px) {
  .SiteHeader-dropdown.Offcanvas,
  .SiteHeader-account_menu.Offcanvas {
    position: static;
    height: auto;
    width: auto;
    border-right-width: 0;
    transition: none;
    transform: none;
    z-index: auto;
  }
  html.no-csstransforms .SiteHeader-dropdown.Offcanvas,
  html.no-csstransforms .SiteHeader-account_menu.Offcanvas {
    transition: none;
    left: auto;
  }
  .SiteHeader-dropdown > .Offcanvas-scroller,
  .SiteHeader-account_menu > .Offcanvas-scroller {
    background: transparent;
    height: auto;
    overflow-y: visible;
    overflow-x: visible;
  }
  .SiteHeader-dropdown,
  .SiteHeader-dropdown.Offcanvas,
  .SiteHeader-account_menu,
  .SiteHeader-account_menu.Offcanvas {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    transition: opacity 0.15s;
    transform-origin: top;
  }
  .SiteHeader-dropdown.is-Offcanvas--closed,
  .SiteHeader-dropdown.Offcanvas.is-Offcanvas--closed,
  .SiteHeader-account_menu.is-Offcanvas--closed,
  .SiteHeader-account_menu.Offcanvas.is-Offcanvas--closed {
    transform: scaleY(0);
    opacity: 0;
    transition: opacity 0.15s, transform 0s 0.15s;
  }
  .SiteHeader-dropdown.is-Offcanvas--open,
  .SiteHeader-dropdown.Offcanvas.is-Offcanvas--open,
  .SiteHeader-account_menu.is-Offcanvas--open,
  .SiteHeader-account_menu.Offcanvas.is-Offcanvas--open {
    transform: scaleY(1);
    opacity: 1;
  }
}
.SiteHeader-cart_button {
  color: inherit;
  font-family: inherit;
  display: block;
}
.SiteHeader-cart_button,
.SiteHeader-cart_button:hover,
.SiteHeader-cart_button:focus {
  text-decoration: none;
}
.SiteHeader-cart_button:after {
  content: "\EA0C";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.SiteHeader-cart_button:after {
  display: block;
}
.SiteHeader-cart_menu {
  top: 0;
  right: 0;
  font-family: "The Sans Arab", sans-serif;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.SiteHeader-cart_menu .drawer__header {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
}
@media (min-width: 0px) {
  .SiteHeader-cart_menu .drawer__header {
    float: left;
    width: 96.97580644999999%;
    width: calc( 100% - 30px );
  }
}
.SiteHeader-cart_menu .drawer__header .h3 {
  text-align: left;
  position: relative;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.SiteHeader-cart_menu .drawer__header .h3 .SiteHeader-cart_dismiss {
  position: absolute;
  right: 20px;
  top: 5px;
  font-weight: lighter;
  cursor: pointer;
  font-size: 12px;
  transition: 0.3s;
}
.SiteHeader-cart_menu .drawer__header .h3 .SiteHeader-cart_dismiss:hover {
  color: #e90172;
}
.SiteHeader-cart_menu #CartContainer {
  *zoom: 1;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__product {
  *zoom: 1;
}
.SiteHeader-cart_menu #CartContainer p {
  text-align: center;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__row {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 0px) {
  .SiteHeader-cart_menu #CartContainer .ajaxcart__row {
    float: left;
    width: 96.97580644999999%;
    width: calc( 100% - 30px );
  }
}
.SiteHeader-cart_menu #CartContainer .one-quarter {
  min-height: 1px;
  padding-right: 15px;
}
@media (min-width: 0px) {
  .SiteHeader-cart_menu #CartContainer .one-quarter {
    float: left;
    width: 25%;
  }
}
.SiteHeader-cart_menu #CartContainer .one-quarter img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.SiteHeader-cart_menu #CartContainer .three-quarters {
  min-height: 1px;
}
@media (min-width: 0px) {
  .SiteHeader-cart_menu #CartContainer .three-quarters {
    float: left;
    width: 75%;
  }
}
.SiteHeader-cart_menu #CartContainer .three-quarters .ajaxcart__product-data {
  min-height: 1px;
}
@media (min-width: 0px) {
  .SiteHeader-cart_menu #CartContainer .three-quarters .ajaxcart__product-data {
    float: left;
    width: 91.66666667%;
  }
}
.SiteHeader-cart_menu #CartContainer .three-quarters .ajaxcart__product-close {
  min-height: 1px;
}
@media (min-width: 0px) {
  .SiteHeader-cart_menu #CartContainer .three-quarters .ajaxcart__product-close {
    float: left;
    width: 8.33333333%;
  }
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__product-image {
  position: relative;
  display: inline-block;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__product--pattern {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__product-qty {
  color: #d8d8d8;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__product-title {
  color: #979797;
  text-decoration: none;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__product-variant,
.SiteHeader-cart_menu #CartContainer .ajaxcart__product-price {
  color: #d8d8d8;
  font-size: 12px;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__product-remove {
  text-decoration: none;
  color: #979797;
  cursor: pointer;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__product-remove:before {
  content: "\EA05";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 12px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__qty-num {
  display: none;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__footer--content {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
}
@media (min-width: 0px) {
  .SiteHeader-cart_menu #CartContainer .ajaxcart__footer--content {
    float: left;
    width: 96.97580644999999%;
    width: calc( 100% - 30px );
  }
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__footer--content .ajaxcart__footer--label {
  min-height: 1px;
  font-weight: lighter;
  color: #979797;
  text-transform: uppercase;
}
@media (min-width: 0px) {
  .SiteHeader-cart_menu #CartContainer .ajaxcart__footer--content .ajaxcart__footer--label {
    float: left;
    width: 50%;
  }
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__footer--content .ajaxcart__footer--total {
  min-height: 1px;
  text-align: right;
  font-weight: bold;
  color: #979797;
}
@media (min-width: 0px) {
  .SiteHeader-cart_menu #CartContainer .ajaxcart__footer--content .ajaxcart__footer--total {
    float: left;
    width: 50%;
  }
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__footer--content .cart__checkout {
  display: block;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #e90172;
  color: #ffffff;
  border: 2px solid #e90172;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 600;
  appearance: none;
  padding: 15px 20px;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__footer--content .cart__page {
  margin-top: 35px;
  display: block;
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #e90172;
  color: #ffffff;
  border: 2px solid #e90172;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 600;
  appearance: none;
  padding: 15px 20px;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__footer--content .cart__page span {
  transition: 0.3s;
}
.SiteHeader-cart_menu #CartContainer .ajaxcart__footer--content .cart__page span:hover {
  color: #e90172;
}
.SiteHeader-cart_item_count {
  background-color: #ff0000;
  color: #ffffff;
  min-width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 1;
  padding: 3.5px;
  border-radius: 100%;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .SiteHeader-cart {
    float: left;
  }
  .SiteHeader-cart_button {
    padding: 38px 8px;
    height: 100px;
  }
  .SiteHeader-cart_button:after {
    float: left;
  }
}
.SiteHeader-navigation--third_menu {
  clear: left;
  float: left;
  width: 100%;
  height: 68px;
}
.SiteHeader-navigation--third_menu:before {
  content: "";
  border-top: 1px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
}
.SiteHeader-search {
  position: relative;
}
.SiteHeader-search input[type='search'] {
  border-radius: 20px;
}
.SiteHeader-search_button {
  background: transparent;
  border-width: 0px;
  appearance: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.SiteHeader-search_button:before {
  content: "\EA0B";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 20px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .SiteHeader-search {
    height: 100px;
  }
  .SiteHeader-search--first_menu {
    float: right;
  }
  .SiteHeader-search--second_menu {
    float: left;
  }
}
.SiteHeader-contact_toast {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-height: 90vh;
  border-bottom: 2px solid #ffffff;
  transition: transform 0.5s;
  z-index: 1110;
  text-align: center;
}
.SiteHeader-contact_toast.is-Offcanvas--open {
  transform: translateY(0%);
}
.SiteHeader-contact_toast.is-Offcanvas--closed {
  transform: translateY(-100%);
}
.SiteHeader-contact_content {
  display: table;
  width: 100%;
}
.SiteHeader-contact_information {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (min-width: 480px) {
  .SiteHeader-contact_information {
    display: table-cell;
    width: 50%;
  }
}
.SiteHeader-contact_form_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (min-width: 480px) {
  .SiteHeader-contact_form_wrapper {
    display: table-cell;
    width: 50%;
  }
}
.SiteHeader-contact_title {
  margin-top: 0;
}
.SiteHeader-contact_form_title {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
.HeroHeader {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
  min-height: 556px;
}
@media (min-width: 768px) {
  .HeroHeader {
    min-height: 556px;
  }
}
@media (min-width: 992px) {
  .HeroHeader {
    min-height: 556px;
  }
}
@media (min-width: 1200px) {
  .HeroHeader {
    min-height: 556px;
  }
}
.HeroHeader--thin {
  min-height: 330px;
}
@media (min-width: 768px) {
  .HeroHeader--thin {
    min-height: 330px;
  }
}
@media (min-width: 992px) {
  .HeroHeader--thin {
    min-height: 330px;
  }
}
@media (min-width: 1200px) {
  .HeroHeader--thin {
    min-height: 330px;
  }
}
.HeroHeader--light_bg {
  color: #000000;
}
.HeroHeader--light_bg h1,
.HeroHeader--light_bg h2,
.HeroHeader--light_bg h3,
.HeroHeader--light_bg h4,
.HeroHeader--light_bg h5,
.HeroHeader--light_bg h6,
.HeroHeader--light_bg .h1,
.HeroHeader--light_bg .h2,
.HeroHeader--light_bg .h3,
.HeroHeader--light_bg .h4,
.HeroHeader--light_bg .h5,
.HeroHeader--light_bg .h6 {
  color: #000000;
}
.HeroHeader--dark_bg {
  color: #ffffff;
}
.HeroHeader--dark_bg h1,
.HeroHeader--dark_bg h2,
.HeroHeader--dark_bg h3,
.HeroHeader--dark_bg h4,
.HeroHeader--dark_bg h5,
.HeroHeader--dark_bg h6,
.HeroHeader--dark_bg .h1,
.HeroHeader--dark_bg .h2,
.HeroHeader--dark_bg .h3,
.HeroHeader--dark_bg .h4,
.HeroHeader--dark_bg .h5,
.HeroHeader--dark_bg .h6 {
  color: #ffffff;
}
.HeroHeader--image_focus_right {
  background-position: center left;
}
@media (min-width: 768px) {
  .HeroHeader--image_focus_right {
    text-align: left;
    background-position: center;
  }
}
.HeroHeader--image_focus_left {
  background-position: center right;
}
@media (min-width: 768px) {
  .HeroHeader--image_focus_left {
    text-align: right;
    background-position: center;
  }
}
.HeroHeader-valign {
  display: table-cell;
  vertical-align: middle;
}
.HeroHeader-valign :first-child {
  margin-top: 0;
}
.HeroHeader-valign :last-child {
  margin-bottom: 0;
}
.HeroHeader-valign--bottom {
  vertical-align: bottom;
}
.HeroHeader-valign--top {
  vertical-align: top;
}
.Modal {
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  max-width: 100%;
  z-index: 1110;
}
.Modal.is-Offcanvas--closed {
  display: none;
}
.Modal--toast {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-height: 90vh;
  border-bottom: 2px solid #ffffff;
  transition: transform 0.5s;
  z-index: 910;
}
.Modal--toast.is-Offcanvas--open {
  transform: translateY(0%);
}
.Modal--toast.is-Offcanvas--closed {
  transform: translateY(-100%);
}
.Modal--toast.is-Offcanvas--open {
  transform: translateY(0%);
}
.Modal--toast.is-Offcanvas--depth_1 {
  transform: translateY(20%);
}
.Modal--toast.is-Offcanvas--depth_2 {
  transform: translateY(40%);
}
.Modal--toast.is-Offcanvas--depth_3 {
  transform: translateY(60%);
}
.Modal--toast.is-Offcanvas--closed {
  display: block;
}
.Modal-content {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  width: 750px;
}
.Modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  z-index: 1;
}
.VideoPlayer {
  position: relative;
}
.VideoPlayer-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.VideoPlayer-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.VideoPlayer-video--sixteen_by_nine {
  padding-top: 56.25%;
}
.VideoPlayer-video--four_by_three {
  padding-top: 75%;
}
.VideoPlayer-video--one_by_one {
  padding-top: 100%;
}
.VideoPlayer-video--three_by_four {
  padding-top: 133.33333333%;
}
.VideoPlayer-video--nine_by_sixteen {
  padding-top: 177.77777778%;
}
.VideoPlayer-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
}
.VideoPlayer-scrubber {
  width: 100%;
}
.VideoPlayer-play_pause {
  float: left;
  background: transparent;
  border-width: 0px;
  padding: 5px 10px;
}
.VideoPlayer-play_pause.is-VideoPlayer--paused:before {
  content: "\EA12";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 15px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
}
.VideoPlayer-play_pause.is-VideoPlayer--paused .VideoPlayer-pause_text {
  display: none;
}
.VideoPlayer-play_pause.is-VideoPlayer--playing:before {
  content: "\EA13";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 15px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
}
.VideoPlayer-play_pause.is-VideoPlayer--playing .VideoPlayer-play_text {
  display: none;
}
.VideoPlayer-scrubber {
  float: left;
  background: transparent;
  border-width: 0px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
}
.VideoPlayer-scrubber_range {
  background: #d8d8d8;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.VideoPlayer-scrubber_fill {
  background: #e90172;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.VideoPlayer-scrubber_knob {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #e90172;
  border: 2px solid #ffffff;
}
.VideoPlayer-mute {
  float: left;
  background: transparent;
  border-width: 0px;
  padding: 5px 10px;
}
.VideoPlayer-mute.is-VideoPlayer--muted:before {
  content: "\EA14";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 15px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
}
.VideoPlayer-mute.is-VideoPlayer--muted .VideoPlayer-mute_text {
  display: none;
}
.VideoPlayer-mute.is-VideoPlayer--audible:before {
  content: "\EA15";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 15px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
}
.VideoPlayer-mute.is-VideoPlayer--audible .VideoPlayer-unmute_text {
  display: none;
}
.ScrollEffects--appear {
  transition: opacity 0.5s;
}
.ScrollEffects--appear.is-ScrollEffects--inactive {
  opacity: 0;
}
.ScrollEffects--appear.is-ScrollEffects--active {
  opacity: 1;
}
.TabbedContent {
  padding-left: 15px;
  padding-right: 15px;
}
.is-TabbedContent--active {
  display: block;
}
.is-TabbedContent--inactive {
  display: none;
}
.TabbedContent-selector_list {
  list-style: none inside none;
  margin: 10px 0;
  padding: 0;
  display: inline-block;
  display: flex;
  text-align: center;
}
.TabbedContent-selector_list li {
  font-size: 0;
}
.TabbedContent-selector_list a {
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 8px 13px;
  font-size: 16px;
  font-weight: 600;
}
.TabbedContent-selector_list a,
.TabbedContent-selector_list a:hover,
.TabbedContent-selector_list a:focus {
  color: inherit;
  text-decoration: none;
}
.TabbedContent-selector_icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.TabbedContent-selector_list--centered {
  text-align: center;
}
.TabbedContent-selector_list--centered li {
  flex-grow: 1;
}
.is-TabbedContent--target_active a,
.NavMenu--tabs a.active {
  background-color: #f8f8f8;
  border: 1px solid #cfcfcf;
}
.CollapseContent--collapse-body {
  overflow: hidden;
  transition: max-height 0.5s;
}
.CollapseContent--collapse-body.is-CollapseContent--visible {
  max-height: 100vh;
}
.CollapseContent--collapse-body.is-CollapseContent--hidden {
  max-height: 0vh;
}
/* Styling and images for frame-by-frame animations stolen from:
 * https://codyhouse.co/gem/animated-transition-effects/
 */
.PageTransition-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.is-PageTransition--transition_out .PageTransition-backdrop {
  opacity: 1;
  visibility: visible;
}
.is-PageTransition--transition_loading .PageTransition-backdrop {
  opacity: 1;
  visibility: visible;
}
.is-PageTransition--transition_in .PageTransition-backdrop {
  opacity: 1;
  visibility: visible;
}
.PageTransition--fade {
  position: relative;
}
.PageTransition--fade.is-PageTransition--transition_out {
  animation-name: PageTransition--fade--out;
  animation-duration: 0.5s;
}
.PageTransition--fade.is-PageTransition--transition_loading {
  opacity: 0;
}
.PageTransition--fade.is-PageTransition--transition_in {
  animation-name: PageTransition--fade--in;
  animation-duration: 0.5s;
}
@keyframes PageTransition--fade--out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes PageTransition--fade--in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.PageTransition-fbf_animation {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.PageTransition--extinguisher-fbf_animation {
  width: 2500%;
  background-image: url("../components/PageTransition/fbf_animations/extinguisher.png");
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_in .PageTransition--extinguisher-fbf_animation {
  animation: PageTransition--extinguisher-fbf_animation 0.8s steps(24) forwards reverse;
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_loading .PageTransition--extinguisher-fbf_animation {
  transform: translateY(-50%) translateX(-98%);
}
.is-PageTransition--transition_out .PageTransition--extinguisher-fbf_animation {
  animation: PageTransition--extinguisher-fbf_animation 0.8s steps(24) forwards;
  transform: translateY(-50%) translateX(-98%);
}
@keyframes PageTransition--extinguisher-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
.PageTransition--scrub-fbf_animation {
  width: 2500%;
  background-image: url("../components/PageTransition/fbf_animations/scrub.png");
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_in .PageTransition--scrub-fbf_animation {
  animation: PageTransition--scrub-fbf_animation 0.8s steps(24) forwards reverse;
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_loading .PageTransition--scrub-fbf_animation {
  transform: translateY(-50%) translateX(-98%);
}
.is-PageTransition--transition_out .PageTransition--scrub-fbf_animation {
  animation: PageTransition--scrub-fbf_animation 0.8s steps(24) forwards;
  transform: translateY(-50%) translateX(-98%);
}
@keyframes PageTransition--scrub-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
.PageTransition--glitch-fbf_animation {
  width: 2500%;
  background-image: url("../components/PageTransition/fbf_animations/glitch.png");
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_in .PageTransition--glitch-fbf_animation {
  animation: PageTransition--glitch-fbf_animation 0.8s steps(24) forwards reverse;
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_loading .PageTransition--glitch-fbf_animation {
  transform: translateY(-50%) translateX(-98%);
}
.is-PageTransition--transition_out .PageTransition--glitch-fbf_animation {
  animation: PageTransition--glitch-fbf_animation 0.8s steps(24) forwards;
  transform: translateY(-50%) translateX(-98%);
}
@keyframes PageTransition--glitch-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
.PageTransition--scribble-fbf_animation {
  width: 3800%;
  background-image: url("../components/PageTransition/fbf_animations/scribble.png");
  transform: translateY(-50%) translateX(-1.31578947%);
}
.is-PageTransition--transition_in .PageTransition--scribble-fbf_animation {
  animation: PageTransition--scribble-fbf_animation 0.8s steps(37) forwards reverse;
  transform: translateY(-50%) translateX(-1.31578947%);
}
.is-PageTransition--transition_loading .PageTransition--scribble-fbf_animation {
  transform: translateY(-50%) translateX(-98.68421053%);
}
.is-PageTransition--transition_out .PageTransition--scribble-fbf_animation {
  animation: PageTransition--scribble-fbf_animation 0.8s steps(37) forwards;
  transform: translateY(-50%) translateX(-98.68421053%);
}
@keyframes PageTransition--scribble-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-1.31578947%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98.68421053%);
  }
}
.PageTransition--gummy-fbf_animation {
  width: 2500%;
  background-image: url("../components/PageTransition/fbf_animations/gummy.png");
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_in .PageTransition--gummy-fbf_animation {
  animation: PageTransition--gummy-fbf_animation 0.8s steps(24) forwards reverse;
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_loading .PageTransition--gummy-fbf_animation {
  transform: translateY(-50%) translateX(-98%);
}
.is-PageTransition--transition_out .PageTransition--gummy-fbf_animation {
  animation: PageTransition--gummy-fbf_animation 0.8s steps(24) forwards;
  transform: translateY(-50%) translateX(-98%);
}
@keyframes PageTransition--gummy-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
.PageTransition--gooey-fbf_animation {
  width: 2500%;
  background-image: url("../components/PageTransition/fbf_animations/gooey.png");
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_in .PageTransition--gooey-fbf_animation {
  animation: PageTransition--gooey-fbf_animation 0.8s steps(24) forwards reverse;
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_loading .PageTransition--gooey-fbf_animation {
  transform: translateY(-50%) translateX(-98%);
}
.is-PageTransition--transition_out .PageTransition--gooey-fbf_animation {
  animation: PageTransition--gooey-fbf_animation 0.8s steps(24) forwards;
  transform: translateY(-50%) translateX(-98%);
}
@keyframes PageTransition--gooey-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
.PageTransition--mirror-fbf_animation {
  width: 2500%;
  background-image: url("../components/PageTransition/fbf_animations/mirror.png");
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_in .PageTransition--mirror-fbf_animation {
  animation: PageTransition--mirror-fbf_animation 0.8s steps(24) forwards reverse;
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_loading .PageTransition--mirror-fbf_animation {
  transform: translateY(-50%) translateX(-98%);
}
.is-PageTransition--transition_out .PageTransition--mirror-fbf_animation {
  animation: PageTransition--mirror-fbf_animation 0.8s steps(24) forwards;
  transform: translateY(-50%) translateX(-98%);
}
@keyframes PageTransition--mirror-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
.PageTransition--diamond-fbf_animation {
  width: 2000%;
  background-image: url("../components/PageTransition/fbf_animations/diamond.png");
  transform: translateY(-50%) translateX(-2.5%);
}
.is-PageTransition--transition_in .PageTransition--diamond-fbf_animation {
  animation: PageTransition--diamond-fbf_animation 0.8s steps(19) forwards reverse;
  transform: translateY(-50%) translateX(-2.5%);
}
.is-PageTransition--transition_loading .PageTransition--diamond-fbf_animation {
  transform: translateY(-50%) translateX(-97.5%);
}
.is-PageTransition--transition_out .PageTransition--diamond-fbf_animation {
  animation: PageTransition--diamond-fbf_animation 0.8s steps(19) forwards;
  transform: translateY(-50%) translateX(-97.5%);
}
@keyframes PageTransition--diamond-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2.5%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-97.5%);
  }
}
.PageTransition--cartoon-fbf_animation {
  width: 2500%;
  background-image: url("../components/PageTransition/fbf_animations/cartoon.png");
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_in .PageTransition--cartoon-fbf_animation {
  animation: PageTransition--cartoon-fbf_animation 0.8s steps(24) forwards reverse;
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_loading .PageTransition--cartoon-fbf_animation {
  transform: translateY(-50%) translateX(-98%);
}
.is-PageTransition--transition_out .PageTransition--cartoon-fbf_animation {
  animation: PageTransition--cartoon-fbf_animation 0.8s steps(24) forwards;
  transform: translateY(-50%) translateX(-98%);
}
@keyframes PageTransition--cartoon-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
.PageTransition--clones-fbf_animation {
  width: 2500%;
  background-image: url("../components/PageTransition/fbf_animations/clones.png");
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_in .PageTransition--clones-fbf_animation {
  animation: PageTransition--clones-fbf_animation 0.8s steps(24) forwards reverse;
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_loading .PageTransition--clones-fbf_animation {
  transform: translateY(-50%) translateX(-98%);
}
.is-PageTransition--transition_out .PageTransition--clones-fbf_animation {
  animation: PageTransition--clones-fbf_animation 0.8s steps(24) forwards;
  transform: translateY(-50%) translateX(-98%);
}
@keyframes PageTransition--clones-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
.PageTransition--kaleidoscope-fbf_animation {
  width: 2500%;
  background-image: url("../components/PageTransition/fbf_animations/kaleidoscope.png");
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_in .PageTransition--kaleidoscope-fbf_animation {
  animation: PageTransition--kaleidoscope-fbf_animation 0.8s steps(24) forwards reverse;
  transform: translateY(-50%) translateX(-2%);
}
.is-PageTransition--transition_loading .PageTransition--kaleidoscope-fbf_animation {
  transform: translateY(-50%) translateX(-98%);
}
.is-PageTransition--transition_out .PageTransition--kaleidoscope-fbf_animation {
  animation: PageTransition--kaleidoscope-fbf_animation 0.8s steps(24) forwards;
  transform: translateY(-50%) translateX(-98%);
}
@keyframes PageTransition--kaleidoscope-fbf_animation {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
.Breadcrumb {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.Breadcrumb-item {
  display: inline-block;
  font-family: "The Sans Arab", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.Breadcrumb-item:after {
  content: '-';
  color: #000000;
}
.Breadcrumb-item:last-child:after {
  display: none;
}
.Breadcrumb-link {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}
.Breadcrumb-link:hover,
.Breadcrumb-link:focus {
  color: #000000;
}
.Breadcrumb-text {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
}
.Triptych {
  *zoom: 1;
}
.Triptych-wrapper {
  position: relative;
}
.Triptych--3up-wrapper {
  *zoom: 1;
}
.Triptych--3up-wrapper > * {
  min-height: 1px;
}
@media (min-width: 768px) {
  .Triptych--3up-wrapper > * {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .Triptych--3up-wrapper > * {
    border: 0px solid #000000;
    border-width: 0px 0 0 0px;
  }
  .Triptych--3up-wrapper > *:nth-child(0n + 1) {
    border-left-color: #000000;
    clear: none;
  }
  .Triptych--3up-wrapper > *:nth-child(-n + 0) {
    border-top-color: #000000;
  }
  .Triptych--3up-wrapper > *:nth-child(3n + 1) {
    border-left-color: transparent;
    clear: left;
  }
  .Triptych--3up-wrapper > *:nth-child(-n + 3) {
    border-top-color: transparent;
  }
}
.Triptych--4up-wrapper {
  *zoom: 1;
}
.Triptych--4up-wrapper > * {
  min-height: 1px;
}
@media (min-width: 768px) {
  .Triptych--4up-wrapper > * {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .Triptych--4up-wrapper > * {
    border: 0px solid #000000;
    border-width: 0px 0 0 0px;
  }
  .Triptych--4up-wrapper > *:nth-child(0n + 1) {
    border-left-color: #000000;
    clear: none;
  }
  .Triptych--4up-wrapper > *:nth-child(-n + 0) {
    border-top-color: #000000;
  }
  .Triptych--4up-wrapper > *:nth-child(4n + 1) {
    border-left-color: transparent;
    clear: left;
  }
  .Triptych--4up-wrapper > *:nth-child(-n + 4) {
    border-top-color: transparent;
  }
}
.Triptych-item {
  padding-left: 15px;
  padding-right: 15px;
}
.Triptych-image {
  width: 100%;
  height: auto;
}
.ContentSection,
.ObiStrip {
  *zoom: 1;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 992px) {
  .ContentSection,
  .ObiStrip {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.ContentSection--light_bg {
  color: #000000;
}
.ContentSection--light_bg h1,
.ContentSection--light_bg h2,
.ContentSection--light_bg h3,
.ContentSection--light_bg h4,
.ContentSection--light_bg h5,
.ContentSection--light_bg h6,
.ContentSection--light_bg .h1,
.ContentSection--light_bg .h2,
.ContentSection--light_bg .h3,
.ContentSection--light_bg .h4,
.ContentSection--light_bg .h5,
.ContentSection--light_bg .h6 {
  color: #000000;
}
.ContentSection--light_bg-background {
  background-color: #ffffff;
}
.ContentSection--dark_bg {
  color: #ffffff;
}
.ContentSection--dark_bg h1,
.ContentSection--dark_bg h2,
.ContentSection--dark_bg h3,
.ContentSection--dark_bg h4,
.ContentSection--dark_bg h5,
.ContentSection--dark_bg h6,
.ContentSection--dark_bg .h1,
.ContentSection--dark_bg .h2,
.ContentSection--dark_bg .h3,
.ContentSection--dark_bg .h4,
.ContentSection--dark_bg .h5,
.ContentSection--dark_bg .h6 {
  color: #ffffff;
}
.ContentSection--dark_bg-background {
  background-color: #000000;
}
.ContentSection-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.ContentSection-caption {
  font-family: "The Sans Arab", sans-serif;
  font-size: 12px;
  text-align: center;
}
.ContentSection-image + .ContentSection-caption {
  margin-top: 10px;
}
.ContentSection-modal_toggle {
  background: transparent;
  border-width: 0px;
  appearance: none;
  padding: 0;
}
.ContentSection-modal_content--video {
  padding: 0;
}
.ContentSection--light_bg + .ContentSection--dark_bg,
.ContentSection--dark_bg + .ContentSection--light_bg,
.ContentSection--inherit_bg + .ContentSection--light_bg,
.ContentSection--light_bg + .ContentSection--inherit_bg,
.ContentSection--inherit_bg + .ContentSection--dark_bg,
.ContentSection--dark_bg + .ContentSection--inherit_bg {
  margin-top: 100px;
}
.ContentSection--light_bg + .ContentSection--dark_bg:last-child,
.ContentSection--dark_bg + .ContentSection--light_bg:last-child,
.ContentSection--inherit_bg + .ContentSection--light_bg:last-child,
.ContentSection--light_bg + .ContentSection--inherit_bg:last-child,
.ContentSection--inherit_bg + .ContentSection--dark_bg:last-child,
.ContentSection--dark_bg + .ContentSection--inherit_bg:last-child {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .ContentSection--light_bg + .ContentSection--dark_bg,
  .ContentSection--dark_bg + .ContentSection--light_bg,
  .ContentSection--inherit_bg + .ContentSection--light_bg,
  .ContentSection--light_bg + .ContentSection--inherit_bg,
  .ContentSection--inherit_bg + .ContentSection--dark_bg,
  .ContentSection--dark_bg + .ContentSection--inherit_bg {
    margin-top: 130px;
  }
  .ContentSection--light_bg + .ContentSection--dark_bg:last-child,
  .ContentSection--dark_bg + .ContentSection--light_bg:last-child,
  .ContentSection--inherit_bg + .ContentSection--light_bg:last-child,
  .ContentSection--light_bg + .ContentSection--inherit_bg:last-child,
  .ContentSection--inherit_bg + .ContentSection--dark_bg:last-child,
  .ContentSection--dark_bg + .ContentSection--inherit_bg:last-child {
    margin-bottom: 130px;
  }
}
.ContentSection--light_bg + .ContentSection--dark_bg:first-child,
.ContentSection--dark_bg + .ContentSection--light_bg:first-child,
.ContentSection--inherit_bg + .ContentSection--light_bg:first-child,
.ContentSection--light_bg + .ContentSection--inherit_bg:first-child,
.ContentSection--inherit_bg + .ContentSection--dark_bg:first-child,
.ContentSection--dark_bg + .ContentSection--inherit_bg:first-child {
  margin-top: 50px;
}
.ContentSection--light_bg + .ContentSection--dark_bg:last-child,
.ContentSection--dark_bg + .ContentSection--light_bg:last-child,
.ContentSection--inherit_bg + .ContentSection--light_bg:last-child,
.ContentSection--light_bg + .ContentSection--inherit_bg:last-child,
.ContentSection--inherit_bg + .ContentSection--dark_bg:last-child,
.ContentSection--dark_bg + .ContentSection--inherit_bg:last-child {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .ContentSection--light_bg + .ContentSection--dark_bg:first-child,
  .ContentSection--dark_bg + .ContentSection--light_bg:first-child,
  .ContentSection--inherit_bg + .ContentSection--light_bg:first-child,
  .ContentSection--light_bg + .ContentSection--inherit_bg:first-child,
  .ContentSection--inherit_bg + .ContentSection--dark_bg:first-child,
  .ContentSection--dark_bg + .ContentSection--inherit_bg:first-child {
    margin-top: 65px;
  }
  .ContentSection--light_bg + .ContentSection--dark_bg:last-child,
  .ContentSection--dark_bg + .ContentSection--light_bg:last-child,
  .ContentSection--inherit_bg + .ContentSection--light_bg:last-child,
  .ContentSection--light_bg + .ContentSection--inherit_bg:last-child,
  .ContentSection--inherit_bg + .ContentSection--dark_bg:last-child,
  .ContentSection--dark_bg + .ContentSection--inherit_bg:last-child {
    margin-bottom: 65px;
  }
}
.ContentSection-background,
.ObiStrip-background {
  position: absolute;
  width: 100%;
  top: -50px;
  bottom: -50px;
  z-index: -20;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .ContentSection-background,
  .ObiStrip-background {
    top: -65px;
    bottom: -65px;
  }
}
.ContentSection--body-text {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (min-width: 992px) {
  .ContentSection--body-text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .ContentSection--body-text {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .ContentSection--body-text {
    margin-right: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .ContentSection--body-text {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .ContentSection--body-text {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .ContentSection--body-text {
    margin-right: 16.66666667%;
  }
}
.ContentSection--body-text :first-child {
  margin-top: 0;
}
.ContentSection--body-text :last-child {
  margin-bottom: 0;
}
.ContentSection--split_50-row {
  display: flex;
  flex-flow: column-reverse wrap;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ContentSection--split_50-row {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .ContentSection--split_50-row {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .ContentSection--split_50-row {
    max-width: 1170px;
  }
}
@media (min-width: 992px) {
  .ContentSection--split_50-row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
.ContentSection--split_50-figure {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin: 0;
}
@media (min-width: 992px) {
  .ContentSection--split_50-figure {
    float: left;
    width: 50%;
  }
}
.ContentSection--split_50-figure:last-child {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .ContentSection--split_50-figure:last-child {
    margin-top: 0;
  }
}
.ContentSection--split_50-text {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .ContentSection--split_50-text {
    float: left;
    width: 50%;
  }
}
.ContentSection--split_50-text:last-child {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .ContentSection--split_50-text:last-child {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .ContentSection--split_50-valign_top {
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .ContentSection--split_50-valign_bottom {
    vertical-align: bottom;
  }
}
.ContentSection--video-player {
  padding-left: 15px;
  padding-right: 15px;
}
.StaffGrid {
  margin-top: 50px;
  margin-bottom: 50px;
  *zoom: 1;
}
@media (min-width: 992px) {
  .StaffGrid {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.StaffGrid > * {
  min-height: 1px;
}
@media (min-width: 320px) {
  .StaffGrid > * {
    float: left;
    width: 50%;
  }
}
@media (min-width: 320px) {
  .StaffGrid > * {
    border: 0px solid #000000;
    border-width: 0px 0 0 0px;
  }
  .StaffGrid > *:nth-child(0n + 1) {
    border-left-color: #000000;
    clear: none;
  }
  .StaffGrid > *:nth-child(-n + 0) {
    border-top-color: #000000;
  }
  .StaffGrid > *:nth-child(2n + 1) {
    border-left-color: transparent;
    clear: left;
  }
  .StaffGrid > *:nth-child(-n + 2) {
    border-top-color: transparent;
  }
}
.StaffGrid > * {
  min-height: 1px;
}
@media (min-width: 480px) {
  .StaffGrid > * {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 480px) {
  .StaffGrid > * {
    border: 0px solid #000000;
    border-width: 0px 0 0 0px;
  }
  .StaffGrid > *:nth-child(2n + 1) {
    border-left-color: #000000;
    clear: none;
  }
  .StaffGrid > *:nth-child(-n + 2) {
    border-top-color: #000000;
  }
  .StaffGrid > *:nth-child(3n + 1) {
    border-left-color: transparent;
    clear: left;
  }
  .StaffGrid > *:nth-child(-n + 3) {
    border-top-color: transparent;
  }
}
.StaffGrid-item {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  font-size: 0;
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .StaffGrid-item {
    padding-bottom: 65px;
  }
}
a.StaffGrid-item {
  color: inherit;
  font-family: inherit;
}
a.StaffGrid-item,
a.StaffGrid-item:hover,
a.StaffGrid-item:focus {
  text-decoration: none;
}
button.StaffGrid-item {
  background: transparent;
  border-width: 0px;
  appearance: none;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  button.StaffGrid-item {
    padding-bottom: 65px;
  }
}
.StaffGrid-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.StaffGrid-name {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  color: #4b345d;
  -webkit-font-smoothing: antialiased;
  margin: 10px 0;
  font-size: 34px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0;
}
@media (min-width: 768px) {
  .StaffGrid-name {
    font-size: 42px;
    line-height: 1.1;
  }
}
.StaffGrid-job_title {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  color: #4b345d;
  -webkit-font-smoothing: antialiased;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: 0;
}
@media (min-width: 768px) {
  .StaffGrid-job_title {
    font-size: 20px;
    line-height: 1.1;
  }
}
.StaffGrid-modal {
  position: relative;
  margin: 0 auto;
  position: fixed;
  width: 100%;
}
@media (min-width: 768px) {
  .StaffGrid-modal {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .StaffGrid-modal {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .StaffGrid-modal {
    max-width: 1170px;
  }
}
.StaffGrid-modal_content {
  width: 100%;
  padding: 0;
}
.StaffGrid-modal_slider_wrapper {
  *zoom: 1;
  position: relative;
}
.StaffGrid-modal_image {
  min-height: 1px;
  display: none;
  min-height: 630px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .StaffGrid-modal_image {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .StaffGrid-modal_image {
    display: block;
  }
}
.StaffGrid-modal_info {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .StaffGrid-modal_info {
    float: left;
    width: 46.97580645%;
    width: calc( 50% - 30px );
  }
}
@media (min-width: 992px) {
  .StaffGrid-modal_info {
    margin-left: 56.33333333px;
    margin-left: calc( 4.16666667% + 15px );
  }
}
@media (min-width: 992px) {
  .StaffGrid-modal_info {
    margin-right: 56.33333333px;
    margin-right: calc( 4.16666667% + 15px );
  }
}
.StaffGrid-prev {
  position: absolute;
  bottom: 0;
  left: 0;
}
.StaffGrid-next {
  position: absolute;
  bottom: 0;
  right: 0;
}
.Comments {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .Comments {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.Comments-list {
  padding: 0;
  list-style: none inside none;
}
.Comments-image {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: auto;
  margin-right: 15px;
}
.Comments-author {
  display: inline-block;
  vertical-align: middle;
}
.Comments-form {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .Comments-form {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.Comments-form_title {
  margin-left: 15px;
  margin-right: 15px;
}
.Comments-form_notes {
  margin-left: 15px;
  margin-right: 15px;
}
.fl-node-content .Comments {
  margin: 0;
}
.Comments-list {
  margin: 0;
}
.Comments-list_item + .Comments-list_item {
  margin-top: 10px;
}
.Comments-comment {
  *zoom: 1;
  background-color: #efefef;
  color: #000000;
  padding: 20px;
  border-radius: 10px;
  max-width: 95%;
}
.Comments-comment a {
  color: #ed5b32;
}
@media (min-width: 768px) {
  .Comments-comment {
    max-width: 80%;
  }
}
.Comments-image {
  float: left;
}
.Comments-comment_content {
  float: left;
  width: calc(100% - 65px);
}
.Comments-author {
  margin-bottom: 10px;
}
.fl-module .Comments-list,
.fl-rich-text .Comments-list {
  padding: 0;
  list-style: none inside none;
  margin: 0;
}
.Comments-list .children,
.fl-module .Comments-list .children,
.fl-rich-text .Comments-list .children {
  padding: 0;
  list-style: none inside none;
  margin: 0;
  padding-left: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.Comments-list .children .Comments-comment,
.fl-module .Comments-list .children .Comments-comment,
.fl-rich-text .Comments-list .children .Comments-comment {
  max-width: 100%;
}
@media (min-width: 768px) {
  .Comments-list .children,
  .fl-module .Comments-list .children,
  .fl-rich-text .Comments-list .children {
    padding-left: 10%;
  }
  .Comments-list .children .Comments-comment,
  .fl-module .Comments-list .children .Comments-comment,
  .fl-rich-text .Comments-list .children .Comments-comment {
    max-width: 90%;
  }
}
.Comments-form .logged-in-as {
  margin-left: 15px;
  margin-right: 15px;
}
.Comments-form .logged-in-as a {
  color: #ed5b32;
}
.Comments-form_comment textarea {
  min-height: 100px;
}
.Comments-form_comment textarea,
.Comments-form_author input,
.Comments-form_email input,
.Comments-form_url input {
  border-color: #ed704e;
  background-color: #ffffff;
  color: #000000;
  margin-top: 0;
}
.Comments-submit_action,
input[type="submit"].Comments-submit_action {
  background-color: #222222;
  color: #ffffff;
  border-width: 0px;
  border-radius: 0px;
  width: 100%;
}
.ObiStrip {
  color: #ffffff;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  font-size: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ObiStrip h1,
.ObiStrip h2,
.ObiStrip h3,
.ObiStrip h4,
.ObiStrip h5,
.ObiStrip h6,
.ObiStrip .h1,
.ObiStrip .h2,
.ObiStrip .h3,
.ObiStrip .h4,
.ObiStrip .h5,
.ObiStrip .h6 {
  color: #ffffff;
}
.ObiStrip-background {
  background-color: #e90172;
}
.ObiStrip-content {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.ObiStrip-content p {
  display: inline-block;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  font-size: 32px;
}
.ObiStrip-content a {
  display: inline-block;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
}
.GoogleMap {
  width: 100%;
  height: 500px;
}
.SiteFooter {
  *zoom: 1;
  background-color: #d8d8d8;
  padding-top: 38px;
  padding-bottom: 11px;
}
.SiteFooter-menu {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
}
@media (min-width: 320px) {
  .SiteFooter-menu {
    float: left;
    width: 46.97580645%;
    width: calc( 50% - 30px );
  }
}
@media (min-width: 768px) {
  .SiteFooter-menu {
    float: left;
    width: 21.97580645%;
    width: calc( 25% - 30px );
  }
}
.SiteFooter-newsletter_signup {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
  position: relative;
}
@media (min-width: 768px) {
  .SiteFooter-newsletter_signup {
    float: left;
    width: 46.97580645%;
    width: calc( 50% - 30px );
  }
}
.SiteFooter-legal {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
  clear: left;
  font-size: 14px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .SiteFooter-legal {
    float: left;
    width: 46.97580645%;
    width: calc( 50% - 30px );
  }
}
@media (min-width: 768px) {
  .SiteFooter-legal {
    margin-top: 150px;
  }
}
@media (min-width: 992px) {
  .SiteFooter-legal {
    margin-top: 55px;
  }
}
.SiteFooter-social {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .SiteFooter-social {
    float: left;
    width: 46.97580645%;
    width: calc( 50% - 30px );
  }
}
@media (min-width: 768px) {
  .SiteFooter-social {
    margin-top: 150px;
  }
}
@media (min-width: 992px) {
  .SiteFooter-social {
    margin-top: 55px;
  }
}
.SiteFooter-menu_title {
  font-size: 14px;
  font-weight: 600;
}
.SiteFooter-menu_list {
  list-style: none inside none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.SiteFooter-menu_list a,
.SiteFooter-menu_list a:hover,
.SiteFooter-menu_list a:focus {
  text-decoration: none;
}
.SiteFooter-form_title {
  font-size: 14px;
  font-weight: 600;
}
.SiteFooter-form_item {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.SiteFooter-inline_submit {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: auto;
}
.SiteFooter-inline_submit button {
  font-size: 14px;
  line-height: 1;
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0;
}
.SiteFooter-social_list {
  list-style: none inside none;
  margin: 0;
  padding: 0;
}
.SiteFooter-social_list li {
  display: inline-block;
}
@media (min-width: 768px) {
  .SiteFooter-social_list {
    text-align: right;
  }
}
.Article {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .Article {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.Article-body {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .Article-body {
    max-width: 750px;
  }
}
@media (min-width: 768px) {
  .Article-body {
    font-size: 18px;
    line-height: 1.75;
  }
}
.Article-body ul {
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-position: outside;
  margin: 10px 0;
  padding: 0 0 0 30px;
  list-style: disc;
}
@media (min-width: 768px) {
  .Article-body ul {
    font-size: 18px;
    line-height: 1.75;
  }
}
.Article-body ul p {
  margin: 0;
}
.Article-body ul li ul {
  list-style: lower-latin;
}
.Article-body ul li ol {
  list-style: circle;
}
.Article-body ul li li ul {
  list-style: lower-roman;
}
.Article-body ul li li ol {
  list-stule: square;
}
.Article-body ol {
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-position: outside;
  margin: 10px 0;
  padding: 0 0 0 30px;
  list-style: decimal;
}
@media (min-width: 768px) {
  .Article-body ol {
    font-size: 18px;
    line-height: 1.75;
  }
}
.Article-body ol p {
  margin: 0;
}
.Article-body ol li ul {
  list-style: lower-latin;
}
.Article-body ol li ol {
  list-style: circle;
}
.Article-body ol li li ul {
  list-style: lower-roman;
}
.Article-body ol li li ol {
  list-stule: square;
}
.Article-comments {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .Article-comments {
    max-width: 750px;
  }
}
.Article-share {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .Article-share {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.Article-share_buttons {
  list-style: none inside none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.Article-share_link {
  color: inherit;
  font-family: inherit;
  display: inline-block;
  background-color: #d8d8d8;
  color: #000000;
  padding: 10px 10px;
  margin-left: 5px;
}
.Article-share_link,
.Article-share_link:hover,
.Article-share_link:focus {
  text-decoration: none;
}
.Article-share_link:first_child {
  margin-left: 0;
}
.Article-share_link span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.Article-share_link:hover,
.Article-share_link:focus {
  color: #e90172;
}
.Article-share_link--twitter:before {
  content: "\EA0F";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Article-share_link--facebook:before {
  content: "\EA07";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Article-share_link--pinterest:before {
  content: "\EA0A";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Article-share_link--linkedin:before {
  content: "\EA16";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Article-body .fl-row-content-wrap {
  margin: 0 -15px !important;
}
@media (min-width: 768px) {
  .Article-header--overview {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.fl-widget.widget_search form {
  float: none;
  height: 36px;
}
.fl-widget.widget_search .SiteHeader-form_item {
  width: 100%;
}
.Article-related_posts--2up {
  *zoom: 1;
}
.Article-related_posts--2up > * {
  min-height: 1px;
}
@media (min-width: 480px) {
  .Article-related_posts--2up > * {
    float: left;
    width: 50%;
  }
}
@media (min-width: 480px) {
  .Article-related_posts--2up > * {
    border: 0px solid #000000;
    border-width: 0px 0 0 0px;
  }
  .Article-related_posts--2up > *:nth-child(0n + 1) {
    border-left-color: #000000;
    clear: none;
  }
  .Article-related_posts--2up > *:nth-child(-n + 0) {
    border-top-color: #000000;
  }
  .Article-related_posts--2up > *:nth-child(2n + 1) {
    border-left-color: transparent;
    clear: left;
  }
  .Article-related_posts--2up > *:nth-child(-n + 2) {
    border-top-color: transparent;
  }
}
.Article-related_posts--3up {
  *zoom: 1;
}
.Article-related_posts--3up > * {
  min-height: 1px;
}
@media (min-width: 768px) {
  .Article-related_posts--3up > * {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .Article-related_posts--3up > * {
    border: 0px solid #000000;
    border-width: 0px 0 0 0px;
  }
  .Article-related_posts--3up > *:nth-child(0n + 1) {
    border-left-color: #000000;
    clear: none;
  }
  .Article-related_posts--3up > *:nth-child(-n + 0) {
    border-top-color: #000000;
  }
  .Article-related_posts--3up > *:nth-child(3n + 1) {
    border-left-color: transparent;
    clear: left;
  }
  .Article-related_posts--3up > *:nth-child(-n + 3) {
    border-top-color: transparent;
  }
}
.Article-related_posts--4up {
  *zoom: 1;
}
.Article-related_posts--4up > * {
  min-height: 1px;
}
@media (min-width: 480px) {
  .Article-related_posts--4up > * {
    float: left;
    width: 50%;
  }
}
@media (min-width: 480px) {
  .Article-related_posts--4up > * {
    border: 0px solid #000000;
    border-width: 0px 0 0 0px;
  }
  .Article-related_posts--4up > *:nth-child(0n + 1) {
    border-left-color: #000000;
    clear: none;
  }
  .Article-related_posts--4up > *:nth-child(-n + 0) {
    border-top-color: #000000;
  }
  .Article-related_posts--4up > *:nth-child(2n + 1) {
    border-left-color: transparent;
    clear: left;
  }
  .Article-related_posts--4up > *:nth-child(-n + 2) {
    border-top-color: transparent;
  }
}
.Article-related_posts--4up > * {
  min-height: 1px;
}
@media (min-width: 992px) {
  .Article-related_posts--4up > * {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .Article-related_posts--4up > * {
    border: 0px solid #000000;
    border-width: 0px 0 0 0px;
  }
  .Article-related_posts--4up > *:nth-child(2n + 1) {
    border-left-color: #000000;
    clear: none;
  }
  .Article-related_posts--4up > *:nth-child(-n + 2) {
    border-top-color: #000000;
  }
  .Article-related_posts--4up > *:nth-child(4n + 1) {
    border-left-color: transparent;
    clear: left;
  }
  .Article-related_posts--4up > *:nth-child(-n + 4) {
    border-top-color: transparent;
  }
}
.Article-related_post {
  text-align: center;
}
.Article-related_post_image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ContactPage-content {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .ContactPage-content {
    float: left;
    width: 46.97580645%;
    width: calc( 50% - 30px );
  }
}
@media (min-width: 992px) {
  .ContactPage-content {
    margin-left: 97.66666667px;
    margin-left: calc( 8.33333333% + 15px );
  }
}
@media (min-width: 992px) {
  .ContactPage-content {
    margin-right: 97.66666667px;
    margin-right: calc( 8.33333333% + 15px );
  }
}
@media (min-width: 992px) {
  .ContactPage-content {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.ContactPage-form {
  margin-left: -15px;
  margin-right: -15px;
}
.ContactPage-form_item {
  min-height: 1px;
}
@media (min-width: 480px) {
  .ContactPage-form_item {
    float: left;
    width: 50%;
  }
}
.ContactPage-form_item--message {
  min-height: 1px;
}
@media (min-width: 480px) {
  .ContactPage-form_item--message {
    float: left;
    width: 100%;
  }
}
.ContactPage-contacts {
  min-height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #000000;
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  .ContactPage-contacts {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .ContactPage-contacts {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .ContactPage-contacts {
    margin-right: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .ContactPage-contacts {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .ContactPage-contacts {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .ContactPage-contacts {
    margin-right: 0%;
  }
}
@media (min-width: 992px) {
  .ContactPage-contacts {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.ContactPage-contacts h1,
.ContactPage-contacts h2,
.ContactPage-contacts h3,
.ContactPage-contacts h4,
.ContactPage-contacts h5,
.ContactPage-contacts h6,
.ContactPage-contacts .h1,
.ContactPage-contacts .h2,
.ContactPage-contacts .h3,
.ContactPage-contacts .h4,
.ContactPage-contacts .h5,
.ContactPage-contacts .h6 {
  color: #000000;
}
.ContactPage-contacts_title {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ContactPage-contacts_title {
    float: left;
    width: 63.64247312%;
    width: calc( 66.66666667% - 30px );
  }
}
@media (min-width: 768px) {
  .ContactPage-contacts_title {
    margin-left: 180.33333333px;
    margin-left: calc( 16.66666667% + 15px );
  }
}
@media (min-width: 768px) {
  .ContactPage-contacts_title {
    margin-right: 180.33333333px;
    margin-right: calc( 16.66666667% + 15px );
  }
}
.ContactPage-contact_option {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
}
@media (min-width: 560px) {
  .ContactPage-contact_option {
    float: left;
    width: 30.30913978%;
    width: calc( 33.33333333% - 30px );
  }
}
@media (min-width: 768px) {
  .ContactPage-contact_option {
    float: left;
    width: 63.64247312%;
    width: calc( 66.66666667% - 30px );
  }
}
@media (min-width: 768px) {
  .ContactPage-contact_option {
    margin-left: 180.33333333px;
    margin-left: calc( 16.66666667% + 15px );
  }
}
@media (min-width: 768px) {
  .ContactPage-contact_option {
    margin-right: 180.33333333px;
    margin-right: calc( 16.66666667% + 15px );
  }
}
.ConfirmationPage-content {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
}
@media (min-width: 992px) {
  .ConfirmationPage-content {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .ConfirmationPage-content {
    float: left;
    width: 55.30913978%;
    width: calc( 58.33333333% - 30px );
  }
}
@media (min-width: 992px) {
  .ConfirmationPage-content {
    margin-right: 97.66666667px;
    margin-right: calc( 8.33333333% + 15px );
  }
}
.ConfirmationPage-resources {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
}
@media (min-width: 992px) {
  .ConfirmationPage-resources {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .ConfirmationPage-resources {
    float: left;
    width: 30.30913978%;
    width: calc( 33.33333333% - 30px );
  }
}
.SearchResults-heading {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  color: #4b345d;
  -webkit-font-smoothing: antialiased;
  margin: 10px 0;
  font-size: 34px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
}
@media (min-width: 768px) {
  .SearchResults-heading {
    font-size: 42px;
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .SearchResults-heading {
    float: left;
    width: 63.64247312%;
    width: calc( 66.66666667% - 30px );
  }
}
.SearchResults-item {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
  text-align: center;
}
@media (min-width: 768px) {
  .SearchResults-item {
    float: left;
    width: 30.30913978%;
    width: calc( 33.33333333% - 30px );
  }
}
.SearchResults-item_title {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  color: #4b345d;
  -webkit-font-smoothing: antialiased;
  margin: 10px 0;
  font-size: 28px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .SearchResults-item_title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.SearchResults-search_form {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
  height: 82px;
}
@media (min-width: 768px) {
  .SearchResults-search_form {
    float: left;
    width: 30.30913978%;
    width: calc( 33.33333333% - 30px );
  }
}
.SearchResults-search_form_item {
  float: none;
}
.fl-rich-text,
.fl-module {
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .fl-rich-text,
  .fl-module {
    font-size: 18px;
    line-height: 1.75;
  }
}
.fl-rich-text ul,
.fl-module ul {
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-position: outside;
  margin: 10px 0;
  padding: 0 0 0 30px;
  list-style: disc;
}
@media (min-width: 768px) {
  .fl-rich-text ul,
  .fl-module ul {
    font-size: 18px;
    line-height: 1.75;
  }
}
.fl-rich-text ul p,
.fl-module ul p {
  margin: 0;
}
.fl-rich-text ul li ul,
.fl-module ul li ul {
  list-style: lower-latin;
}
.fl-rich-text ul li ol,
.fl-module ul li ol {
  list-style: circle;
}
.fl-rich-text ul li li ul,
.fl-module ul li li ul {
  list-style: lower-roman;
}
.fl-rich-text ul li li ol,
.fl-module ul li li ol {
  list-stule: square;
}
.fl-rich-text ol,
.fl-module ol {
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-position: outside;
  margin: 10px 0;
  padding: 0 0 0 30px;
  list-style: decimal;
}
@media (min-width: 768px) {
  .fl-rich-text ol,
  .fl-module ol {
    font-size: 18px;
    line-height: 1.75;
  }
}
.fl-rich-text ol p,
.fl-module ol p {
  margin: 0;
}
.fl-rich-text ol li ul,
.fl-module ol li ul {
  list-style: lower-latin;
}
.fl-rich-text ol li ol,
.fl-module ol li ol {
  list-style: circle;
}
.fl-rich-text ol li li ul,
.fl-module ol li li ul {
  list-style: lower-roman;
}
.fl-rich-text ol li li ol,
.fl-module ol li li ol {
  list-stule: square;
}
h1,
.h1 {
  font-family: "The Sans Arab", sans-serif;
}
.SiteHeader-notice_bar {
  background-image: none;
}
.AnimatedBackgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.AnimatedBackgrounds ~ .fl-row-content {
  position: relative;
  z-index: 1;
}
ul.AnimatedBackgrounds {
  list-style: none inside none;
  padding: 0;
  margin: 0;
}
.AnimatedBackgrounds li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.AnimatedBackgrounds-static_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.AnimatedBackgrounds-atlas_source {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.AnimatedBackgrounds-atlas_player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@keyframes AnimatedBackgrounds-layer--bob_vertical {
  0% {
    transform: translateY(-2.5%);
  }
  50% {
    transform: translateY(2.5%);
  }
  100% {
    transform: translateY(-2.5%);
  }
}
.AnimatedBackgrounds-layer--bob_vertical {
  animation: 5s AnimatedBackgrounds-layer--bob_vertical infinite ease-in-out;
}
@keyframes AnimatedBackgrounds-layer--bob_horizontal {
  0% {
    transform: translateX(-2.5%);
  }
  50% {
    transform: translateX(2.5%);
  }
  100% {
    transform: translateX(-2.5%);
  }
}
.AnimatedBackgrounds-layer--bob_horizontal {
  animation: 5s AnimatedBackgrounds-layer--bob_horizontal infinite ease-in-out;
}
.AnimatedBackgrounds-load_animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
.AnimatedBackgrounds.is-ScrollEffects--unloaded + .AnimatedBackgrounds-load_animation {
  z-index: 5;
  opacity: 1;
}
.ContentSlider-navigation span {
  font-size: 0;
}
.ContentSlider-navigation,
.ContentSlider-navigation:hover,
.ContentSlider-navigation:focus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ContentSlider-navigation--prev {
  left: 0%;
}
.ContentSlider-navigation--next {
  right: 0%;
}
.ContentSlider-dots {
  position: absolute;
  font-size: 0;
  text-align: center;
}
.ContentSlider-dot {
  background: none !important;
  color: inherit;
  padding: 0;
  font: inherit;
  top: 0 !important;
}
.ContentSlider-dot span {
  display: block;
}
.ContentSlider-dot--style_dots span {
  border-radius: 100%;
}
.ContentSlider-contents--desktop {
  display: none;
}
@media (min-width: 768px) {
  .ContentSlider-contents--desktop {
    display: block;
  }
}
.ContentSlider-contents--mobile {
  display: block;
}
@media (min-width: 768px) {
  .ContentSlider-contents--mobile {
    display: none;
  }
}
.ContentSlider-placeholder {
  height: 350px;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid black;
  flex-direction: column;
}
.UpComingEvent .UpCommingEvent-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .UpComingEvent .UpCommingEvent-slide {
    display: block;
  }
}
.UpComingEvent .UpCommingEvent-slide__image {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 767.98px) {
  .UpComingEvent .UpCommingEvent-slide__image {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
.UpComingEvent .UpCommingEvent-slide__image img {
  max-width: 524px;
  height: 397px;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .UpComingEvent .UpCommingEvent-slide__image img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 767.98px) {
  .UpComingEvent .UpCommingEvent-slide__image img {
    height: 246px;
    min-width: 100%;
  }
}
.UpComingEvent .UpCommingEvent-slide__content {
  width: 50%;
  padding-left: 100px;
  padding-right: 32px;
}
@media (max-width: 991.98px) {
  .UpComingEvent .UpCommingEvent-slide__content {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .UpComingEvent .UpCommingEvent-slide__content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.UpComingEvent .UpCommingEvent-slide__content h4 {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  opacity: 0.8;
  font-weight: 600;
  color: #4B345D;
  margin: 0px 0px 5px 0px;
}
@media (max-width: 767.98px) {
  .UpComingEvent .UpCommingEvent-slide__content h4 {
    font-size: 18px;
    line-height: 19.8px;
    letter-spacing: normal;
  }
}
.UpComingEvent .UpCommingEvent-slide__content h2 {
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: normal;
  text-align: right;
  font-weight: 600;
  color: #4B345D;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767.98px) {
  .UpComingEvent .UpCommingEvent-slide__content h2 {
    font-size: 34px;
    line-height: 37.4px;
    letter-spacing: normal;
    margin: 0px 0px 15px 0px;
  }
}
.UpComingEvent .UpCommingEvent-slide__content .date_time .date,
.UpComingEvent .UpCommingEvent-slide__content .date_time .time {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 27.3px;
  letter-spacing: normal;
  text-align: right;
  color: #121212;
}
@media (max-width: 767.98px) {
  .UpComingEvent .UpCommingEvent-slide__content .date_time .date,
  .UpComingEvent .UpCommingEvent-slide__content .date_time .time {
    font-size: 18px;
    line-height: 23.4px;
    letter-spacing: normal;
  }
}
.UpComingEvent .UpCommingEvent-slide__content .date_time .date {
  margin-bottom: 5px;
}
.UpComingEvent .UpCommingEvent-slide__content .date_time .learn_more_button {
  margin-top: 30px;
  background-color: #99006B !important;
  height: 46px !important;
  padding-top: 8px !important;
}
@media (max-width: 767.98px) {
  .UpComingEvent .UpCommingEvent-slide__content .date_time .learn_more_button {
    margin-top: 20px;
  }
}
.UpComingEvent .UpCommingEvent-slide__content .date_time .learn_more_button a {
  height: 46px !important;
  font-weight: 600;
}
.UpComingEvent .UpCommingEvent-slide__content .date_time .learn_more_button a::after {
  background-color: #4B345D !important;
}
.UpComingEvent .slick-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .UpComingEvent .slick-prev {
    left: unset;
    top: unset;
    left: 18%;
    bottom: -43px;
  }
}
.UpComingEvent .slick-next {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .UpComingEvent .slick-next {
    left: unset;
    top: unset;
    bottom: -43px;
    right: 18%;
  }
}
.UpComingEvent .slick-prev,
.UpComingEvent .slick-next {
  background-color: unset;
  border: none;
  padding: 0;
}
.UpComingEvent .slick-prev svg,
.UpComingEvent .slick-next svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 767.98px) {
  .UpComingEvent .slick-prev svg,
  .UpComingEvent .slick-next svg {
    width: 25px;
    height: 25px;
  }
}
.UpComingEvent .slick-dots {
  list-style: none;
  padding-left: 0px;
  display: flex;
  justify-content: center;
}
@media (max-width: 400.98px) {
  .UpComingEvent .slick-dots {
    width: 50%;
    margin: 0 auto;
  }
}
.UpComingEvent .slick-dots .slick-active button {
  background-color: #28CCA2;
}
.UpComingEvent .slick-dots li {
  margin: 0px 7px;
  height: 10px;
}
.UpComingEvent .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-size: 0px;
  padding: 0px;
  background-color: rgba(40, 204, 163, 0.2);
  border: none !important;
}
.No-UpcomingEvent {
  background-color: rgba(204, 190, 208, 0.2);
  padding: 20px;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  text-align: right;
  color: #121212;
}
@font-face {
  font-family: "The Sans Arab";
  src: url('/wp-content/themes/beaverwarrior/assets/fonts/TheSansArab-Light.woff2') format("woff2"), url('/wp-content/themes/beaverwarrior/assets/fonts/TheSansArab-Light.ttf') format("ttf");
  font-weight: 300;
}
@font-face {
  font-family: "The Sans Arab";
  src: url('/wp-content/themes/beaverwarrior/assets/fonts/TheSansArab-Plain.woff2') format("woff2"), url('/wp-content/themes/beaverwarrior/assets/fonts/TheSansArab-Plain.ttf') format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "The Sans Arab";
  src: url('/wp-content/themes/beaverwarrior/assets/fonts/TheSansArab-Bold.woff2') format("woff2"), url('/wp-content/themes/beaverwarrior/assets/fonts/TheSansArab-Bold.ttf') format("ttf");
  font-weight: 700;
}
/* 
Vista Sans OTCE Reg - 400
Vista Sans OTCE Med - 500
Vista Sans OTCE Bold - 700
*/
.UOTP-horizontalCentering {
  right: 50%;
  transform: translateX(50%);
  animation-duration: 0s !important;
}
/*target offset*/
.UOTP-anchorWithOffset:before {
  content: "";
  display: block;
  height: 12em;
  margin: -12em 0 0;
}
.UOTP-defaultButton {
  position: relative;
  display: inline-block !important;
  height: 58px !important;
  width: auto !important;
}
.UOTP-defaultButton.UOTP-Single-button {
  position: relative;
  display: inline-block !important;
  height: 58px !important;
  width: 100% !important;
}
.UOTP-defaultButton a {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1.15px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  background-color: #E90172 !important;
  border: 0px solid transparent !important;
  border-radius: 35px !important;
  padding: 19px 41px !important;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.UOTP-defaultButton a:active {
  top: 0px !important;
}
.UOTP-defaultButton a:hover {
  transform: scale3d(1, 1, 1);
  border: 0px solid transparent !important;
}
/**/
.UOTP-defaultButton a::before,
.UOTP-defaultButton a::after {
  content: '';
  position: absolute;
  background: #4B345D;
  height: 58px !important;
  z-index: -1;
}
.UOTP-defaultButton a::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.UOTP-defaultButton a:hover::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.UOTP-defaultButton a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.UOTP-defaultButton a:hover::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}
/***default button version 2 *****/
.UOTP-leftAlignInJustifyContentCenter {
  margin-left: auto !important;
}
.UOTP-leftAlignInJustifyContentCenterOnMobileCenter {
  margin-left: auto !important;
  margin-bottom: 20px;
}
.UOTP-rightOnDeskLeftOnMob {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.UOTP-defaultButtonVer2 {
  position: relative;
  display: inline-block !important;
  height: 58px !important;
  width: auto !important;
}
.UOTP-defaultButtonVer2.UOTP-Single-button {
  position: relative;
  display: inline-block !important;
  height: 58px !important;
  width: 100% !important;
}
.UOTP-defaultButtonVer2 a {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1.15px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  background-color: #99006B !important;
  border: 0px solid transparent !important;
  border-radius: 35px !important;
  padding: 19px 41px !important;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.UOTP-defaultButtonVer2 a:active {
  top: 0px !important;
}
.UOTP-defaultButtonVer2 a:hover {
  transform: scale3d(1, 1, 1);
  border: 0px solid transparent !important;
}
.UOTP-defaultButtonVer2 a::before,
.UOTP-defaultButtonVer2 a::after {
  content: '';
  position: absolute;
  background: #E90172;
  height: 58px !important;
  z-index: -1;
}
.UOTP-defaultButtonVer2 a::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.UOTP-defaultButtonVer2 a:hover::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.UOTP-defaultButtonVer2 a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.UOTP-defaultButtonVer2 a:hover::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}
/****************** Default Link Button *************************/
.UOTP-defaultLink {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 58px !important;
  border-radius: 35px !important;
  padding-top: 14px;
  background-color: #E90172 !important;
}
.UOTP-defaultLink a {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1.15px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  border: 0px solid transparent !important;
  border-radius: 35px !important;
  padding: 19px 41px !important;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.UOTP-defaultLink a span {
  position: relative;
  z-index: 1;
}
.UOTP-defaultLink a:hover {
  text-decoration: none;
}
.UOTP-defaultLink:hover a {
  transform: scale3d(1, 1, 1);
  /*border: 1px solid #4B345D !important;*/
}
.UOTP-defaultLink a::before,
.UOTP-defaultLink a::after {
  content: '';
  position: absolute;
  background: #4B345D;
  height: 58px !important;
  z-index: 0;
}
.UOTP-defaultLink a::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.UOTP-defaultLink:hover a::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.UOTP-defaultLink a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.UOTP-defaultLink:hover a::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}
/****************** Default Link Button Ver 2 *************************/
.UOTP-defaultLinkVer2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 58px !important;
  border-radius: 35px !important;
  padding-top: 14px;
  background-color: #E90172 !important;
}
.UOTP-defaultLinkVer2 a {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1.15px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  border: 0px solid transparent !important;
  border-radius: 35px !important;
  padding: 19px 41px !important;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.UOTP-defaultLinkVer2 a span {
  position: relative;
  z-index: 1;
}
.UOTP-defaultLinkVer2 a:hover {
  text-decoration: none;
}
.UOTP-defaultLinkVer2:hover a {
  transform: scale3d(1, 1, 1);
  /*border: 1px solid #4B345D !important;*/
}
.UOTP-defaultLinkVer2 a::before,
.UOTP-defaultLinkVer2 a::after {
  content: '';
  position: absolute;
  background: #E90172;
  height: 58px !important;
  z-index: 0;
}
.UOTP-defaultLinkVer2 a::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.UOTP-defaultLinkVer2:hover a::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.UOTP-defaultLinkVer2 a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.UOTP-defaultLinkVer2:hover a::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}
/* the tabs */
.UOTP-activeButton a,
.UOTP-activeLink {
  font-family: "The Sans Arab", sans-serif;
  color: #121212 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1.17px !important;
  line-height: 22px !important;
  text-transform: capitalize;
  background-color: #28CCA2 !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  padding: 12px 18px !important;
}
.UOTP-activeButton a span {
  color: #121212 !important;
}
.UOTP-activeLink:hover {
  text-decoration: none;
}
.UOTP-inactiveButton a,
.UOTP-inactiveLink {
  font-family: "The Sans Arab", sans-serif;
  color: #121212 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1.17px !important;
  line-height: 22px !important;
  text-transform: capitalize;
  background-color: rgba(40, 204, 162, 0.2) !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  padding: 12px 18px !important;
}
.UOTP-inactiveButton a span {
  color: #121212 !important;
}
.UOTP-inactiveLink:hover {
  text-decoration: none;
}
/************ load more ****************/
.UOTP-buttonLoadMore a {
  display: inline-block;
  font-family: "The Sans Arab", sans-serif;
  color: #121212 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1.15px !important;
  line-height: 12px !important;
  background-color: #FFFFFF !important;
  border: 1px solid transparent !important;
  text-transform: uppercase;
  border-radius: 35px !important;
  padding: 10px 15px 10px 15px;
  text-align: center;
}
.UOTP-buttonLoadMore a span {
  color: #121212 !important;
}
.UOTP-linkLoadMore {
  display: inline-block;
  font-family: "The Sans Arab", sans-serif;
  color: #121212 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1.15px !important;
  line-height: 12px !important;
  background-color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 35px;
  padding: 10px 15px 10px 15px;
  text-align: center;
}
.UOTP-linkLoadMore:hover {
  text-decoration: none;
}
/************ arrow with load more ****************/
@keyframes UOTP-arrowPurple--fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes UOTP-arrowPurple--fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes UOTP-arrowPurple--moveIn {
  0% {
    left: -80px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes UOTP-arrowPurple--moveOut {
  from {
    left: 0px;
    opacity: 1;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
@keyframes UOTP-arrowPurple--expandRight {
  0% {
    width: 30px;
    opacity: 0;
  }
  100% {
    width: 120px;
    opacity: 1;
  }
}
@keyframes UOTP-arrowPurple--contractLeft {
  0% {
    width: 120px;
    opacity: 1;
  }
  100% {
    width: 30px;
    opacity: 0;
  }
}
.UOTP-arrowPurpleExternalTrigger a {
  color: #121212 !important;
  text-decoration: none !important;
}
.UOTP-arrowPurpleExternalTrigger a:hover {
  color: #121212 !important;
  text-decoration: none !important;
}
.UOTP-arrowPurpleExternalTrigger:hover > .fl-col-content .UOTP-arrowPurpleWrapper .UOTP-arrowPurple {
  -webkit-animation: UOTP-arrowPurple--fadeOut 0.5s forwards;
  /* for less modern browsers */
  animation: UOTP-arrowPurple--fadeOut 0.5s forwards;
}
.UOTP-arrowPurpleExternalTrigger:hover > .fl-col-content .UOTP-arrowPurpleWrapper .UOTP-linkLoadMorePurple {
  -webkit-animation: UOTP-arrowPurple--expandRight 0.4s forwards;
  /* for less modern browsers */
  animation: UOTP-arrowPurple--expandRight 0.4s forwards;
}
.UOTP-arrowPurpleWrapper {
  position: relative;
  width: 150px;
  height: 33px;
  display: block;
  overflow: hidden;
}
.UOTP-arrowPurpleWrapper:hover > .UOTP-arrowPurple {
  -webkit-animation: UOTP-arrowPurple--fadeOut 0.5s forwards;
  /* for less modern browsers */
  animation: UOTP-arrowPurple--fadeOut 0.5s forwards;
}
.UOTP-arrowPurpleWrapper:hover > .UOTP-linkLoadMorePurple {
  -webkit-animation: UOTP-arrowPurple--expandRight 0.4s forwards;
  /* for less modern browsers */
  animation: UOTP-arrowPurple--expandRight 0.4s forwards;
}
.UOTP-arrowPurple {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/themes/beaverwarrior/assets/img/icons-text-link-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #99006B;
  border-radius: 50%;
  -webkit-animation: UOTP-arrowPurple--fadeIn 1.5s forwards;
  /* for less modern browsers */
  animation: UOTP-arrowPurple--fadeIn 1.5s forwards;
  rotate: -180deg;
}
.UOTP-linkLoadMorePurple {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 33px;
  display: inline-block;
  white-space: nowrap;
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1.15px !important;
  line-height: 12px !important;
  background-color: #99006B;
  text-transform: uppercase;
  border-radius: 35px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  /*word-break: keep-all;
    overflow-wrap: normal;*/
  -webkit-animation: UOTP-arrowPurple--contractLeft 0.3s forwards;
  /* for less modern browsers */
  animation: UOTP-arrowPurple--contractLeft 0.3s forwards;
}
.UOTP-linkLoadMorePurple span {
  width: 120px;
  text-align: center;
  display: block;
}
.UOTP-linkLoadMorePurple:hover {
  text-decoration: none;
}
/************ text links ****************/
.UOTP-buttonBack a {
  font-family: "The Sans Arab", sans-serif;
  color: #121212 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  line-height: 28px !important;
  text-transform: capitalize;
  background-color: transparent !important;
  border: 0px solid transparent !important;
  padding: 0 !important;
}
.UOTP-buttonBack a span {
  color: #121212 !important;
}
.UOTP-buttonBack a:active {
  top: 0px !important;
}
.UOTP-buttonBack a:hover span {
  color: #99006B !important;
}
.UOTP-linkBack {
  font-family: "The Sans Arab", sans-serif;
  color: #121212 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  line-height: 28px !important;
}
.UOTP-linkBack:hover {
  color: #99006B !important;
  text-decoration: none;
}
.UOTP-buttonArrowRight a {
  font-family: "The Sans Arab", sans-serif;
  color: #121212 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  line-height: 31.5px !important;
  text-transform: capitalize;
  background-color: transparent !important;
  border: 0px solid transparent !important;
  padding: 0px 25px 0px 0px !important;
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-text-link-arrow-black.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}
.UOTP-buttonArrowRight a span {
  color: #121212 !important;
}
.UOTP-buttonArrowRight a:active {
  top: 0px !important;
}
.UOTP-buttonArrowRight a:hover {
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-text-link-arrow-purple.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}
.UOTP-buttonArrowRight a:hover span {
  color: #99006B !important;
}
.UOTP-linkArrowRight {
  font-family: "The Sans Arab", sans-serif;
  color: #121212 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  line-height: 31.5px !important;
  text-transform: capitalize;
  padding: 0px 25px 0px 0px !important;
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-text-link-arrow-black.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}
.UOTP-linkArrowRight:hover {
  color: #99006B !important;
  text-decoration: none;
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-text-link-arrow-purple.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}
@keyframes UOTP-borderLeftToRight {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.UOTP-linkSubnavigation {
  font-family: "The Sans Arab", sans-serif;
  color: #121212 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  line-height: 28px !important;
  display: inline-block;
  animation-iteration-count: 1;
}
.UOTP-linkSubnavigation:hover {
  color: #99006B !important;
  text-decoration: none;
}
.UOTP-linkSubnavigation:after {
  display: block;
  position: relative;
  content: '';
  padding-bottom: 1px;
  border-bottom: solid 1px #99006B;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 0% 50%;
}
.UOTP-linkSubnavigation:hover:after {
  animation: UOTP-borderLeftToRight 0.5s forwards;
}
a {
  transition: 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
  outline: none !important;
}
.position-relative {
  position: relative;
}
.z-index-9 {
  z-index: 9;
}
.hero-shape-left {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.hero-shape-right {
  position: absolute;
  right: 0;
  top: 0;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  color: #121212;
}
.single-content p {
  margin-bottom: 30px;
}
.video-html-module iframe {
  border-radius: 6px;
}
.fl-accordion-small .fl-accordion-content {
  padding: 0 45px 10px 30px;
}
.fl-accordion-button {
  display: inline-flex !important;
}
.fl-accordion-button-label {
  padding-left: 20px;
}
.fl-accordion-button-label,
.fl-accordion-button-icon {
  padding-right: 0 !important;
  display: inline !important;
  text-align: right !important;
}
.fl-accordion-button-icon {
  color: #28CCA2 !important;
}
.fl-builder-content .fl-button i {
  line-height: 0 !important;
  margin-left: 5px !important;
}
.cta-shape-left-mobile {
  position: absolute;
  top: 0;
  left: 0;
}
.cta-shape-right-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
}
.fl-accordion-content p {
  font-size: 16px !important;
}
.privacy-menu ul,
.footer-menus ul {
  text-align: center;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.privacy-menu ul li {
  display: inline-block !important;
  padding-left: 13px;
  padding-right: 13px;
}
.privacy-menu ul li a,
.footer-menus ul li a {
  color: #121212;
  transition: 0.3s all;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24.5px;
  text-align: right;
}
.privacy-menu ul li a:hover,
.privacy-menu ul li a:focus,
.footer-menus ul li a:focus,
.footer-menus ul li a:hover {
  text-decoration: none !important;
  color: #E90172 !important;
}
.privacy-menu ul li a {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.footer-form .FormItem input:active,
.footer-form .FormItem input:focus,
.footer-form .FormItem input {
  background-color: rgba(204, 190, 208, 0.2);
  border: 0 !important;
  padding: 13px !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 16px !important;
  font-weight: 400 !important;
}
.gfield-choice-input {
  width: auto !important;
}
.footer-form .gchoice_4_2_1 label {
  opacity: 0.5;
  color: #121212;
  font-size: 12px !important;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 400 !important;
  text-transform: none;
  margin-left: 2px !important;
}
.footer-form #field_4_2 {
  padding-left: 25px !important;
}
.footer-form .FormItem {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.footer-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 2px !important;
}
.footer-form .FormItem--type_checkbox input {
  height: 11px !important;
}
.footer-form .FormItem-action:active,
.footer-form .FormItem-action:focus,
.footer-form .FormItem-action {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  position: absolute;
  top: 4px;
}
.footer-form .FormItem-action:hover {
  opacity: 0.6;
}
.footer-form .gform_wrapper .gform_validation_errors {
  display: none !important;
}
.footer-form .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  padding: 0 !important;
  font-size: 12px !important;
  background: none !important;
  border: 0 !important;
}
div#gform_wrapper_4 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.logos-section img {
  margin-right: 15px;
  margin-left: 15px;
}
.single-page-content p {
  margin-bottom: 30px;
}
.single-page-content img {
  border-radius: 6px !important;
}
.single-page-content h3 {
  margin-bottom: 10px;
}
.single-page-content h4 {
  margin-bottom: 10px;
}
.wp-block-image figcaption {
  font-size: 16px;
}
.wp-block-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-content ol li {
  margin-bottom: 5px;
}
.position-relative {
  position: relative;
}
.z-index-9 {
  z-index: 9;
}
.FormItem {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gform_page_footer.top_label {
  display: flex !important;
}
.FormItem label {
  text-transform: none !important;
  margin-bottom: 2px !important;
}
.FormItem textarea,
.FormItem select,
.FormItem input {
  border: 1px solid transparent!important;
}
.FormItem input:focus,
.FormItem input:active {
  border: 1px solid #4B345D!important;
}
.FormItem-action,
.gform_previous_button,
.gform_next_button {
  border-radius: 35px !important;
  background-color: #E90172 !important;
  border: none !important;
  width: 108px !important;
  height: 40px;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 1.15px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF !important;
  text-transform: uppercase;
}
.gform_previous_button {
  flex-grow: 0 !important;
  margin-right: 30px !important;
}
fieldset#field_5_7 label {
  margin-left: 2px;
}
fieldset#field_5_7 {
  margin-top: -25px;
}
.featured-resources-col .fl-col {
  width: 50% !important;
}
.fr-button {
  position: absolute;
  z-index: 9;
  bottom: 15px;
  right: 10px;
}
.fr-button a path,
.fr-button a circle {
  transition: 0.3s all;
}
.fr-button a:hover circle {
  fill: #99006B !important;
  stroke: #99006B !important;
}
.fr-photo-column .fl-col-content {
  position: relative;
}
.hero-name-bubble .fl-module-content {
  position: absolute;
  bottom: 0;
  background-color: #Ccbed0;
  width: 232px !important;
  border-radius: 6px;
  padding: 10px;
  right: 50%;
  transform: translateX(50%);
}
.hero-name-bubble strong {
  font-size: 16px !important;
  line-height: 18px !important;
}
.hero-name-bubble-mobile strong {
  font-size: 14px !important;
  line-height: 14px !important;
  margin-bottom: 5px;
  display: block;
}
.logos-alt img {
  margin: 15px 20px!important;
  width: 40px;
}
.anchor-bar ul {
  list-style: none !important;
  padding: 0 !important;
  text-align: center;
}
.anchor-bar ul li {
  margin-bottom: 12px;
}
.anchor-bar ul li a:hover {
  color: #99006b !important;
  text-decoration: none;
  position: relative;
}
.anchor-bar ul li a:hover:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid currentColor;
  bottom: -5px;
  left: 0;
  width: 100%;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.hero-shape-top {
  top: 0 !important;
}
.hero-shape-bottom {
  bottom: 0 !important;
  top: auto !important;
}
.single-post-content figure {
  border-radius: 6px;
}
.single-post-content blockquote {
  border: 0;
  border-top: 1px solid #4b345d;
  border-bottom: 1px solid #4b345d;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 60px;
  position: relative;
  display: block;
}
.single-post-content blockquote p:before {
  content: '';
  position: absolute;
  background-image: url(/wp-content/uploads/2022/05/icon-quote-yellow.svg);
  width: 35px;
  height: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.single-post-content blockquote p cite {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 31.5px;
  color: #4B345D;
}
.single-post-content blockquote p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
  color: #121212;
}
.single-post-content ul li:before {
  content: url(/wp-content/uploads/2022/05/icons-bullet-point-1.svg);
  position: absolute;
  right: 0;
  top: 7px;
}
.single-post-content ul li {
  margin-bottom: 15px;
  padding-right: 30px;
  position: relative;
}
.single-post-content ul {
  list-style: none !important;
  padding-right: 0 !important;
  padding-left: 0;
}
.single-post-content .wp-block-embed-youtube {
  margin-bottom: 60px;
  margin-top: 60px;
}
.single-post-content .wp-block-embed-youtube iframe {
  width: 100%;
  border-radius: 6px;
}
.single-post-content .fl-post_tag span:hover a {
  background-color: #28cca2;
}
.single-post-content .fl-post_tag span a {
  text-decoration: none !important;
  background-color: #28cca2;
  border-radius: 13px;
  padding: 7px 20px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 12px;
  color: #121212;
  text-transform: uppercase;
}
.single-post-content .fl-post_tag span {
  margin-right: 15px;
}
.c-form label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.c-form .form-line {
  margin-bottom: 25px;
}
.c-form label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.c-form .form-line {
  margin-bottom: 25px;
}
.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form input[type="url"],
.c-form select {
  padding: 12px 10px!important;
  height: auto;
  border: 1px solid transparent;
  box-shadow: none;
  outline: none;
}
.c-form input[type="text"]:active,
.c-form input[type="tel"]:active,
.c-form input[type="email"]:active,
.c-form select:active,
.c-form input[type="url"]:active,
.c-form input[type="url"]:focus,
.c-form input[type="text"]:focus,
.c-form input[type="tel"]:focus,
.c-form input[type="email"]:focus,
.c-form select:focus {
  border: 1px solid #4B345D!important;
}
.c-form .wpcf7-list-item {
  font-size: 12px;
  display: block;
  margin-left: 0;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: normal;
}
.c-form textarea {
  height: 84px !important;
  border: 1px solid transparent;
  box-shadow: none;
  outline: none;
  resize: none;
}
.c-form textarea:active,
.c-form textarea:focus {
  border: 1px solid #4B345D;
}
.c-form input[type="checkbox"] {
  position: relative;
  top: 1px;
}
.wpcf7-submit {
  border-radius: 35px !important;
  background-color: #E90172;
  width: 126px;
  padding: 14px 20px!important;
  height: auto !important;
  border: 1px solid transparent!important;
}
.ads-section {
  background-color: #4B345D;
  border-radius: 6px;
  padding: 50px 40px;
  margin: 55px 0;
}
.ads-section a:hover {
  color: #4B345D;
  text-decoration: none;
  opacity: 0.7;
}
.ads-section h3 {
  margin: 0;
  color: #fff;
}
.ads-section a {
  background-color: #fff;
  color: rebeccapurple;
  color: #4B345D;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.15px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 212px;
  padding: 20px 15px;
}
.newsletter-section {
  background-color: #99006b;
  text-align: center;
  border-radius: 6px;
  padding: 45px 20px;
  margin: 60px 0;
}
.newsletter-section h2 {
  margin-bottom: 5px;
  margin-top: 0;
}
.newsletter-section {
  background-color: #99006b;
  text-align: center;
  border-radius: 6px;
  padding: 45px 20px;
  margin: 60px 0;
}
.newsletter-section h2 {
  margin-bottom: 5px;
  margin-top: 0;
}
.fl-accordion ul {
  list-style: none !important;
  padding-right: 0 !important;
}
.fl-accordion ul li {
  margin-bottom: 10px;
  padding-right: 30px;
  position: relative;
  opacity: 0.8;
  color: #121212;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}
.fl-accordion ul li:before {
  content: url(/wp-content/uploads/2022/05/icons-bullet-point-1.svg);
  position: absolute;
  right: 0;
  top: 7px;
}
.links-hover-pink a strong {
  transition: 0.3s all;
}
.links-hover-pink a:hover,
.links-hover-pink a strong:hover {
  color: #E90172 !important;
  text-decoration: none;
}
.hero-name-bubble-center .fl-module-content {
  position: absolute;
  bottom: 0;
  background-color: #Ccbed0;
  width: 232px !important;
  border-radius: 6px;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.select-field {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrapper:after {
  content: url(/wp-content/uploads/2022/06/icons-small-down-arrow.svg);
  position: absolute;
  right: 8px;
  top: 62%;
  transform: translateY(-50%);
}
.select-wrapper {
  position: relative;
}
.single-post-content .newsletter-section {
  background-color: #99006b !important;
}
.single-content--main-column .fl-rich-text p,
.single-content--main-column .fl-rich-text ul,
.single-content--main-column .fl-rich-text ol {
  margin-bottom: 30px;
}
.single-content--main-column .fl-rich-text p:last-child {
  margin-bottom: initial;
}
.hero-shape-center {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cta-shape-center-mobile {
  position: absolute;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.class-start-wrapper > div strong {
  color: #4b345d;
  font-size: 24px !important;
}
.class-start-wrapper > div {
  margin-bottom: 30px;
}
.class-start-wrapper em {
  font-style: italic !important;
}
.hero-name-bubble .fl-module-content {
  background-color: #ffde88 !important;
}
.customLogoGrid .LogoGrid-Item__ImageLogo a img {
  width: 140px;
  object-fit: contain;
  height: 95px;
}
.logos-section img {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .three-column-responsive .fl-col {
    width: 33.33% !important;
    margin-bottom: 50px;
  }
  .privacy-menu ul li {
    margin-bottom: 0 !important;
    padding-left: 25px;
  }
  .footer-menus ul {
    text-align: left;
  }
  .footer-menus ul li a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: right;
  }
  div#gform_wrapper_4 {
    margin-right: 0;
  }
  .featured-resources-col .fl-col {
    width: 100% !important;
  }
  .hero-name-bubble .fl-module-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: auto;
    transform: none;
  }
  .three-col-responsive .fl-col {
    width: 33.33% !important;
  }
}
@media (min-width: 1025px) {
  .logos-alt p {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logos-alt img {
    width: auto;
  }
  .anchor-bar ul {
    list-style: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .anchor-bar ul li {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .logos-section img {
    margin-right: 40px;
    margin-left: 0;
  }
  .logos-section img:last-child {
    margin-right: 0;
  }
  .privacy-menu ul {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .class-start-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .class-start-wrapper > div {
    padding-left: 40px;
    margin-bottom: 0;
  }
  .class-start-wrapper > div strong {
    font-size: 30px !important;
  }
  .featured-resources-col .fl-col {
    width: 100% !important;
  }
  .fr-button i {
    font-size: 45px !important;
  }
  .fr-button svg {
    width: 40px !important;
    height: 40px !important;
  }
  .fr-button {
    bottom: 20px;
    right: 20px;
  }
  .c-form .wpcf7-list-item {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .map-pin {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-form #field_4_2 {
    padding-left: 12px !important;
  }
  .UOTP-defaultLink {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 46px !important;
    border-radius: 35px !important;
    padding-top: 10px;
    /*background-color: #10e901 !important;*/
  }
  .UOTP-defaultLink a {
    font-family: "The Sans Arab", sans-serif;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1.15px !important;
    line-height: 12px !important;
    border-radius: 35px !important;
    padding: 19px 41px !important;
  }
  .UOTP-defaultLinkVer2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 46px !important;
    border-radius: 35px !important;
    padding-top: 10px;
    /*background-color: #10e901 !important;*/
  }
  .UOTP-defaultLinkVer2 a {
    font-family: "The Sans Arab", sans-serif;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1.15px !important;
    line-height: 12px !important;
    border-radius: 35px !important;
    padding: 19px 41px !important;
  }
}
@media (max-width: 992px) {
  .UOTP-leftAlignInJustifyContentCenterOnMobileCenter {
    margin-right: 0 !important;
  }
  .UOTP-rightOnDeskLeftOnMob {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media (max-width: 768px) {
  .UOTP-leftAlignInJustifyContentCenterOnMobileCenter {
    margin-right: auto !important;
    margin-bottom: 0;
  }
  .subtext p {
    font-weight: 700 !important;
  }
}
@media (max-width: 599px) {
  .ads-section h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  .ads-section .wp-block-buttons {
    justify-content: center;
  }
  .volunteer-content .UOTP-defaultButtonVer2 a {
    padding: 13px 20px!important;
  }
}
@media (max-width: 384px) {
  .privacy-menu ul li:nth-child(n+3) {
    border-top: 1px solid #CCBED0;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 375px) {
  .privacy-menu ul li:nth-child(n+3) {
    border-top: 1px solid #CCBED0;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .cta-button .fl-button {
    width: 154px !important;
  }
}
@media (max-width: 335px) {
  .privacy-menu ul li {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-name-bubble-center-tab .fl-module-content {
    top: 77% !important;
    transform: translateY(-50%) !important;
    bottom: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-name-bubble-center-tab .fl-module-content {
    position: static;
    transform: none !important;
    margin-right: auto !important;
    margin-top: -20px;
    margin-left: 0;
  }
  .hero-image-column-zindex .hero-name-bubble {
    position: relative;
  }
  .hero-image-column-zindex .fl-module-photo {
    position: relative;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  .country-code-wrapper {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .fl-animation {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    transition-property: none !important;
    opacity: 1 !important;
  }
}
.flex-wrap .fl-col-group-nested {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .fl-rich-text ul,
  .fl-module ul {
    padding-left: 0px;
    padding-right: 30px;
  }
}
footer .widget_nav_menu ul {
  padding-right: 0px;
}
.fl-node-fgka0t8l4i7o > .fl-col-content {
  padding-right: 0px;
  padding-left: 30px;
}
footer .widget_nav_menu li {
  text-align: right !important;
}
@media (max-width: 767.98px) {
  footer .widget_nav_menu li {
    text-align: center !important;
  }
}
header .menu-item .fl-menu-toggle {
  right: unset;
  left: 0;
}
.hero-programs {
  position: relative;
}
/*variables*/
/* 
Vista Sans OTCE Reg - 400
Vista Sans OTCE Med - 500
Vista Sans OTCE Bold - 700
*/
/*mixins*/
.CardsModule {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_CardsModule.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  .CardsModule-inside-border(#FF0000);*/
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 0px;
}
.CardsModule-rowParentOverflow {
  overflow: hidden;
}
.CardsModule-sectionTitle {
  font-family: "The Sans Arab", sans-serif;
  color: #4b345d;
  font-size: 55px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 60px;
  text-transform: uppercase;
  padding: 4px 10%;
  margin-bottom: 0px;
  text-align: center;
}
.CardsModule-sectionDescription {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 31.5px;
  padding: 0% 21%;
  margin: 0 0 4% 0;
  text-align: center;
}
.CardsModule-sectionDescription * {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 31.5px;
}
.CardsModule-equalHeight {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.CardsModule-rowSpecialRightMargin {
  margin-left: -45px !important;
}
.CardsModule-row {
  margin: 0;
  padding: 0;
  /*.CardsModule-inside-border(green);*/
}
.CardsModule-col {
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
  /*.CardsModule-inside-border(#0000CC);*/
}
.CardsModule-col a:hover {
  text-decoration: none;
}
.CardsModule-col--inner {
  /*.CardsModule-inside-border(sandybrown);*/
  border-radius: 6px;
  margin-left: 45px;
  height: 100%;
  position: relative;
}
.CardsModule-col--inner:hover > .CardsModule-col-a .CardsModule-buttonWrapper .CardsModule-buttonImg {
  -webkit-animation: CardsModule--fadeOut 0.5s forwards;
  /* for less modern browsers */
  animation: CardsModule--fadeOut 0.5s forwards;
}
.CardsModule-col--inner:hover > .CardsModule-col-a .CardsModule-buttonWrapper .CardsModule-buttonLoadMore {
  -webkit-animation: CardsModule--expandRight 0.4s forwards;
  /* for less modern browsers */
  animation: CardsModule--expandRight 0.4s forwards;
}
.CardsModule-col-a {
  display: block;
}
.CardsModule-Icon {
  display: inline-block;
  height: 59px;
  margin: 25px 19px 10px 0px;
}
.CardsModule-title {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  padding-top: 20px;
  padding-right: 21px;
  text-align: right;
  text-transform: capitalize;
}
.CardsModule-description {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24.5px;
  padding-top: 10px;
  padding-right: 21px;
  padding-left: 15px;
  text-align: right;
  margin-bottom: 85px;
}
.CardsModule-descriptionNoLink {
  margin-bottom: 40px;
}
/*.CardsModule-buttonWrapper {
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow:hidden; 
  padding: 30px 2px 26px 21px;

  i {
    color: #FFFFFF;
  }
}
.CardsModule-buttonImg {
  opacity: 1;
  transition: opacity 0.15s;

  &:hover {
    opacity: 0;
  }
}

.CardsModule-buttonLoadMore {
  position: absolute;
  display: inline-block;
  .CardsModule-font2-mixin(#121212,14px,500,12px,1.15px);
  left: -150px;
  background-color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 10px 15px 10px 15px;
  text-align: center;
}*/
@keyframes CardsModule--fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes CardsModule--fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes CardsModule--expandRight {
  0% {
    width: 30px;
    opacity: 0;
  }
  100% {
    width: 128px;
    opacity: 1;
  }
}
@keyframes CardsModule--contractRight {
  0% {
    width: 128px;
    opacity: 1;
  }
  100% {
    width: 30px;
    opacity: 0;
  }
}
.CardsModule-buttonWrapper {
  position: absolute;
  overflow: hidden;
  padding: 30px 21px 26px 2px;
  bottom: 0px;
  right: 4px;
  width: 200px;
  display: block;
  /*trigger moved in .CardsModule-col--inner*/
  /*&:hover > .CardsModule-buttonImg {
    -webkit-animation: CardsModule--fadeOut 0.5s forwards;
    animation: CardsModule--fadeOut 0.5s forwards;
}

&:hover > .CardsModule-buttonLoadMore {
    -webkit-animation: CardsModule--expandRight 0.4s forwards;
    animation: CardsModule--expandRight 0.4s forwards;
}*/
}
.CardsModule-buttonImg {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-animation: CardsModule--fadeIn 1.5s forwards;
  /* for less modern browsers */
  animation: CardsModule--fadeIn 1.5s forwards;
  rotate: -180deg;
}
.CardsModule-buttonLoadMore {
  position: absolute;
  top: 30px;
  right: 21px;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.15px;
  line-height: 12px;
  background-color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 9px 5px 9px 5px;
  text-align: center;
  /*word-break: keep-all;
overflow-wrap: normal;*/
  -webkit-animation: CardsModule--contractRight 0.3s forwards;
  /* for less modern browsers */
  animation: CardsModule--contractRight 0.3s forwards;
}
.CardsModule-buttonLoadMore span {
  width: 120px;
  text-align: center;
  display: block;
}
.CardsModule-buttonLoadMore:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .CardsModule-equalHeight {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .CardsModule-sectionTitle {
    font-family: "The Sans Arab", sans-serif;
    color: #4b345d;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 44px;
    text-transform: uppercase;
    padding: 0px 0;
    margin-bottom: 0px;
    text-align: left;
  }
  .CardsModule-sectionDescription {
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    padding: 3.2% 0%;
    margin: 0 0 5.9% 0;
    text-align: right;
  }
  .CardsModule-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .CardsModule-col--inner {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .CardsModule-Icon {
    height: 30px;
    margin: 8px 0px 10px 0px;
    min-width: 80px;
  }
  .CardsModule-title {
    font-family: "The Sans Arab", sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 0px;
    padding-right: 0px;
    display: inline-block;
  }
  .CardsModule-description {
    display: none;
    margin-bottom: 0px;
  }
  .CardsModule-descriptionNoLink {
    margin-bottom: 0px;
  }
  .CardsModule-col-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .CardsModule-buttonWrapper {
    position: relative;
    bottom: auto;
    width: auto;
    display: inline-block;
    padding: 20px 0px 20px 2px;
    float: left;
    margin-left: 15px;
  }
  .CardsModule-buttonWrapper i {
    color: #FFFFFF;
  }
  .CardsModule-buttonImg {
    height: 22px;
    opacity: 1 !important;
    transition: opacity 0s;
  }
  .CardsModule-buttonImg:hover {
    opacity: 1;
  }
  .CardsModule-buttonLoadMore {
    display: none;
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.15px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 340px) {
  .CardsModule-buttonWrapper {
    display: inline-block;
    padding: 20px 0px 20px 0px;
    float: left;
    margin-left: 18px;
  }
  .CardsModule-Icon {
    width: 60px;
  }
}
/*variables*/
/* 
Vista Sans OTCE Reg - 400
Vista Sans OTCE Med - 500
Vista Sans OTCE Bold - 700
*/
/*mixins*/
.TestimonialSlider * {
  box-sizing: border-box;
}
.TestimonialSlider {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_TestimonialSliderMob.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  .TestimonialSlider-inside-border(#FF0000);*/
  width: 100%;
  max-width: 1025px;
  /*min-height: 515px;*/
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.TestimonialSlider-mainTitle {
  font-family: "Bebas Neue", sans-serif;
  color: #4b345d;
  font-size: 56px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 61.6px;
  margin: 0;
  padding: 1px 10% 0px 10%;
  text-align: center;
  text-transform: uppercase;
  /*.TestimonialSlider-inside-border(#0000cc);*/
}
.TestimonialSlider-equalHeight {
  display: flex !important;
  flex-wrap: wrap;
}
.TestimonialSlider-rowSpecialRightMargin {
  margin-right: 0;
}
.TestimonialSlider-row {
  margin: 0;
  padding: 0;
  /*.TestimonialSlider-inside-border(#A986BB);*/
}
.TestimonialSlider-col {
  margin: 0;
  padding: 0;
  /*.TestimonialSlider-inside-border(#FF00CC);*/
}
/*the thumbs slider*/
.TestimonialSlider-slider {
  /*.TestimonialSlider-inside-border(#03AACC);*/
  visibility: hidden;
  position: relative;
  margin-left: 9.4%;
  margin-top: -65px;
  /*THE NESTING*/
  /*next - prev */
  /* the slides */
  /* the parent */
  /*.slick-slide.slick-center img {
                  z-index: 1;
                  transform: scale(1);
                  opacity: 1;
              }*/
}
.TestimonialSlider-slider img {
  border-radius: 50%;
  min-width: 65px;
  min-height: 65px;
  /*width: 100%;
                  
                  display: block;
                  position: relative;
                  transform: translate(0, 0) scale(1);
                  transition: all .3s ease;
                  opacity: 1;*/
}
.TestimonialSlider-slider .slick-prev,
.TestimonialSlider-slider .slick-next {
  /*font-size: 0;
                line-height: 0;*/
  /*display: block;*/
  font-size: 13px;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  top: 60%;
  -webkit-transform: translate(0, -50%) scale(1);
  -ms-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  cursor: pointer;
  color: purple;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
}
.TestimonialSlider-slider .slick-prev {
  left: 2px;
}
.TestimonialSlider-slider .slick-prev::before {
  content: '';
}
.TestimonialSlider-slider .slick-next {
  right: 2px;
}
.TestimonialSlider-slider .slick-next::before {
  content: '';
}
.TestimonialSlider-slider .slick-slide {
  /*.TestimonialSlider-inside-border(#FF0000);*/
  border-width: 0px !important;
  background-color: transparent !important;
  outline: none !important;
  cursor: pointer;
  margin: 0 25px 0px 0px;
  /**/
}
.TestimonialSlider-slider .slick-list {
  margin: 0 0px;
}
.TestimonialSlider-slider .shape {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.TestimonialSlider-slider .shape img {
  border-radius: 0;
  width: 40px;
  height: auto;
}
.TestimonialSlider-slider .oval {
  border-radius: 50%;
}
.TestimonialSlider-slider .square {
  border-radius: 0%;
}
/* the main text slider */
.TestimonialSlider-sliderfor {
  display: none;
  /*.TestimonialSlider-inside-border(#00ff15);*/
}
.TestimonialSlider-sliderfor--image {
  /*.TestimonialSlider-inside-border(#AA0915);*/
  width: 93%;
  margin: 15% 0% 0% 0%;
  padding-top: 117%;
  border-radius: 6px;
  background-position: center top;
  background-repeat: no-repeat;
}
.TestimonialSlider-colWithQuote {
  background-image: url(/wp-content/themes/beaverwarrior/components/TestimonialSlider/bw-testimonial-slider/img/icon-quote-colored.svg);
  background-position: 4.2% 53px;
  /*12%*/
  background-repeat: no-repeat;
}
.TestimonialSlider-sliderfor--testimonial {
  font-family: vista-sans, sans-serif;
  color: #121212;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 42px;
  padding: 46px 1% 2.5% 10.5%;
  /*6.7%*/
  text-align: left;
}
.TestimonialSlider-sliderfor--name {
  font-family: vista-sans, sans-serif;
  color: #4b345d;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 31.5px;
  /*padding: 0% 1% 10% 10.5%;*/
  padding: 0% 1% 100px 10.5%;
}
@media only screen and (max-width: 1010px) {
  .TestimonialSlider-sliderfor--image {
    /*.TestimonialSlider-inside-border(#AA0915);*/
    padding-top: 140%;
  }
}
@media only screen and (max-width: 950px) {
  .TestimonialSlider-sliderfor--image {
    /*.TestimonialSlider-inside-border(#AA0915);*/
    padding-top: 160%;
  }
  .TestimonialSlider-colWithQuote {
    background-position: 2.5% 53px;
    /*12%*/
  }
}
@media only screen and (max-width: 800px) {
  .TestimonialSlider-sliderfor--image {
    /*.TestimonialSlider-inside-border(#AA0915);*/
    padding-top: 160%;
  }
}
/*@media only screen and (max-width: @Viewport-xs-max) {*/
@media only screen and (max-width: 767px) {
  .TestimonialSlider-mainTitle {
    font-family: "Bebas Neue", sans-serif;
    color: #4b345d;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 44px;
    padding: 1px 20px 20px 20px;
  }
  .TestimonialSlider-colWithQuote {
    background-position: 3% 8px;
  }
  .TestimonialSlider-colMainImage {
    display: none;
  }
  .TestimonialSlider-sliderfor--testimonial {
    font-family: vista-sans, sans-serif;
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 31.5px;
    padding: 0.5% 5% 2.5% 10.9%;
  }
  .TestimonialSlider-sliderfor--name {
    font-family: vista-sans, sans-serif;
    color: #4b345d;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    padding: 1.5% 1% 8% 10.9%;
  }
  .TestimonialSlider-colEmpty {
    display: none;
  }
  .TestimonialSlider-slider {
    /*width: 130%;*/
    margin-left: 3%;
    margin-top: 0px;
    /* the slides */
  }
  .TestimonialSlider-slider img {
    min-width: 62px;
    min-height: 62px;
  }
  .TestimonialSlider-slider .slick-slide {
    margin: 0 20px 0px 0px;
  }
}
/*@media only screen and (max-width: @Viewport-hh-max) {*/
@media only screen and (max-width: 480px) {
  .TestimonialSlider-colWithQuote {
    background-position: 1.7% 8px;
  }
  .TestimonialSlider-slider {
    /*width: 90%;*/
    margin-left: 5.6%;
    /* the slides */
  }
  .TestimonialSlider-slider img {
    max-width: 62px;
    max-height: 62px;
    margin-top: 5px;
  }
  .TestimonialSlider-slider .slick-current img {
    max-width: 72px;
    max-height: 72px;
    margin-top: 0px;
  }
  .TestimonialSlider-slider .slick-slide {
    width: 76px !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 420px) {
  .TestimonialSlider-colWithQuote {
    background-position: 26px 0px;
    background-repeat: no-repeat;
  }
  .TestimonialSlider-mainTitle {
    text-align: left;
    padding: 1px 20px 20px 26px;
    /*background-image: url(/wp-content/themes/beaverwarrior/components/TestimonialSlider/bw-testimonial-slider/img/icon-quote-colored.svg);
      background-position: 25px 65px;
      background-repeat: no-repeat;*/
  }
  .TestimonialSlider-sliderfor--testimonial {
    padding: 7.5% 8% 2.5% 10.9%;
  }
}
/*variables*/
/* 
Vista Sans OTCE Reg - 400
Vista Sans OTCE Med - 500
Vista Sans OTCE Bold - 700
*/
/*mixins*/
.HeroWithMovement {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_HeroWithMovementMob.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  .HeroWithMovement-inside-border(#FF0000);*/
  /*max-width: 1440px;*/
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
}
.HeroWithMovement-rowParentOverflow {
  overflow: hidden;
}
.HeroWithMovement-sectionInfoWrapper {
  width: 100%;
  max-width: 620px;
  float: left;
  /*.HeroWithMovement-inside-border(#FF0000);*/
}
.HeroWithMovement-sectionTitle {
  font-family: "The Sans Arab", sans-serif;
  color: #4b345d;
  font-size: 90px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 90px;
  text-transform: uppercase;
  /*padding: 16.5% 14% 0% 14%;*/
  padding: 18% 0% 0% 0%;
  margin-bottom: 0px;
  text-align: right;
}
.HeroWithMovement-sectionDescription {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 31.5px;
  /*padding: 1.5% 0% 0% 14%;*/
  padding: 1.5% 0% 0% 0%;
  margin: 0 0 2.7% 0;
  text-align: right;
}
.HeroWithMovement-sectionDescription * {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 31.5px;
}
.HeroWithMovement-sectionButton {
  /*.HeroWithMovement-font2-mixin(#FFFFFF,16px,500,16px,1.15px);
  text-transform: uppercase;
  display: inline-block;
  background-color: #E90172;
  border-radius: 24px;
  padding: 19px 41px;*/
  /*margin: 0% 5% 24.5% 14%;*/
  margin: 0% 0% 26% 5%;
}
.HeroWithMovement-equalHeight {
  display: flex !important;
  flex-wrap: wrap;
}
.HeroWithMovement-equalHeight-arabic {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media (max-width: 1200px) {
  .HeroWithMovement-equalHeight-arabic {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.HeroWithMovement-row {
  margin: 0;
  padding: 0;
  /*.HeroWithMovement-inside-border(green);*/
}
.HeroWithMovement-col {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*.HeroWithMovement-inside-border(#0000CC);*/
}
.HeroWithMovement-col a:hover {
  text-decoration: none;
}
#HeroWithMovement-lastCol--mob {
  display: none;
  width: 100%;
}
#HeroWithMovement-lastCol--mob img {
  width: 100%;
  height: auto;
}
/*@media screen and (max-width: 991px){
  #HeroWithMovement-lastCol {
    display:none;
  }
}*/
@media screen and (min-width: 992px) {
  #HeroWithMovement-lastCol--mob {
    display: none;
  }
}
.HeroWithMovement-point {
  position: absolute;
  z-index: 9 !important;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /*transition: all 0.25s linear;*/
  /*.HeroWithMovement-inside-border(purple);*/
}
.HeroWithMovement-pointNumberDisplay {
  font-size: 24px;
  font-weight: bold;
  /*color: #29FF50;*/
  color: #FF0000;
  text-align: center;
  right: 47%;
  top: 40%;
  position: relative;
}
.HeroWithMovement-pointNumberDisplay--border {
  -webkit-box-shadow: inset 0px 0px 0px 1px purple;
  -moz-box-shadow: inset 0px 0px 0px 1px purple;
  box-shadow: inset 0px 0px 0px 1px purple;
}
#HeroWithMovement-canvas {
  position: absolute;
  z-index: 1 !important;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1440px) {
  .HeroWithMovement-sectionInfoWrapper {
    max-width: 100%;
    float: none;
  }
  .HeroWithMovement-sectionTitle {
    padding: 16.5% 14% 0% 10%;
  }
  .HeroWithMovement-sectionDescription {
    padding: 1.5% 14% 0% 0%;
  }
  .HeroWithMovement-sectionButton {
    margin: 0% 14% 24.5% 5%;
  }
}
@media only screen and (max-width: 1050px) {
  .HeroWithMovement-sectionTitle {
    padding: 16.5% 14% 0% 10%;
  }
}
@media only screen and (max-width: 991px) {
  .HeroWithMovement-sectionTitle {
    padding: 8% 14% 0% 14%;
  }
  .HeroWithMovement-sectionDescription {
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 31.5px;
    padding: 1.5% 14% 0% 5%;
    margin: 0 0 2.7% 0;
    text-align: right;
  }
  .HeroWithMovement-sectionButton {
    margin: 0% 14% 12% 5%;
  }
  #HeroWithMovement-lastCol {
    min-height: 600px;
  }
}
@media only screen and (max-width: 790px) {
  #HeroWithMovement-lastCol {
    min-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .HeroWithMovement-sectionButton {
    background-color: #E90172 !important;
  }
  .HeroWithMovement-sectionTitle {
    font-family: "The Sans Arab", sans-serif;
    color: #4b345d;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 44px;
    text-transform: uppercase;
    padding: 0px 5%;
    margin-bottom: 0px;
    text-align: center;
  }
  .HeroWithMovement-sectionDescription {
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    padding: 3.2% 2%;
    margin: 0 0 5.9% 0;
  }
  .HeroWithMovement-col {
    width: 100%;
  }
  #HeroWithMovement-lastCol {
    min-height: 300px;
  }
  .HeroWithMovement-point {
    width: 82px;
    height: 82px;
  }
  .HeroWithMovement-point_0 {
    width: 113px;
    height: 113px;
  }
}
@media only screen and (max-width: 480px) {
  .HeroWithMovement-sectionTitle {
    font-family: "The Sans Arab", sans-serif;
    color: #4b345d;
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 50.6px;
    text-transform: uppercase;
    padding: 6% 7% 0% 7%;
    margin-bottom: 0px;
    text-align: center;
  }
  .HeroWithMovement-sectionDescription {
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    padding: 2% 10% 0% 10%;
    margin: 0 0 6.5% 0;
    text-align: center;
  }
  .HeroWithMovement-sectionButton {
    margin: 0 auto;
    right: 50%;
    transform: translateX(50%);
  }
  #HeroWithMovement-lastCol {
    min-height: 190px;
  }
  .HeroWithMovement-sectionInfoWrapper {
    padding-bottom: 30px;
  }
}
/*step: function( now, fx ) {
                                //console.log(JSON.stringify(fx));
                                //console.log(fx.elem.id + " " + fx.prop + ": " + now);
                                //console.log(fx.prop+'  ----   '+(fx.now-fx.start)/(fx.end-fx.start));
                                //console.log( this.percent );
                                if (fx.prop=="marginLeft" && (fx.end-fx.start)!=0) {
                                    aux_horizontalMove=horizontalMove*(fx.now-fx.start)/(fx.end-fx.start);
                                }
                                if (fx.prop=="marginTop" && (fx.end-fx.start)!=0) { 
                                    aux_verticalMove=verticalMove*(fx.now-fx.start)/(fx.end-fx.start);
                                }

                            //if (aux_horizontalMove!=horizontalMove && aux_verticalMove!=verticalMove) { 
                                //console.log(aux_horizontalMove+'  --  '+aux_verticalMove);
                                        ctx.clearRect(0, 0, c.width, c.height);
                                        c.width=$('#HeroWithMovement-lastCol').width();
                                        c.height=$('#HeroWithMovement-lastCol').height();
                                        ctx.lineWidth = 2;
                                        ctx.strokeStyle = "green";
                                        generateTheLines(position_arr,margin_arr,pointImageWidth_Half,ctx,aux_horizontalMove,aux_verticalMove,fi);
                            //}
                        }
                        */
.ChangeOnHover-General {
  margin-bottom: 30px;
}
.ChangeOnHover-General h2 {
  font-family: "The Sans Arab", sans-serif;
  font-size: 56px;
  line-height: 61.6px;
  letter-spacing: normal;
  text-align: right;
  color: #4B345D;
  text-transform: uppercase;
  margin: 0px;
}
@media (max-width: 991px) {
  .ChangeOnHover-General h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .ChangeOnHover-NavTabs {
    display: none;
  }
}
.ChangeOnHover-block {
  display: flex;
  justify-content: space-between;
}
.ChangeOnHover-block__title {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding-right: 0px !important;
  margin: 0px !important;
  position: sticky;
  top: 129px;
  height: 100%;
}
.ChangeOnHover-block__title li {
  margin-bottom: 20px;
}
.ChangeOnHover-block__title li a {
  font-family: "The Sans Arab", sans-serif;
  font-size: 30px;
  line-height: 46.2px;
  letter-spacing: normal;
  color: #121212;
  opacity: 0.5;
  padding: 0px;
  font-weight: 600;
}
.ChangeOnHover-block__title li a:focus {
  background-color: unset !important;
}
.ChangeOnHover-block__title li a:hover {
  background-color: unset;
  opacity: 1;
}
.ChangeOnHover-block__title .active a {
  color: #121212 !important;
  opacity: 1;
  background-color: unset !important;
}
.ChangeOnHover-block__content {
  width: 65%;
  padding-right: 25px;
}
.ChangeOnHover-block__content-box {
  font-size: 18px;
  line-height: 31.5px;
  letter-spacing: normal;
  text-align: right;
  color: #121212;
}
.ChangeOnHover-Accordion {
  display: none;
}
@media (max-width: 991px) {
  .ChangeOnHover-Accordion {
    display: block;
  }
}
.ChangeOnHover-Accordion .panel {
  border: unset !important;
  box-shadow: unset !important;
}
.ChangeOnHover-Accordion .panel .collapsed::before {
  content: "";
  position: absolute;
  background-image: url(../../themes/beaverwarrior/assets/icons/uEA01-icons-accordion-closed.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 0;
  display: block !important;
}
.ChangeOnHover-Accordion .panel .collapsed::after {
  display: none !important;
}
.ChangeOnHover-Accordion .panel .show-collapse::before {
  display: none;
}
.ChangeOnHover-Accordion .panel .show-collapse::after {
  content: "";
  position: absolute;
  background-image: url(../../themes/beaverwarrior/assets/icons/uEA01-icons-accordion-open.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 0;
  display: block;
}
.ChangeOnHover-Accordion .panel .ChangeOnHover-Accordion_title {
  width: 100%;
  color: #121212 !important;
  line-height: 30.8px;
  letter-spacing: normal;
  text-align: right;
  font-weight: 600;
  align-items: center;
  background: unset;
  border: none;
  font-size: 20px;
  padding: 0;
  border-radius: 0px !important;
  background-color: transparent !important;
  position: relative;
  padding-left: 30px !important;
}
.ChangeOnHover-Accordion .panel .ChangeOnHover-Accordion_title:active,
.ChangeOnHover-Accordion .panel .ChangeOnHover-Accordion_title:focus {
  outline: none !important;
  border: unset !important;
}
.ChangeOnHover-Accordion .panel .ChangeOnHover-Accordion_content .content_area {
  padding-top: 14px !important;
  padding-bottom: 25px !important;
}
.ChangeOnHover-Accordion .panel .ChangeOnHover-Accordion_content p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  text-align: right;
  color: #121212;
}
.LogoGrid-Wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.LogoGrid-Item {
  width: 16.66%;
  min-height: 84px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .LogoGrid-Item {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .LogoGrid-Item {
    width: 33%;
    margin-bottom: 10px;
  }
}
@media (max-width: 476.98px) {
  .LogoGrid-Item {
    width: 50%;
  }
}
.LogoGrid-Item__ImageLogo {
  width: 183px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .LogoGrid-Item__ImageLogo {
    width: 100%;
  }
}
.LogoGrid-Item__ImageLogo:hover img {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .LogoGrid-Item__ImageLogo:hover img {
    opacity: 1;
  }
}
.LogoGrid-Item__ImageLogo:hover .LogoGrid-Item__ImageLogo-Name {
  display: flex;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.LogoGrid-Item__ImageLogo .noLink {
  pointer-events: none !important;
}
.LogoGrid-Item__ImageLogo a {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #99006B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LogoGrid-Item__ImageLogo a:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .LogoGrid-Item__ImageLogo a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .LogoGrid-Item__ImageLogo a picture {
    width: 90px;
    margin-right: 15px;
  }
}
.LogoGrid-Item__ImageLogo a img {
  width: 140px;
}
@media (max-width: 767.98px) {
  .LogoGrid-Item__ImageLogo a img {
    object-fit: contain;
    height: unset;
  }
}
.LogoGrid-Item__ImageLogo a .LogoGrid-Item__ImageLogo-Name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  transition: 0.3s ease-in-out;
  color: #99006B;
  font-weight: 600;
  font-family: "The Sans Arab", sans-serif;
}
@media (max-width: 767.98px) {
  .LogoGrid-Item__ImageLogo a .LogoGrid-Item__ImageLogo-Name {
    position: relative;
    top: unset;
    transform: unset;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #121212;
    opacity: 0.8;
    display: flex;
    justify-content: start;
    display: none !important;
  }
}
.StudentStories-heading {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.StudentStories-heading h2 {
  font-family: "The Sans Arab", sans-serif;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: normal;
  text-align: left;
  color: #4B345D;
  margin: 0px;
}
@media (max-width: 767.98px) {
  .StudentStories-ButtonLink {
    display: none;
  }
}
.StudentStories-responsivebutton {
  display: none;
}
@media (max-width: 767.98px) {
  .StudentStories-responsivebutton {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
}
.StudentStories-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.StudentStories-Storie {
  width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .StudentStories-Storie {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .StudentStories-Storie {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.StudentStories-Storie__image {
  margin-bottom: 15.5px;
  position: relative;
}
@media (max-width: 767px) {
  .StudentStories-Storie__image {
    order: 2;
    width: 45%;
    height: fit-content;
  }
}
.StudentStories-Storie__image img {
  width: 100%;
  height: 219.11px;
  border-radius: 6px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .StudentStories-Storie__image img {
    height: 82px;
  }
}
.StudentStories-Storie__image .image_icon {
  display: none;
}
@media (max-width: 767px) {
  .StudentStories-Storie__image .image_icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    display: block;
    border: 1px solid white;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.StudentStories-Storie__image .image_icon svg path,
.StudentStories-Storie__image .image_icon svg g {
  fill: white;
}
@media (max-width: 767px) {
  .StudentStories-Storie__contentItems {
    order: 1;
    width: 50%;
  }
}
.StudentStories-Storie__heading h3 {
  margin: 0px;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 27.3px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
@media (max-width: 600px) {
  .StudentStories-Storie__heading h3 {
    font-size: 16px;
    line-height: 20.8px;
  }
}
.StudentStories-Storie__content {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24.5px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
  margin-bottom: 11px;
}
@media (max-width: 600px) {
  .StudentStories-Storie__content {
    font-size: 12px;
    line-height: 16.8px;
  }
}
@media (max-width: 767px) {
  .StudentStories-Storie__content .content_trim_des {
    display: none;
  }
}
.StudentStories-Storie__content .content_trim_mob {
  display: none;
}
@media (max-width: 767px) {
  .StudentStories-Storie__content .content_trim_mob {
    display: block;
  }
}
.StudentStories-Storie__content p {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24.5px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
}
@media (max-width: 600px) {
  .StudentStories-Storie__content p {
    font-size: 12px;
    line-height: 16.8px;
  }
}
@media (max-width: 767px) {
  .StudentStories-Storie__link {
    display: none;
  }
}
.StudentStories-Storie__link .Storie__permalink {
  font-family: "The Sans Arab", sans-serif;
  border-radius: 24px;
  border: 1px solid #99006B;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.StudentStories-Storie__link .Storie__permalink:hover {
  width: 130px;
  transition: 0.3s ease-in-out;
  background-color: #99006B;
  text-decoration: none;
}
.StudentStories-Storie__link .Storie__permalink:hover .link_items {
  width: 150px;
  transform: translateX(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.StudentStories-Storie__link .Storie__permalink .link_items {
  width: 150px;
  transform: translateX(-120px);
  transition: 0.3s ease-in-out;
  height: 30px;
  display: flex;
  align-items: center;
}
.StudentStories-Storie__link .Storie__permalink .link_items span {
  font-family: "The Sans Arab", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.StudentStories-Storie__link .Storie__permalink .link_items svg {
  margin-left: 32px;
}
/*mixins*/
/* 
Vista Sans OTCE Reg - 400
Vista Sans OTCE Med - 500
Vista Sans OTCE Bold - 700
*/
/*mixins*/
.SingleTestimonial * {
  box-sizing: border-box;
}
.SingleTestimonial {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_SingleTestimonialMob.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  .SingleTestimonial-inside-border(#FF0000);
  */
  /*background-image: url(/wp-content/themes/beaverwarrior/components/SingleTestimonial/bw-single-testimonial/img/icon-quote-yellow.svg);*/
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 832px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.SingleTestimonial-testimonial {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
  margin: 7.3% 1% 0% 1.5%;
}
.SingleTestimonial-name {
  font-family: "The Sans Arab", sans-serif;
  color: #4b345d;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 31.5px;
  text-align: center;
  margin: 1.1% 0% 0% 0%;
}
/*@media only screen and (max-width: @Viewport-xs-max) {*/
/*@media only screen and (max-width: @Viewport-hh-max) {*/
@media only screen and (max-width: 480px) {
  .SingleTestimonial {
    background-size: 50px 34px;
  }
  .SingleTestimonial-testimonial {
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36.75px;
    text-align: center;
    margin: 13.3% 0% 0% 0%;
  }
  .SingleTestimonial-name {
    font-family: "The Sans Arab", sans-serif;
    color: #4b345d;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20.8px;
    text-align: center;
    margin: 5.1% 0% 1% 0%;
  }
}
/*https://bootstrapdocs.com/v3.3.4/docs/javascript/#mdo*/
/*variables*/
/* 
Vista Sans OTCE Reg - 400
Vista Sans OTCE Med - 500
Vista Sans OTCE Bold - 700
*/
/*mixins*/
.FaqsWithFilters * {
  box-sizing: border-box;
}
.FaqsWithFilters {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_FaqsWithFiltersMob.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  .FaqsWithFilters-inside-border(#FF0000);*/
  width: 100%;
  max-width: 1240px;
  /*min-height: 515px;*/
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.FaqsWithFilters-mainTitle {
  order: 1;
  font-family: "The Sans Arab", sans-serif;
  color: #4b345d;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 46.2px;
  margin: 0;
  padding: 2px 0px 0px 5%;
  text-align: right;
  text-transform: uppercase;
  /*.FaqsWithFilters-inside-border(#0000cc);*/
}
.FaqsWithFilters-equalHeight {
  display: flex !important;
  flex-wrap: wrap;
}
.FaqsWithFilters-rowSpecialRightMargin {
  margin-left: 0;
}
.FaqsWithFilters-row {
  margin: 0;
  padding: 0;
  /*.FaqsWithFilters-inside-border(#A986BB);*/
}
.FaqsWithFilters-col {
  position: relative;
  margin: 0;
  padding: 0;
  /*.FaqsWithFilters-inside-border(#0000CC);*/
}
.FaqsWithFilters-colAccordion {
  padding: 0px 3.7% 0px 0px;
}
.FaqsWithFilters-col--inner {
  /*top:0;*/
  max-width: 413px;
}
.FaqsWithFilters-col--innerTransition {
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
.FaqsWithFilters-positionFixed {
  position: fixed;
}
.FaqsWithFilters-positionRelative {
  position: relative !important;
}
.FaqsWithFilters-postTaxonomies--mobileArrow {
  display: none;
}
.FaqsWithFilters-postTaxonomies {
  order: 2;
  margin: 27px 0px 67px 0px !important;
  padding: 0 !important;
  list-style-type: none;
}
.FaqsWithFilters-postTaxonomies li {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 31px;
  margin: 0px 0px 20px 0px;
  padding: 0 !important;
  list-style-type: none;
  cursor: pointer;
}
.FaqsWithFilters-postTaxonomies li:hover {
  color: #99006B;
}
.FaqsWithFilters-postTaxonomies--liActive {
  color: #121212;
  /*color: #99006B !important;*/
}
.FaqsWithFilters-viewAll {
  order: 3;
  background-color: #99006B !important;
  /*position: absolute;
  bottom: 20px;
  opacity: 0;*/
}
.FaqsWithFilters-arrowDown {
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-down.svg);
}
.FaqsWithFilters-arrowUp {
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-up.svg);
}
.FaqsWithFilters-accordion {
  /*.panel:has(> '.in') {
        border: 1px solid #000;
        background-color: aquamarine !important;
      }*/
}
.FaqsWithFilters-accordion .panel-default {
  border-color: rgba(204, 190, 208, 0.2);
}
.FaqsWithFilters-accordion .panel-heading {
  padding: 10px 15px 17px 15%;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.FaqsWithFilters-accordion .panel-default > .panel-heading {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36.75px;
  /*background-color: @FaqsWithFilters-accordionMainBgColor;
        border-color: @FaqsWithFilters-accordionMainBgColor;*/
  background-color: transparent !important;
  border-color: transparent !important;
}
.FaqsWithFilters-accordion .panel-title {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36.75px;
  margin: 19px 14px 0px 0px;
}
.FaqsWithFilters-accordion .panel {
  background-color: rgba(204, 190, 208, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border: 0px solid transparent;
  background-position: 3.200000000000003% 29px;
  background-repeat: no-repeat;
  /*-webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;*/
}
.FaqsWithFilters-accordion .panel a:hover,
.FaqsWithFilters-accordion .panel a:focus {
  color: #121212;
  text-decoration: none !important;
}
.FaqsWithFilters-accordion .panel-group .panel-heading + .panel-collapse > .list-group,
.FaqsWithFilters-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid rgba(204, 190, 208, 0.2);
}
.FaqsWithFilters-accordion .panel-collapse > .panel-body {
  border-top-color: transparent !important;
  font-family: "The Sans Arab", sans-serif;
  color: rgba(18, 18, 18, 0.8);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24.5px;
  margin: -18px 1.8% 0px 15%;
}
@media only screen and (max-width: 1030px) {
  .FaqsWithFilters-col--inner {
    max-width: 350px;
  }
}
@media only screen and (max-width: 980px) {
  .FaqsWithFilters-col--inner {
    max-width: 300px;
  }
}
@media only screen and (max-width: 860px) {
  .FaqsWithFilters-col--inner {
    max-width: 250px;
  }
}
/*@media only screen and (max-width: @Viewport-xs-max) {*/
@media only screen and (max-width: 767px) {
  .FaqsWithFilters-col--inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .FaqsWithFilters-mainTitle {
    order: 1;
    font-family: "The Sans Arab", sans-serif;
    color: #4b345d;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 37.4px;
    margin: 0;
    padding: 2px 0px 0px 7%;
  }
  .FaqsWithFilters-postTaxonomies--mobileArrow {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 17px;
    width: 23px;
    height: 23px;
    background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-small-down-arrow.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transition-duration: 0.35s;
    /*makes all card clickable*/
  }
  .FaqsWithFilters-postTaxonomies--mobileArrow::after {
    content: '';
    /*border:1px solid #FF0000;*/
    position: absolute;
    top: 0;
    right: 0;
    width: 900px;
    height: 45px;
    margin-top: -8px;
    margin-right: -850px;
  }
  .FaqsWithFilters-postTaxonomies--mobileArrowRotate {
    transform: rotate(180deg);
  }
  .FaqsWithFilters-postTaxonomies {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(40, 204, 162, 0.8);
    border-radius: 8px;
    order: 3;
    width: 100%;
    margin: 26px 0px 22px 0px !important;
    padding: 0 !important;
    list-style-type: none;
    height: 47px;
    overflow: hidden;
  }
  .FaqsWithFilters-postTaxonomies li {
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.17px;
    line-height: 22px;
    /*.FaqsWithFilters-inside-border(#0000CC);*/
    width: 75%;
    margin: 12px 20px 12px 50px;
    padding: 0 !important;
    list-style-type: none;
    cursor: pointer;
  }
  .FaqsWithFilters-viewAll {
    order: 2;
    margin-top: 17px;
  }
  .FaqsWithFilters-viewAll a {
    padding: 19px 36px !important;
  }
  .FaqsWithFilters-arrowDown {
    background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-down.svg);
  }
  .FaqsWithFilters-arrowUp {
    background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-up.svg);
  }
  .FaqsWithFilters-colAccordion {
    padding: 0px 0px 0px 0px;
  }
  .FaqsWithFilters-accordion .panel {
    margin-bottom: 15px;
    padding-bottom: 6px;
    background-position: 5.5% 21px;
    background-repeat: no-repeat;
    background-size: 23px;
  }
  .FaqsWithFilters-accordion .panel-title {
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20.8px;
    margin: 8px 6px 0px 0px;
  }
  .FaqsWithFilters-accordion .panel-collapse > .panel-body {
    border-top-color: transparent !important;
    font-family: "The Sans Arab", sans-serif;
    color: rgba(18, 18, 18, 0.8);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    margin: -17px 1.8% 0px 2px;
  }
}
/*@media only screen and (max-width: @Viewport-hh-max) {*/
/*variables*/
/* 
Vista Sans OTCE Reg - 400
Vista Sans OTCE Med - 500
Vista Sans OTCE Bold - 700
*/
/*mixins*/
.CardsModuleAlt {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_CardsModuleAlt2Col.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  .CardsModuleAlt-inside-border(#FF0000);*/
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 0px;
}
.CardsModuleAlt-rowParentOverflow {
  overflow: hidden;
  max-width: 1240px;
}
.CardsModuleAlt-equalHeight {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.CardsModuleAlt-rowSpecialRightMargin {
  margin-left: -38px !important;
}
.CardsModuleAlt-row {
  margin: 0;
  padding: 0;
  /*.CardsModuleAlt-inside-border(green);*/
}
.CardsModuleAlt-col {
  margin: 0;
  padding: 0;
  margin-bottom: 38px;
  /*.CardsModuleAlt-inside-border(#0000CC);*/
}
.CardsModuleAlt-col a:hover {
  text-decoration: none;
}
.CardsModuleAlt-col--inner {
  /*.CardsModuleAlt-inside-border(sandybrown);*/
  border-radius: 6px;
  margin-left: 38px;
  height: 100%;
}
.CardsModuleAlt-col--innerTop {
  min-height: 256px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.CardsModuleAlt-col--innerTop-title-image {
  margin-top: 14px;
  width: 100%;
}
.CardsModuleAlt-Icon {
  display: inline-block;
  max-width: 60px;
  margin: 25px 25px 10px 0px;
}
.CardsModuleAlt-title {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  padding-top: 10px;
  padding-right: 7%;
  padding-left: 4%;
  text-align: right;
  text-transform: capitalize;
}
.CardsModuleAlt-description {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24.5px;
  padding-top: 11px;
  padding-right: 7%;
  padding-left: 6%;
  padding-bottom: 0%;
  text-align: right;
}
.CardsModuleAlt-links {
  padding: 4.5% 7% 1.5% 4.5%;
}
.CardsModuleAlt-links a {
  font-family: "The Sans Arab", sans-serif;
  color: #121212 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  line-height: 31.5px !important;
  text-transform: capitalize;
  display: inline-block;
  margin: 0% 0% 3.8% 0%;
  padding: 0px 0px 0px 25px !important;
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-text-link-arrow-black-rotate.png) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}
.CardsModuleAlt-links a:hover {
  color: #99006B !important;
  text-decoration: none;
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-text-link-arrow-purple-rotate.png) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}
/* two cols case*/
.CardsModuleAlt-twoColumnsMaxWidth {
  max-width: 878px;
}
.CardsModuleAlt-twoColumnsMaxWidth .CardsModuleAlt-rowSpecialRightMargin {
  margin-left: -98px !important;
}
.CardsModuleAlt-twoColumnsMaxWidth .CardsModuleAlt-col {
  margin-bottom: 49px;
}
.CardsModuleAlt-twoColumnsMaxWidth .CardsModuleAlt-col--inner {
  margin-left: 98px;
}
@media only screen and (max-width: 1200px) {
  .CardsModuleAlt-col--innerTop {
    min-height: 260px;
  }
}
@media only screen and (max-width: 1070px) {
  .CardsModuleAlt-links a {
    font-family: "The Sans Arab", sans-serif;
    color: #121212 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .CardsModuleAlt-col--innerTop {
    min-height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .CardsModuleAlt-rowSpecialRightMargin {
    margin-left: -30px !important;
  }
  .CardsModuleAlt-col {
    margin-bottom: 30px;
  }
  .CardsModuleAlt-col--inner {
    margin-left: 30px;
  }
  .CardsModuleAlt-col--innerTop {
    min-height: 50px;
    padding-bottom: 0px;
  }
  .CardsModuleAlt-col--innerTop-title-image {
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    width: 100%;
  }
  .CardsModuleAlt-Icon {
    height: 25px;
    margin: 4px 0px 10px 0px;
  }
  .CardsModuleAlt-title {
    font-family: "The Sans Arab", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 17px;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-right: 20px;
    display: inline-block;
  }
  .CardsModuleAlt-description {
    font-family: "The Sans Arab", sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    padding: 1px 6.5% 6.8% 5%;
  }
  .CardsModuleAlt-links {
    padding: 5% 6% 0% 5%;
  }
  .CardsModuleAlt-links a {
    font-family: "The Sans Arab", sans-serif;
    color: #121212 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    line-height: 16px !important;
    margin: 0% 0% 6.8% 0%;
    padding: 0px 0px 0px 25px !important;
  }
}
/*variables*/
/* 
Vista Sans OTCE Reg - 400
Vista Sans OTCE Med - 500
Vista Sans OTCE Bold - 700
*/
/*mixins*/
.FaqsWithoutFilters * {
  box-sizing: border-box;
}
.FaqsWithoutFilters {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_FaqsWithoutFiltersMob.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  .FaqsWithoutFilters-inside-border(#FF0000);*/
  width: 100%;
  max-width: 1240px;
  /*min-height: 515px;*/
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.FaqsWithoutFilters-mainTitle {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 46.2px;
  margin: 0;
  padding: 2px 1px 0px 5%;
  text-align: right;
  text-transform: uppercase;
  /*.FaqsWithoutFilters-inside-border(#0000cc);*/
}
.FaqsWithoutFilters-mainDescription {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 31.5px;
  margin: 4.8% 1px 60px 16%;
}
.FaqsWithoutFilters-equalHeight {
  display: flex !important;
  flex-wrap: wrap;
}
.FaqsWithoutFilters-rowSpecialRightMargin {
  margin-left: 0;
}
.FaqsWithoutFilters-row {
  margin: 0;
  padding: 0;
  /*.FaqsWithoutFilters-inside-border(#A986BB);*/
}
.FaqsWithoutFilters-col {
  position: relative;
  margin: 0;
  padding: 0;
  /*.FaqsWithoutFilters-inside-border(#0000CC);*/
}
.FaqsWithoutFilters-colAccordion {
  padding: 0px 3.7% 0px 0px;
}
.FaqsWithoutFilters-col--inner {
  top: 0;
  max-width: 413px;
}
.FaqsWithoutFilters-col--innerTransition {
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
.FaqsWithoutFilters-viewAll {
  order: 3;
  background-color: #99006B !important;
  /*position: absolute;
  bottom: 20px;
  opacity: 0;*/
}
.FaqsWithoutFilters-arrowDown {
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-down.svg);
}
.FaqsWithoutFilters-arrowUp {
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-up.svg);
}
.FaqsWithoutFilters-accordion {
  /*.panel:has(> '.in') {
        border: 1px solid #000;
        background-color: aquamarine !important;
      }*/
}
.FaqsWithoutFilters-accordion .panel-default {
  border-color: #ffffff;
}
.FaqsWithoutFilters-accordion .panel-heading {
  padding: 10px 15px 17px 15%;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.FaqsWithoutFilters-accordion .panel-default > .panel-heading {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36.75px;
  /*background-color: @FaqsWithoutFilters-accordionMainBgColor;
        border-color: @FaqsWithoutFilters-accordionMainBgColor;*/
  background-color: transparent !important;
  border-color: transparent !important;
}
.FaqsWithoutFilters-accordion .panel-title {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36.75px;
  margin: 19px 14px 0px 0px;
}
.FaqsWithoutFilters-accordion .panel {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border: 0px solid transparent;
  background-position: 3.200000000000003% 29px;
  background-repeat: no-repeat;
  /*-webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;*/
}
.FaqsWithoutFilters-accordion .panel a:hover,
.FaqsWithoutFilters-accordion .panel a:focus {
  color: #121212;
  text-decoration: none !important;
}
.FaqsWithoutFilters-accordion .panel-group .panel-heading + .panel-collapse > .list-group,
.FaqsWithoutFilters-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ffffff;
}
.FaqsWithoutFilters-accordion .panel-collapse > .panel-body {
  border-top-color: transparent !important;
  font-family: "The Sans Arab", sans-serif;
  color: rgba(18, 18, 18, 0.8);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24.5px;
  margin: -18px 1.8% 0px 15%;
}
@media only screen and (max-width: 1030px) {
  .FaqsWithoutFilters-col--inner {
    max-width: 350px;
  }
}
@media only screen and (max-width: 980px) {
  .FaqsWithoutFilters-col--inner {
    max-width: 300px;
  }
}
@media only screen and (max-width: 860px) {
  .FaqsWithoutFilters-col--inner {
    max-width: 250px;
  }
}
/*@media only screen and (max-width: @Viewport-xs-max) {*/
@media only screen and (max-width: 767px) {
  .FaqsWithoutFilters-col--inner {
    /*display: flex;
    flex-wrap: wrap;*/
    max-width: 100%;
  }
  .FaqsWithoutFilters-mainTitle {
    font-family: "The Sans Arab", sans-serif;
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 37.4px;
    margin: 0;
    padding: 2px 0px 0px 15%;
  }
  .FaqsWithoutFilters-mainDescription {
    font-family: "The Sans Arab", sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 31.5px;
    margin: 3% 1px 0px 5%;
  }
  .FaqsWithoutFilters-viewAll {
    order: 2;
    margin-top: 17px;
  }
  .FaqsWithoutFilters-viewAll a {
    padding: 19px 36px !important;
  }
  .FaqsWithoutFilters-arrowDown {
    background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-down.svg);
  }
  .FaqsWithoutFilters-arrowUp {
    background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-up.svg);
  }
  .FaqsWithoutFilters-colAccordion {
    padding: 24px 0px 0px 0px;
  }
  .FaqsWithoutFilters-accordion .panel {
    margin-bottom: 15px;
    padding-bottom: 6px;
    background-position: 5.5% 21px !important;
    background-repeat: no-repeat;
    background-size: 23px;
  }
  .FaqsWithoutFilters-accordion .panel-title {
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20.8px;
    margin: 8px 6px 0px 0px;
  }
  .FaqsWithoutFilters-accordion .panel-collapse > .panel-body {
    border-top-color: transparent !important;
    font-family: "The Sans Arab", sans-serif;
    color: rgba(18, 18, 18, 0.8);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    margin: -17px 1.8% 0px 2px;
  }
}
/*@media only screen and (max-width: @Viewport-hh-max) {*/
/*mixins*/
/*html,body {
overflow-x: hidden !important;
}*/
html {
  scroll-behavior: auto !important;
}
.OnPageNavigation {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_OnPageNavigationMob.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  .OnPageNavigation-inside-border(#48ff00);*/
  position: relative;
  visibility: hidden;
  width: 100%;
  max-width: 100%;
  left: 0px;
  /*height: 48px;  for dropdown*/
  padding: 23px 0px 12px 0px;
  margin: 0;
  text-align: center;
}
.OnPageNavigation-menu {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: auto;
  padding: 0px 0px 2px 0px !important;
  list-style-type: none !important;
  margin: 0 !important;
  overflow: hidden;
  /*.OnPageNavigation-inside-border(#ffb300);*/
}
.OnPageNavigation-menu li {
  display: inline-block;
  padding: 0;
  margin: 0 42px 0 0;
  text-align: left;
  /*.OnPageNavigation-inside-border(#00aeff);*/
}
.OnPageNavigation-menu li:last-child {
  margin-left: 0px !important;
}
.OnPageNavigation-menu a {
  text-transform: capitalize;
  text-decoration: none;
  padding-bottom: 3px;
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.OnPageNavigation-arrowDown {
  position: absolute;
  z-index: 9;
  display: none;
  margin-top: 2px;
  left: 30px;
  color: #000000 !important;
}
.OnPageNavigation-arrowDown i:before {
  font-size: 30px !important;
}
.OnPageNavigation-overflowHidden {
  overflow: hidden;
  height: 31px;
}
.OnPageNavigation-positionFixed {
  position: fixed;
  z-index: 10;
}
.fl-node-ufpx64a5y1no .OnPageNavigation-positionFixed {
  position: relative;
}
.OnPageNavigation-positionFixed {
  position: relative;
}
.OnPageNavigation-mobile {
  padding: 19px 0px 8px 0px;
}
.OnPageNavigation-menuMobile {
  /*position: absolute;
  left:20px;*/
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.OnPageNavigation-menuMobile li {
  width: 80%;
  text-align: center;
  margin: 0px auto 10px auto;
}
.OnPageNavigation-menuMobile li a {
  display: inline-block;
}
.OnPageNavigation-menuMobile li:last-child {
  margin-left: auto !important;
}
/*.OnPageNavigation-mobileLink {
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  line-height: 26px !important;
  color: #222222 !important;
}
.OnPageNavigation-mobilePadding {
  padding: 11px 0px 43px 0px !important;
}*/
/*@media only screen and (max-width: 768px) {*/
/*@media only screen and (max-width: @Viewport-xs-max) {
  .OnPageNavigation-arrowDown {
    margin-top: 4px;
  }
}*/
/*@media only screen and (max-width: 480px) {*/
/*@media only screen and (max-width: @Viewport-hh-max) {
  .OnPageNavigation {
    height: 39px;
    padding: 1px 0px 7px 41px;
    margin: 0;
  }
  .OnPageNavigation-menu {
  
        a {
          padding-bottom: 1px;
          .OnPageNavigation-linkDef(14px,0px,21px,400);
        }
  }
  .OnPageNavigation-overflowHidden {
    height: 30px;
  }
  
}*/
/*https://bootstrapdocs.com/v3.3.4/docs/javascript/#mdo*/
/*variables*/
/* 
Vista Sans OTCE Reg - 400
Vista Sans OTCE Med - 500
Vista Sans OTCE Bold - 700
*/
/*mixins*/
html {
  scroll-behavior: smooth;
}
.MainFaqFeed_anchor {
  /*display: block;
  position: relative;
  top: -122px;
  visibility: hidden;*/
}
.MainFaqFeed_anchor::before {
  content: '';
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}
.MainFaqFeed * {
  box-sizing: border-box;
}
.MainFaqFeed {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_MainFaqFeedMob.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  .MainFaqFeed-inside-border(#FF0000);*/
  width: 100%;
  max-width: 1190px;
  /*min-height: 515px;*/
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.MainFaqFeed-mainTitle {
  font-family: "The Sans Arab", sans-serif;
  color: #4b345d;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 46.2px;
  margin: 0;
  padding: 2px 0px 0px 5%;
  text-transform: uppercase;
  text-align: right;
  /*.MainFaqFeed-inside-border(#0000cc);*/
}
.MainFaqFeed-equalHeight {
  display: flex !important;
  flex-wrap: wrap;
}
.MainFaqFeed-rowSpecialRightMargin {
  margin-right: 0;
}
.MainFaqFeed-row {
  margin: 0;
  padding: 0;
  /*.MainFaqFeed-inside-border(#A986BB);*/
}
.MainFaqFeed-col {
  position: relative;
  margin: 0;
  padding: 0;
  /*.MainFaqFeed-inside-border(#0000CC);*/
}
.MainFaqFeed-colAccordion {
  padding: 0px 0px 0px 1.2%;
}
.MainFaqFeed-col--inner {
  /*top:0;
  max-width: 413px;*/
  display: inline-block;
}
.MainFaqFeed-col--innerTransition {
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
.MainFaqFeed-positionFixed {
  position: fixed;
}
.MainFaqFeed-positionRelative {
  position: relative !important;
}
.MainFaqFeed-searchInput {
  background-image: url(/wp-content/themes/beaverwarrior/components/MainFaqFeed/bw-main-faq-feed/img/icons-search-white.svg);
  background-position: 5% 50%;
  background-repeat: no-repeat;
  width: 240px !important;
  height: 31px !important;
  background-color: rgba(75, 52, 93, 0.8);
  border-radius: 6px;
  margin: 0px 0px 50px 0px;
}
.MainFaqFeed-searchInput input,
.MainFaqFeed-searchInput input:focus {
  font-family: "The Sans Arab", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 12px;
  width: 200px !important;
  height: 31px !important;
  background: transparent;
  border: none;
  margin: 1px 0px 0px 3px;
}
.MainFaqFeed-searchInput input::placeholder,
.MainFaqFeed-searchInput input:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "The Sans Arab", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 12px;
  opacity: 1;
  /* Firefox */
}
.MainFaqFeed-searchInput input:-ms-input-placeholder,
.MainFaqFeed-searchInput input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "The Sans Arab", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 12px;
}
.MainFaqFeed-searchInput input::-ms-input-placeholder,
.MainFaqFeed-searchInput input:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "The Sans Arab", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 12px;
}
.MainFaqFeed-searchInput input:focus::placeholder,
.MainFaqFeed-searchInput input:focus:focus::placeholder {
  color: transparent;
}
.MainFaqFeed-noResults {
  font-family: "The Sans Arab", sans-serif;
  color: #99006b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}
.MainFaqFeed-postTaxonomies--mobileArrow {
  display: none;
}
.MainFaqFeed-postTaxonomies {
  margin: 17px 0px 0px 0px !important;
  padding: 0 !important;
  list-style-type: none;
}
.MainFaqFeed-postTaxonomies li {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 31px;
  margin: 0px 0px 20px 0px;
  padding: 0 !important;
  list-style-type: none;
  cursor: pointer;
}
.MainFaqFeed-postTaxonomies li:hover {
  color: #99006B;
}
.MainFaqFeed-postTaxonomies--children {
  margin: 21px 20px 8px 0px !important;
  padding: 0 !important;
  overflow: hidden;
  max-height: 500px;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.MainFaqFeed-postTaxonomies--children a {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 21.6px;
  width: 100%;
  display: block;
  margin: 0px 0px 15px 5px;
  text-decoration: none;
}
.MainFaqFeed-postTaxonomies--children a:hover {
  color: #99006B;
}
.MainFaqFeed-postTaxonomies--childrenHeight0 {
  max-height: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  overflow: visible;
}
.MainFaqFeed-postTaxonomies--childrenHeight0 a {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  display: none !important;
}
.MainFaqFeed-postTaxonomies--liActive {
  color: #99006B !important;
}
.MainFaqFeed-arrowDown {
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-down.svg);
}
.MainFaqFeed-arrowUp {
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-up.svg);
}
.MainFaqFeed-mainCategSelected {
  font-family: "The Sans Arab", sans-serif;
  color: #4b345d;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 61.6px;
  margin: 2px 10px 20px 0px;
}
.MainFaqFeed-subCategSelected {
  font-family: "The Sans Arab", sans-serif;
  color: #4b345d;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35.2px;
  margin: 60px 0px 20px 10px;
}
.MainFaqFeed-accordion {
  /*.panel:has(> '.in') {
        border: 1px solid #000;
        background-color: aquamarine !important;
      }*/
}
.MainFaqFeed-accordion .panel-default {
  border-color: rgba(204, 190, 208, 0.2);
}
.MainFaqFeed-accordion .panel-heading {
  padding: 10px 15px 17px 15%;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.MainFaqFeed-accordion .panel-default > .panel-heading {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36.75px;
  /*background-color: @MainFaqFeed-accordionMainBgColor;
        border-color: @MainFaqFeed-accordionMainBgColor;*/
  background-color: transparent !important;
  border-color: transparent !important;
}
.MainFaqFeed-accordion .panel-title {
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36.75px;
  margin: 19px 14px 0px 0px;
}
.MainFaqFeed-accordion .panel {
  background-color: rgba(204, 190, 208, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border: 0px solid transparent;
  background-position: 3% 29px;
  background-repeat: no-repeat;
  /*-webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;*/
}
.MainFaqFeed-accordion .panel a:hover,
.MainFaqFeed-accordion .panel a:focus {
  color: #121212;
  text-decoration: none !important;
}
.MainFaqFeed-accordion .panel-group .panel-heading + .panel-collapse > .list-group,
.MainFaqFeed-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid rgba(204, 190, 208, 0.2);
}
.MainFaqFeed-accordion .panel-collapse > .panel-body {
  border-top-color: transparent !important;
  font-family: "The Sans Arab", sans-serif;
  color: rgba(18, 18, 18, 0.8);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24.5px;
  margin: -18px 1.8% 0px 15%;
}
@media only screen and (max-width: 850px) {
  .MainFaqFeed-searchInput {
    width: 210px !important;
  }
  .MainFaqFeed-searchInput input,
  .MainFaqFeed-searchInput input:focus {
    width: 85% !important;
  }
  .MainFaqFeed-searchInput {
    margin: 0px 0px 43px 0px;
  }
  .MainFaqFeed-mainTitle {
    font-size: 37px;
  }
}
/*@media only screen and (max-width: @Viewport-xs-max) {*/
@media only screen and (max-width: 767px) {
  .MainFaqFeed-searchInput {
    width: 100% !important;
    /*margin: 0px 0px 43px 0px;*/
    margin: 0px 0px 25px 0px;
  }
  .MainFaqFeed-searchInput input,
  .MainFaqFeed-searchInput input:focus {
    width: 85% !important;
  }
  .MainFaqFeed-col--inner {
    max-width: 100%;
    display: block;
  }
  .MainFaqFeed-mainTitle {
    display: none;
    font-family: "The Sans Arab", sans-serif;
    color: #4b345d;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 37.4px;
    margin: 0;
    padding: 2px 7% 4px 0px;
  }
  .MainFaqFeed-postTaxonomies--mobileArrow {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 17px;
    width: 23px;
    height: 23px;
    background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-small-down-arrow.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transition-duration: 0.35s;
    /*makes all card clickable*/
  }
  .MainFaqFeed-postTaxonomies--mobileArrow::after {
    content: '';
    /*border:1px solid #FF0000;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 45px;
    margin-top: -8px;
    margin-left: -50px;
  }
  .MainFaqFeed-postTaxonomies--mobileArrowRotate {
    transform: rotate(180deg);
  }
  .MainFaqFeed-postTaxonomies {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(40, 204, 162, 0.8);
    border-radius: 8px;
    order: 3;
    width: 100%;
    margin: 26px 0px 22px 0px !important;
    padding: 0 !important;
    list-style-type: none;
    height: 47px;
    overflow: hidden;
  }
  .MainFaqFeed-postTaxonomies li {
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.17px;
    line-height: 22px;
    /*.MainFaqFeed-inside-border(#0000CC);*/
    width: 75%;
    margin: 12px 20px 0px 50px;
    height: 20px;
    padding: 0 !important;
    list-style-type: none;
    cursor: pointer;
  }
  .MainFaqFeed-postTaxonomies--liActive {
    color: #121212 !important;
  }
  .MainFaqFeed-postTaxonomies--children {
    display: none;
  }
  /*.MainFaqFeed-postTaxonomies {
    margin: 14px 0px 0px 0px !important;
  
    li {
      .MainFaqFeed-font2-mixin(#121212,20px,500,24px,0.25px);
      margin: 10px 50px 19px 0px;
      padding: 0 !important;
      list-style-type: none;
      cursor: pointer;
    }
  }
  
  .MainFaqFeed-postTaxonomies--children {
    margin: 22px 0px 8px 20px;
      a {
        .MainFaqFeed-font2-mixin(#121212,18px,500,19.2px,0.25px);
        width: 100%;
        display: block;
        margin: 0px 5px 16px 0px;
        text-decoration: none;
  
  
        &:hover {
          color: #99006B;
        }      
      }
  }



  .MainFaqFeed-mainCategSelected {
    .MainFaqFeed-font1-mixin(#4B345D,40px,400,44px,0);
    margin: 73px 10px 22px 3px;
  }
  .MainFaqFeed-subCategSelected {
    .MainFaqFeed-font1-mixin(#4B345D,28px,400,30.8px,0);
    margin: 85px 10px 15px 2px;
  }*/
  .MainFaqFeed-arrowDown {
    background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-down.svg);
  }
  .MainFaqFeed-arrowUp {
    background-image: url(/wp-content/themes/beaverwarrior/assets/img/icons-arrow-filled-up.svg);
  }
  .MainFaqFeed-colAccordion {
    padding: 0px 0px 0px 0px;
  }
  .MainFaqFeed-accordion .panel {
    margin-bottom: 15px;
    padding-bottom: 6px;
    background-position: 5.5% 21px;
    background-repeat: no-repeat;
    background-size: 23px;
  }
  .MainFaqFeed-accordion .panel-title {
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20.8px;
    margin: 8px 1.3% 0px 0px;
  }
  .MainFaqFeed-accordion .panel-collapse > .panel-body {
    border-top-color: transparent !important;
    font-family: "The Sans Arab", sans-serif;
    color: rgba(18, 18, 18, 0.8);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
    margin: -17px 2px 0px 1.3%;
  }
}
/*@media only screen and (max-width: @Viewport-hh-max) {*/
.ImageSlider {
  /* Arrows */
  /* Dots */
}
.ImageSlider-slider {
  max-width: 758px;
  margin: 0 auto;
  margin-bottom: 60px !important;
}
.ImageSlider .slick-prev,
.ImageSlider .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #F8F8F2;
  border: none;
  border-radius: 60px;
  outline: none;
  background: #28CCA2;
}
.ImageSlider .slick-prev:hover:before,
.ImageSlider .slick-prev:focus:before,
.ImageSlider .slick-next:hover:before,
.ImageSlider .slick-next:focus:before {
  opacity: 1;
}
.ImageSlider .slick-prev.slick-disabled:before,
.ImageSlider .slick-next.slick-disabled:before {
  opacity: .25;
}
.ImageSlider .slick-prev {
  left: -100px;
}
.ImageSlider .slick-next {
  right: -100px;
}
.ImageSlider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.ImageSlider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  list-style: none;
  text-align: center;
}
.ImageSlider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.ImageSlider .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.ImageSlider .slick-dots li button:hover,
.ImageSlider .slick-dots li button:focus {
  outline: none;
  top: 0;
}
.ImageSlider .slick-dots li button:hover:before,
.ImageSlider .slick-dots li button:focus:before {
  opacity: .75;
}
.ImageSlider .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  opacity: .25;
  background-color: #28CCA2;
  border-radius: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ImageSlider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #28CCA2;
}
@media (max-width: 991.98px) {
  .ImageSlider-slider {
    max-width: 550px;
  }
  .ImageSlider .slick-prev {
    left: -70px;
  }
  .ImageSlider .slick-next {
    right: -70px;
  }
}
@media (max-width: 991.98px) {
  .ImageSlider-slider {
    max-width: 550px;
  }
  .ImageSlider .slick-prev {
    left: -70px;
  }
  .ImageSlider .slick-next {
    right: -70px;
  }
}
@media (max-width: 767.98px) {
  .ImageSlider {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ImageSlider-slider {
    max-width: none;
    width: 100%;
  }
  .ImageSlider .slick-prev,
  .ImageSlider .slick-next {
    top: 100%;
    width: 25px;
    height: 25px;
    transform: translate(0, 27px);
    z-index: 8;
  }
  .ImageSlider .slick-prev {
    left: 20%;
  }
  .ImageSlider .slick-next {
    right: 20%;
  }
}
.AskStudent-filter_wrap {
  margin: 40px 1.25%;
  display: flex;
}
.AskStudent-filter_country,
.AskStudent-filter_study {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-color: rgba(40, 204, 163, 0.6);
  border: 1px solid rgba(40, 204, 163, 0.6);
  border-radius: 8px;
  color: #121212;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.17px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  min-width: 325px;
  overflow: hidden;
  padding: 13px 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.AskStudent-filter_country_wrap,
.AskStudent-filter_study_wrap {
  position: relative;
}
.AskStudent-filter_country_wrap svg,
.AskStudent-filter_study_wrap svg {
  position: absolute;
  top: 13px;
  left: 15px;
  pointer-events: none;
}
.AskStudent-filter_country {
  margin-left: 20px;
}
.AskStudent-filter_country_wrap svg {
  left: 35px;
}
.AskStudent-grid {
  display: flex;
  flex-wrap: wrap;
}
.AskStudent-card {
  width: 22.5%;
  margin-left: 1.25%;
  margin-right: 1.25%;
  margin-bottom: 5%;
  cursor: pointer;
}
.AskStudent-card:hover .AskStudent-card_image {
  opacity: 0.6;
  transition: .2s ease;
}
.AskStudent-card:hover .AskStudent-card_button {
  opacity: 1;
  transition: .2 ease;
}
.AskStudent-card_top_content {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.AskStudent-card_bottom_content {
  border: 1px solid rgba(204, 190, 208, 0.8);
  border-radius: 0 0 6px 6px;
  padding: 7px 15px;
  font-family: "The Sans Arab", sans-serif;
  font-size: 14px;
  line-height: 19.6px;
  color: rgba(18, 18, 18, 0.8);
}
.AskStudent-card_image {
  transition: .2s ease;
  min-height: 285px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.AskStudent-card .UOTP-defaultButtonVer2 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.AskStudent-card .UOTP-defaultButtonVer2 a {
  padding: 15px 25px !important;
  min-width: 184px;
}
.AskStudent-card_button {
  display: inline-block;
  background-color: #99006B;
  border-radius: 24px;
  opacity: 0;
  transition: .2 ease;
  padding: 15px 35px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 14px;
  line-height: 1;
  min-width: 171px;
}
.AskStudent-card_button svg {
  display: none;
}
.AskStudent-card_button:hover,
.AskStudent-card_button:focus {
  text-decoration: none;
  color: #fff;
}
.AskStudent-card_button--mobile {
  display: none;
}
.AskStudent-card_name {
  color: #121212;
}
.AskStudent-modal_body {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
.AskStudent-modal_body_wrap {
  margin-top: 80px;
  background-color: #f5f2f6;
  min-width: 1000px;
  padding: 60px;
  border-radius: 6px;
}
.AskStudent-modal_body_close {
  position: absolute !important;
  top: 6px;
  left: 5px;
  opacity: 1;
}
.AskStudent-modal_body_close svg path {
  fill: #121212;
}
.AskStudent-modal_body_close:hover {
  background-color: #f5f2f6;
  border: none;
}
.AskStudent-modal_image_wrap {
  margin-left: 30px;
  min-width: 275px;
  max-width: 50%;
}
.AskStudent-modal_image_wrap .AskStudent-card_image {
  border-radius: 6px;
}
.AskStudent-modal_title {
  margin-top: 0;
  opacity: 0.8;
}
.AskStudent-modal_location,
.AskStudent-modal_employment,
.AskStudent-modal_family,
.AskStudent-modal_interests {
  font-size: 16px;
  line-height: 28px;
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
}
.AskStudent-modal_form {
  max-width: 400px;
}
.AskStudent-modal_form input,
.AskStudent-modal_form textarea {
  font-family: "The Sans Arab", sans-serif;
  font-size: 14px;
  padding: 13px 11px;
  height: auto;
  color: #121212;
  border: 1px solid #fff;
  margin-top: 20px;
  box-shadow: none;
  border-radius: 6px;
}
.AskStudent-modal_form input::placeholder,
.AskStudent-modal_form textarea::placeholder {
  color: rgba(18, 18, 18, 0.8);
}
.AskStudent-modal_form input:focus,
.AskStudent-modal_form textarea:focus {
  border-color: #4B345D;
}
.AskStudent-modal_form input[type=submit] {
  padding: 14px 35px;
  color: #fff;
  letter-spacing: 1.15px;
  border-radius: 24px;
}
.AskStudent-modal_form .d-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.AskStudent-modal_form .d-flex > .w-50 {
  margin-bottom: 0;
}
.AskStudent-modal_form .d-flex > .w-50:first-of-type {
  margin-right: 20px;
}
.AskStudent-modal_form .mktoForm {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}
@media (max-width: 768px) {
  .AskStudent-modal_form .mktoForm {
    padding: 0 !important;
  }
}
.AskStudent-modal_form .mktoForm .mktoLabel {
  float: none !important;
}
.AskStudent-modal_form .mktoForm .mktoFormCol {
  float: none !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}
.AskStudent-modal_form .mktoForm .mktoFieldWrap {
  float: none !important;
  width: 100% !important;
}
.AskStudent-modal_form .mktoForm .mktoClear {
  display: none !important;
}
.AskStudent-modal_form .mktoForm .mktoField {
  width: 100% !important;
  text-align: left !important;
  padding: 10px 15px !important;
  height: 50px !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  transition: 0.2s ease-in;
}
.AskStudent-modal_form .mktoForm .mktoField:focus {
  border-color: #4B345D !important;
  transition: 0.2s ease-in;
}
.AskStudent-modal_form .mktoForm .mktoOffset {
  display: none !important;
}
.AskStudent-modal_form .mktoForm .mktoFormRow {
  width: 100% !important;
  display: flex;
}
.AskStudent-modal_form .mktoForm .mktoFormRow:nth-of-type(1) {
  width: calc(50% - 10px) !important;
  margin-left: 20px !important;
}
@media (max-width: 768px) {
  .AskStudent-modal_form .mktoForm .mktoFormRow:nth-of-type(1) {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.AskStudent-modal_form .mktoForm .mktoFormRow:nth-of-type(2) {
  width: calc(50% - 10px) !important;
}
@media (max-width: 768px) {
  .AskStudent-modal_form .mktoForm .mktoFormRow:nth-of-type(2) {
    width: 100% !important;
  }
}
.AskStudent-modal_form .mktoForm .mktoButtonWrap.mktoDownloadButton {
  margin-left: 0 !important;
}
.AskStudent-modal_form .mktoForm .mktoButtonWrap .mktoButton {
  margin-top: 15px !important;
  width: auto !important;
  height: auto !important;
  padding: 14px 35px !important;
  color: #fff !important;
  letter-spacing: 1.15px !important;
  border-radius: 24px !important;
  font-family: "The Sans Arab", sans-serif !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  transition: .2s ease;
}
.AskStudent-modal_form .mktoForm .mktoButtonWrap .mktoButton:hover {
  background-color: #4b345d !important;
  transition: .2s ease;
}
.AskStudent-modal_form .mktoForm .mktoButtonWrap .mktoButton:active,
.AskStudent-modal_form .mktoForm .mktoButtonWrap .mktoButton:focus {
  top: 0;
  box-shadow: none !important;
}
.AskStudent-load_more {
  margin-left: auto;
  margin-right: auto;
  background-color: #99006B;
  border-radius: 24px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.15px;
  color: #fff;
  padding: 19px 41px;
  display: block;
  text-decoration: none !important;
}
.AskStudent-button_wrap {
  text-align: center;
}
@media (max-width: 991.98px) {
  .AskStudent-card {
    width: 30.8333333%;
  }
  .AskStudent-modal_body_wrap {
    min-width: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .AskStudent-filter_wrap {
    margin: 25px 2%;
  }
  .AskStudent-filter_country,
  .AskStudent-filter_study {
    min-width: 200px;
  }
  .AskStudent-card {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .AskStudent-card .UOTP-defaultButtonVer2 {
    bottom: 0px;
    right: 0;
    left: unset;
    transform: translateX(0);
  }
  .AskStudent-card_button,
  .AskStudent-card_button--mobile {
    position: absolute;
    opacity: 1;
    bottom: 0px;
    transform: translate(0);
    transition: .3s ease;
    left: 0;
    color: #fff;
    text-transform: capitalize;
    background-color: transparent;
    min-width: 140px;
    padding: 13px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: space-between;
  }
  .AskStudent-card_button svg,
  .AskStudent-card_button--mobile svg {
    display: inline-block;
    transform: rotate(180deg);
  }
  .AskStudent-card_button:hover,
  .AskStudent-card_button--mobile:hover,
  .AskStudent-card_button:active,
  .AskStudent-card_button--mobile:active {
    color: #99006B;
    transition: .3s ease;
  }
  .AskStudent-card_button:hover svg path,
  .AskStudent-card_button--mobile:hover svg path,
  .AskStudent-card_button:active svg path,
  .AskStudent-card_button--mobile:active svg path {
    fill: #99006B;
  }
  .AskStudent-card_button {
    display: none !important;
  }
  .AskStudent-card:hover .AskStudent-card_image {
    opacity: 1;
  }
  .AskStudent-modal_body {
    flex-direction: column;
  }
  .AskStudent-modal_image_wrap {
    display: none;
  }
  .AskStudent-modal_form .mktoForm .mktoFormRow:nth-of-type(1) {
    margin-left: 0 !important;
  }
  .AskStudent-load_more {
    padding: 15px 41px;
  }
}
@media (max-width: 575.98px) {
  .AskStudent-filter_wrap {
    margin: 25px 25px;
    flex-direction: column;
  }
  .AskStudent-filter_country,
  .AskStudent-filter_study {
    margin-right: 0;
    width: 100%;
  }
  .AskStudent-filter_country_wrap svg,
  .AskStudent-filter_study_wrap svg {
    left: 15px;
  }
  .AskStudent-card {
    width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
  .AskStudent-card_image {
    min-height: 350px;
  }
  .AskStudent-modal_body_wrap {
    min-width: 0;
    width: 87%;
    padding: 23px;
  }
  .AskStudent-modal_body_close {
    z-index: 9;
  }
  .AskStudent-modal_body_close svg {
    width: 30px;
  }
  .AskStudent-modal_location,
  .AskStudent-modal_employment,
  .AskStudent-modal_family,
  .AskStudent-modal_interests,
  .AskStudent-modal_form {
    font-size: 14px;
    line-height: 24.5px;
  }
  .AskStudent-modal_form .d-flex {
    display: block;
  }
  .AskStudent-modal_form .d-flex > .w-50:first-of-type {
    margin-right: 0px;
  }
}
/*variables*/
/* 
Vista Sans OTCE Reg - 400
Vista Sans OTCE Med - 500
Vista Sans OTCE Bold - 700
*/
/*mixins*/
.CardsModuleSecondAlt {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_CardsModuleSecondAltMob.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  .CardsModuleSecondAlt-inside-border(#FF0000);*/
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 0px;
}
.CardsModuleSecondAlt-rowParentOverflow {
  overflow: hidden;
}
.CardsModuleSecondAlt-sectionTitle {
  font-family: "The Sans Arab", sans-serif;
  color: #4b345d;
  font-size: 56px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 61.6px;
  text-transform: uppercase;
  padding: 2px 10%;
  margin-bottom: 27px;
  text-align: center;
}
.CardsModuleSecondAlt-equalHeight {
  display: flex !important;
  flex-wrap: wrap;
}
.CardsModuleSecondAlt-rowSpecialRightMargin {
  margin-left: -35px !important;
}
.CardsModuleSecondAlt-row {
  margin: 0;
  padding: 0;
  /*.CardsModuleSecondAlt-inside-border(green);*/
}
.CardsModuleSecondAlt-col {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  /*.CardsModuleSecondAlt-inside-border(#0000CC);*/
}
.CardsModuleSecondAlt-col a:hover {
  text-decoration: none;
}
.CardsModuleSecondAlt-col--inner {
  /*.CardsModuleSecondAlt-inside-border(sandybrown);*/
  border-radius: 6px;
  margin-left: 35px;
  height: 100%;
  padding-bottom: 70px;
}
.CardsModuleSecondAlt-col--inner:hover > .CardsModuleSecondAlt-buttonWrapper .CardsModuleSecondAlt-buttonImg {
  -webkit-animation: CardsModuleSecondAlt--fadeOut 0.5s forwards;
  /* for less modern browsers */
  animation: CardsModuleSecondAlt--fadeOut 0.5s forwards;
}
.CardsModuleSecondAlt-col--inner:hover > .CardsModuleSecondAlt-buttonWrapper .CardsModuleSecondAlt-buttonLoadMore {
  -webkit-animation: CardsModuleSecondAlt--expandRight 0.4s forwards;
  /* for less modern browsers */
  animation: CardsModuleSecondAlt--expandRight 0.4s forwards;
}
.CardsModuleSecondAlt-Icon {
  height: 40px;
  margin: 25px 25px 10px 0px;
}
.CardsModuleSecondAlt-title {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  padding-top: 10px;
  padding-right: 25px;
  text-align: right;
  text-transform: capitalize;
}
.CardsModuleSecondAlt-description ul {
  list-style-type: none;
  margin: 11px 25px 0px 25px;
  padding: 0;
}
.CardsModuleSecondAlt-description ul li {
  font-family: "The Sans Arab", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  background-image: url(/wp-content/themes/beaverwarrior/components/CardsModuleSecondAlt/bw-cards-module-second-alt/img/icons-bullet-point-white.svg);
  background-position: right 0px top 5px;
  background-repeat: no-repeat;
  padding: 0px 35px 10px 0px;
}
.CardsModuleSecondAlt-description p {
  font-family: "The Sans Arab", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  margin: 11px 0px 0px 25px;
  padding: 0px 25px 10px 0px;
}
/*.CardsModuleSecondAlt-buttonWrapper {
  position: absolute;
  overflow:hidden; 
  padding: 30px 2px 26px 21px;
  bottom: 0px;
  left: 4px;
  width: 200px;    

  i {
    color: #FFFFFF;
  }
}
.CardsModuleSecondAlt-buttonImg {
  width: 39px;
  opacity: 1;
  transition: opacity 0.15s;

  &:hover {
    opacity: 0;
  }
}

.CardsModuleSecondAlt-buttonLoadMore {
  position: absolute;
  display: inline-block;
  .CardsModuleSecondAlt-font2-mixin(#121212,14px,500,12px,1.15px);
  left: -200px;
  background-color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 14px 35px 14px 35px;
  text-align: center;
}*/
@keyframes CardsModuleSecondAlt--fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes CardsModuleSecondAlt--fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes CardsModuleSecondAlt--expandRight {
  0% {
    width: 40px;
    opacity: 0;
  }
  100% {
    width: 158px;
    opacity: 1;
  }
}
@keyframes CardsModuleSecondAlt--contractLeft {
  0% {
    width: 158px;
    opacity: 1;
  }
  100% {
    width: 40px;
    opacity: 0;
  }
}
.CardsModuleSecondAlt-buttonWrapper {
  position: absolute;
  overflow: hidden;
  padding: 30px 21px 26px 2px;
  bottom: 0px;
  right: 4px;
  width: 200px;
  display: block;
  /*trigger moved in .CardsModuleSecondAlt-col--inner*/
  /*&:hover > .CardsModuleSecondAlt-buttonImg {
      -webkit-animation: CardsModuleSecondAlt--fadeOut 0.5s forwards;
      animation: CardsModuleSecondAlt--fadeOut 0.5s forwards;
  }

  &:hover > .CardsModuleSecondAlt-buttonLoadMore {
      -webkit-animation: CardsModuleSecondAlt--expandRight 0.4s forwards;
      animation: CardsModuleSecondAlt--expandRight 0.4s forwards;
  }*/
}
.CardsModuleSecondAlt-buttonImg {
  display: block;
  width: 40px;
  height: 39px;
  -webkit-animation: CardsModuleSecondAlt--fadeIn 1.5s forwards;
  /* for less modern browsers */
  animation: CardsModuleSecondAlt--fadeIn 1.5s forwards;
  rotate: -180deg;
}
.CardsModuleSecondAlt-buttonLoadMore {
  position: absolute;
  top: 30px;
  right: 21px;
  width: 40px;
  height: 39px;
  display: inline-block;
  font-family: "The Sans Arab", sans-serif;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.15px;
  line-height: 12px;
  background-color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 14px 20px 14px 20px;
  text-align: center;
  /*word-break: keep-all;
  overflow-wrap: normal;*/
  -webkit-animation: CardsModuleSecondAlt--contractLeft 0.3s forwards;
  /* for less modern browsers */
  animation: CardsModuleSecondAlt--contractLeft 0.3s forwards;
}
.CardsModuleSecondAlt-buttonLoadMore span {
  width: 120px;
  text-align: center;
  display: block;
}
.CardsModuleSecondAlt-buttonLoadMore:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .CardsModuleSecondAlt-sectionTitle {
    font-family: "The Sans Arab", sans-serif;
    color: #4b345d;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 44px;
    text-transform: uppercase;
    padding: 0px 5%;
    margin-bottom: 20px;
    text-align: center;
  }
  .CardsModuleSecondAlt-col {
    width: 100%;
    margin-bottom: 29px;
  }
  .CardsModuleSecondAlt-col--inner {
    max-width: 100%;
    padding-bottom: 51px;
  }
  .CardsModuleSecondAlt-Icon {
    height: 25px;
    margin: 4px 0px 10px 20px;
  }
  .CardsModuleSecondAlt-title {
    font-family: "The Sans Arab", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 17px;
    padding-top: 25px;
    padding-left: 3px;
    display: inline-block;
  }
  .CardsModuleSecondAlt-description ul {
    list-style-type: none;
    margin: 7px 25px 0px 22px;
    padding: 0;
  }
  .CardsModuleSecondAlt-description ul li {
    font-family: "The Sans Arab", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24.5px;
    background-image: url(/wp-content/themes/beaverwarrior/components/CardsModuleSecondAlt/bw-cards-module-second-alt/img/icons-bullet-point-white.svg);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 0px 0px 7px 23px;
  }
  .CardsModuleSecondAlt-buttonWrapper {
    padding: 20px 2px 20px 0px;
    left: 14px;
  }
  .CardsModuleSecondAlt-buttonWrapper i {
    color: #FFFFFF;
  }
  .CardsModuleSecondAlt-buttonImg {
    height: 22px;
    opacity: 1 !important;
    transition: opacity 0s;
  }
  .CardsModuleSecondAlt-buttonImg:hover {
    opacity: 1;
  }
  .CardsModuleSecondAlt-buttonLoadMore {
    display: none;
    font-family: "The Sans Arab", sans-serif;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.15px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 340px) {
  .CardsModuleSecondAlt-buttonWrapper {
    display: inline-block;
    padding: 20px 0px 20px 0px;
    float: right;
    margin-right: 18px;
  }
}
.TabSection-Heading h2 {
  text-align: center;
}
@media (max-width: 991px) {
  .TabSection-Heading h2 {
    text-align: right;
  }
}
.TabSection-Module__nav {
  padding-left: 0px !important;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px !important;
}
@media (max-width: 767.98px) {
  .TabSection-Module__nav .slick-list {
    overflow: scroll !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .TabSection-Module__nav .slick-list::-webkit-scrollbar {
    display: none !important;
  }
}
@media (min-width: 767.98px) {
  .TabSection-Module__nav .slick-track {
    transform: unset !important;
    justify-content: center !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 767.98px) {
  .TabSection-Module__nav .slick-track {
    width: fit-content !important;
    display: flex !important;
    -webkit-transform: none !important;
    /* Safari and Chrome */
    -moz-transform: none !important;
    /* Firefox */
    -ms-transform: none !important;
    /* IE 9 */
    -o-transform: none !important;
    /* Opera */
    transform: none !important;
    width: -moz-fit-content !important;
  }
}
.TabSection-Module__nav .TabSection-Module__navTitle {
  margin: 0px 12.5px;
  border: none !important;
  background-color: rgba(40, 204, 162, 0.2) !important;
  border-radius: 8px !important;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.17px;
  text-align: center;
  color: #121212 !important;
  cursor: pointer;
  padding: 13px 18px;
}
@media (max-width: 800.98px) {
  .TabSection-Module__nav .TabSection-Module__navTitle {
    padding: 13px 14px;
  }
}
@media (max-width: 767px) {
  .TabSection-Module__nav .TabSection-Module__navTitle {
    font-size: 12px;
    margin: 0px 10px;
    width: fit-content !important;
    white-space: nowrap !important;
    padding: 13px 18px;
  }
}
.TabSection-Module__nav .slick-current {
  background-color: #28cca2 !important;
  border-radius: 8px !important;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.17px;
  text-align: center;
  color: #121212 !important;
}
@media (max-width: 767px) {
  .TabSection-Module__nav .slick-current {
    font-size: 12px;
  }
}
.TabSection-Module__Content {
  border-radius: 6px;
}
.TabSection-Module__Content .slick-track .slick-slide {
  max-height: 0px !important;
  overflow: hidden !important;
}
.TabSection-Module__Content .slick-track .slick-current {
  overflow: visible;
  max-height: fit-content !important;
}
.TabSection .TabSection--ImageCollapsed {
  display: flex;
  justify-content: space-between;
  padding: 60px;
  border-radius: 6px;
  align-items: center;
}
@media (max-width: 767px) {
  .TabSection .TabSection--ImageCollapsed {
    padding: 30px 20px;
    padding-right: 50px;
  }
}
@media (max-width: 360px) {
  .TabSection .TabSection--ImageCollapsed {
    padding-right: 20px;
  }
}
.TabSection .TabSection--ImageCollapsed-image {
  width: 35%;
}
@media (max-width: 991px) {
  .TabSection .TabSection--ImageCollapsed-image {
    display: none;
  }
}
.TabSection .TabSection--ImageCollapsed-image img {
  border-radius: 6px !important;
  max-width: 100%;
  min-width: 100%;
}
.TabSection .TabSection--ImageCollapsed-content {
  width: 55%;
}
@media (max-width: 991px) {
  .TabSection .TabSection--ImageCollapsed-content {
    width: 100%;
  }
}
.TabSection .TabSection--ImageCollapsed-content__panel .panel {
  margin-bottom: 25px;
  background-color: unset !important;
  box-shadow: unset !important;
  border: unset !important;
  border-radius: 0px !important;
}
.TabSection .TabSection--ImageCollapsed-content__panelTitle {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 27.3px;
  letter-spacing: normal;
  text-align: right;
  color: #121212 !important;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 767px) {
  .TabSection .TabSection--ImageCollapsed-content__panelTitle {
    font-size: 16px;
    line-height: 20.8px;
  }
}
.TabSection .TabSection--ImageCollapsed-content__panelTitle .collapsed {
  width: fit-content;
  position: relative;
}
.TabSection .TabSection--ImageCollapsed-content__panelTitle .collapsed::before {
  content: "";
  background-image: url(../../themes/beaverwarrior/components/TabSection/icons-accordion-closed.svg);
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
@media (max-width: 767px) {
  .TabSection .TabSection--ImageCollapsed-content__panelTitle .collapsed::before {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 360px) {
  .TabSection .TabSection--ImageCollapsed-content__panelTitle .collapsed::before {
    right: -10px !important;
    top: unset !important;
    transform: unset !important;
  }
}
.TabSection .TabSection--ImageCollapsed-content__panelTitle a {
  color: #121212 !important;
  width: fit-content;
  position: relative;
}
@media (max-width: 376px) {
  .TabSection .TabSection--ImageCollapsed-content__panelTitle a {
    display: block;
    padding-right: 20px;
  }
}
.TabSection .TabSection--ImageCollapsed-content__panelTitle a:focus {
  text-decoration: none;
}
.TabSection .TabSection--ImageCollapsed-content__panelTitle a::before {
  content: "";
  background-image: url(../../themes/beaverwarrior/components/TabSection/icons-accordion-open.svg);
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
@media (max-width: 767px) {
  .TabSection .TabSection--ImageCollapsed-content__panelTitle a::before {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 360px) {
  .TabSection .TabSection--ImageCollapsed-content__panelTitle a::before {
    right: -10px !important;
    top: unset !important;
    transform: unset !important;
  }
}
.TabSection .TabSection--ImageCollapsed-content__panelCollapse {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  text-align: right;
  color: #121212 !important;
}
@media (max-width: 767px) {
  .TabSection .TabSection--ImageCollapsed-content__panelCollapse {
    font-size: 14px;
    line-height: 24.5px;
  }
}
.TabSection .TabSection--ImgList-content {
  display: flex;
  justify-content: space-between;
  padding: 60px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .TabSection .TabSection--ImgList-content {
    padding: 30px 20px;
  }
}
.TabSection .TabSection--ImgList-content__image {
  width: 35%;
}
@media (max-width: 991px) {
  .TabSection .TabSection--ImgList-content__image {
    display: none;
  }
}
.TabSection .TabSection--ImgList-content__image img {
  border-radius: 6px !important;
  max-width: 100%;
  min-width: 100%;
}
.TabSection .TabSection--ImgList-content__contentArea {
  width: 55%;
}
@media (max-width: 991px) {
  .TabSection .TabSection--ImgList-content__contentArea {
    width: 100%;
  }
}
.TabSection .TabSection--ImgList-content__contentArea h2 {
  margin: 0px;
  font-size: 42px !important;
  line-height: 46.2px !important;
  letter-spacing: normal !important;
  color: #4B345D;
  text-transform: uppercase;
  margin-bottom: 13.7px;
}
@media (max-width: 767px) {
  .TabSection .TabSection--ImgList-content__contentArea h2 {
    font-size: 34px !important;
    line-height: 37.4px !important;
    margin-bottom: 15.9px;
  }
}
.TabSection .TabSection--ImgList-content__contentArea p {
  margin-bottom: 15px;
}
.TabSection .TabSection--ImgList-content__contentArea ul li {
  list-style: none;
  position: relative;
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  text-align: right;
  color: rgba(18, 18, 18, 0.8);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .TabSection .TabSection--ImgList-content__contentArea ul li {
    font-size: 14px;
    line-height: 24.5px;
    margin-bottom: 7px;
  }
}
.TabSection .TabSection--ImgList-content__contentArea ul li::before {
  content: "";
  background-image: url(../../themes/beaverwarrior/components/TabSection/icons-bullet-point.svg);
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .TabSection .TabSection--ImgList-content__contentArea ul li::before {
    width: 15px;
    height: 15px;
    background-position: center !important;
    background-size: contain !important;
    top: 5px;
    transform: unset !important;
  }
}
.TabSection .TabSection--SocialMedia-content {
  display: flex;
  justify-content: space-between;
  padding: 60px;
  border-radius: 6px;
  align-items: center !important;
}
@media (max-width: 767px) {
  .TabSection .TabSection--SocialMedia-content {
    padding: 30px 20px;
  }
}
.TabSection .TabSection--SocialMedia-content__image {
  width: 35%;
}
@media (max-width: 991px) {
  .TabSection .TabSection--SocialMedia-content__image {
    display: none;
  }
}
.TabSection .TabSection--SocialMedia-content__image img {
  border-radius: 6px !important;
  max-width: 100%;
  min-width: 100%;
}
.TabSection .TabSection--SocialMedia-content__contentArea {
  width: 55%;
}
@media (max-width: 991px) {
  .TabSection .TabSection--SocialMedia-content__contentArea {
    width: 100%;
  }
}
.TabSection .TabSection--SocialMedia-content__contentArea h2 {
  margin: 0px;
  font-size: 42px !important;
  line-height: 46.2px !important;
  letter-spacing: normal !important;
  color: #4B345D;
  text-transform: uppercase;
  margin-bottom: 13.7px;
}
@media (max-width: 767px) {
  .TabSection .TabSection--SocialMedia-content__contentArea h2 {
    font-size: 34px !important;
    line-height: 37.4px !important;
    margin-bottom: 20px;
  }
}
.TabSection .TabSection--SocialMedia-content .panel {
  background-color: unset !important;
  box-shadow: unset !important;
  border: unset !important;
  border-radius: 0px !important;
}
.TabSection .TabSection--SocialMedia-content__tabs {
  margin-bottom: 25px;
}
.TabSection .TabSection--SocialMedia-content__tabs .collapsed {
  width: fit-content;
  position: relative;
}
.TabSection .TabSection--SocialMedia-content__tabs .collapsed::before {
  content: "";
  background-image: url(../../themes/beaverwarrior/components/TabSection/icons-accordion-closed.svg) !important;
  position: absolute;
  right: -30px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.TabSection .TabSection--SocialMedia-content__tabs .tabs_href {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 700 !important;
  font-size: 21px !important;
  letter-spacing: normal !important;
  line-height: 27.3px !important;
  color: #121212 !important;
  position: relative !important;
}
@media (max-width: 767px) {
  .TabSection .TabSection--SocialMedia-content__tabs .tabs_href {
    font-size: 16px !important;
    line-height: 20.8px !important;
  }
}
.TabSection .TabSection--SocialMedia-content__tabs .tabs_href:hover,
.TabSection .TabSection--SocialMedia-content__tabs .tabs_href:focus {
  text-decoration: none;
}
.TabSection .TabSection--SocialMedia-content__tabs .tabs_href::before {
  content: "";
  background-image: url(../../themes/beaverwarrior/components/TabSection/icons-accordion-open.svg);
  position: absolute;
  right: -30px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.TabSection .TabSection--SocialMedia-content__tabs .TabSection--SocialMedia-content__tabsIndividual {
  margin-top: 20px;
}
.TabSection .TabSection--SocialMedia-content__tabs .TabSection--SocialMedia-content__tabsIndividual a {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 31.5px !important;
  color: rgba(18, 18, 18, 0.8);
  position: relative;
}
@media (max-width: 767px) {
  .TabSection .TabSection--SocialMedia-content__tabs .TabSection--SocialMedia-content__tabsIndividual a {
    font-size: 18px !important;
    line-height: 31.5px !important;
  }
}
.TabSection .TabSection--SocialMedia-content__tabs .TabSection--SocialMedia-content__tabsIndividual a::before {
  content: "";
  background-image: url(../../themes/beaverwarrior/components/TabSection/icons-text_link-arrow-black.svg);
  position: absolute;
  right: -26px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.TabSection .TabSection--SocialMedia-content__tabs .TabSection--SocialMedia-content__tabsIndividual a:hover,
.TabSection .TabSection--SocialMedia-content__tabs .TabSection--SocialMedia-content__tabsIndividual a:focus,
.TabSection .TabSection--SocialMedia-content__tabs .TabSection--SocialMedia-content__tabsIndividual a:active {
  text-decoration: none;
  color: #99006B;
}
.TabSection .TabSection--SocialMedia-content__tabs .TabSection--SocialMedia-content__tabsIndividual a:hover::before,
.TabSection .TabSection--SocialMedia-content__tabs .TabSection--SocialMedia-content__tabsIndividual a:focus::before,
.TabSection .TabSection--SocialMedia-content__tabs .TabSection--SocialMedia-content__tabsIndividual a:active::before {
  background-image: url(../../themes/beaverwarrior/components/TabSection/icons-text_link-arrow-purple.svg);
}
.TabSection .TabSection--YoutubeModule-content {
  display: flex;
  justify-content: space-between;
  padding: 60px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .TabSection .TabSection--YoutubeModule-content {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.TabSection .TabSection--YoutubeModule-content__image {
  width: 35%;
  position: relative;
}
@media (max-width: 991px) {
  .TabSection .TabSection--YoutubeModule-content__image {
    width: 100%;
    order: 2;
    margin-top: 20px !important;
  }
}
.TabSection .TabSection--YoutubeModule-content__image .modal_button {
  height: fit-content;
  position: relative;
  height: 100%;
}
.TabSection .TabSection--YoutubeModule-content__image .modal_button::before {
  content: "";
  background-image: url(../../themes/beaverwarrior/components/TabSection/youtube.svg);
  position: absolute;
  left: 50%;
  width: 60px;
  height: 44.89px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  cursor: pointer;
}
.TabSection .TabSection--YoutubeModule-content__image img {
  border-radius: 6px !important;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
@media (max-width: 767px) {
  .TabSection .TabSection--YoutubeModule-content__image img {
    height: 300px;
  }
}
.TabSection .TabSection--YoutubeModule-content .TabSection--YoutubeModule__contentArea {
  width: 55%;
}
@media (max-width: 991px) {
  .TabSection .TabSection--YoutubeModule-content .TabSection--YoutubeModule__contentArea {
    width: 100%;
    order: 1;
  }
}
.TabSection .TabSection--YoutubeModule-content .TabSection--YoutubeModule__contentArea h2 {
  margin: 0px;
  font-size: 42px !important;
  line-height: 46.2px !important;
  letter-spacing: normal !important;
  color: #4B345D;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .TabSection .TabSection--YoutubeModule-content .TabSection--YoutubeModule__contentArea h2 {
    font-size: 34px !important;
    line-height: 37.4px !important;
    margin-bottom: 20px;
  }
}
.TabSection .TabSection--YoutubeModule-content .TabSection--YoutubeModule__contentArea .TabSection--YoutubeModule__text {
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 28px;
  min-height: 308px;
}
.TabSection .TabSection--YoutubeModule-content .TabSection--YoutubeModule__contentArea .TabSection--YoutubeModule__text p {
  font-size: 16px !important;
  line-height: 28px !important;
}
@media (max-width: 767px) {
  .TabSection .TabSection--YoutubeModule-content .TabSection--YoutubeModule__contentArea .TabSection--YoutubeModule__text p {
    font-size: 14px !important;
    line-height: 24.5px !important;
  }
}
@media (max-width: 767px) {
  .TabSection .TabSection--YoutubeModule-content .TabSection--YoutubeModule__contentArea .TabSection--YoutubeModule__text {
    font-size: 14px !important;
    line-height: 24.5px !important;
    margin-bottom: 20px;
  }
}
.TabSection .TabSection--YoutubeModule-content .TabSection--YoutubeModule__contentArea .TabSection--YoutubeModule__button a {
  background-color: #99006B;
  display: flex;
  border-radius: 24px;
  padding: 17px 35px;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  line-height: 12px;
  letter-spacing: 1.15;
}
.TabSection .TabSection--YoutubeModule-content .TabSection--YoutubeModule__contentArea .TabSection--YoutubeModule__button a:hover {
  text-decoration: none;
}
.TabSection--YoutubeModule__Modal .modal-dialog {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 1000px;
  margin: 0px !important;
}
@media (max-width: 1100px) {
  .TabSection--YoutubeModule__Modal .modal-dialog {
    width: 100%;
    padding: 0px 50px;
  }
}
@media (max-width: 767px) {
  .TabSection--YoutubeModule__Modal .modal-dialog {
    padding: 0px 25px;
  }
}
.TabSection--YoutubeModule__Modal .modal-dialog .modal-content {
  border-radius: 6px;
  position: relative;
}
.TabSection--YoutubeModule__Modal .modal-dialog .modal-content .modal-header {
  padding: 0px;
  border-bottom: none !important;
  display: flex;
  justify-content: end;
}
.TabSection--YoutubeModule__Modal .modal-dialog .modal-content .modal-header .close_modal {
  background: none !important;
  border: none !important;
  padding: 10px !important;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9999 !important;
}
.TabSection--YoutubeModule__Modal .modal-dialog .modal-content .modal-header .close_modal:active,
.TabSection--YoutubeModule__Modal .modal-dialog .modal-content .modal-header .close_modal:focus,
.TabSection--YoutubeModule__Modal .modal-dialog .modal-content .modal-header .close_modal:hover {
  top: 0 !important;
  outline: none;
}
.TabSection--YoutubeModule__Modal .modal-dialog .modal-content .modal-header .close_modal svg {
  width: 20px;
  height: 20px;
}
.TabSection--YoutubeModule__Modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 65px 60px 60px 60px;
  height: 620px;
}
@media (max-width: 576px) {
  .TabSection--YoutubeModule__Modal .modal-dialog .modal-content .modal-body {
    height: 239px;
    padding: 40px 20px;
  }
}
.TabSection--YoutubeModule__Modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: none;
}
.Timeline {
  font-family: "The Sans Arab", sans-serif;
  /* Arrows */
}
.Timeline .slick-prev,
.Timeline .slick-next {
  position: absolute;
  top: 22px;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  color: #28CCA2;
  border: none;
  z-index: 999;
  border-radius: 60px;
  outline: none;
  background-color: #fff;
  background-color: transparent;
}
.Timeline .slick-prev svg,
.Timeline .slick-next svg {
  fill: #28CCA2;
}
.Timeline .slick-prev:hover:before,
.Timeline .slick-prev:focus:before,
.Timeline .slick-next:hover:before,
.Timeline .slick-next:focus:before {
  opacity: 1;
}
.Timeline .slick-prev.slick-disabled {
  pointer-events: none !important;
}
.Timeline .custom-disable-button {
  pointer-events: none !important;
}
.Timeline .slick-prev.slick-disabled:before,
.Timeline .slick-next.slick-disabled:before {
  opacity: .25;
}
.Timeline .slick-prev {
  right: 0px;
}
.Timeline .slick-prev svg {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
}
.Timeline .slick-next {
  left: 0px;
}
.Timeline .slick-next svg {
  transform: rotate(-180deg);
  width: 20px;
  height: 20px;
}
.Timeline-years_item {
  text-align: center;
  position: relative;
  color: rgba(75, 52, 93, 0.6);
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: "The Sans Arab", sans-serif;
  margin-right: 3px;
}
.Timeline-years_item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(40, 204, 163, 0.6);
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.Timeline-years_wrap {
  cursor: pointer;
}
.Timeline-years_wrap .slick-list {
  min-height: 45px;
  padding-top: 5px !important;
  margin-bottom: 20px;
}
.Timeline-years_wrap .slick-list::before {
  content: "";
  width: calc(100% - 130px);
  height: 1px;
  background-color: #dcd8df;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.Timeline-years_wrap .slick-current .Timeline-years_item {
  color: #4b345d;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: normal;
  margin-top: -4px;
}
.Timeline-years_wrap .slick-current .Timeline-years_item::before {
  outline: 1px solid rgba(40, 204, 163, 0.6);
  outline-offset: 1px;
}
.Timeline-article_slide_container {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(204, 190, 208, 0.2);
  border-radius: 6px;
  padding: 50px 68px 30px;
}
.Timeline-article_item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 50%;
  margin-bottom: 20px;
}
.Timeline-article_item_image {
  min-width: 200px;
  min-height: 150px;
  max-height: 150px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Timeline-article_item_text_wrap {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow-y: hidden;
}
.Timeline-article_item_title {
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  width: 100%;
}
.Timeline-article_item_content {
  color: rgba(18, 18, 18, 0.8);
  font-size: 14px;
  line-height: 24.4px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.Timeline-article_item_link {
  transform: translateX(160px);
  position: absolute;
  background-color: #99006B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.15px;
  border-radius: 25px;
  opacity: 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none !important;
}
.Timeline-article_item_link:hover {
  color: #fff;
}
.Timeline-article_item_link_wrap {
  cursor: pointer;
  min-height: 32px;
}
.Timeline-article_item_link_wrap svg {
  fill: #99006B;
  width: 30px;
  height: 30px;
  padding: 5px 5px 3px;
  border: 1px solid #99006B;
  border-radius: 50px;
  display: block;
  pointer-events: none;
  rotate: -180deg;
}
.Timeline-article_item_link_wrap:hover .Timeline-article_item_link {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.Timeline-article_item_link_wrap:hover svg {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.Timeline-article_item_link:hover {
  background-color: #99006B;
}
.Timeline-article_item_link:hover svg {
  fill: white;
}
.Timeline-article_item_link_mobile {
  display: none;
}
@media (max-width: 1200px) {
  .Timeline {
    margin-left: 25px;
    margin-right: 25px;
  }
  .Timeline-years_wrap {
    cursor: pointer;
  }
  .Timeline-years_wrap .slick-list::before {
    width: calc(100% - 120px);
  }
}
@media (max-width: 991.98px) {
  .Timeline {
    margin-left: 25px;
    margin-right: 25px;
  }
  .Timeline-years_wrap {
    cursor: pointer;
  }
  .Timeline-years_wrap .slick-list::before {
    width: calc(100% - 85px);
  }
  .Timeline-article_item {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .Timeline {
    /* Arrows */
  }
  .Timeline .slick-prev,
  .Timeline .slick-next {
    position: absolute;
    top: 17px;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    color: #28CCA2;
    border: none;
    z-index: 999;
    border-radius: 60px;
    outline: none;
    background-color: #fff;
    background-color: transparent;
  }
  .Timeline .slick-prev svg,
  .Timeline .slick-next svg {
    fill: #28CCA2;
  }
  .Timeline .slick-prev:hover:before,
  .Timeline .slick-prev:focus:before,
  .Timeline .slick-next:hover:before,
  .Timeline .slick-next:focus:before {
    opacity: 1;
  }
  .Timeline .slick-prev.slick-disabled:before,
  .Timeline .slick-next.slick-disabled:before {
    opacity: .25;
  }
  .Timeline .slick-prev {
    right: 0px;
  }
  .Timeline .slick-prev svg {
    transform: rotate(0deg);
    width: 13px;
    height: 9px;
  }
  .Timeline .slick-next {
    left: 0px;
  }
  .Timeline .slick-next svg {
    transform: rotate(-180deg);
    width: 13px;
    height: 9px;
  }
  .Timeline-years_wrap .slick-slide {
    max-width: 50px;
    margin-left: calc((100vw - 250px)/8);
    margin-right: calc((100vw - 250px)/8);
  }
  .Timeline-years_wrap .slick-list::before {
    width: calc(100vw - 90px);
  }
  .Timeline-article_slide_container {
    padding: 35px 20px 15px;
  }
  .Timeline-article_item {
    width: 100%;
  }
  .Timeline-article_item_image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-width: 38%;
  }
  .Timeline-article_item_link {
    display: none;
  }
  .Timeline-article_item_link_mobile {
    border: 1px solid #fff;
    border-radius: 50px;
    display: block;
    margin: 0 5px 5px 0;
  }
  .Timeline-article_item_link_mobile svg {
    display: block;
    fill: #fff;
    width: 25px;
    height: 25px;
    padding: 5px 5px 3px;
  }
  .Timeline-article_item_link_mobile:hover {
    background-color: #99006B;
    border-color: #99006B;
  }
  .Timeline-article_item_link_mobile:hover svg {
    fill: #ffffff;
  }
  .Timeline-article_item_link_wrap {
    display: none;
  }
  .Timeline-article_item_text_wrap {
    padding-right: 10px;
    padding-left: 0;
  }
  .Timeline-article_item_title {
    font-size: 14px;
    line-height: 19.6px;
  }
  .Timeline-article_item_content {
    font-size: 12px;
    line-height: 16.8px;
    margin-top: 3px;
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .Timeline-years_wrap .slick-slide {
    max-width: 60px;
    margin-left: calc((100vw - 180px)/4);
    margin-right: calc((100vw - 180px)/4);
  }
  .Timeline-years_wrap .slick-list::before {
    width: calc(100vw - 100px);
  }
  .Timeline-article_item_image {
    min-height: 78px;
    max-height: 78px;
  }
}
.menu-image-title-after.menu-image-title {
  padding-left: 0px !important;
  padding-right: 10px !important;
}
header {
  z-index: 9999999998 !important;
}
header .fl-menu-mobile-toggle.fl-active {
  background-color: unset !important;
  color: #121212 !important;
}
header .Secondary-Menu {
  background-color: #f5f2f6 !important;
}
header .Secondary-Menu ul {
  min-width: 136px !important;
}
header .Secondary-Menu ul li ul {
  padding: 20px !important;
}
header .Secondary-Menu ul li ul li {
  margin-right: 0px !important;
}
header .Secondary-Menu ul li ul li a:hover {
  color: #99006B !important;
}
header .UniversityOfPeople-Menu {
  box-shadow: 0px 6px 10px 0px rgba(18, 18, 18, 0.1);
}
header .UniversityOfPeople-Menu .responsive-show {
  display: none !important;
}
@media (max-width: 1200.98px) {
  header .UniversityOfPeople-Menu .responsive-show {
    display: block !important;
    color: #222222;
    opacity: 0.6 !important;
  }
}
@media (max-width: 1200px) {
  header .UniversityOfPeople-Menu .fl-node-e1l460t8uw27,
  header .UniversityOfPeople-Menu .fl-node-i6phjko43b8d {
    position: absolute;
    width: 100%;
    top: 61px;
  }
}
@media (max-width: 767.98px) {
  header .UniversityOfPeople-Menu .fl-node-e1l460t8uw27,
  header .UniversityOfPeople-Menu .fl-node-i6phjko43b8d {
    position: absolute;
    width: 100%;
    top: 32px;
  }
}
header .UniversityOfPeople-Menu .Header-Menu-Main .menu-item .sub-menu {
  margin-top: unset !important;
  visibility: unset !important;
  opacity: unset !important;
}
header .UniversityOfPeople-Menu .Header-Menu-Main .fl-menu-mobile-toggle {
  padding: 0px;
}
header .UniversityOfPeople-Menu .Header-Menu-Main .fl-menu-mobile-toggle:hover {
  background-color: unset;
  color: #121212;
}
header .UniversityOfPeople-Menu .Header-Menu-Main .fl-menu-mobile-toggle .hamburger-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .UniversityOfPeople-Menu .Header-Menu-Main .fl-menu-mobile-toggle .hamburger-menu .fl-hamburger-menu-top {
  y: 80 !important;
}
header .UniversityOfPeople-Menu .Header-Menu-Main .fl-menu-mobile-toggle .hamburger-menu .fl-hamburger-menu-bottom {
  y: 335 !important;
}
header .UniversityOfPeople-Menu .Header-Menu-Main .fl-menu-mobile-toggle .hamburger-menu rect {
  height: 36px !important;
  transition: all 0.3s ease-in-out;
}
header .UniversityOfPeople-Menu .Header-Menu-Main .fl-active .fl-hamburger-menu-middle {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .UniversityOfPeople-Menu .Header-Menu-Main .fl-active .fl-hamburger-menu-top {
  transform: translate(127px, 32px) rotate(45deg);
  transition: all 0.3s ease-in-out;
}
header .UniversityOfPeople-Menu .Header-Menu-Main .fl-active .fl-hamburger-menu-bottom {
  transform: translate(-184px, 211px) rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right {
  -ms-overflow-style: none !important;
  /* Internet Explorer 10+ */
  scrollbar-width: none !important;
  /* Firefox */
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right::-webkit-scrollbar {
  display: none !important;
}
@media (min-width: 1700.98px) {
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu {
    position: relative;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu {
    right: -50% !important;
    transform: translateX(35%) !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu li .sub-menu {
    right: 0px !important;
    transform: unset !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .large-version .sub-menu {
    right: -50% !important;
    transform: translateX(76%) !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .large-version .sub-menu li .sub-menu {
    right: 0px !important;
    transform: unset !important;
  }
}
@media (max-width: 1200px) {
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right {
    z-index: 999;
    max-height: 85vh !important;
    overflow: scroll !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content {
    margin-left: 0px;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile {
    background-color: white;
    padding: 0px 50px;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li {
    margin-right: 0px !important;
    width: fit-content;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li a {
    padding: 0px;
    margin-bottom: 20px;
    border-bottom: none !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li span {
    display: block;
    margin: -14px -33px 0;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li > .fl-has-submenu-container {
    width: fit-content;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li .sub-menu {
    padding: 0px;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li .sub-menu .current-menu-item a .menu-image-title-after {
    background-color: unset !important;
    color: #99006B !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li .sub-menu li a {
    padding: 0;
    border-bottom: none !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li .sub-menu li a img {
    display: none;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li .sub-menu li a .menu-image-title-after {
    margin: 0px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 19.6px !important;
    letter-spacing: normal !important;
    color: #121212 !important;
    padding-right: 0px !important;
    text-transform: uppercase;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li .sub-menu li .fl-menu-toggle {
    display: none;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li .sub-menu li ul {
    display: block !important;
    padding-right: 0px !important;
    margin-bottom: 20px !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li .sub-menu li ul .current-menu-item a {
    background-color: unset !important;
    color: #99006B !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal li .sub-menu li ul li a {
    margin-bottom: 10px !important;
    padding-right: 0px !important;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 16.8px;
    letter-spacing: 0.5px !important;
    color: #121212 !important;
    opacity: 0.8 !important;
    border-bottom: none !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal .single-menu .focus li a {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16.8px;
    letter-spacing: 0.5px !important;
    color: #121212;
    opacity: 0.8 !important;
    border-bottom: none !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal .single-menu .focus li a:hover,
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal .single-menu .focus li a:focus {
    color: #99006B !important;
    text-decoration: none !important;
    border-bottom: none !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal .single-menu .sub-menu {
    padding: 0px !important;
    margin-bottom: 20px !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal .single-menu .sub-menu li {
    margin-bottom: 0px !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal .single-menu .sub-menu li a {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16.8px !important;
    letter-spacing: 0.5px !important;
    color: #121212;
    opacity: 0.8 !important;
    border-bottom: none !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal .single-menu .sub-menu li a:hover,
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-module-content .fl-menu-responsive-toggle-medium-mobile .fl-menu-horizontal .single-menu .sub-menu li a:focus {
    border-bottom: none !important;
    color: #99006B !important;
    text-decoration: none !important;
  }
}
@media (max-width: 767.98px) {
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .fl-menu-responsive-toggle-medium-mobile {
    padding: 0px 25px !important;
  }
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu.current-menu-parent a {
  color: #121212 !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .sub-menu {
  right: -19px;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .sub-menu .current-menu-item a {
  color: #99006B !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu.current-page-ancestor .fl-has-submenu-container a {
  color: #121212 !important;
}
@media (max-width: 1449.98px) and (min-width: 1200px) {
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu:first-child .sub-menu {
    padding: 30.5px 20px;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu:first-child .sub-menu li {
    width: unset !important;
  }
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu:first-child .sub-menu li .sub-menu {
    padding: 0px;
  }
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu {
  width: fit-content !important;
  display: none !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .current-menu-item .fl-has-submenu-container a {
  color: #99006B !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .active .sub.menu li a {
  color: #99006B !important;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item {
  width: 250px !important;
  margin-right: 33px !important;
}
@media (max-width: 1499.98px) {
  header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item {
    width: unset !important;
  }
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item .focus li {
  padding-bottom: 11px !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item .focus li a {
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: 0.5 !important;
  color: #99006B !important;
  opacity: 0.8 !important;
  font-weight: 500 !important;
  background-color: unset !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item .focus li a:hover,
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item .focus li a:focus {
  color: #99006B !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item .sub-menu {
  margin: unset !important;
  display: block !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item .sub-menu .current-menu-item a {
  color: #99006B !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item .sub-menu li {
  padding-bottom: 11px !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item .sub-menu li a {
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: 0.5 !important;
  color: #121212 !important;
  opacity: 0.8 !important;
  font-weight: 500 !important;
  background-color: unset !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item .sub-menu li a:hover,
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .mega-menu .sub-menu .menu-item .sub-menu li a:focus {
  border-bottom: none !important;
  text-decoration: none !important;
  color: #99006B !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .sub-menu {
  padding: 20px 20px 20px 30px !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .sub-menu li a {
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: 0.5 !important;
  color: #121212 !important;
  opacity: 0.8 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-weight: 500 !important;
  border-bottom: none !important;
  margin-bottom: 10px !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .menu .current-menu-item .fl-has-submenu-container a {
  background-color: unset !important;
  color: #99006B;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile .fl-menu-expanded {
  background-color: unset !important;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile .Search-responsive {
  display: none !important;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile .fl-menu-search-item {
  display: block !important;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile .fl-menu-search-item .fl-button-wrap {
  position: absolute;
  top: -63px;
  left: 94px;
  z-index: 9999 !important;
}
@media (max-width: 767.98px) {
  header .UniversityOfPeople-Menu .Search-WrapperMobile .fl-menu-search-item .fl-button-wrap {
    position: absolute;
    top: -45px;
    left: 63px;
    z-index: 9999 !important;
  }
}
header .UniversityOfPeople-Menu .Search-WrapperMobile .fl-menu-search-item .fl-button-wrap a i {
  font-size: 16px !important;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile .fl-menu-search-item .fl-button-wrap a i::before {
  color: #121212;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile li {
  margin-right: 0px !important;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile li .is-showing .fl-button {
  width: 50px !important;
  height: 50px !important;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile li .is-showing .fl-button::before {
  content: "";
  background-image: url(../../themes/beaverwarrior/assets/icons/uEA18-x-icones.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  left: 0;
  top: 15px;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile li .is-showing .fl-button-icon {
  display: none !important;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile li .fl-search-form-input-wrap {
  padding: 0px;
  width: 100%;
  top: 10px !important;
}
@media (max-width: 350px) {
  header .UniversityOfPeople-Menu .Search-WrapperMobile li .fl-search-form-input-wrap {
    top: 100% !important;
  }
}
header .UniversityOfPeople-Menu .Search-WrapperMobile li .fl-search-form-input-wrap input {
  border: none !important;
  border-radius: 0px !important;
  background-color: #6f5d7d !important;
  color: rgba(252, 252, 252, 0.8) !important;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 767.98px) {
  header .UniversityOfPeople-Menu .Search-WrapperMobile li .fl-search-form-input-wrap input {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 12px !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
  }
}
header .UniversityOfPeople-Menu .Search-WrapperMobile li .fl-search-form-input-wrap input::placeholder {
  color: rgba(252, 252, 252, 0.8) !important;
  font-size: 12px !important;
}
header .UniversityOfPeople-Menu .Search-WrapperMobile li .fl-search-form-input-wrap::before {
  content: "";
  background-image: url(../../themes/beaverwarrior/assets/icons/uEA01-icons-search-white.svg);
  top: 3px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  header .UniversityOfPeople-Menu .Search-WrapperMobile li .fl-search-form-input-wrap::before {
    left: 25px !important;
  }
}
header .UniversityOfPeople-Menu .fl-photo-img-png {
  z-index: 99 !important;
}
@media (max-width: 767.98px) {
  header .UniversityOfPeople-Menu .fl-photo-img-png {
    padding-right: 25px;
  }
}
@media (max-width: 1200px) {
  header .UniversityOfPeople-Menu .fl-photo-img-png img {
    min-height: 63px;
    object-fit: contain;
  }
}
@media (max-width: 767.98px) {
  header .UniversityOfPeople-Menu .fl-photo-img-png img {
    width: 160px !important;
    min-height: 25.7px !important;
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  header .UniversityOfPeople-Menu .menu {
    display: flex;
    align-items: center;
  }
}
header .UniversityOfPeople-Menu .menu .apply-now-button {
  margin-right: 30px !important;
  height: 40px !important;
  border-right: 0px !important;
}
@media (max-width: 1300px) {
  header .UniversityOfPeople-Menu .menu .apply-now-button {
    margin-right: 25px !important;
  }
}
@media (max-width: 1200px) {
  header .UniversityOfPeople-Menu .menu .apply-now-button {
    display: none;
  }
}
header .UniversityOfPeople-Menu .menu .apply-now-button a {
  background-color: #E90172 !important;
  border-radius: 24px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: white !important;
  padding: 12px 35px !important;
  letter-spacing: 1.15px !important;
  height: 40px !important;
  border-bottom: none !important;
  overflow: visible !important;
}
header .UniversityOfPeople-Menu .menu .apply-now-button .menu-item-description {
  display: none;
}
header .UniversityOfPeople-Menu .menu .menu-item .focus a {
  background-color: unset !important;
  color: #99006B;
}
header .UniversityOfPeople-Menu .menu .menu-item a {
  color: #121212;
  letter-spacing: 0.5;
  line-height: 24.5px;
  font-size: 16px;
  font-weight: 700;
  padding-right: 12.5px;
  padding-left: 12.5px;
  border-bottom: none !important;
}
@media (max-width: 1300px) {
  header .UniversityOfPeople-Menu .menu .menu-item a {
    padding-right: 6px;
    padding-left: 6px;
  }
}
header .UniversityOfPeople-Menu .menu .menu-item a:hover {
  background-color: unset !important;
  color: #99006B;
}
header .UniversityOfPeople-Menu .menu .menu-item .fl-has-submenu-container:hover a {
  background-color: unset !important;
  color: #99006B;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .menu .menu-item .fl-has-submenu-container a {
  color: #121212;
  letter-spacing: 0.5;
  line-height: 24.5px;
  font-size: 16px;
  font-weight: 700;
  padding-right: 12.5px;
  padding-left: 12.5px;
  border-bottom: none !important;
}
@media (max-width: 1300px) {
  header .UniversityOfPeople-Menu .menu .menu-item .fl-has-submenu-container a {
    padding-left: 6px;
    padding-right: 6px;
  }
}
header .UniversityOfPeople-Menu .menu .menu-item .fl-has-submenu-container .fl-menu-toggle {
  display: none;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu {
  justify-content: center;
  margin: 0 auto;
  padding: 30.5px 50px;
  border-radius: 0px 0px 6px 6px;
  background-color: white !important;
  box-shadow: unset !important;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu .only_this_menu a {
  font-weight: 700;
  font-size: 20px;
  line-height: 0.5px;
  text-align: right;
  color: #121212 !important;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu .only_this_menu a img {
  width: 25px;
  height: 25px;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu .only_this_menu.current-menu-item a {
  background-color: unset !important;
  color: #99006B !important;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu li {
  /* Column*/
  margin-right: 0px;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu li:last-child {
  margin-left: 0px;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu li a {
  padding-bottom: 17px;
  border-bottom: none !important;
  text-align: right;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu li .fl-has-submenu-container {
  /* Heading on sub-menu*/
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu li .fl-has-submenu-container a {
  font-weight: 700;
  font-size: 20px;
  line-height: 0.5px;
  text-align: right;
  color: #121212 !important;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu li .fl-has-submenu-container a img {
  width: 25px;
  height: 25px;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu li .sub-menu {
  /* Column sub-menu */
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu li .sub-menu li {
  margin-left: 0px !important;
}
header .UniversityOfPeople-Menu .menu .menu-item .sub-menu li .sub-menu li a {
  color: black;
  padding: 0px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #121212;
  opacity: 0.8;
  text-align: right;
  border-bottom: none !important;
}
header .Secondary-Menu {
  height: 35px;
}
@media (max-width: 1200px) {
  header .Secondary-Menu {
    height: 45px !important;
  }
}
header .Secondary-Menu .fl-col {
  height: 35px;
}
@media (max-width: 1200px) {
  header .Secondary-Menu .fl-col {
    height: 45px !important;
  }
}
header .Secondary-Menu .fl-col li a {
  padding: 0px !important;
}
header .Secondary-Menu .fl-col .fl-search-form-wrap {
  padding: 0px 26px 11px 14px !important;
}
header .Secondary-Menu .menu li {
  margin-right: 26px;
}
header .Secondary-Menu .menu li a {
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24.5px;
  letter-spacing: 0.25px;
  color: #121212;
  opacity: 0.6;
}
header .Secondary-Menu .menu li a:hover {
  opacity: 1;
}
header .Secondary-Menu .menu li .sub-menu {
  background-color: #f5f2f6;
  border-radius: 0px 0px 6px 6px;
  box-shadow: none !important;
}
header .Secondary-Menu .Top-Header-Left {
  width: 88% !important;
}
@media (min-width: 1200px) {
  header .Secondary-Menu .Top-Header-Left {
    width: unset !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1200px) {
  header .Secondary-Menu .Top-Header-Left {
    display: none !important;
  }
}
header .Secondary-Menu .Top-Header-Left .fl-col-content {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Menu-left {
  width: unset;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu {
  width: fit-content;
  transition: 0.3s ease-in-out;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu:hover .fl-form-field input,
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu:focus .fl-form-field input {
  transition: 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.8) !important;
  width: 220px !important;
  background-color: #6d5a7b !important;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu:hover .fl-form-field::before,
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu:focus .fl-form-field::before {
  opacity: 1;
  z-index: 2;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu:hover .fl-form-field::after,
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu:focus .fl-form-field::after {
  opacity: 0 !important;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu .fl-form-field {
  position: relative;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu .fl-form-field::before {
  content: "";
  background-image: url(../../themes/beaverwarrior/assets/icons/uEA01-icons-search-white.svg);
  top: 3px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu .fl-form-field::after {
  content: "";
  background-image: url(../../themes/beaverwarrior/assets/icons/uEA01-icons-search-black.svg);
  top: 3px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 1;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu .fl-form-field input {
  border: none;
  border-radius: 6px;
  height: 26px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0) !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: normal;
  position: relative;
  transition: 0.4s ease-in-out;
  width: 30px;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu .fl-form-field input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}
header .Secondary-Menu .Top-Header-Left .fl-col-content .Search-Menu .fl-form-field input:focus {
  width: 220px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  background-color: #6d5a7b;
}
header .Secondary-Menu .Top-Header-Right {
  width: 100px !important;
  position: relative;
}
@media (min-width: 1200.98px) {
  header .Secondary-Menu .Top-Header-Right {
    width: 100px !important;
    position: relative;
    flex-basis: 100px !important;
    flex-grow: 0;
    flex-shrink: 0;
  }
  header .Secondary-Menu .Top-Header-Right:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #CCBED0;
    right: -10px;
  }
}
header .Secondary-Menu .Top-Header-Right ul {
  min-width: unset !important;
}
header .Secondary-Menu .Top-Header-Right .menu {
  text-align: left;
}
@media (max-width: 1200px) {
  header .Secondary-Menu .Top-Header-Right {
    width: 100% !important;
    max-width: 100% !important;
  }
}
header .Secondary-Menu .Top-Header-Right .Menu-right ul {
  height: 29px !important;
}
@media (max-width: 1200px) {
  header .Secondary-Menu .Top-Header-Right .Menu-right ul {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  header .Secondary-Menu .Top-Header-Right .Menu-right ul::before,
  header .Secondary-Menu .Top-Header-Right .Menu-right ul::after {
    display: none !important;
  }
}
header .Secondary-Menu .Top-Header-Right .Menu-right ul li {
  margin-right: 0px !important;
}
header .Secondary-Menu .Top-Header-Right .Menu-right ul .apply-now-button {
  display: none;
}
header .Secondary-Menu .Top-Header-Right .Menu-right ul .apply-now-button a {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.99px;
  font-weight: 500;
  color: white;
  border-radius: 24px;
  background-color: #E90172;
  padding: 8px 12px !important;
  opacity: 1 !important;
}
@media (max-width: 1200px) {
  header .Secondary-Menu .Top-Header-Right .Menu-right ul .apply-now-button {
    display: block;
  }
}
@media (max-width: 768px) {
  header .UniversityOfPeople-Menu .Header-Logo {
    width: 50% !important;
  }
  header .UniversityOfPeople-Menu .Header-Menu-Main {
    width: 50% !important;
  }
}
.background-overly::before {
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
  z-index: 999999999 !important;
}
.fl-page-content::before {
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.fixed-button-donate {
  position: fixed;
  top: unset;
  left: 50px;
  z-index: 1001;
  bottom: 11px;
}
@media (max-width: 767.98px) {
  .fixed-button-donate {
    left: 25px !important;
  }
}
.fixed-button-donate .UOTP-defaultLink {
  height: 55px !important;
  padding-top: 0px !important;
}
.fixed-button-donate .UOTP-defaultLink a {
  background-color: #E90172 !important;
  border-radius: 24px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: white !important;
  padding: 20px 41px !important;
  letter-spacing: 1.15px !important;
  height: 55px !important;
}
.header-show {
  transform: translateY(0px) !important;
  transition: 0.3s ease-in-out !important;
}
.header-sticky {
  transform: translateY(-35px);
  transition: 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .header-sticky {
    transform: translateY(-45px);
  }
}
@media (max-width: 767.98px) {
  .header-sticky {
    transform: translateY(-45px);
  }
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .focus li {
  background-color: unset !important;
  text-decoration: none !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .focus li a {
  background-color: unset !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .focus li a:hover,
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .focus li a:focus {
  background-color: unset !important;
  color: #99006B !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .sub-menu li {
  background-color: unset !important;
  text-decoration: none !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .sub-menu li a {
  background-color: unset !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .sub-menu li a:hover,
header .UniversityOfPeople-Menu .Mega-Nav-Menu-Right .single-menu .sub-menu li a:focus {
  border-bottom: none !important;
  color: #99006B !important;
  text-decoration: none !important;
}
.LeadershipSlider {
  font-family: "The Sans Arab", sans-serif;
  /* Arrows */
  /* Dots */
}
.LeadershipSlider .UOTP-defaultButtonVer2 span {
  font-family: "The Sans Arab", sans-serif;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 1.15px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  background-color: #99006B !important;
  border: 0px solid transparent !important;
  border-radius: 24px !important;
  padding: 19px 41px !important;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.LeadershipSlider .UOTP-defaultButtonVer2 span:active {
  top: 0px !important;
}
.LeadershipSlider .UOTP-defaultButtonVer2:hover span {
  transform: scale3d(1, 1, 1);
  border: 0px solid transparent !important;
}
.LeadershipSlider .UOTP-defaultButtonVer2 span::before,
.LeadershipSlider .UOTP-defaultButtonVer2 span::after {
  content: '';
  position: absolute;
  background: #E90172;
  height: 58px !important;
  z-index: -1;
}
.LeadershipSlider .UOTP-defaultButtonVer2 span::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.LeadershipSlider .UOTP-defaultButtonVer2:hover span::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.LeadershipSlider .UOTP-defaultButtonVer2 span::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.LeadershipSlider .UOTP-defaultButtonVer2:hover span::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}
.LeadershipSlider .slick-prev,
.LeadershipSlider .slick-next {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: #F8F8F2;
  border: none;
  border-radius: 60px;
  outline: none;
  background: #28CCA2;
}
.LeadershipSlider .slick-prev:hover:before,
.LeadershipSlider .slick-prev:focus:before,
.LeadershipSlider .slick-next:hover:before,
.LeadershipSlider .slick-next:focus:before {
  opacity: 1;
}
.LeadershipSlider .slick-prev.slick-disabled:before,
.LeadershipSlider .slick-next.slick-disabled:before {
  opacity: .25;
}
.LeadershipSlider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.LeadershipSlider .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  list-style: none;
}
.LeadershipSlider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.LeadershipSlider .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.LeadershipSlider .slick-dots li button:hover,
.LeadershipSlider .slick-dots li button:focus {
  outline: none;
  top: 0;
}
.LeadershipSlider .slick-dots li button:hover:before,
.LeadershipSlider .slick-dots li button:focus:before {
  opacity: .75;
}
.LeadershipSlider .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  opacity: .25;
  background-color: #28CCA2;
  border-radius: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.LeadershipSlider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #28CCA2;
}
.LeadershipSlider-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -23px;
  margin-right: -23px;
}
.LeadershipSlider-grid_general {
  text-align: center;
  margin-bottom: 30px;
}
.LeadershipSlider-grid_general_title {
  text-align: center;
  margin-bottom: 0px;
}
.LeadershipSlider-grid_general_content {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}
.LeadershipSlider-grid_item {
  width: calc(25% - 46px);
  margin: 0 23px 23px ;
}
.LeadershipSlider-grid_item_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 362px;
  transition: .3s ease;
}
.LeadershipSlider-grid_item_image_wrap {
  background-color: #000;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: block;
}
.LeadershipSlider-grid_item_uni_logo {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 35px;
  transition: .3s ease;
  border: 1px solid #fff;
  border-radius: 2px;
}
.LeadershipSlider-grid_item .UOTP-defaultButtonVer2 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.LeadershipSlider-grid_item .UOTP-defaultButtonVer2 span {
  padding: 15px 35px !important;
  min-width: 184px;
}
.LeadershipSlider-grid_item_link {
  display: inline-block;
  background-color: #99006B;
  border-radius: 24px;
  opacity: 0;
  transition: .3s ease;
  padding: 15px 35px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 14px;
  line-height: 1;
  min-width: 163px;
}
.LeadershipSlider-grid_item_link svg {
  display: none;
}
.LeadershipSlider-grid_item_link:hover,
.LeadershipSlider-grid_item_link:focus {
  text-decoration: none;
  color: #fff;
}
.LeadershipSlider-grid_item_name {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  color: #121212;
  margin-top: 5px;
}
.LeadershipSlider-grid_item_position,
.LeadershipSlider-grid_item_position * {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  color: rgba(18, 18, 18, 0.8);
}
.LeadershipSlider-grid_item.hasBio:hover .LeadershipSlider-grid_item_image {
  opacity: 0.5;
  transition: .3s ease;
}
.LeadershipSlider-grid_item.hasBio:hover .LeadershipSlider-grid_item_uni_logo {
  opacity: 0.5;
  transition: .3s ease;
}
.LeadershipSlider-grid_item.hasBio:hover .LeadershipSlider-grid_item_link {
  text-align: center;
  opacity: 1;
  transition: .3s ease;
}
.LeadershipSlider-slider {
  margin-bottom: 50px;
}
.LeadershipSlider-slider_wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.LeadershipSlider-slider_general_title {
  margin-bottom: 15px;
  margin-top: 23px;
  text-align: center;
}
.LeadershipSlider-slider_general_content {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
a.LeadershipSlider-slider_general_button {
  display: inline-block;
  background-color: #99006B;
  border-radius: 24px;
  transition: .3s ease;
  padding: 15px 35px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 14px;
  line-height: 1;
}
a.LeadershipSlider-slider_general_button:hover,
a.LeadershipSlider-slider_general_button:focus {
  text-decoration: none;
  background-color: #4B345D;
  color: #fff;
  transition: .3s ease;
}
.LeadershipSlider-slider_nav {
  display: flex;
  justify-content: center;
}
.LeadershipSlider-slider_item {
  width: calc(25% - 46px);
  margin: 0 20px 20px ;
}
.LeadershipSlider-slider_item_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 362px;
  transition: .3s ease;
}
.LeadershipSlider-slider_item_image_wrap {
  background-color: #000;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: block;
}
.LeadershipSlider-slider_item_uni_logo {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 35px;
  transition: .3s ease;
  border: 1px solid #fff;
  border-radius: 2px;
}
.LeadershipSlider-slider_item .UOTP-defaultButtonVer2 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.LeadershipSlider-slider_item .UOTP-defaultButtonVer2 span {
  padding: 15px 35px !important;
  min-width: 184px;
}
.LeadershipSlider-slider_item_link {
  display: inline-block;
  background-color: #99006B;
  border-radius: 24px;
  opacity: 0;
  transition: .3s ease;
  padding: 15px 35px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 14px;
  line-height: 1;
  min-width: 163px;
}
.LeadershipSlider-slider_item_link svg {
  display: none;
}
.LeadershipSlider-slider_item_link:hover,
.LeadershipSlider-slider_item_link:focus {
  text-decoration: none;
  color: #fff;
}
.LeadershipSlider-slider_item_name {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  color: #121212;
  margin-top: 5px;
}
.LeadershipSlider-slider_item_position,
.LeadershipSlider-slider_item_position * {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  color: rgba(18, 18, 18, 0.8);
}
.LeadershipSlider-slider_item.hasBio:hover .LeadershipSlider-slider_item_image {
  opacity: 0.5;
  transition: .3s ease;
}
.LeadershipSlider-slider_item.hasBio:hover .LeadershipSlider-grid_item_uni_logo {
  opacity: 0.5;
  transition: .3s ease;
}
.LeadershipSlider-slider_item.hasBio:hover .LeadershipSlider-slider_item_link {
  opacity: 1;
  transition: .3s ease;
}
.LeadershipSlider-mobile,
.LeadershipSlider-mobile_general {
  display: none;
}
@media (max-width: 991.98px) {
  .LeadershipSlider {
    margin-right: 25px;
  }
  .LeadershipSlider-grid,
  .LeadershipSlider-grid_general,
  .LeadershipSlider-slider_wrap {
    display: none;
  }
  .LeadershipSlider-mobile {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 25px;
  }
  .LeadershipSlider-mobile_general {
    display: block;
  }
  .LeadershipSlider-mobile_general_title {
    margin-bottom: 0px;
  }
  .LeadershipSlider-mobile_general_content {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  a.LeadershipSlider-mobile_general_button {
    display: inline-block;
    background-color: #99006B;
    border-radius: 24px;
    transition: .3s ease;
    padding: 9px 14px !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
  }
  a.LeadershipSlider-mobile_general_button:hover,
  a.LeadershipSlider-mobile_general_button:focus {
    text-decoration: none;
    background-color: #4B345D;
    color: #fff;
    transition: .3s ease;
  }
  .LeadershipSlider-mobile_item {
    width: calc(40% - 40px);
    min-width: calc(40% - 40px);
    margin: 0 20px 20px ;
  }
  .LeadershipSlider-mobile_item:first-child {
    margin-left: 0;
  }
  .LeadershipSlider-mobile_item_image {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 325px;
    transition: .3s ease;
  }
  .LeadershipSlider-mobile_item_image_wrap {
    background-color: #000;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
  }
  .LeadershipSlider-mobile_item_uni_logo {
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 35px;
    transition: .3s ease;
    border: 1px solid #fff;
    border-radius: 2px;
  }
  .LeadershipSlider-mobile_item_link {
    position: absolute;
    bottom: 15px;
    left: 0;
    display: flex;
    align-items: center;
    opacity: 1;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
  }
  .LeadershipSlider-mobile_item_link svg {
    display: inline-block;
    fill: #fff;
    margin-right: 8px;
    rotate: -180deg;
  }
  .LeadershipSlider-mobile_item_link:hover,
  .LeadershipSlider-mobile_item_link:focus {
    text-decoration: none;
    color: #fff;
  }
  .LeadershipSlider-mobile_item_name {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    color: #121212;
    margin-top: 8px;
  }
  .LeadershipSlider-mobile_item_position,
  .LeadershipSlider-mobile_item_position * {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 19.6px;
    color: rgba(18, 18, 18, 0.8);
  }
  .LeadershipSlider-mobile_item:hover .LeadershipSlider-grid_item_image {
    opacity: 0.5;
    transition: .3s ease;
  }
  .LeadershipSlider-mobile_item:hover .LeadershipSlider-grid_item_uni_logo {
    opacity: 0.5;
    transition: .3s ease;
  }
  .LeadershipSlider-mobile_item:hover .LeadershipSlider-grid_item_link {
    text-align: center;
    opacity: 1;
    transition: .3s ease;
  }
  .LeadershipSlider ::-webkit-scrollbar {
    height: 5px;
  }
  .LeadershipSlider ::-webkit-scrollbar-track {
    background: rgba(75, 52, 93, 0.2);
    border: 2px solid #fff;
  }
  .LeadershipSlider ::-webkit-scrollbar-thumb {
    position: relative;
    z-index: 9;
    background: #28CCA2;
    height: 5px;
    border-radius: 2px;
  }
  .LeadershipSlider ::-webkit-scrollbar-thumb:hover {
    background: #28CCA2;
  }
}
@media (max-width: 575.98px) {
  .LeadershipSlider {
    margin-right: 25px;
  }
  .LeadershipSlider-grid,
  .LeadershipSlider-grid_general,
  .LeadershipSlider-slider_wrap {
    display: none;
  }
  .LeadershipSlider-mobile_general {
    display: block;
  }
  .LeadershipSlider-mobile_item {
    width: calc(76% - 20px);
    min-width: calc(76% - 20px);
    margin: 0 10px 10px ;
  }
  .LeadershipSlider-mobile_item:first-child {
    margin-right: 0;
  }
  .LeadershipSlider-mobile_item_name {
    margin-top: 8px;
  }
  .LeadershipSlider-mobile_item_position,
  .LeadershipSlider-mobile_item_position * {
    font-size: 12px;
  }
}
.LeadershipFeed {
  font-family: "vista-sans", Verdana, Arial, sans-serif;
}
.LeadershipFeed-load_more_wrap {
  text-align: center;
}
a.LeadershipFeed-load_more {
  display: block;
  margin: 20px auto;
  background-color: #99006B;
  border-radius: 24px;
  transition: .3s ease;
  padding: 17px 35px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 14px;
  line-height: 1;
  min-width: 163px;
}
a.LeadershipFeed-load_more:hover,
a.LeadershipFeed-load_more:focus {
  transition: .3s ease;
  text-decoration: none;
  color: #fff;
  background-color: #4B345D;
}
@media (max-width: 1200px) {
  .LeadershipFeed {
    font-family: "vista-sans", Verdana, Arial, sans-serif;
  }
  .LeadershipFeed-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .LeadershipFeed-grid_item {
    width: calc(33.33333% - 46px);
    margin: 0 23px 46px;
  }
  .LeadershipFeed-grid_item_name {
    margin-top: 7px;
  }
  .LeadershipFeed-grid_item_position {
    margin-top: 2px;
  }
  .LeadershipFeed-grid_item_link,
  .LeadershipFeed-grid_item_link--mobile {
    position: absolute;
    bottom: 15px;
    left: unset;
    transform: none;
    right: 0;
    display: flex;
    align-items: center;
    opacity: 1;
    text-transform: none;
    background-color: transparent;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    min-width: 140px;
  }
  .LeadershipFeed-grid_item_link svg,
  .LeadershipFeed-grid_item_link--mobile svg {
    display: inline-block;
    fill: #fff;
    margin-left: 8px;
  }
  .LeadershipFeed-grid_item_link:hover,
  .LeadershipFeed-grid_item_link--mobile:hover,
  .LeadershipFeed-grid_item_link:focus,
  .LeadershipFeed-grid_item_link--mobile:focus {
    text-decoration: none;
    color: #fff;
  }
  .LeadershipFeed-grid_item_link {
    display: none;
  }
  .LeadershipFeed-grid_item:hover .LeadershipFeed-grid_item_image {
    opacity: 1;
    transition: .3s ease;
  }
  .LeadershipFeed-grid_item.noBio .LeadershipFeed-grid_item_link--mobile {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .LeadershipFeed-grid_item {
    width: calc(50% - 46px);
    margin: 0 23px 46px;
  }
}
@media (max-width: 575.98px) {
  .LeadershipFeed-grid_item {
    width: calc(100% - 46px);
    margin: 0 25px 30px;
  }
}
.LeaderhsipFeedFilter-topArea {
  display: none;
}
.LeadershipFeed-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}
.LeadershipFeed-grid .pagination-nav {
  width: 100% !important;
  display: none !important;
}
.LeadershipFeed-grid .pagination-nav:last-child {
  display: block !important;
}
.LeadershipFeed-grid .pagination-nav .pagination-link1 ul {
  padding-left: 0px;
}
.LeadershipFeed-grid .pagination-nav .pagination-link1 ul .inactive {
  display: none !important;
}
.LeadershipFeed-grid .pagination-nav .pagination-link1 ul li {
  list-style: none !important;
}
.LeadershipFeed-grid .pagination-nav .pagination-link1 ul li a {
  cursor: pointer;
}
.LeadershipFeed-grid_item {
  width: calc(25% - 46px);
  margin: 0 23px 60px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .LeadershipFeed-grid_item {
    width: calc(50% - 46px);
    margin: 0 23px 46px;
  }
}
@media (max-width: 575.98px) {
  .LeadershipFeed-grid_item {
    width: calc(100% - 46px);
    margin: 0 25px 30px;
  }
}
.LeadershipFeed-grid_item.noBio {
  cursor: auto;
}
.LeadershipFeed-grid_item_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 430px;
  transition: .3s ease;
}
.LeadershipFeed-grid_item_image_wrap {
  background-color: #000;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.LeadershipFeed-grid_item_uni_logo {
  position: absolute;
  bottom: 7px;
  left: 7px;
  width: 35px;
  transition: .3s ease;
  border: 1px solid #fff;
  border-radius: 2px;
}
.LeadershipFeed-grid_item .UOTP-defaultButtonVer2 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.LeadershipFeed-grid_item .UOTP-defaultButtonVer2 a {
  padding: 15px 35px !important;
  min-width: 184px;
}
.LeadershipFeed-grid_item_link {
  display: inline-block;
  background-color: #99006B;
  border-radius: 24px;
  opacity: 0;
  transition: .3s ease;
  padding: 15px 35px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 14px;
  line-height: 1;
  min-width: 163px;
}
.LeadershipFeed-grid_item_link svg {
  display: none;
}
.LeadershipFeed-grid_item_link:hover,
.LeadershipFeed-grid_item_link:focus {
  text-decoration: none;
  color: #fff;
}
.LeadershipFeed-grid_item_link--mobile {
  display: none;
}
.LeadershipFeed-grid_item_name {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #121212;
  margin-top: 5px;
}
.LeadershipFeed-grid_item_position,
.LeadershipFeed-grid_item_position * {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgba(18, 18, 18, 0.8);
}
.LeadershipFeed-grid_item:hover .LeadershipFeed-grid_item_image {
  opacity: 0.5;
  transition: .3s ease;
}
.LeadershipFeed-grid_item:hover .LeadershipFeed-grid_item_uni_logo {
  opacity: 0.5;
  transition: .3s ease;
}
.LeadershipFeed-grid_item:hover .LeadershipFeed-grid_item_link {
  opacity: 1;
  transition: .3s ease;
}
.LeadershipFeed-grid_item.noBio .LeadershipFeed-grid_item_link {
  display: none !important;
}
.LeadershipFeed-grid_item.noBio:hover .LeadershipFeed-grid_item_image {
  opacity: 1;
  transition: .3s ease;
}
.LeadershipFeed-grid_item.noBio:hover .LeadershipFeed-grid_item_uni_logo {
  opacity: 1;
  transition: .3s ease;
}
.LeadershipFeed-load_more_wrap .LeadershipFeed-load_more {
  display: block;
  margin: 20px auto;
  background-color: #99006B;
  border-radius: 24px;
  transition: .3s ease;
  padding: 17px 35px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 14px;
  line-height: 1;
  min-width: 163px;
}
.LeadershipFeed-load_more_wrap .LeadershipFeed-load_more:hover,
.LeadershipFeed-load_more_wrap .LeadershipFeed-load_more:focus {
  transition: .3s ease;
  text-decoration: none;
  color: #fff;
  background-color: #4B345D;
}
/*variables*/
/*@StudentGridFeed--colsPaddingBottom:   52px;*/
/*mixins*/
html,
body {
  -webkit-overflow-scrolling: touch;
}
html {
  scroll-behavior: smooth;
}
.StudentGridFeed * {
  box-sizing: border-box;
}
.StudentGridFeed {
  width: 100%;
  height: auto;
}
.StudentGridFeed *:hover {
  text-decoration: none;
}
.StudentGridFeed-equalHeight {
  display: flex !important;
  flex-wrap: wrap;
}
.StudentGridFeed-hide {
  display: none;
}
.StudentGridFeed-noResults {
  padding: 20px;
}
.StudentGridFeed-topArea {
  position: relative;
  padding-bottom: 5%;
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_MainBlogFeedTop.jpg);
  background-position: left top;
  background-repeat: no-repeat;*/
}
.StudentGridFeed-h1Title {
  background-image: url(/wp-content/themes/beaverwarrior/assets/img/Dark_Purple_Magical_Element.svg);
  background-position: right 10px;
  background-repeat: no-repeat;
  color: #18354a;
  font-size: 74px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 82px;
  position: relative;
  z-index: 1;
  padding-top: 11px;
  background-size: 40px auto;
  display: inline-block;
  margin-top: 0px;
  padding-right: 35px;
}
.StudentGridFeed-h1TitleBorder {
  position: absolute;
  left: 0px;
  top: 89px;
}
.StudentGridFeed-subTitle {
  color: #465d6e;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 30px;
  margin-right: 30%;
  /*.StudentGridFeed-inside-border(#48ff00);*/
}
.StudentGridFeed-selectDropdown {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_MainBlogFeedCateg.jpg);
  background-position: left top;
  background-repeat: no-repeat;*/
  width: 200px;
  position: absolute;
  top: 52%;
  right: 0;
}
.StudentGridFeed-selectDropdown button {
  color: #18354a;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: left;
  padding: 13px 52px 16px 18px;
  width: 100%;
  text-transform: uppercase;
  border: none;
  background-color: #EFF5F7;
  border-radius: 22.5px;
  outline: none;
  height: 44px;
}
.StudentGridFeed-selectDropdown button:focus {
  top: 0px;
}
.StudentGridFeed-selectDropdown .caret {
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #6D61F3;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
.StudentGridFeed-selectDropdown ul {
  width: 100%;
  background-color: #EFF5F7;
  border-radius: 10px;
  border: 0px solid #FFFFFF;
  list-style-type: none;
  padding: 0;
  margin-top: 16px;
}
.StudentGridFeed-selectDropdown ul li {
  color: #465d6e;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: capitalize;
  padding: 8px 10px 8px 18px;
  cursor: pointer;
  border-bottom: 1px solid #FFFFFF;
}
.StudentGridFeed-selectDropdown ul li:last-child {
  border-bottom: 0px solid #FFFFFF;
}
.StudentGridFeed-Featured {
  /*background-image: url(/wp-content/themes/beaverwarrior/assets/img/_MainBlogFeedFeatured.jpg);
  background-position: left top;
  background-repeat: no-repeat;*/
  /*padding-bottom: 52px;*/
  padding-bottom: 80px;
}
.StudentGridFeed-Featured .row {
  margin: 0;
  padding: 0;
}
.StudentGridFeed-featuredImage {
  padding-top: 28%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.StudentGridFeed-featuredText {
  padding: 4.9% 5% 0% 5.2%;
}
.StudentGridFeed-featuredText--category {
  color: #18354a;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.StudentGridFeed-featuredText--title {
  color: #18354a;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 42px;
  margin: 0;
  padding: 3px 0 0 0;
}
.StudentGridFeed-featuredText--excerpt {
  color: #465d6e;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  padding-top: 10px;
}
.StudentGridFeed-featuredText--link {
  color: #6d61f3;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 13px;
  display: block;
}
.StudentGridFeed-featuredText--link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /*makes all card clickable*/
  /*width: 100%;
    height: 100%;*/
}
.StudentGridFeed-featuredText--link span {
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transform: translate(3px, 2px);
  font-size: 17px;
}
.StudentGridFeed-featuredText--link:hover span {
  transform: translate(8px, 2px);
}
.StudentGridFeed-colInner {
  height: 100%;
  border-radius: 6px;
  background-color: white;
  border-bottom: 1px solid rgba(204, 190, 208, 0.8);
  overflow: hidden;
}
.StudentGridFeed-col {
  padding-bottom: 60px;
  /*.StudentGridFeed-inside-border(#ff6600);*/
}
@media (max-width: 767px) {
  .StudentGridFeed-col {
    padding-bottom: 30px;
  }
}
.StudentGridFeed-topImage {
  height: 226px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*.StudentGridFeed-inside-border(#00d9ff);*/
}
@media (max-width: 767px) {
  .StudentGridFeed-topImage {
    height: 268px;
  }
}
.StudentGridFeed-colInnerMargin {
  position: relative;
  padding-bottom: 55px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .StudentGridFeed-colInnerMargin {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.StudentGridFeed-postCategory {
  color: #18354a;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 6px;
  display: block;
}
.StudentGridFeed-postLink {
  color: #6d61f3;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 11px;
  display: block;
  /*makes all card clickable*/
}
.StudentGridFeed-postLink::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.StudentGridFeed-postLink span {
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transform: translate(7px, 2px);
  font-size: 17px;
}
.StudentGridFeed-postLink:hover span {
  transform: translate(12px, 2px);
}
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 767px) {
  .StudentGridFeed-selectDropdown {
    top: 60%;
  }
  .StudentGridFeed-featuredImage {
    width: 100%;
    padding-top: 58%;
  }
  .StudentGridFeed-subTitle {
    margin-right: 45%;
  }
}
/*@media only screen and (max-width: 480px) {*/
@media only screen and (max-width: 479px) {
  .StudentGridFeed-selectDropdown {
    top: 73%;
  }
  .StudentGridFeed-subTitle {
    margin-right: 0%;
    margin-bottom: 75px;
  }
}
.StudentGridFeed-hide {
  display: none !important;
}
#StudentGridFeed-pagination {
  display: flex;
  justify-content: space-between;
}
#StudentGridFeed-pagination .StudentGridFeed-pagination--myPrev,
#StudentGridFeed-pagination .StudentGridFeed-pagination--myNext {
  font-family: "The Sans Arab", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  cursor: pointer;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers {
  width: 100%;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages {
  width: 100%;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .disabled a {
  opacity: 0.5 !important;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev {
  margin-right: auto;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .prevText {
    display: none;
  }
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
  display: none;
}
@media (max-width: 767px) {
  #StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
    display: block;
  }
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next {
  margin-left: auto;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .nextText {
    display: none;
  }
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
  display: none;
}
@media (max-width: 767px) {
  #StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
    display: block;
  }
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext::before {
  position: absolute;
  left: 56%;
  top: 53%;
  transform: translate(-50%, -50%);
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .active a {
  opacity: 1;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-page {
  width: 2ch;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul li {
  border: none !important;
}
#StudentGridFeed-pagination #StudentGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul li a {
  background-color: transparent;
  font-family: "The Sans Arab", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  opacity: 0.5;
}
.StudentGridFeed-postTitle {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #121212;
  margin-bottom: 5px;
}
.StudentGridFeed-content {
  padding: 15px 17px 0px 17px;
  border: 1px solid rgba(204, 190, 208, 0.8);
  border-radius: 0 0 6px 6px;
  background-color: white;
  height: 100%;
}
.StudentGridFeed-content__insideContent {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
.StudentGridFeed-content .StudentGridFeed-Storie__link {
  position: absolute;
  bottom: 15.48px;
}
.StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink {
  font-family: "The Sans Arab", sans-serif;
  border-radius: 24px;
  border: 1px solid #99006B;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink {
    width: 25px;
    height: 25px;
  }
}
.StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink:hover {
  width: 130px;
  transition: 0.3s ease-in-out;
  background-color: #99006B;
  text-decoration: none;
}
@media (max-width: 767px) {
  .StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink:hover {
    width: 25px;
  }
}
.StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink:hover .link_items {
  width: 150px;
  transform: translateX(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink:hover .link_items {
    width: 142px;
    transform: translateX(-120px);
  }
  .StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink:hover .link_items svg {
    width: 14px;
    height: 14px;
    margin-left: 35.5px;
  }
  .StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink:hover .link_items svg path,
  .StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink:hover .link_items svg g {
    fill: white !important;
  }
}
.StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink .link_items {
  width: 150px;
  transform: translateX(-120px);
  transition: 0.3s ease-in-out;
  height: 27px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink .link_items {
    height: 24px;
  }
}
.StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink .link_items span {
  font-family: "The Sans Arab", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink .link_items svg {
  margin-left: 39.5px;
}
@media (max-width: 767px) {
  .StudentGridFeed-content .StudentGridFeed-Storie__link .Storie__permalink .link_items svg {
    width: 14px;
    height: 14px;
  }
}
.PressRelease-selectDropdown {
  width: 325px;
  margin-bottom: 60px;
}
.PressRelease-selectDropdown svg {
  width: 30px;
  height: 24px;
  position: absolute;
  top: 13px;
  right: 15px;
  pointer-events: none;
}
@media (max-width: 600.98px) {
  .PressRelease-selectDropdown {
    width: 100%;
  }
}
.PressRelease-selectDropdown button {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(40, 204, 162, 0.6);
  border: none;
  border-radius: 8px;
}
.PressRelease-selectDropdown button .PressRelease-selectedCateg {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.17px;
  text-align: left;
  color: #121212;
}
.PressRelease-selectDropdown button .svg_icon {
  height: 24px;
}
.PressRelease-selectDropdown button .svg_icon svg {
  width: 30px;
  height: 24px;
}
.PressRelease-selectDropdown .dropdown-menu {
  box-shadow: unset !important;
  z-index: 2;
  width: 100%;
  padding-left: 10px;
  display: block;
  position: relative;
  float: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-color: rgba(40, 204, 163, 0.6);
  border: 1px solid rgba(40, 204, 163, 0.6);
  border-radius: 8px;
  color: #121212;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.17px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
  min-width: 325px;
  overflow: hidden;
  padding: 13px 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.PressRelease-selectDropdown .dropdown-menu li {
  list-style: none;
}
.PressRelease-posts .PressRelease-Wrapper {
  display: flex;
  flex-wrap: wrap;
}
.PressRelease-posts .PressRelease-Wrapper .PressReleaseCol {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol {
    margin-bottom: 30px;
  }
}
.PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper {
  display: flex;
  cursor: pointer;
}
.PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .left_image {
  width: 50%;
  min-height: 184px;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 991.98px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .left_image {
    width: 45%;
  }
}
@media (max-width: 600.98px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .left_image {
    width: 40%;
    min-height: 91px;
    height: 91px !important;
  }
}
.PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .left_image img {
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: 200px;
}
@media (max-width: 600.98px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .left_image img {
    height: 91px !important;
  }
}
.PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .left_image .PressRelease-postLink_image {
  display: none;
}
@media (max-width: 600.98px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .left_image .PressRelease-postLink_image {
    display: block;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 25px;
  }
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .left_image .PressRelease-postLink_image svg {
    height: 25px;
    width: 25px;
  }
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .left_image .PressRelease-postLink_image svg path,
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .left_image .PressRelease-postLink_image svg g {
    fill: white !important;
  }
}
.PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content {
    width: 55%;
  }
}
@media (max-width: 600.98px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content {
    width: 70%;
  }
}
.PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content .forflex .PressRelease-postCategory {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4B345D;
  margin-bottom: 3px;
}
@media (max-width: 600.98px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content .forflex .PressRelease-postCategory {
    font-size: 12px;
    line-height: 12px;
  }
}
.PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content .forflex .PressRelease-postTitle {
  font-family: vista-sans, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
@media (max-width: 600.98px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content .forflex .PressRelease-postTitle {
    font-size: 12px;
    line-height: 16.8px;
  }
}
.PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content .forflex .PressRelease-postContent {
  font-family: vista-sans, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24.5px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
}
@media (max-width: 600.98px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content .forflex .PressRelease-postContent {
    display: none;
  }
}
.PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content .PressRelease-postLink {
  height: 30px;
  margin-top: 10px;
}
@media (max-width: 600.98px) {
  .PressRelease-posts .PressRelease-Wrapper .PressReleaseCol .Posts-wrapper .right_content .PressRelease-postLink {
    display: none;
  }
}
.PressRelease__permalink {
  margin-top: 10px;
  font-family: vista-sans, sans-serif;
  border-radius: 24px;
  border: 1px solid #99006B;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 600.98px) {
  .PressRelease__permalink {
    display: none;
  }
}
.PressRelease__permalink:hover {
  width: 130px;
  transition: 0.3s ease-in-out;
  background-color: #99006B;
  text-decoration: none;
}
.PressRelease__permalink:hover .link_items {
  width: 150px;
  transform: translateX(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.PressRelease__permalink .link_items {
  width: 150px;
  transform: translateX(-120px);
  transition: 0.3s ease-in-out;
  height: 30px;
  display: flex;
  align-items: center;
}
.PressRelease__permalink .link_items span {
  font-family: vista-sans, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.PressRelease__permalink .link_items svg {
  margin-left: 39px;
}
.PressRelease-hide {
  display: none !important;
}
#PressRelease-pagination {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600.98px) {
  #PressRelease-pagination {
    justify-content: center;
  }
}
#PressRelease-pagination .PressRelease-pagination--myPrev,
#PressRelease-pagination .PressRelease-pagination--myNext {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  cursor: pointer;
}
#PressRelease-pagination #PressRelease-pagination--numbers {
  width: 100%;
}
@media (max-width: 600.98px) {
  #PressRelease-pagination #PressRelease-pagination--numbers {
    width: 70%;
  }
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages {
  width: 100%;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .disabled a {
  opacity: 0.5 !important;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev {
  margin-right: auto;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .prevText {
    display: none;
  }
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
  display: none;
}
@media (max-width: 767px) {
  #PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
    display: block;
  }
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next {
  margin-left: auto;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .nextText {
    display: none;
  }
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
  display: none;
}
@media (max-width: 767px) {
  #PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
    display: block;
  }
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext::before {
  position: absolute;
  left: 56%;
  top: 53%;
  transform: translate(-50%, -50%);
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .active a {
  opacity: 1;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-page {
  width: 2ch;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul li {
  border: none !important;
}
#PressRelease-pagination #PressRelease-pagination--numbers .paginationjs .paginationjs-pages ul li a {
  background-color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  opacity: 0.5;
}
.CalendarSlider {
  margin-left: 25px;
  margin-right: 25px;
  /* Arrows */
}
.CalendarSlider-slider {
  max-width: none !important;
  margin: 0 auto;
  margin-bottom: 100px !important;
  font-family: "The Sans Arab", sans-serif;
}
.CalendarSlider-slider .dataTables_length,
.CalendarSlider-slider .dataTables_filter,
.CalendarSlider-slider .dataTables_info,
.CalendarSlider-slider .dataTables_paginate,
.CalendarSlider-slider caption {
  display: none !important;
}
.CalendarSlider-slider .dataTables_wrapper {
  margin-bottom: 0 !important;
}
.CalendarSlider-slider-item {
  border-radius: 6px !important;
  overflow: hidden;
}
.CalendarSlider-slider .slick-list {
  height: 100% !important;
}
.CalendarSlider-slider table.ColumnHighlight-1 td.column-1,
.CalendarSlider-slider table.ColumnHighlight-2 td.column-2,
.CalendarSlider-slider table.ColumnHighlight-3 td.column-3,
.CalendarSlider-slider table.ColumnHighlight-4 td.column-4,
.CalendarSlider-slider table.ColumnHighlight-5 td.column-5,
.CalendarSlider-slider table.ColumnHighlight-6 td.column-6,
.CalendarSlider-slider table.ColumnHighlight-7 td.column-7,
.CalendarSlider-slider table.ColumnHighlight-8 td.column-8,
.CalendarSlider-slider table.ColumnHighlight-9 td.column-9,
.CalendarSlider-slider table.ColumnHighlight-10 td.column-10,
.CalendarSlider-slider table.ColumnHighlight-11 td.column-11,
.CalendarSlider-slider table.ColumnHighlight-12 td.column-12,
.CalendarSlider-slider table.ColumnHighlight-13 td.column-13,
.CalendarSlider-slider table.ColumnHighlight-14 td.column-14,
.CalendarSlider-slider table.ColumnHighlight-15 td.column-15,
.CalendarSlider-slider table.ColumnHighlight-16 td.column-16,
.CalendarSlider-slider table.ColumnHighlight-17 td.column-17,
.CalendarSlider-slider table.ColumnHighlight-18 td.column-18,
.CalendarSlider-slider table.ColumnHighlight-19 td.column-19,
.CalendarSlider-slider table.ColumnHighlight-20 td.column-20 {
  background-color: #ebcce1 !important;
}
.CalendarSlider-slider table th {
  pointer-events: none !important;
  font-family: "The Sans Arab", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #4B345D;
  background-color: #CCBED0 !important;
  padding: 30px 16px;
  border-left: 1px solid rgba(75, 52, 93, 0.5);
  border-bottom: 1px solid rgba(75, 52, 93, 0.5) !important;
  font-weight: 400 !important;
  text-align: center;
}
.CalendarSlider-slider table th:first-of-type {
  text-align: right;
  border-left: none;
}
.CalendarSlider-slider table th::after {
  display: none !important;
}
.CalendarSlider-slider table tr td {
  background-color: rgba(153, 0, 107, 0.05) !important;
  font-size: 16px !important;
  text-align: center;
  border-color: rgba(75, 52, 93, 0.5);
  border-left: 1px solid rgba(75, 52, 93, 0.5);
}
.CalendarSlider-slider table tr td:first-of-type {
  background-color: rgba(204, 190, 208, 0.6) !important;
  color: #121212;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  border-right: none;
  padding-right: 16px;
}
.CalendarSlider .slick-prev,
.CalendarSlider .slick-next {
  position: absolute;
  top: unset !important;
  bottom: -60px;
  display: block;
  padding: 0;
  cursor: pointer;
  color: #F8F8F2;
  border: none;
  border-radius: 60px;
  outline: none;
  height: 37px !important;
}
.CalendarSlider .slick-prev.slick-disabled,
.CalendarSlider .slick-next.slick-disabled {
  display: none !important;
}
.CalendarSlider .slick-prev a,
.CalendarSlider .slick-next a {
  display: inline-block;
  text-decoration: none !important;
  font-size: 14px !important;
  padding: 7px 14px !important;
  font-weight: 400 !important;
}
.CalendarSlider .slick-prev:hover:before,
.CalendarSlider .slick-prev:focus:before,
.CalendarSlider .slick-next:hover:before,
.CalendarSlider .slick-next:focus:before {
  opacity: 1;
}
.CalendarSlider .slick-prev.slick-disabled:before,
.CalendarSlider .slick-next.slick-disabled:before {
  opacity: .25;
}
.CalendarSlider .slick-prev {
  right: 0px;
}
.CalendarSlider .slick-next {
  left: 0px;
}
.CalendarSlider-bottom_wrap {
  display: flex;
  flex-wrap: nowrap;
}
.CalendarSlider-bottom_heading {
  width: 275px;
  min-width: 275px;
}
@media (max-width: 767.98px) {
  .CalendarSlider-slider {
    max-width: none;
    width: 100%;
    margin-bottom: 60px !important;
  }
  .CalendarSlider-slider .slick-prev a,
  .CalendarSlider-slider .slick-next a {
    font-size: 13px !important;
    padding: 7px 7px !important;
  }
  .CalendarSlider-slider div:first-child {
    overflow-x: auto;
  }
  .CalendarSlider-slider table {
    min-width: 700px;
    margin-bottom: 0;
  }
  .CalendarSlider-bottom_heading {
    display: none;
  }
}
.RelatedArticlesFeed {
  font-family: "vista-sans", Verdana, Arial, sans-serif;
  max-width: 415px;
  background-color: #fff;
  position: absolute;
  border-radius: 6px;
  padding: 45px;
  left: 0;
}
.RelatedArticlesFeed.scroll {
  position: fixed;
  top: 150px;
}
.RelatedArticlesFeed.scroll.bottom {
  position: absolute;
  top: unset;
  bottom: 120px;
}
.RelatedArticlesFeed-general_title {
  margin-bottom: 15px;
}
.RelatedArticlesFeed-article_item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.RelatedArticlesFeed-article_item:hover {
  text-decoration: none;
}
.RelatedArticlesFeed-article_item:hover .RelatedArticlesFeed-article_item_link {
  background-color: #99006B;
  border-color: #99006B;
  transition: 0.3s ease-in-out;
}
.RelatedArticlesFeed-article_item_text_wrap {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  overflow-x: hidden;
  position: relative;
}
.RelatedArticlesFeed-article_item_title {
  color: #121212;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 500;
  line-height: 22.4px;
}
.RelatedArticlesFeed-article_item_content {
  color: rgba(18, 18, 18, 0.8);
  font-size: 12px;
  line-height: 16.8px;
  margin-top: 5px;
}
.RelatedArticlesFeed-article_item_image {
  min-width: 139px;
  min-height: 82px;
  max-height: 140px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.RelatedArticlesFeed-article_item_link {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  padding: 5px 4px 4px;
  border-radius: 25px;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
}
.RelatedArticlesFeed-article_item_link svg {
  fill: #fff;
  width: 15px;
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  .fl-builder-content .blog-column-desktop-40 {
    width: 40% !important;
  }
  .fl-builder-content .blog-column-desktop-60 {
    width: 60% !important;
  }
}
@media (max-width: 991.98px) {
  .RelatedArticlesFeed {
    max-width: none;
    background-color: transparent;
    position: static;
    padding: 0;
  }
  .RelatedArticlesFeed-article_item_image {
    min-width: 38%;
    min-height: 122px;
  }
  .RelatedArticlesFeed-article_item_text_wrap {
    padding-right: 10px;
  }
}
.SearchResultsModule-wrapper {
  height: 405px;
  background-color: rgba(204, 190, 208, 0.2);
  margin-bottom: 113.4px;
}
@media (max-width: 991.98px) {
  .SearchResultsModule-wrapper {
    height: 312px;
    margin-bottom: 90px;
  }
}
.SearchResultsModule-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 56px;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 100px;
  top: 0;
}
.SearchResultsModule-content {
  margin-bottom: 40px !important;
}
.SearchResultsModule-heading {
  margin-bottom: 32px !important;
  float: unset !important;
  width: unset !important;
}
@media (max-width: 991.98px) {
  .SearchResultsModule-heading {
    margin-bottom: 20px !important;
  }
}
.SearchResultsModule-heading h3 {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  color: #4B345D;
  opacity: 0.8;
  margin: 0px 0px 20.36px 0px;
}
@media (max-width: 991.98px) {
  .SearchResultsModule-heading h3 {
    font-size: 18px;
    line-height: 19.8px;
    letter-spacing: normal;
    text-align: center;
    margin: 0px 0px 10px 0px;
  }
}
.SearchResultsModule-heading h1 {
  padding: 0;
  font-size: 70px;
  line-height: 77px;
  letter-spacing: normal;
  text-align: center;
  color: #4B345D;
  margin: 0;
}
@media (max-width: 991.98px) {
  .SearchResultsModule-heading h1 {
    font-size: 46px;
    line-height: 50.6px;
    letter-spacing: normal;
    text-align: center;
  }
}
.SearchResultsModule-search_form {
  width: 240px !important;
  height: 31px !important;
  margin: 0 auto !important;
  margin-bottom: 120px !important;
}
.SearchResultsModule-search_form .wraper {
  display: flex;
  justify-content: center;
}
.SearchResultsModule-search_form input {
  height: 31px;
  border-radius: 6px !important;
  padding-left: 28px;
  font-size: 12px;
  font-family: "The Sans Arab", sans-serif;
  line-height: 12px;
  text-align: right;
  letter-spacing: normal;
  background-color: rgba(75, 52, 93, 0.8);
  color: rgba(255, 255, 255, 0.8) !important;
}
.SearchResultsModule-search_form input:focus {
  background-color: rgba(75, 52, 93, 0.8);
  color: rgba(255, 255, 255, 0.8) !important;
}
.SearchResultsModule-search_form input::placeholder {
  font-size: 12px;
  font-family: "The Sans Arab", sans-serif;
  line-height: 12px;
  text-align: right;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.8) !important;
}
.SearchResultsModule-search_form .SearchResultsModule-search_form_item {
  position: relative;
}
.SearchResultsModule-search_form .SearchResultsModule-search_form_item .SearchResults-SearchButtonSubmit {
  position: absolute;
  left: 17px;
  margin: 0;
  width: 20px;
}
@media (max-width: 767.98px) {
  .SearchResultsModule-search_form .SearchResultsModule-search_form_item .SearchResults-SearchButtonSubmit {
    left: 0;
    width: 35px;
  }
}
.SearchResultsModule-search_form .SearchResultsModule-search_form_item .SearchResults-SearchButtonSubmit .submit:hover {
  background-color: transparent !important;
  border: none !important;
  width: 20px !important;
}
.SearchResultsModule-search_form .SearchResultsModule-search_form_item .SearchResults-SearchButtonSubmit .submit svg {
  width: 16px;
  height: 16px;
}
.SearchResultsModule-search_form .SearchResultsModule-search_form_item .SearchResults-SearchButtonSubmit .submit svg path {
  fill: #FFFFFF;
}
.SearchResultsModule a:hover {
  text-decoration: none !important;
}
.SearchResultsModule-item {
  width: 100% !important;
  float: unset !important;
  text-align: right !important;
  display: flex !important;
  margin: 29.5px auto 0px auto !important;
  flex-direction: column !important;
  border-bottom: 1px solid rgba(75, 52, 93, 0.19);
  padding-bottom: 29.5px;
}
@media (min-width: 991.98px) {
  .SearchResultsModule-item {
    width: 750px !important;
  }
}
@media (max-width: 767.98px) {
  .SearchResultsModule-item {
    padding-bottom: 30.4px;
    margin: 30.4px auto 0px auto !important;
  }
}
.SearchResultsModule-item h2 {
  margin-top: 0px !important;
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: normal;
  text-align: right;
  color: #4B345D;
  margin-bottom: 10px !important;
}
@media (max-width: 991.98px) {
  .SearchResultsModule-item h2 {
    font-size: 28px !important;
    line-height: 30.8px;
    margin-bottom: 8px !important;
  }
}
.SearchResultsModule-item:last-of-type {
  border-bottom: none !important;
}
.SearchResultsModule-item_content {
  font-family: "The Sans Arab", sans-serif;
  font-size: 18px;
  line-height: 31.5px;
  letter-spacing: normal;
  text-align: right;
  color: #121212;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .SearchResultsModule-item_content {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px !important;
  }
}
.SearchResultsModule-CTA {
  text-decoration: none;
  width: 133px !important;
}
@media (max-width: 991.98px) {
  .SearchResultsModule-CTA {
    width: 40px !important;
  }
}
.SearchResultsModule-CTA:hover {
  width: 133px !important;
}
.SearchResultsModule-CTA span {
  font-size: 12px !important;
}
.SearchResultsModule .navigation {
  display: flex;
  justify-content: center;
}
.SearchResultsModule-notfound {
  text-align: center;
  font-size: 19px;
  margin: 40px 0px;
}
.SearchResultsModule .wrap-pagination {
  padding-bottom: 40px !important;
}
.SearchResultsModule .svg_responsive {
  display: none;
}
@media (max-width: 767px) {
  .SearchResultsModule .svg_responsive {
    display: flex;
    justify-content: flex-end;
    transform: rotate(180deg);
  }
}
.SearchResultsModule .svg_responsive svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .SearchResultsModule__link {
    display: none;
  }
}
.SearchResultsModule__link .SearchResults__permalink {
  font-family: "The Sans Arab", sans-serif;
  border-radius: 24px;
  border: 1px solid #99006B;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  margin-left: auto;
  font-weight: 600;
  text-transform: uppercase;
}
.SearchResultsModule__link .SearchResults__permalink:hover {
  width: 130px;
  transition: 0.3s ease-in-out;
  background-color: #99006B;
  text-decoration: none;
}
.SearchResultsModule__link .SearchResults__permalink:hover .link_items {
  width: 150px;
  transform: translateX(-18px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.SearchResultsModule__link .SearchResults__permalink .link_items {
  width: 150px;
  transform: translateX(82px);
  transition: 0.3s ease-in-out;
  height: 30px;
  display: flex;
  align-items: center;
}
.SearchResultsModule__link .SearchResults__permalink .link_items span {
  font-family: "The Sans Arab", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.SearchResultsModule__link .SearchResults__permalink .link_items svg {
  transform: rotate(180deg);
  margin-left: 45px;
}
.SearchResultsModule .wrap-pagination {
  margin-top: 30.5px;
}
@media (max-width: 767.98px) {
  .SearchResultsModule .wrap-pagination {
    width: 80%;
    margin: 30.5px auto 0 auto;
  }
}
.SearchResultsModule .wrap-pagination .search_results_pagination {
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SearchResultsModule .wrap-pagination .search_results_pagination .pagination-previous span {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .SearchResultsModule .wrap-pagination .search_results_pagination .pagination-previous span {
    display: flex;
    font-size: 20px !important;
    line-height: 22px !important;
    padding-right: 3px;
    padding-top: 1px;
  }
}
.SearchResultsModule .wrap-pagination .search_results_pagination .pagination-next span {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .SearchResultsModule .wrap-pagination .search_results_pagination .pagination-next span {
    display: flex;
    font-size: 20px !important;
    line-height: 22px !important;
    padding-left: 4px;
    padding-top: 1px;
  }
}
.SearchResultsModule .wrap-pagination .search_results_pagination .pagination-previous a,
.SearchResultsModule .wrap-pagination .search_results_pagination .pagination-next a {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #4B345D;
  font-family: "The Sans Arab", sans-serif;
}
@media (max-width: 767.98px) {
  .SearchResultsModule .wrap-pagination .search_results_pagination .pagination-previous a,
  .SearchResultsModule .wrap-pagination .search_results_pagination .pagination-next a {
    font-size: 0px !important;
    line-height: 0px !important;
    display: flex;
    align-items: center;
  }
}
.SearchResultsModule .wrap-pagination .search_results_pagination .pagination-previous a:hover,
.SearchResultsModule .wrap-pagination .search_results_pagination .pagination-next a:hover {
  text-decoration: none;
}
.SearchResultsModule .wrap-pagination .search_results_pagination .page-disabled a {
  opacity: 0.5;
  font-family: "The Sans Arab", sans-serif;
}
.SearchResultsModule .wrap-pagination .search_results_pagination .page_number_wrapper {
  display: flex;
}
.SearchResultsModule .wrap-pagination .search_results_pagination .page_number_wrapper .pagenumber {
  margin: 0px 2px;
}
.SearchResultsModule .wrap-pagination .search_results_pagination .page_number_wrapper .pagenumber a {
  width: 2ch;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  color: #4B345D;
  opacity: 0.5;
  font-family: "The Sans Arab", sans-serif;
}
.SearchResultsModule .wrap-pagination .search_results_pagination .page_number_wrapper .page-active span {
  width: 2ch;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  color: #4B345D;
  opacity: 1;
  font-family: "The Sans Arab", sans-serif;
}
.SearchResultsModule .wrap-pagination .search_results_pagination li {
  list-style: none;
}
.ResourceSocialShare {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.ResourceSocialShare-general_text {
  margin-left: 10px;
}
.ResourceSocialShare-buttons {
  display: inline-block;
  color: rgba(18, 18, 18, 0.6);
  margin-left: 9px;
  margin-right: 9px;
  font-size: 28px;
}
.ResourceSocialShare-buttons:hover,
.ResourceSocialShare-buttons:active,
.ResourceSocialShare-buttons:focus {
  color: #e90172;
}
.ResourceSocialShare-buttons svg {
  width: 28px;
  height: 28px;
  display: block;
  transition: 0.3s ease-in-out;
}
.ResourceSocialShare-buttons svg:hover * {
  fill: #e90172;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.ResourceSocialShare-copy {
  position: relative;
  cursor: pointer;
}
.ResourceSocialShare-copy_popup {
  position: absolute;
  width: 100px;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.7);
  background-color: #fff;
  border-radius: 6px;
  padding: 3px 5px;
  top: -20px;
  transform: translate(-50%, 0);
  left: 9px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.ResourceSocialShare-copy_popup.active {
  opacity: 1;
  transform: translate(-50%, -5px);
  transition: 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .ResourceSocialShare-general_text {
    margin-right: 5px;
  }
  .ResourceSocialShare-buttons {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 24px;
  }
  .ResourceSocialShare-buttons svg {
    width: 24px;
    height: 24px;
  }
}
.GridWithPopup-general_title {
  margin-bottom: 5px;
}
.GridWithPopup-general_content {
  margin-bottom: 30px;
}
.GridWithPopup-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.GridWithPopup-card {
  width: calc(25% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: rgba(18, 18, 18, 0.05);
  transition: 0.3s ease-in-out;
  border-radius: 6px;
  padding: 40px 29px;
  text-align: center;
}
.GridWithPopup-card:hover {
  cursor: pointer;
  background-color: rgba(18, 18, 18, 0.15);
  transition: 0.3s ease-in-out;
}
.GridWithPopup-card_image {
  margin-bottom: 15px;
}
.GridWithPopup-modal {
  overflow-y: auto;
  font-family: "The Sans Arab", sans-serif;
  font-size: 16px;
}
.GridWithPopup-modal_body {
  padding: 0;
}
.GridWithPopup-modal_body_wrap {
  margin-top: 80px;
  background-color: #f5f2f6;
  min-width: 1000px;
  padding: 60px;
  border-radius: 6px;
}
.GridWithPopup-modal_body_close {
  position: absolute !important;
  top: 6px !important;
  right: 10px;
  opacity: 1;
}
.GridWithPopup-modal_body_close svg path {
  fill: #121212;
}
.GridWithPopup-modal_body_close:hover,
.GridWithPopup-modal_body_close:focus,
.GridWithPopup-modal_body_close:active {
  background-color: #f5f2f6;
  border: none;
}
.GridWithPopup-modal_title {
  margin-bottom: 5px;
}
.GridWithPopup-modal_content {
  margin-bottom: 20px;
}
.GridWithPopup-modal_table {
  border-radius: 6px !important;
  overflow: hidden;
}
.GridWithPopup-modal .dataTables_length,
.GridWithPopup-modal .dataTables_filter,
.GridWithPopup-modal .dataTables_info,
.GridWithPopup-modal .dataTables_paginate,
.GridWithPopup-modal caption {
  display: none !important;
}
.GridWithPopup-modal .dataTables_wrapper {
  margin-bottom: 0 !important;
}
.GridWithPopup-modal table {
  margin-bottom: 0 !important;
}
.GridWithPopup-modal table.ColumnHighlight-1 td.column-1,
.GridWithPopup-modal table.ColumnHighlight-2 td.column-2,
.GridWithPopup-modal table.ColumnHighlight-3 td.column-3,
.GridWithPopup-modal table.ColumnHighlight-4 td.column-4,
.GridWithPopup-modal table.ColumnHighlight-5 td.column-5,
.GridWithPopup-modal table.ColumnHighlight-6 td.column-6,
.GridWithPopup-modal table.ColumnHighlight-7 td.column-7,
.GridWithPopup-modal table.ColumnHighlight-8 td.column-8,
.GridWithPopup-modal table.ColumnHighlight-9 td.column-9,
.GridWithPopup-modal table.ColumnHighlight-10 td.column-10,
.GridWithPopup-modal table.ColumnHighlight-11 td.column-11,
.GridWithPopup-modal table.ColumnHighlight-12 td.column-12,
.GridWithPopup-modal table.ColumnHighlight-13 td.column-13,
.GridWithPopup-modal table.ColumnHighlight-14 td.column-14,
.GridWithPopup-modal table.ColumnHighlight-15 td.column-15,
.GridWithPopup-modal table.ColumnHighlight-16 td.column-16,
.GridWithPopup-modal table.ColumnHighlight-17 td.column-17,
.GridWithPopup-modal table.ColumnHighlight-18 td.column-18,
.GridWithPopup-modal table.ColumnHighlight-19 td.column-19,
.GridWithPopup-modal table.ColumnHighlight-20 td.column-20 {
  background-color: #ebcce1 !important;
}
.GridWithPopup-modal table th {
  pointer-events: none !important;
  font-family: "The Sans Arab", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #4B345D;
  background-color: #CCBED0 !important;
  padding: 30px 16px;
  border-left: 1px solid rgba(75, 52, 93, 0.5);
  border-bottom: 1px solid rgba(75, 52, 93, 0.5) !important;
  font-weight: 400 !important;
  text-align: center;
}
.GridWithPopup-modal table th:first-of-type {
  text-align: left;
  border-left: none;
}
.GridWithPopup-modal table th::after {
  display: none !important;
}
.GridWithPopup-modal table tr td {
  background-color: rgba(153, 0, 107, 0.05) !important;
  font-size: 16px !important;
  text-align: center;
  border-color: rgba(75, 52, 93, 0.5);
  border-left: 1px solid rgba(75, 52, 93, 0.5);
}
.GridWithPopup-modal table tr td:first-of-type {
  background-color: rgba(204, 190, 208, 0.6) !important;
  color: #121212;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  border-left: none;
  padding-left: 16px;
}
@media (max-width: 991.98px) {
  .GridWithPopup-grid {
    margin-left: -12px;
    margin-right: -12px;
  }
  .GridWithPopup-card {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    padding: 30px 20px;
    margin-bottom: 15px;
  }
  .GridWithPopup-modal_body_wrap {
    min-width: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
  }
  .GridWithPopup-modal_table {
    overflow-x: auto;
  }
  .GridWithPopup-modal table {
    min-width: 700px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .GridWithPopup-card {
    width: calc(50% - 24px);
  }
  .GridWithPopup-card_image {
    max-width: 45px !important;
  }
  .GridWithPopup-card_title {
    font-size: 22px;
    line-height: 24.2px;
  }
}
.ResourcesGridFeed .button_for_filter {
  display: none;
}
.ResourcesGridFeed-selectDropdown {
  width: 325px;
  margin-bottom: 60px;
}
.ResourcesGridFeed-selectDropdown svg {
  width: 30px;
  height: 24px;
  position: absolute;
  top: 13px;
  right: 15px;
  pointer-events: none;
}
@media (max-width: 600.98px) {
  .ResourcesGridFeed-selectDropdown {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ResourcesGridFeed-selectDropdown button {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(40, 204, 162, 0.6);
  border: none;
  border-radius: 8px;
}
.ResourcesGridFeed-selectDropdown button .ResourcesGridFeed-selectedCateg {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.17px;
  text-align: left;
  color: #121212;
}
.ResourcesGridFeed-selectDropdown button .svg_icon {
  height: 24px;
}
.ResourcesGridFeed-selectDropdown button .svg_icon svg {
  width: 30px;
  height: 24px;
}
.ResourcesGridFeed-selectDropdown .dropdown-menu {
  box-shadow: unset !important;
  z-index: 2;
  width: 100%;
  padding-left: 10px;
  display: block;
  position: relative;
  float: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-color: rgba(40, 204, 163, 0.6);
  border: 1px solid rgba(40, 204, 163, 0.6);
  border-radius: 8px;
  color: #121212;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.17px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
  min-width: 325px;
  overflow: hidden;
  padding: 13px 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.ResourcesGridFeed-selectDropdown .dropdown-menu li {
  list-style: none;
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper {
  display: flex;
  flex-wrap: wrap;
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol {
    margin-bottom: 30px;
  }
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  height: 100%;
  background: white;
  cursor: pointer;
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .left_image {
  width: 100%;
  height: 226px;
  position: relative;
}
@media (max-width: 991.98px) {
  .ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .left_image {
    width: 100%;
  }
}
@media (max-width: 600.98px) {
  .ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .left_image {
    width: 100%;
    height: 268px !important;
  }
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .left_image img {
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0px 0px;
  height: 226px;
}
@media (max-width: 600.98px) {
  .ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .left_image img {
    height: 268px !important;
  }
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .left_image .ResourcesGridFeed-postLink_image {
  display: none;
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(204, 190, 208, 0.8);
  min-height: 175px;
  padding: 12px 17px 16.8px 16.5px;
  border-radius: 0px 0px 6px 6px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content {
    min-height: 143px;
  }
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex {
  margin-bottom: 10px;
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postCategory {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4B345D;
  margin-bottom: 7px;
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postCategory a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4B345D;
}
@media (max-width: 767.98px) {
  .ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postCategory {
    margin-bottom: 5px;
  }
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postTitle {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  margin-bottom: 1.8px;
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postTitle a {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
@media (max-width: 767.98px) {
  .ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postTitle {
    margin-bottom: 3px;
  }
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postContent {
  font-family: vista-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postContent a {
  font-family: vista-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
}
.ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .ResourcesGridFeed-postLink {
  height: 30px;
}
@media (max-width: 767.98px) {
  .ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .ResourcesGridFeed-postLink {
    height: 22px;
  }
}
@media (max-width: 767.98px) {
  .ResourcesGridFeed-posts .ResourcesGridFeed-Wrapper .ResourcesGridFeedCol .Posts-wrapper .right_content .ResourcesGridFeed-postLink svg {
    width: 22px;
    height: 22px;
  }
}
.ResourcesGridFeed-hide {
  display: none !important;
}
#ResourcesGridFeed-pagination {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600.98px) {
  #ResourcesGridFeed-pagination {
    justify-content: center;
  }
}
#ResourcesGridFeed-pagination .ResourcesGridFeed-pagination--myPrev,
#ResourcesGridFeed-pagination .ResourcesGridFeed-pagination--myNext {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  cursor: pointer;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers {
  width: 100%;
}
@media (max-width: 600.98px) {
  #ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers {
    width: 80%;
  }
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages {
  width: 100%;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .disabled a {
  opacity: 0.5 !important;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev {
  margin-right: auto;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .prevText {
    display: none;
  }
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
  display: none;
}
@media (max-width: 767px) {
  #ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
    display: block;
  }
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next {
  margin-left: auto;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .nextText {
    display: none;
  }
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
  display: none;
}
@media (max-width: 767px) {
  #ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
    display: block;
  }
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext::before {
  position: absolute;
  left: 56%;
  top: 53%;
  transform: translate(-50%, -50%);
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .active a {
  opacity: 1;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-page {
  width: 2ch;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul li {
  border: none !important;
}
#ResourcesGridFeed-pagination #ResourcesGridFeed-pagination--numbers .paginationjs .paginationjs-pages ul li a {
  background-color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  opacity: 0.5;
}
.results_ResourcesGridFeed {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.results_ResourcesGridFeed .ResourcesGridFeedCol {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeed .ResourcesGridFeedCol {
    margin-bottom: 30px;
  }
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  height: 100%;
  background: white;
  cursor: pointer;
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .left_image {
  width: 100%;
  height: 226px;
  position: relative;
}
@media (max-width: 991.98px) {
  .results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .left_image {
    width: 100%;
  }
}
@media (max-width: 600.98px) {
  .results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .left_image {
    width: 100%;
    height: 268px !important;
  }
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .left_image img {
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0px 0px;
  height: 226px;
}
@media (max-width: 600.98px) {
  .results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .left_image img {
    height: 268px !important;
  }
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .left_image .ResourcesGridFeed-postLink_image {
  display: none;
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(204, 190, 208, 0.8);
  min-height: 175px;
  padding: 12px 17px 16.8px 16.5px;
  border-radius: 0px 0px 6px 6px;
  height: 100%;
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content a {
  text-decoration: none !important;
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content a:hover {
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  .results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content {
    min-height: 143px;
  }
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex {
  margin-bottom: 10px;
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postCategory {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4B345D;
  margin-bottom: 7px;
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postCategory a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4B345D;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postCategory {
    margin-bottom: 5px;
  }
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postTitle {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  margin-bottom: 1.8px;
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postTitle a {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postTitle {
    margin-bottom: 3px;
  }
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postContent {
  font-family: vista-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .forflex .ResourcesGridFeed-postContent a {
  font-family: vista-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
}
.results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .ResourcesGridFeed-postLink {
  height: 30px;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .ResourcesGridFeed-postLink {
    height: 22px;
  }
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeed .ResourcesGridFeedCol .Posts-wrapper .right_content .ResourcesGridFeed-postLink svg {
    width: 22px;
    height: 22px;
  }
}
.results_ResourcesGridFeed .svg_responsive {
  display: none;
}
@media (max-width: 767px) {
  .results_ResourcesGridFeed .svg_responsive {
    display: block;
  }
}
.results_ResourcesGridFeed .svg_responsive svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .results_ResourcesGridFeed .ResourcesGridFeed__link {
    display: none;
  }
}
.results_ResourcesGridFeed .ResourcesGridFeed__link .ResourcesGridFeed__permalink {
  font-family: vista-sans, sans-serif;
  border-radius: 24px;
  border: 1px solid #99006B;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.results_ResourcesGridFeed .ResourcesGridFeed__link .ResourcesGridFeed__permalink:hover {
  width: 130px;
  transition: 0.3s ease-in-out;
  background-color: #99006B;
  text-decoration: none;
}
.results_ResourcesGridFeed .ResourcesGridFeed__link .ResourcesGridFeed__permalink:hover .link_items {
  width: 150px;
  transform: translateX(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.results_ResourcesGridFeed .ResourcesGridFeed__link .ResourcesGridFeed__permalink .link_items {
  width: 150px;
  transform: translateX(-120px);
  transition: 0.3s ease-in-out;
  height: 30px;
  display: flex;
  align-items: center;
}
.results_ResourcesGridFeed .ResourcesGridFeed__link .ResourcesGridFeed__permalink .link_items span {
  font-family: vista-sans, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.results_ResourcesGridFeed .ResourcesGridFeed__link .ResourcesGridFeed__permalink .link_items svg {
  margin-left: 39px;
}
.results_ResourcesGridFeed .pagination-nav {
  width: 100%;
  display: flex;
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 {
  width: 100%;
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul li {
  list-style: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  opacity: 0.5;
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .selected,
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .active_prev,
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .active_next {
  opacity: 1;
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .prev span,
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .next span {
  display: block;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .prev span,
  .results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .next span {
    display: none;
  }
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .arrowLeft {
  display: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .arrowLeft {
    display: block !important;
  }
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .arrowLeft::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .arrowNext {
  display: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .arrowNext {
    display: block !important;
  }
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .arrowNext::before {
  position: absolute;
  left: 56%;
  top: 53%;
  transform: translate(-50%, -50%);
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .number {
  display: flex;
}
.results_ResourcesGridFeed .pagination-nav .pagination-link1 ul .number li {
  margin: 0px 5px;
}
.CoursesFeed {
  display: flex;
  flex-wrap: nowrap;
}
.CoursesFeed #CoursesFeed-accordion {
  padding-bottom: 20px;
}
.CoursesFeed .CoursesFeed-selectDropdown {
  width: 325px;
  margin-bottom: 60px;
}
.CoursesFeed .CoursesFeed-selectDropdown svg {
  width: 30px;
  height: 24px;
  position: absolute;
  top: 13px;
  right: 15px;
  pointer-events: none;
}
@media (max-width: 600.98px) {
  .CoursesFeed .CoursesFeed-selectDropdown {
    width: 100%;
    margin-bottom: 30px;
  }
}
.CoursesFeed .CoursesFeed-selectDropdown button {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(40, 204, 162, 0.6);
  border: none;
  border-radius: 8px;
}
.CoursesFeed .CoursesFeed-selectDropdown button .ResourcesGridFeed-selectedCateg {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.17px;
  text-align: left;
  color: #121212;
}
.CoursesFeed .CoursesFeed-selectDropdown button .svg_icon {
  height: 24px;
}
.CoursesFeed .CoursesFeed-selectDropdown button .svg_icon svg {
  width: 30px;
  height: 24px;
}
.CoursesFeed .CoursesFeed-selectDropdown .dropdown-menu {
  box-shadow: unset !important;
  z-index: 2;
  width: 100%;
  padding-left: 10px;
  display: block;
  position: relative;
  float: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-color: rgba(40, 204, 163, 0.6);
  border: 1px solid rgba(40, 204, 163, 0.6);
  border-radius: 8px;
  color: #121212;
  font-size: 14px !important;
  line-height: 22px;
  letter-spacing: 1.17px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
  min-width: 325px;
  overflow: hidden;
  padding: 13px 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.CoursesFeed .CoursesFeed-selectDropdown .dropdown-menu option:hover {
  background-color: rgba(40, 204, 162, 0.9) !important;
}
.CoursesFeed .CoursesFeed-selectDropdown .dropdown-menu li {
  list-style: none;
}
.CoursesFeed-general {
  min-width: 250px;
  width: 26.7%;
}
.CoursesFeed-general_title {
  line-height: 35.2px;
  margin-bottom: 5px;
}
.CoursesFeed-general_content p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}
.CoursesFeed-general_content p:first-of-type {
  margin-bottom: 30px;
}
.CoursesFeed-general_content ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 0;
}
.CoursesFeed-general_content ul li {
  position: relative;
  list-style: none;
  padding-right: 23px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24.5px;
  color: rgba(18, 18, 18, 0.8);
}
.CoursesFeed-general_content ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='21px' viewBox='0 0 20 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicons/ bullet point%3C/title%3E%3Cg id='00.-Hifi-Designs' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='desktop/-career-development/-U11/-hifi' transform='translate(-100.000000, -959.000000)' fill='%234B345D' fill-rule='nonzero'%3E%3Cg id='course-structure' transform='translate(100.000000, 590.000000)'%3E%3Cg transform='translate(0.000000, 92.600000)' id='left'%3E%3Cg id='Bullets' transform='translate(0.000000, 270.600000)'%3E%3Cg id='icons/-bullet-point' transform='translate(0.000000, 6.000000)'%3E%3Cpath d='M19.125031,8.66379396 C15.520995,7.26730481 12.6706068,4.99879981 11.5085578,1.16108754 C11.1022617,-0.176424691 9.18235467,-0.469202959 8.66027469,0.870415592 C7.26455282,4.47643282 4.99729422,7.32628172 1.15958537,8.48896952 C-0.177191984,8.89759531 -0.467704228,10.8059198 0.869073128,11.3409247 C4.29838071,12.678437 7.38033669,14.8310945 8.28134568,18.5529592 C8.68553663,19.5281847 9.33392627,20 9.99705205,20 C10.8685888,19.9494484 11.5085578,19.19328 11.7422307,18.3781348 C12.7295513,14.8310945 15.4620505,12.678437 18.8997787,11.5726198 C20.1712961,11.1071234 20.4618083,9.19037358 19.125031,8.66379396 Z' id='bullet-point'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.CoursesFeed-general_note {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24.5px;
  color: rgba(18, 18, 18, 0.8);
}
.CoursesFeed-general .UOTP-defaultButtonVer2 {
  margin-top: 50px;
}
.CoursesFeed-general .UOTP-defaultButtonVer2 a {
  display: inline-block;
  text-decoration: none;
}
.CoursesFeed .pagination-coursefeed {
  width: 100%;
  display: flex;
  cursor: pointer;
}
.CoursesFeed .pagination-coursefeed .pagination-link1 {
  width: 100%;
}
.CoursesFeed .pagination-coursefeed .pagination-link1 ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
}
.CoursesFeed .pagination-coursefeed .pagination-link1 ul li {
  list-style: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  opacity: 0.5;
}
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .selected,
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .active_prev,
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .active_next {
  opacity: 1;
}
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .prev span,
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .next span {
  display: block;
}
@media (max-width: 767.98px) {
  .CoursesFeed .pagination-coursefeed .pagination-link1 ul .prev span,
  .CoursesFeed .pagination-coursefeed .pagination-link1 ul .next span {
    display: none;
  }
}
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .arrowLeft {
  display: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .CoursesFeed .pagination-coursefeed .pagination-link1 ul .arrowLeft {
    display: block !important;
  }
}
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .arrowLeft::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .arrowNext {
  display: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .CoursesFeed .pagination-coursefeed .pagination-link1 ul .arrowNext {
    display: block !important;
  }
}
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .arrowNext::before {
  position: absolute;
  left: 56%;
  top: 53%;
  transform: translate(-50%, -50%);
}
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .number {
  display: flex;
}
.CoursesFeed .pagination-coursefeed .pagination-link1 ul .number li {
  margin: 0px 5px;
}
.CoursesFeed-pagination {
  width: 100% !important;
}
.CoursesFeed-posts_wrap {
  width: calc(73.3% - 56px);;
  margin-right: 56px;
}
.CoursesFeed-posts_item {
  border-radius: 6px !important;
  border-color: #fff;
  box-shadow: none;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  background-image: none !important;
}
.CoursesFeed-posts_item .panel-heading {
  padding: 0;
}
.CoursesFeed-posts_item_title {
  padding: 20px 30px;
  background-color: #ffffff;
  font-size: 21px;
  line-height: 1.1;
  text-decoration: none;
  color: #121212;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CoursesFeed-posts_item_title:hover,
.CoursesFeed-posts_item_title:focus {
  text-decoration: none;
  color: #121212;
}
.CoursesFeed-posts_item_title svg {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
  min-width: 29px;
  margin-left: 5px;
}
.CoursesFeed-posts_item_title.collapsed {
  padding-bottom: 20px;
}
.CoursesFeed-posts_item_title.collapsed svg {
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.CoursesFeed-posts_item_meta {
  display: flex;
  flex-wrap: nowrap;
  color: #4b345d;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}
.CoursesFeed-posts_item_meta div {
  margin-bottom: 7px;
}
.CoursesFeed-posts_item_meta div:nth-child(2) {
  position: relative;
  margin-left: 15px;
}
.CoursesFeed-posts_item_meta div:nth-child(2):before {
  content: "";
  height: 90%;
  width: 2px;
  position: absolute;
  background-color: rgba(75, 52, 93, 0.6);
  top: 0;
  left: -9px;
}
.CoursesFeed-posts_item .panel-body {
  border: none !important;
  padding: 0 60px 20px 30px;
  font-size: 14px;
  line-height: 24.5px;
  color: rgba(18, 18, 18, 0.8);
}
.CoursesFeed-posts_item .panel-body p {
  font-size: 14px;
}
.CoursesFeed .dropdown1 {
  background-color: rgba(40, 204, 162, 0.6);
  position: relative;
}
.CoursesFeed .dropdown1 svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.CoursesFeed-selectDropdown {
  margin-bottom: 50px;
}
.CoursesFeed-selectDropdown select option {
  font-size: 14px !important;
}
.CoursesFeed-selectDropdown select option:hover {
  background-color: rgba(40, 204, 162, 0.9) !important;
}
.CoursesFeed-selectDropdown button {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(40, 204, 162, 0.6);
  border: none;
  border-radius: 8px;
  font-size: 14px;
  top: 0 !important;
}
.CoursesFeed-selectDropdown button .CoursesFeed-selectedCateg {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.17px;
  text-align: left;
  color: #121212;
}
.CoursesFeed-selectDropdown button .svg_icon {
  height: 24px;
}
.CoursesFeed-selectDropdown button .svg_icon svg {
  width: 30px;
  height: 24px;
}
.CoursesFeed-selectDropdown .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  padding-left: 0;
  font-size: 14px !important;
}
.CoursesFeed-selectDropdown .dropdown-menu:focus {
  outline: none !important;
}
.CoursesFeed-selectDropdown .dropdown-menu option {
  list-style: none;
  padding-left: 10px;
  background-color: rgba(40, 204, 162, 0.6);
  font-size: 14px !important;
}
.CoursesFeed-selectDropdown .dropdown-menu option:hover {
  background-color: rgba(40, 204, 162, 0.9) !important;
}
.CoursesFeed-hide {
  display: none !important;
}
#CoursesFeed-pagination {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600.98px) {
  #CoursesFeed-pagination {
    justify-content: center;
  }
}
#CoursesFeed-pagination .CoursesFeed-pagination--myPrev,
#CoursesFeed-pagination .CoursesFeed-pagination--myNext {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  cursor: pointer;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers {
  width: 100%;
}
@media (max-width: 600.98px) {
  #CoursesFeed-pagination #CoursesFeed-pagination--numbers {
    width: 70%;
  }
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages {
  width: 100%;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .disabled a {
  opacity: 0.5 !important;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev {
  margin-right: auto;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .prevText {
    display: none;
  }
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
  display: none;
}
@media (max-width: 767px) {
  #CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
    display: block;
  }
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle id='Oval' fill='%234B345D' transform='translate(15.000000, 15.000000) scale(-1, 1) rotate(90.000000) translate(-15.000000, -15.000000) ' cx='15' cy='15' r='15'%3E%3C/circle%3E%3Cpath d='M22.3496736,19.88018 C22.4984448,20.03994 22.7396505,20.03994 22.8884216,19.88018 C23.0371928,19.7204201 23.0371928,19.4613981 22.8884216,19.3016381 L15.269374,11.11982 C15.1206029,10.96006 14.8793971,10.96006 14.730626,11.11982 L7.11157837,19.3016381 C6.96280721,19.4613981 6.96280721,19.7204201 7.11157837,19.88018 C7.26034953,20.03994 7.50155525,20.03994 7.65032641,19.88018 L15.0035979,11.9837692 L22.3496736,19.88018 Z' id='Path' fill='%23F8F8F2' fill-rule='nonzero' transform='translate(15.000000, 15.500000) scale(-1, -1) rotate(90.000000) translate(-15.000000, -15.500000) '%3E%3C/path%3E%3C/svg%3E");
  width: 23px;
  height: 23px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next {
  margin-left: auto;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .nextText {
    display: none;
  }
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
  display: none;
}
@media (max-width: 767px) {
  #CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
    display: block;
  }
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle id='Oval' fill='%234B345D' transform='translate(15.000000, 15.000000) rotate(90.000000) translate(-15.000000, -15.000000) ' cx='15' cy='15' r='15'%3E%3C/circle%3E%3Cpath d='M22.3496736,19.88018 C22.4984448,20.03994 22.7396505,20.03994 22.8884216,19.88018 C23.0371928,19.7204201 23.0371928,19.4613981 22.8884216,19.3016381 L15.269374,11.11982 C15.1206029,10.96006 14.8793971,10.96006 14.730626,11.11982 L7.11157837,19.3016381 C6.96280721,19.4613981 6.96280721,19.7204201 7.11157837,19.88018 C7.26034953,20.03994 7.50155525,20.03994 7.65032641,19.88018 L15.0035979,11.9837692 L22.3496736,19.88018 Z' id='Path' fill='%23F8F8F2' fill-rule='nonzero' transform='translate(15.000000, 15.500000) scale(1, -1) rotate(90.000000) translate(-15.000000, -15.500000) '%3E%3C/path%3E%3C/svg%3E");
  width: 23px;
  height: 23px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext::before {
  position: absolute;
  left: 56%;
  top: 53%;
  transform: translate(-50%, -50%);
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .active a {
  opacity: 1;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-page {
  width: 2ch;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul li {
  border: none !important;
}
#CoursesFeed-pagination #CoursesFeed-pagination--numbers .paginationjs .paginationjs-pages ul li a {
  background-color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .CoursesFeed {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .CoursesFeed-posts_wrap {
    margin-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .CoursesFeed {
    flex-wrap: wrap;
  }
  .CoursesFeed-general {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .CoursesFeed-general_title {
    margin-top: 0;
  }
  .CoursesFeed-general_content p {
    font-size: 14px;
    line-height: 24.5px;
  }
  .CoursesFeed-general .UOTP-defaultButtonVer2 {
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: 8px;
    height: 46px !important;
  }
  .CoursesFeed-general .UOTP-defaultButtonVer2 a {
    font-size: 14px !important;
    padding: 15px 35px !important;
  }
  .CoursesFeed-posts_item {
    margin-bottom: 15px;
  }
  .CoursesFeed-posts_item_title {
    padding: 19px;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 20px;
    align-items: flex-start;
  }
  .CoursesFeed-posts_item_title svg {
    min-width: 23px;
    width: 23px;
    height: 23px;
  }
  .CoursesFeed-posts_item_meta div {
    margin-bottom: 5px;
  }
  .CoursesFeed-posts_item .panel-body {
    padding: 7px 19px 19px;
  }
  .CoursesFeed-selectDropdown {
    order: 12;
    margin-bottom: 20px;
  }
  .CoursesFeed-posts_wrap {
    margin-left: 0;
    width: 100%;
  }
}
.PastEvents-title {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .PastEvents-title {
    margin-bottom: 20px;
  }
}
.PastEvents-title h3 {
  color: #4B345D;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: normal;
  text-align: right;
  margin: 0px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .PastEvents-title h3 {
    font-size: 34px;
    line-height: 37.4px;
  }
}
.PastEvents .PastEventsCard {
  background-color: rgba(204, 190, 208, 0.2);
  padding: 40px 45px;
  margin-bottom: 60px;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .PastEvents .PastEventsCard {
    padding: 30px 25px;
    margin-bottom: 30px;
  }
}
.PastEvents .PastEventsCard .forflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .PastEvents .PastEventsCard .forflex {
    display: block;
  }
}
.PastEvents .PastEventsCard-DateAndContent {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .PastEvents .PastEventsCard-DateAndContent {
    padding-left: 0px;
    display: block;
  }
}
.PastEvents .PastEventsCard-DateAndContent__date {
  font-family: "The Sans Arab", sans-serif;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: normal;
  text-align: center;
  color: #4B345D;
  width: 212px;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .PastEvents .PastEventsCard-DateAndContent__date {
    width: 100%;
    margin-bottom: 15px;
    text-align: right;
  }
}
.PastEvents .PastEventsCard-DateAndContent__date .date_and_year {
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .PastEvents .PastEventsCard-DateAndContent__date .date_and_year {
    text-align: right;
    font-size: 34px;
    line-height: 37.4px;
    letter-spacing: normal;
    margin-bottom: 3px;
  }
}
.PastEvents .PastEventsCard-DateAndContent__date .time {
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: normal;
  text-align: center;
}
@media (max-width: 767.98px) {
  .PastEvents .PastEventsCard-DateAndContent__date .time {
    text-align: right;
    font-size: 28px;
    line-height: 30.8px;
  }
}
.PastEvents .PastEventsCard-DateAndContent__content {
  margin-right: 87.5px;
}
@media (max-width: 767.98px) {
  .PastEvents .PastEventsCard-DateAndContent__content {
    margin-right: 0px;
  }
}
.PastEvents .PastEventsCard-DateAndContent__content .PastEvents-postTitle {
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: normal;
  font-weight: 600;
  text-align: right;
  color: #4B345D;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .PastEvents .PastEventsCard-DateAndContent__content .PastEvents-postTitle {
    font-size: 28px;
    line-height: 30.8px;
    text-align: right;
    margin-bottom: 5px;
  }
}
.PastEvents .PastEventsCard-DateAndContent__content .PastEvents-postContent {
  font-family: "The Sans Arab", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  text-align: right;
  color: #121212;
}
@media (max-width: 767.98px) {
  .PastEvents .PastEventsCard-DateAndContent__content .PastEvents-postContent {
    font-size: 14px;
    line-height: 24.5px;
    letter-spacing: normal;
  }
}
.PastEvents .PastEventsCard-Button {
  margin-top: 14px;
  display: none;
}
@media (max-width: 767.98px) {
  .PastEvents .PastEventsCard-Button {
    display: block;
  }
  .PastEvents .PastEventsCard-Button .PastEvents-postLink svg {
    width: 22px;
    height: 22px;
    transform: rotate(180deg);
  }
}
.PastEvent__permalink {
  margin-top: 10px;
  font-family: "The Sans Arab", sans-serif;
  border-radius: 24px;
  border: 1px solid #99006B;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .PastEvent__permalink {
    display: none;
  }
}
.PastEvent__permalink:hover {
  width: 130px;
  transition: 0.3s ease-in-out;
  background-color: #99006B;
  text-decoration: none;
}
.PastEvent__permalink:hover .link_items {
  width: 150px;
  transform: translateX(-14px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.PastEvent__permalink .link_items {
  width: 150px;
  transform: translateX(127px);
  transition: 0.3s ease-in-out;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.PastEvent__permalink .link_items span {
  font-family: "The Sans Arab", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.PastEvent__permalink .link_items svg {
  margin-right: 35px;
  transform: rotate(180deg);
}
.PastEvents-hide {
  display: none !important;
}
#PastEvents-pagination {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 600.98px) {
  #PastEvents-pagination {
    justify-content: center;
  }
}
#PastEvents-pagination .PastEvents-pagination--myPrev,
#PastEvents-pagination .PastEvents-pagination--myNext {
  font-family: "The Sans Arab", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: right;
  color: #4B345D;
  cursor: pointer;
}
#PastEvents-pagination #PastEvents-pagination--numbers {
  width: 100%;
}
@media (max-width: 600.98px) {
  #PastEvents-pagination #PastEvents-pagination--numbers {
    width: 70%;
  }
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages {
  width: 100%;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .disabled a {
  opacity: 0.5 !important;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev {
  margin-left: auto;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .prevText {
    display: none;
  }
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
  display: none;
}
@media (max-width: 767px) {
  #PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
    display: block;
    transform: rotate(180deg);
  }
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next {
  margin-right: auto;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .nextText {
    display: none;
  }
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
  display: none;
}
@media (max-width: 767px) {
  #PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
    display: block;
    transform: rotate(180deg);
  }
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext::before {
  position: absolute;
  left: 56%;
  top: 53%;
  transform: translate(-50%, -50%);
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .active a {
  opacity: 1;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-page {
  width: 2ch;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul li {
  border: none !important;
}
#PastEvents-pagination #PastEvents-pagination--numbers .paginationjs .paginationjs-pages ul li a {
  background-color: transparent;
  font-family: "The Sans Arab", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: right;
  color: #4B345D;
  opacity: 0.5;
}
.PastEvents-Wrapper .pagination-nav {
  width: 100%;
  display: flex;
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 {
  width: 100%;
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul li {
  list-style: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  opacity: 0.5;
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .selected,
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .active_prev,
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .active_next {
  opacity: 1;
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .prev span,
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .next span {
  display: block;
}
@media (max-width: 767.98px) {
  .PastEvents-Wrapper .pagination-nav .pagination-link1 ul .prev span,
  .PastEvents-Wrapper .pagination-nav .pagination-link1 ul .next span {
    display: none;
  }
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .arrowLeft {
  display: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .PastEvents-Wrapper .pagination-nav .pagination-link1 ul .arrowLeft {
    display: block !important;
  }
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .arrowLeft::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .arrowNext {
  display: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .PastEvents-Wrapper .pagination-nav .pagination-link1 ul .arrowNext {
    display: block !important;
  }
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .arrowNext::before {
  position: absolute;
  left: 56%;
  top: 53%;
  transform: translate(-50%, -50%);
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .number {
  display: flex;
}
.PastEvents-Wrapper .pagination-nav .pagination-link1 ul .number li {
  margin: 0px 5px;
}
.Photo-content {
  width: 100%;
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
}
.FeaturedResources {
  font-family: "The Sans Arab", sans-serif;
}
.FeaturedResources-grid {
  display: flex;
  flex-wrap: wrap;
}
.FeaturedResources-item {
  width: calc(33.333333% - 40px);
  margin-left: 60px;
  text-decoration: none !important;
  overflow-x: hidden;
}
.FeaturedResources-item:nth-of-type(3n+3) {
  margin-left: 0;
}
.FeaturedResources-item_assets {
  display: flex;
  margin-bottom: 15px;
}
.FeaturedResources-item_assets img {
  border-radius: 6px;
}
.FeaturedResources-item_assets video {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.FeaturedResources-item_title {
  color: #121212;
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
}
.FeaturedResources-item_desc {
  color: #121212;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.FeaturedResources-item_link {
  transform: translateX(125px);
  position: absolute;
  background-color: #99006B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1.15px;
  border-radius: 25px;
  opacity: 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}
.FeaturedResources-item_link:hover {
  color: #fff;
}
.FeaturedResources-item_link_wrap {
  cursor: pointer;
  position: relative;
  overflow-x: hidden;
  min-height: 32px;
}
.FeaturedResources-item_link_wrap svg {
  fill: #99006B;
  width: 30px;
  height: 30px;
  padding: 5px 5px 3px;
  border: 1px solid #99006B;
  border-radius: 50px;
  display: block;
  pointer-events: none;
  rotate: -180deg;
}
.FeaturedResources-item_link_mobile {
  display: none;
}
.FeaturedResources-item:hover .FeaturedResources-item_link {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.FeaturedResources-item:hover .FeaturedResources-item_link_wrap svg {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .FeaturedResources-item {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    margin-bottom: 20px;
  }
  .FeaturedResources-item_assets {
    width: 40%;
    margin-bottom: 0;
    position: relative;
    align-items: flex-start;
  }
  .FeaturedResources-item_text {
    width: 60%;
    padding-left: 15px;
  }
  .FeaturedResources-item_link {
    display: none;
  }
  .FeaturedResources-item_link_mobile {
    border: 1px solid #fff;
    border-radius: 50px;
    display: block;
    margin: 0 5px 5px 0;
    position: absolute;
    bottom: 15px;
    left: 10px;
  }
  .FeaturedResources-item_link_mobile svg {
    display: block;
    fill: #fff;
    width: 25px;
    height: 25px;
    padding: 5px 5px 3px;
  }
  .FeaturedResources-item_link_mobile:hover {
    background-color: #99006B;
    border-color: #99006B;
  }
  .FeaturedResources-item_link_mobile:hover svg {
    fill: #ffffff;
  }
  .FeaturedResources-item_link_wrap {
    display: none;
  }
  .FeaturedResources-item_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .FeaturedResources-item_content {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
  }
}
.ResourcesGridFeedWithoutFilter .button_for_filter {
  display: none;
}
.ResourcesGridFeedWithoutFilter-selectDropdown {
  width: 325px;
  margin-bottom: 60px;
  display: none !important;
}
.ResourcesGridFeedWithoutFilter-selectDropdown svg {
  width: 30px;
  height: 24px;
  position: absolute;
  top: 13px;
  right: 15px;
  pointer-events: none;
}
@media (max-width: 600.98px) {
  .ResourcesGridFeedWithoutFilter-selectDropdown {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ResourcesGridFeedWithoutFilter-selectDropdown button {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(40, 204, 162, 0.6);
  border: none;
  border-radius: 8px;
}
.ResourcesGridFeedWithoutFilter-selectDropdown button .ResourcesGridFeedWithoutFilter-selectedCateg {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.17px;
  text-align: left;
  color: #121212;
}
.ResourcesGridFeedWithoutFilter-selectDropdown button .svg_icon {
  height: 24px;
}
.ResourcesGridFeedWithoutFilter-selectDropdown button .svg_icon svg {
  width: 30px;
  height: 24px;
}
.ResourcesGridFeedWithoutFilter-selectDropdown .dropdown-menu {
  box-shadow: unset !important;
  z-index: 2;
  width: 100%;
  padding-left: 10px;
  display: block;
  position: relative;
  float: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-color: rgba(40, 204, 163, 0.6);
  border: 1px solid rgba(40, 204, 163, 0.6);
  border-radius: 8px;
  color: #121212;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.17px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
  min-width: 325px;
  overflow: hidden;
  padding: 13px 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.ResourcesGridFeedWithoutFilter-selectDropdown .dropdown-menu li {
  list-style: none;
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper {
  display: flex;
  flex-wrap: wrap;
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol {
    margin-bottom: 30px;
  }
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  height: 100%;
  background: white;
  cursor: pointer;
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper a:hover {
  text-decoration: none !important;
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image {
  width: 100%;
  height: 226px;
  position: relative;
}
@media (max-width: 991.98px) {
  .ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image {
    width: 100%;
  }
}
@media (max-width: 600.98px) {
  .ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image {
    width: 100%;
    height: 268px !important;
  }
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image img {
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0px 0px;
  height: 226px;
}
@media (max-width: 600.98px) {
  .ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image img {
    height: 268px !important;
  }
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image .ResourcesGridFeedWithoutFilter-postLink_image {
  display: none;
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(204, 190, 208, 0.8);
  min-height: 175px;
  padding: 12px 17px 16.8px 16.5px;
  border-radius: 0px 0px 6px 6px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content {
    min-height: 143px;
  }
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex {
  margin-bottom: 10px;
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postCategory {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4B345D;
  margin-bottom: 7px;
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postCategory a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4B345D;
}
@media (max-width: 767.98px) {
  .ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postCategory {
    margin-bottom: 5px;
  }
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postTitle {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  margin-bottom: 1.8px;
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postTitle a {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  margin-bottom: 1.8px;
}
@media (max-width: 767.98px) {
  .ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postTitle {
    margin-bottom: 3px;
  }
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postContent {
  font-family: vista-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postContent a {
  font-family: vista-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
}
.ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .ResourcesGridFeedWithoutFilter-postLink {
  height: 30px;
}
@media (max-width: 767.98px) {
  .ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .ResourcesGridFeedWithoutFilter-postLink {
    height: 22px;
  }
}
@media (max-width: 767.98px) {
  .ResourcesGridFeedWithoutFilter-posts .ResourcesGridFeedWithoutFilter-Wrapper .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .ResourcesGridFeedWithoutFilter-postLink svg {
    width: 22px;
    height: 22px;
  }
}
.ResourcesGridFeedWithoutFilter-hide {
  display: none !important;
}
#ResourcesGridFeedWithoutFilter-pagination {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600.98px) {
  #ResourcesGridFeedWithoutFilter-pagination {
    justify-content: center;
  }
}
#ResourcesGridFeedWithoutFilter-pagination .ResourcesGridFeedWithoutFilter-pagination--myPrev,
#ResourcesGridFeedWithoutFilter-pagination .ResourcesGridFeedWithoutFilter-pagination--myNext {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  cursor: pointer;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers {
  width: 100%;
}
@media (max-width: 600.98px) {
  #ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers {
    width: 80%;
  }
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages {
  width: 100%;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .disabled a {
  opacity: 0.5 !important;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev {
  margin-right: auto;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .prevText {
    display: none;
  }
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
  display: none;
}
@media (max-width: 767px) {
  #ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev a .arrowLeft {
    display: block;
  }
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-prev .arrowLeft::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next {
  margin-left: auto;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a {
  color: #4B345D;
  opacity: 1;
}
@media (max-width: 767px) {
  #ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .nextText {
    display: none;
  }
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
  display: none;
}
@media (max-width: 767px) {
  #ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next a .arrowNext {
    display: block;
  }
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-next .arrowNext::before {
  position: absolute;
  left: 56%;
  top: 53%;
  transform: translate(-50%, -50%);
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .active a {
  opacity: 1;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul .paginationjs-page {
  width: 2ch;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul li {
  border: none !important;
}
#ResourcesGridFeedWithoutFilter-pagination #ResourcesGridFeedWithoutFilter-pagination--numbers .paginationjs .paginationjs-pages ul li a {
  background-color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  opacity: 0.5;
}
.results_ResourcesGridFeedWithoutFilter {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol {
    margin-bottom: 30px;
  }
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  height: 100%;
  background: white;
  cursor: pointer;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image {
  width: 100%;
  height: 226px;
  position: relative;
}
@media (max-width: 991.98px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image {
    width: 100%;
  }
}
@media (max-width: 600.98px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image {
    width: 100%;
    height: 268px !important;
  }
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image img {
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0px 0px;
  height: 226px;
}
@media (max-width: 600.98px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image img {
    height: 268px !important;
  }
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .left_image .ResourcesGridFeedWithoutFilter-postLink_image {
  display: none;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(204, 190, 208, 0.8);
  min-height: 175px;
  padding: 12px 17px 16.8px 16.5px;
  border-radius: 0px 0px 6px 6px;
  height: 100%;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content a {
  text-decoration: none !important;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content a:hover {
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content {
    min-height: 143px;
  }
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex {
  margin-bottom: 10px;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postCategory {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4B345D;
  margin-bottom: 7px;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postCategory a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #4B345D;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postCategory {
    margin-bottom: 5px;
  }
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postTitle {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  margin-bottom: 1.8px;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postTitle a {
  font-family: vista-sans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postTitle {
    margin-bottom: 3px;
  }
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postContent {
  font-family: vista-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .forflex .ResourcesGridFeedWithoutFilter-postContent a {
  font-family: vista-sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  opacity: 0.8;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .ResourcesGridFeedWithoutFilter-postLink {
  height: 30px;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .ResourcesGridFeedWithoutFilter-postLink {
    height: 22px;
  }
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilterCol .Posts-wrapper .right_content .ResourcesGridFeedWithoutFilter-postLink svg {
    width: 22px;
    height: 22px;
  }
}
.results_ResourcesGridFeedWithoutFilter .svg_responsive {
  display: none;
}
@media (max-width: 767px) {
  .results_ResourcesGridFeedWithoutFilter .svg_responsive {
    display: block;
  }
}
.results_ResourcesGridFeedWithoutFilter .svg_responsive svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilter__link {
    display: none;
  }
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilter__link .ResourcesGridFeedWithoutFilter__permalink {
  font-family: vista-sans, sans-serif;
  border-radius: 24px;
  border: 1px solid #99006B;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilter__link .ResourcesGridFeedWithoutFilter__permalink:hover {
  width: 130px;
  transition: 0.3s ease-in-out;
  background-color: #99006B;
  text-decoration: none;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilter__link .ResourcesGridFeedWithoutFilter__permalink:hover .link_items {
  width: 150px;
  transform: translateX(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilter__link .ResourcesGridFeedWithoutFilter__permalink .link_items {
  width: 150px;
  transform: translateX(-120px);
  transition: 0.3s ease-in-out;
  height: 30px;
  display: flex;
  align-items: center;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilter__link .ResourcesGridFeedWithoutFilter__permalink .link_items span {
  font-family: vista-sans, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.15px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.results_ResourcesGridFeedWithoutFilter .ResourcesGridFeedWithoutFilter__link .ResourcesGridFeedWithoutFilter__permalink .link_items svg {
  margin-left: 39px;
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav {
  width: 100%;
  display: flex;
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 {
  width: 100%;
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul li {
  list-style: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #4B345D;
  opacity: 0.5;
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .selected,
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .active_prev,
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .active_next {
  opacity: 1;
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .prev span,
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .next span {
  display: block;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .prev span,
  .results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .next span {
    display: none;
  }
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .arrowLeft {
  display: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .arrowLeft {
    display: block !important;
  }
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .arrowLeft::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 53%;
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .arrowNext {
  display: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: white;
  width: 23px;
  height: 23px;
  background-color: #4B345D;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .arrowNext {
    display: block !important;
  }
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .arrowNext::before {
  position: absolute;
  left: 56%;
  top: 53%;
  transform: translate(-50%, -50%);
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .number {
  display: flex;
}
.results_ResourcesGridFeedWithoutFilter .pagination-nav .pagination-link1 ul .number li {
  margin: 0px 5px;
}
