 /*!
Theme Name: Alphavima
Theme URI: http://alphavima.com/
Author: Alphavima.com
Author URI: http://alphavima.com/
Description: Description
Version: 1.0.1
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alphavima
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Alphavima is based on Underscores https://alphavima.com/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

  
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}
/*
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}*/

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

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

.bypostauthor {
  display: block;
}

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

.widget select {
  max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.menu ul {
  display: flex;
}
.menu ul li {
  margin-right: 10px;
  list-style: none;
}
h1.underline,
h4.underline {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 21px;
}

@media (max-width: 767px) {
  /* line 28, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .text_center-mobile {
    text-align: center;
  }
}

/* line 34, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-lg-home {
  padding: 20px 40px;
  font-size: 15px;
}

/* line 39, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-info-home {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
/* line 44, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-info-home:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}
/* line 49, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-info-home:active {
  color: #000;
  border-color: #000;
  background: #fff;
}
/* line 54, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-info-home:focus {
  color: #000;
  border-color: #000;
  background: #fff;
}

/* line 67, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb > li a {
  color: #302ce1;
  padding: 2px 4px;
}
.breadcrumb > li a:hover {
  color: #302ce1;
}

/* line 85, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 0px; 
  text-align: center;
}

/* line 96, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
  background: none;
}

/* line 103, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  background: none;
}

/* line 112, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: transparent;
  border-color: transparent;
}

/* line 122, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: transparent;
  border-radius: 50%;
  border: solid 1px;
}

.logo-container {
  height: 51px;
  width: 187px;
  margin-left: 9px;
}

/* line 132, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top {
  border-width: 0;
}

/* line 136, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top {
  border-width: 0;
  margin-bottom: 0;
}

/* line 140, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-default {
  border-color: transparent;
}

/* line 144, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.homelink,
a.homelink:hover,
a.homelink:focus {
  color: #fff;
  text-decoration: none;
}

/* line 149, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.register-bar {
  clear: both;
}

/* line 153, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar {
  min-height: 67px;
}
/* line 156, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .navbar-collapse {
  max-height: 510px;
  box-shadow: none;
  border-top: none;
  padding-top: 8px;
}
/* line 163, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .navbar-form {
  border: none;
  margin-left: 0;
  margin-right: 0;
}
/* line 168, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .navbar-form .form-control {
  font-size: 1em;
}

/* line 175, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-collapse {
  max-height: 510px;
  box-shadow: none;
  border-top: none;
}

/* line 181, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-form {
  border: none;
  margin-left: 0;
  margin-right: 0;
}
/* line 186, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-form .form-control {
  font-size: 1em;
}

@media (min-width: 992px) {
  /* line 191, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .fix-navbar .register-bar {
    display: none;
  }
}

/* line 197, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
}

/* line 202, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
}

/* line 211, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 1em;
  font-weight: bold;
}

/* line 218, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666;
}

/* line 230, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 1em;
  font-weight: bold;
}

/* line 237, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666;
}

/* line 247, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-brand {
  font-size: 2.11em;
  font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232222;
  position: relative;
}

@media (max-width: 1200px) {
  /* line 247, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top .navbar-brand {
    position: initial;
    height: 42px;
  }
}

/* line 259, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-header {
  padding-top: 8px;
}

/* line 264, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top .navbar-brand {
  font-size: 2.11em;
  font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232222;
  position: relative;
}

@media (max-width: 1200px) {
  /* line 264, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top .navbar-brand {
    position: initial;
    height: 42px;
  }
}

/* line 284, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse {
  background-color: #232222;
  border-color: transparent;
}
/* line 288, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse .navbar-brand {
  color: #fff;
}
/* line 291, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse .divider-vertical {
  border-right-color: #fff;
  border-left-color: #111;
}

/* line 296, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse {
  background-color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
/* line 300, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse .navbar-brand {
  color: #fff;
}
/* line 304, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse .divider-vertical {
  border-right-color: #fff;
  border-left-color: #111;
}

/* line 311, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #000;
}
/* line 314, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #302ce1;
  /*border-bottom: 4px solid #2F5FEF;
    padding-bottom: 10px;*/
}
/* line 320, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #302ce1;
  border: 1px dashed black !important;
  outline: 1px dashed #ffffff;
}

@media (max-width: 1199px) {
  /* line 331, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #302ce1;
    /*border-bottom: 4px solid #2F5FEF;
    padding-bottom: 6px;*/
  }
}

/* line 342, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link {
  position: relative;
}
/* line 345, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link .cart_amount {
  border-radius: 100%;
  height: 17px;
  width: 17px;
  position: absolute;
  bottom: 6px;
  right: -6px;
  background-color: #2f5fef;
  text-align: -webkit-center;
  line-height: 17px;
  font-size: 9px;
  padding-left: 1.9px;
  color: #fff;
}
/* line 359, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link .cart_amount:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  /* line 367, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top .navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}

@media (max-width: 1199px) {
  /* line 372, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top .navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 377, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar > .container > .row > div {
    display: block;
  }
  /* line 381, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-header {
    position: relative;
  }
}

@media (max-width: 767px) {
  /* line 386, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar > .container > .row > div {
    display: block;
  }
  /* line 390, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-header {
    position: relative;
  }
}

/* line 397, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
}

/* line 404, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group {
  margin-bottom: 21px;
}
/* line 407, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group.border-bottom {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 84px;
}
/* line 412, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel {
  border-radius: 0px;
  border: none;
  box-shadow: none;
}
/* line 417, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 422, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 426, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading .panel-title a {
  text-decoration: none;
}
/* line 429, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading .panel-title a:hover {
  color: #2f5fef;
}
/* line 433, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading .panel-title a:before {
  content: " ";
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 12px;
  background-position: -92px -5px;
  margin-right: 10.5px;
}
/* line 444, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading .panel-title a.collapsed:before {
  background-position: -5px -126px;
}
/* line 452, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
/* line 457, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 460, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: none;
}
/* line 465, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group .panel-default {
  border-color: none;
}
/* line 6, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
.panel-group .panel-default > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: none;
}
/* line 11, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: none;
}
/* line 14, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
.panel-group .panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
/* line 20, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
.panel-group .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: none;
}

/* line 473, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
body {
  padding-top: 0px;
  /* Below changes in body tag to support CDSStarterPortal in maker*/
  margin: 0;
  height: 100%;
}

@media (max-width: 767px) {
  /* line 473, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  body {
    padding-top: 0px;
  }
}

/* line 482, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_down {
  height: 50px;
  background: url("layer_down.png") no-repeat bottom center;
  position: absolute;
  bottom: 0;
  z-index: 900;
  width: 100%;
}

/* line 491, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_up {
  height: 40px;
  background: url("layer_up.png") no-repeat bottom center;
  position: relative;
  z-index: 20;
}

/* line 498, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-margin {
  margin: 21px 0;
}

/* line 513, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search {
  background-size: cover;
}
/* line 518, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search .row > div {
  margin-top: 100px;
}
/* line 521, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search .row > div h1 {
  color: #fff;
}

@media screen and (max-width: 600px) {
  /* line 521, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-inline-search .row > div h1 {
    font-size: 16vw;
  }
}
/* line 531, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search .row > div .form-inline .form-group .input-group {
  margin-right: 21px;
}
/* line 534, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search
  .row
  > div
  .form-inline
  .form-group
  .input-group
  .input-group-addon {
  background-color: #fff;
  border-right: none;
}
/* line 539, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search
  .row
  > div
  .form-inline
  .form-group
  .input-group
  .form-control {
  height: 60px;
  border-left: none;
  box-shadow: none;
}
/* line 544, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search
  .row
  > div
  .form-inline
  .form-group
  .input-group
  .form-control:focus {
  box-shadow: none;
  border-right: none;
  border-color: #ccc;
}

/* line 557, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

/* line 567, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained {
  position: relative;
  height: 400px;
  padding-bottom: 56.25%;
}

/* line 573, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained > svg {
  margin-top: -100px;
  position: absolute;
  display: block;
}

/* line 579, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.contained .row {
  margin-top: 80px;
}

/* line 583, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer {
  position: relative;
  color: #22221e;
}
/* line 587, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-top {
  width: 100%;
  min-height: 130px;
  background-color: #232222;
  display: flex;
  align-items: center;
}
/* line 594, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-top h3,
footer .footer-top h4 {
  color: #fff;
}
/* line 598, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-top .list-social-links {
  margin-top: 25px;
  margin-bottom: 12.5px;
}

@media screen and (max-width: 991px) {
  /* line 605, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  footer .footer-top h3,
  footer .footer-top .list-social-links {
    text-align: center;
  }
}
/* line 611, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom {
  width: 100%;
  min-height: 36px;
  background-color: #d2d2ce;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 12px 0px 12px 0px !important;
}
/* line 619, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom p {
  margin: 0;
}
/* line 623, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom h4 {
  margin-top: 0;
  color: #fff;
}
/* line 628, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom ul {
  list-style-type: none;
  margin: 0;
}
/* line 638, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom ul li a,
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus,
footer .footer-bottom ul li a:active,
footer .footer-bottom ul li a.active {
  font-size: 15px;
  color: #fff;
}

/* line 648, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links {
  list-style-type: none;
  padding-left: 0;
}
/* line 652, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links li {
  display: inline-block;
  margin: 0 10px;
}
/* line 661, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links li a,
.list-social-links li a:hover,
.list-social-links li a:focus,
.list-social-links li a:active,
.list-social-links li a.active {
  color: #fff;
}

@media screen and (max-width: 993px) {
  /* line 669, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-landing h1 {
    font-size: 65px;
  }
  /* line 673, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-landing h2 {
    letter-spacing: normal;
    margin-left: -3px;
  }
}

/* line 679, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.user-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}

/* line 687, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title-container {
  border-top: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  padding-left: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
}

/* line 695, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title {
  margin-left: -35px;
}
/* line 698, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title > span {
  margin-left: 3px;
}
/* line 701, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title > span .article-author {
  font-weight: bold;
  color: #2f5fef;
}

/* line 708, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-content {
  margin-top: 15px;
}
/* line 711, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-content > p {
  text-align: justify;
}

@media screen and (max-width: 993px) {
  /* line 717, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-title {
    margin-left: 0;
    text-align: center;
  }
  /* line 722, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-author {
    text-align: center;
  }
}

/* line 728, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .header-search {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #eeeeee;
}
/* line 734, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .header-search img {
  max-width: 350px;
}

@media screen and (max-width: 600px) {
  /* line 738, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .header-search h1 {
    font-size: 13vw;
  }
}

/* line 745, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .title-search {
  font-size: 26px;
  font-weight: bold;
}

/* line 750, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search input {
  border-style: none;
  padding-left: 10px;
  height: 60px;
}

/* line 758, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-left > img {
  max-width: 240px;
}

/* line 763, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body {
  padding-left: 20px;
}
/* line 766, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body > a {
  text-decoration: none;
  font-weight: bold;
}
/* line 771, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body .media-heading {
  margin-top: 5px;
  margin-bottom: 20px;
}

/* line 780, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.cards-container {
  margin-top: 84px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  /* line 780, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .cards-container {
    flex-direction: column;
  }
}

/* line 795, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-inner > .item {
  margin-right: auto;
  margin-left: auto;
}
/* line 799, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-inner > .item .carousel-caption {
  display: flex;
  align-items: center;
  top: 5%;
  left: 5%;
  right: 5%;
}

@media screen and (min-width: 768px) {
  /* line 799, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .carousel-custom .carousel-inner > .item .carousel-caption {
    left: 5%;
    right: 5%;
  }
}

/* line 815, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-indicators li {
  border-color: #232222;
}

/* line 824, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms td {
  padding: 15px 8px;
}

/* line 830, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms tbody tr:first-child td {
  border-top: none;
}

/* line 839, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 846, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-header {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 5px;
}
/* line 856, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-header h4 {
  font-weight: bold;
  display: inline-block;
}
/* line 862, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content {
  padding-top: 25px;
}
/* line 865, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content p {
  font-size: 14px;
}
/* line 869, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content form {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
}
/* line 874, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content .poll-buttons {
  padding-top: 20px;
  padding-left: 11px;
}
/* line 878, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content .poll-buttons .btn {
  padding: 4px 14px;
  font-size: 14px;
}
/* line 883, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content .poll-buttons .btn-default {
  color: #000;
  border-color: #000;
}
/* line 887, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-content .poll-buttons .btn-default:hover {
  color: #000;
  border-color: #000;
}
/* line 895, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-tags {
  padding-top: 10px;
}
/* line 898, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-tags h4 {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
}
/* line 903, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll .poll-tags .tag {
  display: inline-block;
  background-color: #e1e1e1;
  color: #232222;
  padding: 5px 14px;
  margin: 5px 0px;
  text-transform: uppercase;
  font-size: 13px;
}

/* line 915, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 922, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > li > a {
  padding: 4px 20px;
  color: #2f5fef;
  border-right: 2px solid #eeeeee;
}
/* line 928, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > li > a:hover,
.nav-sidebar .nav > li > a:focus {
  color: #232222;
  text-decoration: none;
  background-color: transparent;
  border-right: 2px solid #555555;
}
/* line 935, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > li > a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e250";
  margin-right: 7px;
}
/* line 952, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > .active > a {
  color: #232222;
  text-decoration: none;
  background-color: transparent;
  border-right: 2px solid #555555;
  font-weight: bold;
}
/* line 959, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > .active > a:before {
  content: "\e252";
}
/* line 966, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > .active:hover > a,
.nav-sidebar .nav > .activefocus > a {
  font-weight: bold;
}
/* line 972, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav > .active > ul.nav {
  display: block;
}
/* line 979, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav ul.nav {
  display: none;
}
/* line 986, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
}
/* line 996, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav .nav > .active,
.nav-sidebar .nav .nav > .active:hover,
.nav-sidebar .nav .nav > .active:focus {
  font-weight: bold;
}
/* line 1003, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 60px;
}
/* line 1008, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav .nav .nav > li > a:before {
  content: "";
}
/* line 1017, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar .nav .nav .nav > .active,
.nav-sidebar .nav .nav .nav > .active:hover,
.nav-sidebar .nav .nav .nav > .active:focus {
  font-weight: bold;
}

/* line 1028, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-menu {
  margin-top: 8px;
}

/* line 1032, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-search {
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 9px;
}
/* line 1039, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-search #q {
  min-width: 200px;
}

@media (max-width: 1199px) {
  /* line 1044, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  #navbar .dropdown-search .input-group-btn {
    vertical-align: top;
  }
  /* line 1047, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  #navbar .dropdown-search #search-filter {
    width: 100%;
    text-align: left;
    padding-left: 25px;
  }
  /* line 1052, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  #navbar .dropdown-search.dropdown-menu > li:hover,
  #navbar .dropdown-search .dropdown-menu > li:hover {
    color: white;
    background-color: transparent;
  }
}

/* line 1060, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.tabs-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
}

/* line 1073, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.help-block.error,
label.control-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
  color: #a94442;
}

@media screen and (-ms-high-contrast: active) {
  /* line 1078, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }
  /* line 1082, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

/* line 11, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.pr-color {
  color: #2f5fef;
}

/* line 16, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.blue_border {
  padding-bottom: 10px;
  border-bottom: 7px solid #0b80d0;
}

/* line 21, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section {
  position: relative;
  background-size: cover;
  color: #000;
}
/* line 26, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section .row {
  padding-top: 40px;
  padding-bottom: 100px;
}
/* line 31, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section .row.sidebar-home {
  padding-bottom: 0;
}
/* line 35, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section h1 {
  font-size: 32px;
}
/* line 39, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section h2 {
  color: #666666;
  font-size: 40px;
}
/* line 44, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section h3 {
  font-size: 66px;
  font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 49, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section p {
  padding-top: 5px;
}
/* line 54, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section .btn {
  margin-top: 50px;
}
/* line 58, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section .form-search .btn {
  margin-top: 0;
}
/* line 64, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section .section-landing-heading p,
.page_section .section-landing-sub-heading p {
  border-top: 0;
}

/* line 71, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.form-search .btn {
  border: 1px solid #ccc;
}

/* line 74, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.form-search .btn-default:hover {
  border-color: #ccc;
}

/* line 78, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.form-search .dropdown-submenu {
  right: -2px;
}

/* line 82, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.form-search .dropdown-menu {
  margin-top: 0px;
}

/* line 87, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.dropdown-search.dropdown-menu > li:hover {
  background-color: transparent;
}

/* line 91, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
#navbar .form-search .dropdown-menu {
  margin-top: 0px;
}

/* line 95, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-diagonal-left {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: -20px;
}
/* line 103, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-diagonal-left .section-diagonal-left-content {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  background-size: cover;
  margin-top: -70px;
}
/* line 111, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-diagonal-left .section-diagonal-left-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  background-color: #fff;
}

/* line 125, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-diagonal-right {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: -20px;
}
/* line 133, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-diagonal-right.home-section {
  margin-top: -60px;
}
/* line 137, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-diagonal-right .section-diagonal-right-content {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  background-size: cover;
  margin-top: -70px;
}
/* line 145, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-diagonal-right .section-diagonal-right-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  background-color: #2f5fef;
}

/* line 161, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-diagonal-left .row,
.section-diagonal-right .row {
  padding-top: 125px;
}

/* line 165, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-diagonal-left .col-md-5,
.section-diagonal-right .col-md-5 {
  float: none;
  margin: 0 auto;
}

/* line 170, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-diagonal-left p,
.section-diagonal-right p {
  border-top: none;
}

/* line 176, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-landing {
  background: linear-gradient(transparent, transparent);
  background-size: cover;
}
/* line 181, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-landing .row > div {
  margin-top: 80px;
}
/* line 184, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-landing .row > div .section-landing-heading {
  font-size: 4rem;
  color: #fff;
}

@media screen and (max-width: 600px) {
  /* line 184, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
  .section-landing .row > div .section-landing-heading {
    font-size: 16vw;
  }
}
/* line 194, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-landing .row > div .section-landing-sub-heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: Semibold;
}

@media screen and (max-width: 600px) {
  /* line 194, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
  .section-landing .row > div .section-landing-sub-heading {
    font-size: 4vw;
  }
}

/* line 210, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-sub-landing {
  background-size: cover;
}

/* line 215, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-default {
  background-size: cover;
}

@media screen and (max-width: 767px) {
  /* line 220, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
  .section-default:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 0.59) 41%,
      rgba(0, 0, 0, 0.62) 43%,
      black 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 0.59) 41%,
      rgba(0, 0, 0, 0.62) 43%,
      black 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.59) 41%,
      rgba(0, 0, 0, 0.62) 43%,
      black 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
  }
}
/* line 235, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-default .row {
  padding-bottom: 150px;
}

/* line 242, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-knowledge {
  margin-bottom: 40px;
}

/* line 247, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home .btn {
  margin-top: 0;
}

/* line 251, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
/* line 256, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home .panel p {
  border: 0;
}

/* line 261, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home .panel-heading {
  display: none;
}

/* line 265, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home .list-group-item {
  padding: 20px 0;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ddd;
}
/* line 272, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home .list-group-item img {
  margin-right: 25px;
}

/* line 278, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home a.list-group-item,
.content-home .list-group-item a.title {
  color: #232222;
}
/* line 282, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home a.list-group-item:hover,
.content-home a.list-group-item:focus,
.content-home .list-group-item a.title:hover,
.content-home .list-group-item a.title:focus {
  color: #232222;
  text-decoration: underline;
  background-color: transparent;
}

/* line 290, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home .title,
.content-home .description {
  display: block;
}

/* line 294, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home .title {
  font-size: 24px;
  font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 299, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.content-home .description {
  display: block;
  font-size: 14px;
}

/* line 305, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.sidebar-home {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  margin-top: 36px;
  position: relative;
}
/* line 311, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.sidebar-home h3 {
  font-size: 18px;
}
/* line 315, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.sidebar-home .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
/* line 321, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.sidebar-home .panel-heading {
  padding-left: 0;
  background-color: transparent;
  border: 0;
}
/* line 327, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.sidebar-home .panel-title {
  font-size: 14px;
  color: #2f5fef;
  font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
/* line 333, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.sidebar-home .list-group-item {
  padding-left: 0;
  font-size: 14px;
  background-color: transparent;
  border: 0;
}
/* line 340, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.sidebar-home .list-group-item:hover,
.sidebar-home .list-group-item:focus {
  text-decoration: underline;
  background-color: transparent;
}
/* line 345, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.sidebar-home .list-group-item .date {
  visibility: hidden;
}

/* line 351, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-landing-search {
  min-height: 250px;
  background: url(homehero.jpg) no-repeat 0 25%;
  background-size: cover;
}

/* line 357, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-landing-forums {
  min-height: 250px;
  background-size: cover;
}

/* line 364, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-knowledge .list-group a.list-group-item {
  color: #2f5fef;
}

/* line 368, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.section-knowledge .panel-title {
  color: #000;
}

/* line 373, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section.section-landing .row {
  padding-bottom: 60px;
}

/* line 377, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.page_section.section-landing .row > div {
  margin-top: 0px;
}

/* line 381, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
ul.tree,
ol.tree {
  color: #2f5fef;
}

/* line 386, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.tree ul,
.tree ol,
.tree ul ul,
.tree ol ul,
.tree ol ol ul,
.tree ol ul ul,
.tree ul ol ul,
.tree ul ul ul {
  list-style-type: disc;
  color: #2f5fef;
}

/* ADX_FORMS  */
/* line 392, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.adx_forms_font_calibri {
  font-family: Calibri;
}

/* line 396, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.adx_forms_font_new_roman {
  font-family: Times New Roman;
}

/* line 399, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/cdsstarter/theme.scss */
.adx_forms_font_helvetica {
  font-family: "Helvetica", sans-serif;
}

/* Below changes are done to support CDSStarterPortal in maker */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

.wrapper-body {
  min-height: calc(100% - 110px);
  margin-bottom: 0px;
}

.footer .push {
  height: 43px;
}

.footer {
  margin-top: 0px;
}

.page-copy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-brand {
  line-height: 37px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: unset;
}

body,
legend {
  color: #000000;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #f2f2f2;
  color: #302ce1;
}

.btn-default {
  color: #302ce1;
  background-color: white;
  border-color: #302ce1;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus {
  color: #302ce1;
  background-color: #f2f2f2;
  border-color: #302ce1;
}

.btn-primary {
  color: white;
  background-color: #302ce1;
  border-color: #302ce1;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #5c59e7;
  border-color: #5c59e7;
}

.navbar-inverse .navbar-toggle {
  border: 1px solid #302ce1;
}

.navbar-inverse .navbar-toggle:hover {
  background-color: #4642e4;
}

.navbar-inverse .navbar-toggle:focus {
  border: 1px solid black;
  background-color: #4642e4;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
  background-color: #302ce1;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}

.navbar-inverse
  .navbar-nav
  > .open
  > a
  .navbar-inverse
  .navbar-nav
  > .open
  > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #302ce1;
  color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse
  .navbar-nav
  .open
  .dropdown-menu
  > li
  > a:focus
  .navbar-inverse
  .navbar-nav
  .open
  .dropdown-menu
  > .active
  > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  background-color: #ffffff;
  color: #302ce1;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f2f2f2;
}

.nav .open .dropdown-menu {
  background-color: #ffffff;
}

.nav .open .dropdown-menu > li > a {
  color: black;
}

.nav > .open > a .nav > .open > a:hover,
.nav > .open > a:focus {
  background-color: #f2f2f2;
}

.nav .open .dropdown-menu > .active > a,
.nav .open .dropdown-menu > .active > a:hover,
.nav .open .dropdown-menu > .active > a:focus,
.nav .open .dropdown-menu > li > a:hover,
.nav .open .dropdown-menu > li > a:focus {
  background-color: #f2f2f2;
  color: black;
}

.crmEntityFormView,
.entitylist {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #f2f2f2;
}

.sectionPrimaryColor {
  background-color: #302ce1;
  color: #ffffff;
}

.sectionPrimaryColor h1,
.sectionPrimaryColor h2,
.sectionPrimaryColor h3,
.sectionPrimaryColor h4,
.sectionPrimaryColor h5,
.sectionPrimaryColor h6 {
  color: #ffffff;
}

.sectionPrimaryColor .crmEntityFormView h1,
.sectionPrimaryColor .crmEntityFormView h2,
.sectionPrimaryColor .crmEntityFormView h3,
.sectionPrimaryColor .crmEntityFormView h4,
.sectionPrimaryColor .crmEntityFormView h5,
.sectionPrimaryColor .crmEntityFormView h6 {
  color: #000000;
}

.sectionPrimaryColor .entitylist h1,
.sectionPrimaryColor .entitylist h2,
.sectionPrimaryColor .entitylist h3,
.sectionPrimaryColor .entitylist h4,
.sectionPrimaryColor .entitylist h5,
.sectionPrimaryColor .entitylist h6 {
  color: #000000;
}

.sectionFixedStyle {
  background-color: rgb(246, 247, 252);
  color: #000000;
}

a {
  color: #302ce1;
}

a:not(.btn) {
  text-decoration: underline;
}

[role="navigation"] a,
[role="contentinfo"] a,
.toolbar a,
a.list-group-item {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
  outline:none;
}

.breadcrumb > .active {
  color: #000000;
  font-weight: bold;
}

p {
  font-size: 16px;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 0px;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

.page-header {
  border-bottom: 0px;
}

.navbar-brand {
  padding: 8px;
}

.navbar-static-top.navbar-inverse .navbar-brand {
  font-size: 24px;
  font-weight: bold;
  font-family: unset;
}

.navbar-static-top.navbar-inverse .navbar-brand a {
  color: black;
  text-decoration: none;
}
.help-block {
  color: black;
}

.skip-to-content a {
  padding: 10px 20px;
  position: absolute;
  top: -43px;
  left: 0px;
  color: #ffffff;
  border-radius: 2px;
  background: #742774;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  font-family: Segoe UI;
  font-size: 14px;
}

.skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  color: #ffffff;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

@media screen and (-ms-high-contrast: active) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom: 0px;
  }

  .nav-tabs > li > a {
    border: 0px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > a:focus
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    border: 1px solid;
  }

  .facet-list-group-item {
    margin: 1px;
    border: 0px;
  }
}
#main {
  min-height: 480px;
}
#menu-my-menu {
  list-style: none;
  display: flex;
}
#menu-my-menu li {
  margin-right: 10px;
}



#EntityListControl {
  display: none;
}

.text-danger {
  color: red;
}
/* -------------------------------------------------------------------------- */
/*  Start::Function.css
    /* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*  Function.css
    /*  0. CSS Reset
    /* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  -webkit-text-size-adjust: 100%;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; /*font:inherit;*/
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
.row {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
 

/*Common CSS*/
body,
input,
button,
select,
textarea {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
}
body {
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.h1,
h1 {
  font-size: 1.75rem;
}
.h2,
h2 {
  font-size: 1.375rem;
}
.h3,
h3 {
  font-size: 1.5rem;
}
.h4,
h4 {
  font-size: 1.25rem;
}
.h5,
h5 {
  font-size: 1.125rem;
}

/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 500;}
h1, .h1 {font-size:28px;}
h2, .h2 {font-size:22px;}
h3, .h3 {font-size:20px;}
h4, .h4 {font-size:18px;}
h5, .h5 {font-size:16px;}
h6, .h6 {font-size:14px;}
*/
a {
  background: transparent;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  color: #10abb3;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
abbr[title] {
  border-bottom: 0.063rem dotted;
}
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
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;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  display: block;
  height: 0.063rem;
  border: 0;
  border-top: 0.063rem solid #cacaca;
  margin: 1.25rem 0;
  padding: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dd,
table,
fieldset,
address {
  margin: 0 0 1.563rem;
}
ul,
ol {
  padding: 0 0 0 0.938rem;
}
ul ul,
ol ol {
  margin: 0.313rem 0;
}
ul.bulletText {
  list-style: none;
  padding: 0;
} 
ul.bulletText li {
  padding: 0.125rem 0 0.313rem 1.25rem;
  position: relative;
}
ul.bulletText li:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.375rem;
  border: solid #563d7c;
  border-width: 0 0.063rem 0.063rem 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
ol li {
  padding: 0.125rem 0 0.313rem 0;
}
ol ul {
  margin-bottom: 0;
}

/*Forms Fields*/
 

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.borderBox {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 5px 0px 21px #e5e5e5;
  margin-bottom: 30px;
}
.contentRow > .borderBox:last-child {
  margin-bottom: 0;
}
/*input[type="date"],input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="url"],input[type="password"],input[type="search"],select,textarea{background-color:#fff;border:1px solid #b5b5b5;width:100%;height:58px;padding:9px 15px;font-size:16px;outline:none;border-radius:10px;margin-bottom:15px;background:#fff;}*/
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.button {
  background-color: #ff6a48;
  color: #fff;
  border: 1px solid #ff6a48;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  color: #fff;
  background-color: #083b71;
  border-color: #083b71;
}
input[type="submit"].cancelBtn,
input[type="button"].cancelBtn,
input[type="reset"].cancelBtn {
  background-color: #888;
}
/*input[type="file"]{border:1px solid #d0d0d0;height:40px;background:#F5F5F5;line-height:50px;width:100%;height:50px;font-size:15px;padding-left:15px;    padding-top: 8px;display:block;border-radius:6px;}*/
input:focus,
textarea:focus,
select:focus {
  border-color: #2b349a;
  background-color: #ebedff;
  outline: 0;
  outline: unset;
  outline: none;
}

/*Upload */
.textBoxOut {
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
.uploadBtn {
  width: auto;
}
.uploadBtn {
  color: #fff;
  background: #58b93d;
  height: 50px;
  line-height: 50px;
  padding: 0 33px; /*border:1px solid #777777;*/
  border-radius: 8px 0 0 8px;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.note {
  font-size: 10px;
  font-style: italic;
  padding: 5px 0 0;
}
.radioGroupMore {
  margin-bottom: 15px;
}
.radioGroup label {
  font-size: 18px;
  color: #000;
  padding-right: 15px;
  cursor: pointer;
  line-height: 28px;
}
.radioGroup > label {
  line-height: 15px;
  padding: 0;
  font-size: 14px;
  color: #999;
  margin: -7px 0 8px;
  display: block;
  width: 100%;
}
.radioGroup {
  position: relative;
}
.radioGroup .radio-label {
  margin-bottom: 10px;
}
.radio {
  margin-bottom: 30px;
}
.radio input[type="radio"] {
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bbb;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  top: 0px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  margin-left: -35px;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background: #605ca8;
  background: -moz-linear-gradient(
    to right,
    #605ca8 0%,
    #605ca8 52%,
    #605ca8 100%
  );
  background: -webkit-linear-gradient(
    to right,
    #605ca8 0%,
    #605ca8 52%,
    #605ca8 100%
  );
  background: linear-gradient(to right, #605ca8 0%, #605ca8 52%, #605ca8 100%);
  box-shadow: inset 0 0 0 6px #fff;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 7px #f4f4f4;
  border-color: #b4b4b4;
  cursor: auto;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.form-group {
  display: block;
  margin-bottom: 25px;
}

 
/* .form-group input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer;}
 .form-group label:before{content:'';-webkit-appearance:none;background-color:transparent;border:1px solid #c8c8c8;box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);padding:10px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:12px;border-radius:2px;}
*/
.form-group input:checked + label:before {
  background: #58b93d; /*background: -moz-linear-gradient(left, #2ABBCE 0%, #569BE6 72%, #837BFD 100%);background: -webkit-linear-gradient(left, #2ABBCE 0%, #569BE6 72%, #837BFD 100%);background: linear-gradient(to right, #2ABBCE 0%, #569BE6 72%, #837BFD 100%);*/
  border: 1px solid #58b93d;
  border-radius: 4px;
}
.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********** Table **********/
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  empty-cells: show;
  border: none;
  border-top: 0.063rem solid #e9e9ea;
  border-left: 0.063rem solid #e9e9ea;
}
table table {
  margin: 0;
}

/*Menu*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li,
.sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}
.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}
.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit;
}

/*Menu Blue*/
.sm-blue {
  background: transparent;
}
.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active {
  padding: 10px 20px; /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  background: #2b349b;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.sm-blue a.current {
  background: #006892;
  color: #fff;
}
.sm-blue a.disabled {
  color: #a1d1e8;
}
.sm-blue a .sub-arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.sm-blue a .sub-arrow::before {
  content: "+";
}
.sm-blue a.highlighted .sub-arrow::before {
  content: "-";
}
.sm-blue > li:first-child > a,
.sm-blue > li:first-child > :not(ul) a {
}
.sm-blue > li:last-child > a,
.sm-blue > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > ul,
.sm-blue > li:last-child > ul > li:last-child > a,
.sm-blue > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-blue > li:last-child > ul > li:last-child > ul,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > *:not(ul)
  a,
.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > a,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > *:not(ul)
  a,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > a,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > *:not(ul)
  a,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul {
  border-radius: 0 0 8px 8px;
}
.sm-blue > li:last-child > a.highlighted,
.sm-blue > li:last-child > *:not(ul) a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > a.highlighted,
.sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > a.highlighted,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > *:not(ul)
  a.highlighted,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > a.highlighted,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > *:not(ul)
  a.highlighted,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > a.highlighted,
.sm-blue
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > ul
  > li:last-child
  > *:not(ul)
  a.highlighted {
  border-radius: 0;
}
.sm-blue ul {
  background: #fff;
}
.sm-blue ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.sm-blue ul a,
.sm-blue ul a:hover,
.sm-blue ul a:focus,
.sm-blue ul a:active {
  background: transparent;
  color: #2b82ac;
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.sm-blue ul a.current {
  background: #006892;
  color: #fff;
}
.sm-blue ul a.disabled {
  color: #b3b3b3;
}
.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-blue ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-blue ul li:first-child {
  border-top: 0;
}
@media (min-width: 768px) {
  /* Switch to desktop layout-----------------------------------------------   These transform the menu tree from   collapsible to desktop (navbar + dropdowns)-----------------------------------------------*/

  /* start... (it's not recommended editing these rules) */
  .sm-blue ul {
    position: absolute;
    width: 12em;
  }
  .sm-blue li {
    float: left;
  }
  .sm-blue.sm-rtl li {
    float: right;
  }
  .sm-blue ul li,
  .sm-blue.sm-rtl ul li,
  .sm-blue.sm-vertical li {
    float: none;
  }
  .sm-blue a {
    font-size: 0.9375rem;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.5px;
  }
  .sm-blue ul a,
  .sm-blue.sm-vertical a {
    white-space: normal;
  }
  .sm-blue .sm-nowrap > li > a,
  .sm-blue .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-blue {
    background: #2b349b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-blue a,
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    padding: 13px 15px;
    background: #2b349b;
    color: #fff;
  }
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    background: #181f77;
  }
  .sm-blue a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
  }
  .sm-blue a.disabled {
    background: #2b349b;
    color: #a1d1e8;
  }
  .sm-blue a .sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a1d1e8 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-blue a .sub-arrow::before {
    display: none;
  }
  .sm-blue > li:first-child > a,
  .sm-blue > li:first-child > :not(ul) a {
  }
  .sm-blue > li:last-child > a,
  .sm-blue > li:last-child > :not(ul) a {
    border-radius: 0 8px 8px 0 !important;
  }
  .sm-blue > li {
    border-left:/*1px solid #2b82ac*/ 1px solid rgb(255 255 255 / 7%);
  }
  .sm-blue > li:first-child {
    border-left: 0;
  }
  .sm-blue ul {
    border: 1px solid #a8a8a8;
    padding: 7px 0;
    background: #fff;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  }
  .sm-blue ul ul {
    border-radius: 4px !important;
    background: #fff;
  }
  .sm-blue ul a,
  .sm-blue ul a:hover,
  .sm-blue ul a:focus,
  .sm-blue ul a:active,
  .sm-blue ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    text-transform: none;
    color: #2b349b;
    border-radius: 0 !important;
  }
  .sm-blue ul a:hover,
  .sm-blue ul a:focus,
  .sm-blue ul a:active,
  .sm-blue ul a.highlighted {
    background: #2b349b;
    color: #fff;
  }
  .sm-blue ul a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
  }
  .sm-blue ul a.disabled {
    background: #fff;
    color: #b3b3b3;
  }
  .sm-blue ul a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-blue ul li {
    border: 0;
  }
  .sm-blue .scroll-up,
  .sm-blue .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-blue .scroll-up-arrow,
  .sm-blue .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
  }
  .sm-blue .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2b82ac transparent transparent transparent;
  }
  .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-blue.sm-rtl > li:first-child > a,
  .sm-blue.sm-rtl > li:first-child > :not(ul) a {
    border-radius: 0 8px 8px 0;
  }
  .sm-blue.sm-rtl > li:last-child > a,
  .sm-blue.sm-rtl > li:last-child > :not(ul) a {
    border-radius: 8px 0 0 8px !important;
  }
  .sm-blue.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac;
  }
  .sm-blue.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-blue.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-blue.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-blue.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-blue.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-blue.sm-vertical > li:first-child > a,
  .sm-blue.sm-vertical > li:first-child > :not(ul) a {
    border-radius: 8px 8px 0 0;
  }
  .sm-blue.sm-vertical > li:last-child > a,
  .sm-blue.sm-vertical > li:last-child > :not(ul) a {
    border-radius: 0 0 8px 8px !important;
  }
  .sm-blue.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-blue.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-blue.sm-vertical ul a {
    padding: 9px 23px;
  }
}
#menu-toggle {
  width: 55px;
  height: 55px;
  background: #1c56c4;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: none;
  clear: both;
}
#menu-icon {
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 9999;
}
#menu-toggle:hover .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.bar {
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bar:nth-child(2) {
  margin: 5px 0;
}
.bar:last-child {
}

/*# sourceMappingURL=sm-blue.css.map */
@media (max-width: 767px) {
  #menu-toggle {
    display: block;
    width: 45px;
    height: 45px;
    z-index: 9999;
  }
  #main-menu {
    display: none;
  }
  #main-menu.showMenu {
    display: block;
  }
}

/*Slider*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 0.063rem;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: inherit; /*border:none;*/
  padding: 0 !important;
  font: inherit;
  box-shadow: none;
  outline: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px; /*background:#D6D6D6;*/
  display: inline-block;
  cursor: pointer; /*border-radius:3px*/
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  /*background:#869791;*/
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  border: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
  outline: none;
}
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: 0;
}
.owl-next,
.owl-prev {
  position: absolute;
  text-indent: -99999px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  transition: all 0.3s ease 0ms;
  -webkit-transition: all 0.3s ease;
  outline: none;
}
.owl-theme .owl-nav [class*="owl-"]:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 18px;
  height: 18px;
  border-right: 3px solid #15b83b;
  border-top: 3px solid #15b83b;
  transform: rotate(0deg);
}
.owl-next {
  right: 0;
  height: 55px;
  width: 55px;
  background: #fff;
  border-radius: 50%;
  transform: rotate(45deg);
  right: -80px;
}
.owl-prev {
  left: -80px;
  height: 55px;
  width: 55px;
  background: #fff;
  border-radius: 50%;
  transform: rotate(45deg);
}
.owl-theme .owl-nav .owl-next:before {
  left: 15px;
  top: 20px;
}
.owl-theme .owl-nav .owl-prev:before {
  left: 20px;
  top: 17px;
  border: none;
  border-left: 3px solid #15b83b;
  border-bottom: 3px solid #15b83b;
  transform: rotate(0deg);
}
.owl-next:hover,
.owl-prev:hover {
  background-color: #15b83b;
  outline: none;
}
.owl-theme .owl-nav .owl-next:hover:before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.owl-theme .owl-nav .owl-prev:hover:before {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.owl-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

/*Home Page Banner Slider*/
#slider .item {
  background-size: cover;
  background-position: center top;
  height: 25rem;
  position: relative;
  z-index: 2;
  margin: 10px;
}
#slider .item:after {
  /*content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.45);z-index: 1;*/
}
#slider .item .container {
  height: 100%;
}
#slider .owl-item img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#slider .captionBanner {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 60%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#slider .item .animated2 {
  opacity: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 900;
}
#slider .item .animated3 {
  opacity: 0;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
}
#slider .item .animated4 {
  opacity: 0;
  font-size: 18px;
  display: inline-block;
  padding: 10px 25px;
  background: #28b87a;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
#slider .item .animated4:hover {
  background-color: #081c4f;
}
#slider .owl-item.active .animated2 {
  -webkit-animation: bounceInDown 1s ease-in 200ms both;
  animation: bounceInDown 1s ease-in 200ms both;
  opacity: 1;
}
#slider .owl-item.active .animated3 {
  -webkit-animation: bounceInRight 1s ease-in-out 400ms both;
  animation: bounceInRight 1s ease-in-out 400ms both;
  opacity: 1;
}
#slider .owl-item.active .animated4 {
  -webkit-animation: bounceInUp 1s ease-in-out 400ms both;
  animation: bounceInUp 1s ease-in-out 400ms both;
  opacity: 1;
}

/*Animation*/
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 0.063rem;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  top: 8px;
  height: 35px;
  width: 35px;
  border: none;
  border-left: 3px solid #e5e6f9;
  border-bottom: 3px solid #e5e6f9;
  transform: rotate(45deg);
}
.mfp-arrow:before {
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  /*border-right: 17px solid #FFF;*/
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  /*border-left: 17px solid #FFF;*/
  height: 35px;
  width: 35px;
  border: none;
  border-right: 3px solid #e5e6f9;
  border-top: 3px solid #e5e6f9;
  transform: rotate(45deg);
  text-indent: -1000px;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**     * Remove all paddings around the image on small screen     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/*** Fade-zoom animation for first dialog*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.popup-gallery {
  margin: 0 0 1.5625rem;
}
.youTubeWrap {
  margin: 25px;
}
.youTubeWrap a {
  display: block;
  padding: 15px;
  border: #ccc solid 1px;
}

/*Tab Style*/
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}

/* Tabs container */
.r-tabs {
  position: relative;
  background-color: #00c5ad;
  border-top: 1px solid #00c5ad;
  border-right: 1px solid #00c5ad;
  border-left: 1px solid #00c5ad;
  border-bottom: 4px solid #00c5ad;
  border-radius: 4px;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #00c5ad;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #00c5ad;
  text-shadow: none;
  background-color: white;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white;
  border-bottom: 4px solid white;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #00c5ad;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  position: relative;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #00c5ad;
  text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}
.r-tabs-accordion-title a:after {
  transition: transform 0.2s ease-out;
  content: "";
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 0;
  margin-top: -2px;
  padding: 3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  color: #fff;
}
.r-tabs-state-active a:after {
  transform: translate(0, -50%) rotate(225deg);
  color: #ccc;
}

/*Accordian */
.beefup {
  margin: 1em 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.beefup:hover {
  border-color: #ccc;
}
.beefup:first-child {
  margin-top: 0;
}
.beefup__head,
.beefup__body {
  padding: 10px 20px;
}
.beefup__head {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding-right: 50px;
}
button.beefup__head,
.beefup__head > button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: none;
  border: 0;
  font: inherit;
  text-align: inherit;
}
button.beefup__head[aria-disabled],
.beefup__head > button[aria-disabled] {
  cursor: default;
  outline: 0;
}
.beefup__head > button {
  position: relative;
  z-index: 1;
  margin: -10px -50px -10px -20px;
  padding: inherit;
  width: calc(100% + 70px);
  background: inherit;
  border: inherit;
  color: #000;
  box-shadow: none;
}
.beefup__head::after {
  transition: transform 0.2s ease-out;
  content: "";
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 0;
  margin-top: -2px;
  padding: 3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  color: #ccc;
}
.beefup.is-open > .beefup__head::after {
  transform: translate(0, -50%) rotate(225deg);
  margin-top: 2px;
}

/*backtotop*/
#backtotop {
  cursor: pointer;
  display: none;
  font-size: 30px;
  color: #fff;
  background: #192557;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
  display: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}
#backtotop:hover {
  background: #32a0ff;
  color: #fff;
}
#backtotop .arrow-up {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*Select Box Multiple Select*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block !important;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* The container */
.control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #e9e9e9;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
/*.control:hover input ~ .checkmark{background-color:#ccc;}*/

/* When the checkbox is checked, add a blue background */
.control input:checked ~ .checkmark {
  background-color: #605ca8;
  border: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.control input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.control .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* -------------------------------------------------------------------------- */
/*  End::Function.css
    /* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*  End::Style.css
    /* -------------------------------------------------------------------------- */
@charset "utf-8";

/* Common */

/*Tab*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%; /*overflow:hidden;*/
}
.wizard a,
.tabcontrol a {
  outline: 0;
}
.wizard .steps a {
  display: flex;
  align-items: center;
  justify-content: center; /*width: 100px;*/
  height: 85px;
  border-radius: 0;
  margin: 0 auto 25px;
  font-weight: 500;
}
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
.wizard .steps > ul {
  position: relative;
 border-bottom: 1px solid #ccc;
}

/*.wizard .steps > ul:before{content: "";position: absolute;top: 50%;left: 0;width: 100%;height: 8px;background: #F1F1F1;transform: translateY(-50%);z-index: -1;border-radius: 10px;}*/

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/* Wizard */
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; /*margin-bottom: 50px;*/
}
.wizard.vertical > .steps {
  display: inline; /*float:left;width:20%;*/
  margin-top: 2.5%;
}
.wizard > .steps .number {
  font-size: 1.429em;
  display: none;
}
 
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}
.wizard.vertical > .steps > ul > li {
  float: none; /*width:100%;*/
  display: inline-block;
}

/*.wizard > .steps a,.wizard >*/

/*.steps a:hover,.wizard > .steps a:active{background-color: #15B83B;}*/
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #f3f3f3;
  color: #000;
  cursor: default;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  /*background:#f3f3f3;*/
  color: #000;
  border-bottom: 2px solid #ff6a48;
  cursor: default;
  font-weight: 600;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #ff6a48;
  color: #fff;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
  border-bottom: 0;
  color: #fff;
}
.wizard > .content {
  background: #fff;
  display: block; /*min-height:35em;*/
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0px 20px rgb(0 0 0 / 5%);
  margin: 40px;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 2.5% 2.5% 2%;
  width: 75%;
}
.wizard > .content > .body {
  /*float:left;*/ /*position:absolute;*/
  width: 100%; /*height:95%;*/
  padding: 2.5%;
  margin: 0;
  border: none;
  border: 0;
}
.wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard > .content > .body ul > li {
  display: list-item;
}
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .content > .body input {
  /*display:block;*/ /*border:1px solid #ccc;*/
}
.wizard > .content > .body input[type="checkbox"] {
  /*display:inline-block;*/
}
.wizard > .content > .body input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.wizard > .content > .body select.error {
  background: rgb(251, 227, 228) !important;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 16px;
}
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 0;
  font-size: 12px;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #083b71;
  color: #fff;
  display: block;
  padding: 1em 3em;
  text-decoration: none;
  font-size: 20px;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/* Tabcontrol */
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

/*Progress Bar*/
.circle {
  margin: 0 auto;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.circle div {
  position: absolute;
  font-size: 31px;
  top: 22px;
  font-weight: 200;
}
.circle span {
  position: absolute;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}

/*Donate Form*/
h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
h4 {
  font-size: 15px;
}
button {
  margin-right: 15px;
  background: transparent;
  border-color: #ff6a48;
  color: #ff6a48;
  margin-bottom: 20px;
  border-radius: 5px;
}
button:hover {
  background: #ff6a48;
  color: #fff;
  border-color: #ff6a48;
}
input[type="checkbox"] {
  margin-bottom: 15px;
}
hr {
  margin: 0.25rem 0 3em;
}
.formWrap {
  padding: 45px;
}
#donateForm {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 7%);
}
.donatefreleft {
  border-right: 1px solid #e0e0e0;
  padding-right: 35px;
}
.donatefreleft h2,
.donatefreright h2 {
  font-size: 27px;
  font-weight: 700;
}
.donatefreright {
  padding-left: 35px;
}
.errormessage {
  margin: 20px 0px;
}
.anonymity button:focus,
.anonymity button:active,
.anonymity button:active:focus {
  background: #ff6a48;
  color: #fff;
  border: 1px solid #ff6a48;
}
.anonymitypreference {
  padding-left: 4rem !important;
}
.form-check.form-check-inline {
  padding-left: 0px;
}
#donateForm .anonymity {
  padding: 0 45px;
}
.anonymity h2 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}
.anonymity button {
  padding: 10px 50px;
  height: 70px;
  background: #ff6a48;
  color: #fff;
  border: 1px solid #ff6a48;
  border-radius: 8px;
  font-size: 22px;
}
.anonymity button:hover {
  background: #083b71;
  color: #fff;
  border: 1px solid #083b71;
}
.anonymity p {
  font-size: 18px;
  font-weight: 600;
}
.anonymity .radioGroup .radio-label {
  font-size: 16px;
}
.bigRadio.radioGroup .radio-label {
  font-size: 22px;
  line-height: 1.3;
}
.bigRadio.radioGroup .radio input[type="radio"] + .radio-label:before {
  width: 30px;
  height: 30px;
}
.formSupport1 {
  margin: 40px 0;
}

/*Donation 2*/
.donationWrap h2.donationHeading {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 5px;
}
.donationWrap p {
  margin-bottom: 40px;
}
.donationWrap h3 {
  font-size: 27px;
  font-weight: 700;
}
.donate2Amount {
  margin-bottom: 40px;
}

/* Common */ /*Tab*/
.donationTwo.wizard,
.tabcontrol {
  display: block;
  width: 100%; /*overflow:hidden;*/
}
.donationTwo.wizard a,
.tabcontrol a {
  outline: 0;
}
.donationTwo.wizard .steps a {
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-weight: 500;
  background: transparent; /*width: 60px;*/
  margin: 0 auto;
}
.donationTwo.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.donationTwo.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
.donationTwo .wizard .steps > ul {
  position: relative;
  border-bottom:1px solid #eee;
}

/*.donationTwo.wizard .steps > ul:before{content: "";position: absolute;top: 50%;left: 0;width: 100%;height: 8px;background: #F1F1F1;transform: translateY(-50%);z-index: -1;border-radius: 10px;}*/

/* Accessibility */
.donationTwo.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.donationTwo.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/* Wizard */
.donationTwo.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; /*margin-bottom: 50px;*/
}
.donationTwo.wizard.vertical > .steps {
  display: inline;
  margin-top: 2.5%;
}
.donationTwo.wizard > .steps .number {
  font-size: 36px;
  display: block;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  background: #fff;
  border: 1px solid #d0d0d0;
}

/*.donationTwo.wizard > .steps .number:hover,.donationTwo.wizard > .steps .number:active{background:transparent;color:#fff;/*border-bottom:2px solid #ff6a48;}*/
.donationTwo.wizard > .steps > ul > li {
  width: 25%;
}
.donationTwo.wizard > .steps > ul > li,
.donationTwo.wizard > .actions > ul > li {
  float: left;
}
.donationTwo.wizard.vertical > .steps > ul > li {
  float: left;
  width: 33%;
}
.donationTwo.wizard .steps ul li {
  position: relative;
}
.donationTwo.wizard .steps ul li:after {
  content: "";
  background: #d0d0d0;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 5px;
  top: 50%;
  z-index: -1;
}
.donationTwo.wizard .steps ul li.last:after {
  background-color: transparent;
}

/*.donationTwo.wizard > .steps a,.donationTwo.wizard >*/

/*.steps a:hover,.donationTwo.wizard > .steps a:active{background-color: #15B83B;}*/
.donationTwo.wizard > .steps .disabled a,
.donationTwo.wizard > .steps .disabled a:hover,
.donationTwo.wizard > .steps .disabled a:active {
  background: transparent;
  color: #b3b3b3;
  cursor: default;
}
.donationTwo.wizard > .steps .done a,
.donationTwo.wizard > .steps .current a,
.donationTwo.wizard > .steps .current a:hover,
.donationTwo.wizard > .steps .current a:active {
  background: transparent;
  border: none;
  color: #ff6a48; /*border-bottom:2px solid #ff6a48;*/
  cursor: default;
  font-weight: 600;
  text-align: left;
}
.donationTwo.wizard > .stepWrap {
  display: block;
  padding-top: 5px;
}

/*.donationTwo.wizard > .steps .done a,.donationTwo.wizard > .steps .done a:hover,.donationTwo.wizard > .steps .done a:active{background:transparent;color:#000;}*/
#innerSection {
  padding: 60px 0;
}
.donationTwo.wizard > .steps .error a,
.donationTwo.wizard > .steps .error a:hover,
.donationTwo.wizard > .steps .error a:active {
  color: #ff3111;
  border-radius: 50%;
}
.donationTwo.wizard > .content {
  background: #fff;
  display: block; /*min-height:35em;*/
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: unset;
  margin: 0px;
}
.donationTwo.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 5.5% 0 3%;
  width: 100%;
}
.donationTwo.wizard > .content > .body {
  /*float:left;*/ /*position:absolute;*/
  width: 100%; /*height:95%;*/
  padding: 0;
  margin: 0;
  border: none;
  border: 0;
}
.donationTwo.wizard > .content > .body ul {
  list-style: disc !important;
}
.donationTwo.wizard > .content > .body ul > li {
  display: list-item;
}
.donationTwo.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.donationTwo.wizard > .content > .body input {
  /*display:block;*/ /*border:1px solid #ccc;*/
}
.donationTwo.wizard > .content > .body input[type="checkbox"] {
  /*display:inline-block;*/
}
.donationTwo.wizard > .content > .body input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.donationTwo.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 15px;
}
.donationTwo.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 0;
  font-size: 12px;
}
.donationTwo.wizard > .actions {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}
.donationTwo.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.donationTwo.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.donationTwo.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.donationTwo.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.donationTwo.wizard > .actions a,
.donationTwo.wizard > .actions a:hover,
.donationTwo.wizard > .actions a:active {
  background: #083b71;
  color: #fff;
  display: block;
  padding: 1em 3em;
  text-decoration: none;
  font-size: 20px; /*border-radius: 10px;*/
}
.donationTwo.wizard > .actions .disabled a,
.donationTwo.wizard > .actions .disabled a:hover,
.donationTwo.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.donationTwo.wizard > .content > .body h3,
.formWrapBlock .wizard > .content > .body h3 {
  font-weight:600;
  font-size: 20px;
}

/*donation1Wrap*/
.donation1Wrap .wizard > .content > .body {
  padding: 4%;
}
.donation1Wrap .wizard > .content > .body label {
  font-size: 21px;
}
.donation1Wrap .wizard > .content > .body label.control {
  font-size: 18px;
}

/* .donationTwo.wizard > .steps .current .number, .donationTwo.wizard .steps .done .number:active{display: none;}*/
.donationTwo.wizard .steps ul li.current {
}
.donationTwo.wizard > .steps .number {
}
.donationTwo.wizard > .steps .current .number,
.donationTwo.wizard .steps .done .number {
  background-color: #ff6a48;
  color: #fff;
  border-color: #ff6a48;
}

/* Tabcontrol */
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}
.f-amount-block {
  position: relative;
  min-height: 58px;
  margin-bottom: 10px;
}
#bs_amount.frequency-amount {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 60px;
  width: 315px;
}
.f-amount-block:after {
  content: "$";
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  width: 50px;
  height: 100%;
  background-color: #ff6a48;
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;
  padding: 7px 0;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
/* input[type="text"].datepicker{background:url('../images/calander.png')no-repeat 95% center;} */
.stepWrap {
  margin-left: 24px;
  display: block;
  margin-top: 5px;
  font-size: 18px;
}
.freAmount.active {
  background: #ff6a48;
  color: #fff;
}
.btn-donate {
  margin: 10px 0 2.5em;
}
.btn-donate a.button {
  margin-right: 25px;
  height: 65px;
  line-height: 2.5;
  padding: 6px 40px;
  font-size: 20px;
}
.btn-donate a.button.btn-border {
  background-color: transparent;
  color: #747474;
  border-color: #c2c2c2;
}
.btn-donate a.button.btn-border:hover {
  background-color: #083b71;
  color: #fff;
}
 
.formswrap.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  font-size: 26px;
  font-weight: 700; /*color:#032143;*/
  border-radius: 0 15px 0 0;
  border-bottom: 4px solid #ff6a48;
}
.bottomText {
  margin: 20px 0;
}
.formWrapBlock {
  border: 1px solid #c2c2c2;
  border-radius: 20px;
  overflow: hidden;
}
.formWrapBlock .wizard.vertical > .content {
  float: none;
  width: 100%;
  margin: 0;
}
 
.formWrapBlock .wizard > .steps > ul > li.current {
  border-radius: 0 15px 0 0;
  background: #fff;
}

/*.formWrapBlock .wizard .steps a{border-radius:0;}*/
.formWrapBlock .wizard > .actions > ul {
  margin-bottom: 30px;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  height: auto;
}

/*donationWrap*/
.donationWrap .formswrap.wizard > .steps a {
  border: 0;
}
.donationWrap .formswrap.wizard > .steps .current a,
.donationWrap .formswrap.wizard > .steps .current a:hover,
.donationWrap .formswrap.wizard > .steps .current a:active {
  border-bottom: 0;
}
.donation1Wrap .wizard > .content > .body label.error {
  font-size: 14px;
  color: #ff0101; /*position: absolute;bottom: -30px;*/
}
#reason-error {
  float: right !important ;
  margin-left: 20px !important;
}
.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #fff;
  border-radius: 100px;
}

.feildCols .checkmark{     border-radius: 100px;}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
  top:6px;
  left:6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(to right, #605ca8 0%, #605ca8 52%, #605ca8 100%);
}
/* -------------------------------------------------------------------------- */
/*  End::Style.css
    /* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*  Start::Responsive.css
    /* -------------------------------------------------------------------------- */
/* Large devices (desktops, less than 1200px)*/
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1600px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1400px) {
  .owl-prev {
    left: -65px;
  }
  .owl-next {
    right: -65px;
  }
  #innerSection {
    padding: 40px 0;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 98%;
  }
  .sm-blue a {
    font-size: 13px;
    padding: 10px;
  }
  .sm-blue > li:first-child a {
    padding-left: 0;
  }
  .sm-blue > li:last-child a {
    padding-right: 0;
  }
  .topStrip li {
    font-size: 14px;
  }
  .loanBtn,
  .nloanBtn {
    padding: 5px 12px;
    font-size: 14px;
  }
  #sliderWrap {
    min-height: 440px;
  }
  #slider .bannerCaption {
    background-size: contain;
  }
  .bannerCaption h1 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .bannerCaption p {
    font-size: 14px;
  }
  .accessFeature h3 {
    font-size: 18px;
  }
  .accessFeature h2 {
    font-size: 18px;
  }
  .owl-theme .owl-nav {
    top: 45%;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    width: 35px;
    height: 35px;
  }
  .owl-prev {
    left: 0;
  }
  .owl-next {
    right: 0;
  }
  .owl-theme .owl-nav .owl-next:before {
    top: 12px;
    left: 10px;
    width: 12px;
    height: 12px;
  }
  .owl-theme .owl-nav .owl-prev:before {
    top: 10px;
    left: 12px;
    width: 12px;
    height: 12px;
  }
  #loanDetails .heading h2 {
    font-size: 22px;
  }
  .loanDetailsWrap h3 {
    font-size: 18px;
  }
  .loanDetailsWrap p {
    font-size: 14px;
  }
  #footer h3 {
    font-size: 20px;
  }
  .fAbout p {
    font-size: 14px;
    padding-right: 20px;
  }
  .location address,
  .contactDetails li a {
    font-size: 14px;
  }
  .contactDetails li,
  .contactDetails li.email,
  .contactDetails li.call {
    background-size: 20px;
    padding-left: 30px;
  }
  .copyRight {
    padding: 10px 0;
    margin-top: 30px;
  }
  .copyRight p {
    font-size: 14px;
  }
  /*inner page*/
  ul.select2-selection__rendered:focus {
    outline: none;
    outline: 0;
    outline: unset;
  }
  .f-amount-block:after {
    padding: 5px 0;
    font-size: 22px;
  }
  .donatefreleft h2,
  .donatefreright h2 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 98%;
  }
  .wizard > .content {
    margin: 0 0 30px 0;
    box-shadow: unset; /*border: 1px solid #dedede;*/
  }
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
  .container {
    max-width: 98%;
  }
  .accessFeature li {
    width: 50%;
  }
  .accessFeature li:nth-child(2):after {
    display: none;
  }
  #slider .bannerCaption {
    padding: 15px;
    margin-top: 2%;
  }
  #slider .bannerCaption ul {
    margin-bottom: 0;
  }
  .bannerCaption h1 {
    font-size: 20px;
  }
  .accessFeature h3 {
    font-size: 16px;
  }
  #bs_amount.frequency-amount {
    width: 100%;
  }
  .donatefreright .datepicker {
    background: unset;
  }
  .formSupport1 {
    margin: 20px 0;
  }

  .anonymity button {
    padding: 6px 40px;
    height: 55px;
    font-size: 20px;
  }
  .bigRadio.radioGroup .radio-label {
    font-size: 20px;
    line-height: 30px;
  }
  .radio {
    margin-bottom: 20px;
  }
  .donationTwo.wizard > .steps .number {
    font-size: 30px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    height: 65px;
  }
  .donationTwo.wizard .steps ul li:after {
    top: 40%;
  }
  /*.donationWrap .formswrap.wizard > .steps a{height: 65px;}*/
  .donationWrap h2.donationHeading {
    font-size: 32px;
  }
  .btn-donate a.button {
    height: 55px;
    font-size: 18px;
    line-height: 2.1;
    padding: 6px 30px;
  }
  .donationTwo.wizard > .actions a,
  .donationTwo.wizard > .actions a:hover,
  .donationTwo.wizard > .actions a:active {
    padding: 0.5em 2em;
    font-size: 18px;
  }
  .donate2Amount {
    margin-bottom: 20px;
  }
  .wizard .steps > ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .formWrapBlock .wizard > .steps > ul > li {
    display: block;
  }
  .formswrap.wizard > .steps a,
  .formswrap.wizard > .steps .current a {
    font-size: 20px;
  }
  .donationTwo.wizard > .content > .body h3,
  .formWrapBlock .wizard > .content > .body h3 {
    font-size: 24px;
  }
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
  .container {
    max-width: 98%;
  }
  .logo {
    text-align: center;
  }
  .topStrip ul {
    float: none;
    text-align: center;
  }
  #slider .bannerCaption .bannerInfo {
    text-align: center;
  }
  #slider .owl-item img {
    width: 200px;
  }
  .bannerInfo .loanBtn {
    float: none;
  }
  .owl-carousel .owl-item .loanWrap img {
    margin: 0 auto;
  }
  #footer {
    padding: 30px 0 0;
  }
  .flogo img {
    margin: 0 auto 20px;
  }
  .socialMedia {
    text-align: center;
  }
  .socialMedia li {
    float: none;
    display: inline-block;
  }
  .fAbout {
    margin-bottom: 20px;
  }
  .donatefreright {
    padding-left: 15px;
  }
  .donatefreleft {
    border-right: 0;
  }
  .formWrap,
  #donateForm .anonymity {
    padding: 25px;
  }
  #donateForm .anonymity {
    margin-top: 0;
  }
  .anonymity button {
    margin-bottom: 20px;
  }
  .formswrap.wizard > .steps a,
  .formswrap.wizard > .steps .current a {
    margin: 0 auto;
  }
  .formswrap.wizard > .steps a,
  .formswrap.wizard > .steps .current a {
    line-height: 1.2;
  }
  .donation1Wrap .wizard .steps a {
    height: 65px;
  }
  .donation1Wrap .wizard > .content > .body label {
    font-size: 18px;
  }
  .wizard > .content > .body label.error {
    font-size: 12px !important;
  }
  .formWrapBlock .wizard > .steps > ul > li:last-child a {
    padding-left: 15px;
  }
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
  .container {
    max-width: 98%;
  }
  .topStrip li {
    margin-bottom: 5px;
  }
  .bannerCaption h1 {
    font-size: 18px;
    line-height: 1.25;
  }
  #slider .bannerCaption ul {
    padding: 0;
  }
  .accessFeature li {
    float: none;
    padding: 0 0 0 55px;
    width: 100%;
  }
  .accessFeature li:after {
    display: none;
  }
  .accessFeature h2 {
    font-size: 15px;
  }
  .bannerCaption p {
    font-size: 13px;
  }
  #loanDetails {
    padding: 30px 0;
  }
  #loanDetails .heading h2 {
    font-size: 20px;
  }
  .flogo img {
    width: 180px;
  }
  /*inner page*/
  #innerSection {
    padding: 25px 0;
  }
  .wizard > .steps {
    margin-bottom: 0;
  }
  .wizard > .content > .body {
    padding: 15px;
  }
  .wizard > .steps > ul > li {
    width: 50%;
    margin-bottom: 25px;
  }
  .wizard .steps > ul:before {
    display: none;
  }
  .uploadBtn,
  input[type="file"] {
    line-height: 40px;
  }
  .wizard > .actions a,
  .wizard > .actions a:hover,
  .wizard > .actions a:active {
    font-size: 15px;
  }
  .bigRadio.radioGroup .radio-label {
    font-size: 18px;
    line-height: 25px;
  }
  .bigRadio.radioGroup .radio input[type="radio"] + .radio-label:before {
    width: 25px;
    height: 25px;
  }
  .radio {
    margin-bottom: 10px;
  }
  hr {
    margin: 1em 0;
  }
  .donatefreleft h2,
  .donatefreright h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .control {
    font-size: 15px;
  }
  input[type="date"],
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  select,
  textarea {
    margin-bottom: 10px;
  }
  .anonymity h2 {
    font-size: 25px;
    line-height: 1.4;
  }
  .anonymity p,
  .anonymity .radioGroup .radio-label {
    font-size: 15px;
  }
  .donationWrap h2.donationHeading {
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .btn-donate a.button {
    height: 45px;
    font-size: 16px;
    line-height: 2;
    padding: 6px 15px;
    margin-right: 10px;
  }
  .donationTwo.wizard > .content > .body h3,
  .formWrapBlock .wizard > .content > .body h3 {
    font-size: 22px;
    line-height: 1.3;
  }
  button {
    margin-right: 10px;
  }
  .donationTwo.wizard.vertical > .actions > ul > li:first-child {
    margin-left: 0;
  }
  .stepWrap {
    margin-left: 15px;
    font-size: 16px;
  }
  h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .donationTwo.wizard .steps ul li:after {
    height: 3px;
  }
  .donation1Wrap .formWrapBlock .wizard > .steps > ul > li {
    width: 100%;
  }
  .donation1Wrap .wizard .steps > ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .donation1Wrap .wizard .steps > ul li {
    margin-bottom: 5px;
  }
  .formWrapBlock {
    border-radius: 10px;
  }
  .donation1Wrap .wizard > .actions a,
  .wizard > .actions a:hover,
  .wizard > .actions a:active {
    padding: 0.8em 2em;
  }
  .donation1Wrap .wizard > .content > .body label {
    font-size: 15px;
  }
  .donation1Wrap .wizard > .content > .body label {
    margin-bottom: 15px;
  }
}

/* -------------------------------------------------------------------------- */
/*  End::Responsive.css
    /* -------------------------------------------------------------------------- */
#example-advanced-form-t-0,
#example-advanced-form-t-1,
#example-advanced-form-t-2 {
  text-decoration: none !important;
}

/*19-06-2023*/
:root {
  --main-color: #ff6a48;
  --secondary-color: #0a3169;
  --white-color: #fff;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 14px;
}
a {
  color: var(--secondary-color);
  text-decoration: none !important;
}
a:hover {
  color: #3b8af2;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
p {
  color: #333;
  line-height: 24px;
}
img {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #999 !important;
}
:-moz-placeholder {
  color: #999 !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #999 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999 !important;
}
::-ms-input-placeholder {
  color: #999 !important;
}
::placeholder {
  color: #999 !important;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-message {
  color: #e70202;
  font-size:13px;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-flex-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.mt-1 {
  margin-top: 5px;
}
.mt-2 {
  margin-top: 10px;
}
.mt-3 {
  margin-top: 15px;
}
.mt-4 {
  margin-top: 20px;
}
.mb-5{
	margin-bottom:5px !important;
}
.mb-10{
	margin-bottom:10px !important;
}
.mb-15{
	margin-bottom:15px !important;
}
.mb-20{
	margin-bottom:20px !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  vertical-align: middle;
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
    max-width: 1320px;
  }
}

.content-section {
  padding: 40px 0px;
}
.maincontent {
  margin:0px auto;
  padding: 0;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 6%);
  border: solid 1px #f1f2ed;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 50px;
}

.content-inner h4 {
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}
.content-inner p {
  margin-bottom: 30px;
}
.content-inner .volunteer-img {
  text-align: center;
}
.content-inner .volunteer-img img {
  width: 75%;
}
.btnSubmit {
  background: var(--main-color);
  display: block;
  padding: 15px 35px;
  border-radius: 5px;
  color: #fff;
  transition: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  border: none;
  width: 100%;
}
.register-btn {
  cursor: pointer;
  background: var(--main-color);
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: none;
}
a.register-btn {
  color: var(--white-color);
}
.btn-primary1 {
  background: var(--main-color);
  line-height: 20px;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 5px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: none;
}
a.btn-primary1 {
  color: var(--white-color);
}
.card-register {
  position: relative;
  box-shadow: 0 4px 10px 0 rgb(55 55 55 / 10%);
  margin: 10px 0 80px;
  border-radius: 10px;
  background: #fff;
}
.card-registerinner {
  padding: 40px 25px 40px 0;
}
.card-registerinner h3 {
  color: var(--secondary-color);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.card-registerinner h6 {
  font-size: 14px;
}
.signinbg img {
  min-height: 450px;
}
.signin h3 {
  margin-top: 40px;
}
.account p {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
}
.account p a {
  color: var(--main-color);
}
.maincontentleft {
  padding: 0;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 6%);
  border: solid 1px #f1f2ed;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.leftinner {
  background: #20436e;
  padding: 10px 10px 10px 20px;
  border-radius: 10px 10px 0 0;
}
.leftside h4 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 600;
  color: var(--white-color);
}
.leftside h5 {
  font-size: 14px;
  margin: 0;
  color: var(--white-color);
  padding: 0;
}
.leftside ul li a {
  padding: 15px;
  display: block;
  border-top: 1px solid #eee;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.leftside ul li.active a {
  border-left: 4px solid var(--main-color);
  color: var(--main-color);
  font-weight: 600;
}
.headtitle {
  border-radius: 10px 10px 0 0;
  box-shadow: 0 1px 0 0 #f1f2ed;
  padding: 15px 25px;
  background: #20436e;
}
.headtitle h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.profile-text {
  padding: 25px;
  position: relative;
}
.profile-text p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  color: #777;
}
.profile-text h5 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 3px 0 35px;
  word-break: break-all;
}
.activeBtn {
  background: #1aaa24;
  border: 1px solid #25da31;
  color: #eaf8eb;
  height: 30px;
  display: inline-block;
  padding: 3px 15px;
  margin-left: 20px;
  border-radius: 25px;
}
.editBtn {
  position: relative;
  width: 100%;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgb(141 141 141 / 20%);
  line-height: 35px;
  border: 1px solid #022147;
  background: #022147;
  height: 35px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-top: -1px;
}
.editBtn:hover {
  text-decoration: none;
  color: #fff;
  background: #022147;
}
.editBtn::before {
  content: "";
  background: url(/wp-content/uploads/2023/06/edit.svg) no-repeat;
  width: 16px;
  height: 20px;
  margin-left: 0;
  padding: 0 15px;
}
.listBox {
  padding: 20px 10px;
  position: relative;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 6%);
  border: solid 1px #f1f2ed;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.listBox h4 {
  font-size: 18px;
  color: var(--secondary-color);
  margin: 15px 0 3px;
}
.listBox p {
  font-size: 13px;
  color: var(--secondary-color);
}
.listBox p span {
  font-weight: 600;
  color: var(--main-color);
  font-size: 14px;
}
.listBox p span.active {
  color: #2f8f1b;
}
.profile-text h4 {
  font-size: 18px;
  margin: 10px 0px 5px 0px;
  font-weight: 600;
  color: #122949;
}

@media (max-width: 767px) {
  .listBox {
    padding: 10px;
    box-shadow: none;
  }
  .profile-text {
    padding: 10px;
  }
  .listBox p span {
    display: block;
  }
  .successful {
    padding: 40px 20px;
  }
  .card-registerinner {
    padding: 20px;
  }
  .signupbg img,
  .signinbg img {
    display: none;
  }
  .content-inner .volunteer-img img {
    width: 100%;
  }
}

/*Volunteer Management Style*/
.wlc-abc {
  font-weight: 600;
  color: #122949;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
}
.wlc-abc span {
  color: #ff6a48;
  font-size: 16px;
}
.button {
  background-color: #ff6a48;
  border: none;
  font-weight: 700;
  color: white;
  padding-top: 5px;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 15px 0 0;
  cursor: pointer;
  border-radius: 5px;
}
.cordinator {
  position: relative;
  border: 1px solid #eee;
  box-shadow: 0 3px 4px #eee;
  overflow: hidden;
  padding: 10px;
  height: 230px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.cordinator a {
  color: #444;
}
.cordinator h2 {
  font-size: 18px;
  color: #ff6a48;
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.active-para {
  background-color: #ff6a48;
  padding: 5px 6px;
  color: #fff;
  font-size: 12px;
  text-decoration: none !important;
  margin-left: 15px;
  float: right;
  border-radius: 2px;
  position: absolute;
  top: 64px;
  right: -5px;
}

.volunteerbox {
  position: relative;
  border: 1px solid #eee;
  box-shadow: 0 3px 4px #eee;
  overflow: hidden;
  padding: 0px;
  height: 240px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.volunteerbox:hover {
  box-shadow: 2px 8px 12px #eee;
}
.volunteerbox .vol-title {
  background: #f6faff;
  transition: 0.3s;
  border-radius: 5px 5px 0px 0px;
  margin: 0px;
  border-bottom: 1px solid #eee;
  padding: 15px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.volunteerbox .vol-title h2 {
  font-size: 16px;
  color: #022147;
  font-weight: 600;
  margin: 0px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  line-height: 22px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.volunteerbox .vol-inner {
  padding: 10px 15px;
}
.volunteerbox .organ-txt {
  min-height: 50px;
  margin-bottom: 5px;
}
.volunteerbox .organ-txt p {
  color: #666;
  line-height: 24px;
  margin: 0px;
  font-size: 13px;
  padding: 0px;
}
.volunteerbox .organ-txt h6 {
  font-weight: 600;
  color: #444;
  margin: 0px;
}

.volunteerbox .location-txt p {
  color: #666;
  line-height: 24px;
  margin: 0px;
  font-size: 13px;
  padding: 0px;
}
.volunteerbox .location-txt h6 {
  font-weight: 600;
  color: #444;
  margin: 0px;
}
.volunteerbox .location-txt {
  position: relative;
  min-height: 48px;
  margin-bottom: 5px;
}
.volunteerbox:hover .vol-title {
  background: #20436e;
  transition: 0.3s;
}
.volunteerbox:hover .vol-title h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}
.header-sticky {
  background: #fff;
  padding: 25px 20px 0px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  z-index: 9;
}
.sticky1 {
  position: fixed;
  top: 60px;
  width: 84.8%;
  padding: 20px 25px;
  border-bottom: 1px solid #d6d6d6;
}
.volunteerdetails {
  border: 1px solid #d6d6d6;
  padding: 0;
  border-radius: 10px;
  margin: 20px 0 0;
}
.datetxt span {
  font-size: 13px;
  float: left;
  margin-right: 10px;
  line-height: 20px;
}
.back2Btn, .nex2Btn {
  position: relative;
  cursor: pointer;
  padding: 8px 22px;
  align-items: center;
  display: inline-flex;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #f15a2b !important;
  margin-top: 0px;
  border: 1px solid #f15a2b;
}
.back2Btn:hover, .nex2Btn:hover {
  text-decoration: none;
  color: #f15a2b;
}
.back2Btn::before {
  content: "";
  background: url(/wp-content/uploads/2023/06/back.svg) no-repeat;
  width: 21px;
  height: 15px;
  margin-right: 5px;
  padding: 0 12px;
}

.nex2Btn::after {
  content: "";
  background: url(/wp-content/uploads/2023/06/back.svg) no-repeat;
  width: 21px;
  height: 15px;
  margin-right: 5px;
  padding: 0 12px;
  transform: rotate(180deg);
}

.filter-card {
  padding: 0 20px 20px;
  border-radius: 0 0 5px 5px;
}
.filter-card h3 {
  margin: 0 -20px 20px;
  background: #34465c;
  padding: 15px 20px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.filter-card .form-control {
  height: 40px;
}
.filter-card .form-group {
  margin-bottom: 15px;
}
.page-title {
  margin-bottom: 25px !important;
  padding-top: 20px;
}
.card-content {
  position: relative;
  border: 1px solid #eee;
  box-shadow: 0 3px 4px #eee;
  overflow: hidden;
}
.form-control {
  height: 45px !important;
  border-radius: 5px !important;
  font-weight: 500;
  color: #444 !important;
  font-size: 15px !important;
  box-shadow: 0 1px 2px 0 rgba(141, 141, 141, 0.2);
  border: solid 1px #ddd !important;
  background-color: #ffffff;
}
.form-control::placeholder {
  color: #cccccc;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-ms-input-placeholder {
  color: #cccccc;
}
.form-control:focus {
  border: solid 1px #bac8d6;
  box-shadow: 0 1px 2px 0 rgba(202, 202, 202, 0.2);
  color: #0a0a0d;
}
 
.hoursTxt {
  display: flex;
  align-items: center;
}
.hoursTxt h4 {
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 10px;
}
.hoursTxt span {
  color: #ff6a48;
}
.detailsTxt {
  padding: 20px;
}
.detailsTxt h4 {
  font-size: 18px;
  color: #022147;
  font-weight: 600;
  margin-top: 20px;
}
.detailsTxt ul li {
  list-style: none;
  padding-bottom: 10px;
}
a.editPro:hover {
  color: #20436E;
}
.detailsTxt ul li span {
  font-weight: 600;
  width: 160px;
  display: inline-block;
}
.detailsTxt p {
  padding: 0px;
  font-size: 14px !important;
}
.detailsTxt span {
  padding: 0px;
  font-size: 14px !important;
}
.btn {
  background-color: #ff6a48;
  border: none;
  color: white;
  font-weight: 700;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
  line-height: 24px;
  border-radius: 5px !important;
}
.btn:hover,
.btn:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #ff6a48;
  border: none;
  outline: none !important;
}
.btn-default:focus {
  border: ff6a48;
  background-color: #ff6a48 !important;
  outline: none !important;
}
.editPro {
  background: #fff;
  cursor: pointer;
  color: #20436e;
  font-size: 17px;
  border: 1px solid #20436e;
  padding: 4px 10px;
  border-radius: 5px;
  margin-left: 20px;
}
.editsTxt {
  margin-top: -5px;
}
.form-wrapper.profile-text {
  padding: 10px 0px;
}
a.editPro:hover {
  color: 20436E !important;
}
.select2-container {
  width: 100%;
}
.select2-container-multi .select2-choices {
  border-radius: 4px;
  background-image: none !important;
}
.scheduletable {
  border: 1px solid #eee;
  border-radius: 5px !important;
}
.scheduletable.table th {
  background: #f3f6f9;
  padding: 15px 10px;
  font-weight: 600;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #fff !important;
}
table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: none !important;
}
table.dataTable.table-striped tr.even {
  background: #fafafa !important;
}
.table > tbody > tr > td {
  padding: 15px 10px;
}
button.workflow-link.btn-default.btn {
  display: none;
}
a.add-folder.btn.btn-info.action {
  display: none;
}
legend.section-title {
  display: none;
}
div.dataTables_wrapper div.dataTables_length select {
  height: 40px;
}
  
.scheduletable button[disabled] {
  background: #ddd !important;
  color: #444 !important;
  cursor: default;
}
.scheduletable span.feedback,
.scheduletable span.view {
  cursor: pointer;
  padding: 4px;
}
.viewdetails ul li {
  border-bottom: 1px solid #eee;
  padding: 4px 25px;
}
.viewdetails ul li:last-child {
  border: none;
}
.viewdetails ul li h6 {
  color: #666;
  margin-bottom: 5px;
  font-size: 13px;
}
.viewdetails ul li h5 {
  color: #444;
  font-weight: 500;
  margin-top: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}
.navtab ul li a.btnAttendance {
  cursor: pointer;
  margin-right: 20px;
  border: var(--main-color) 1px solid;
  color: var(--main-color);
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 5px;
}
.navtab ul li a.btnAttendance:hover {
  color: var(--main-color);
}
.navtab ul li a.btnAttendance:focus {
  color: var(--main-color);
}
.navtab ul li a.btnAttendance i {
  color: var(--main-color);
  font-size: 15px;
}
.navtab.fr {
  margin: 5px 0px 15px 0px;
}
 
.navtab ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navtab ul li a i {
  padding: 0px 5px;
  position: relative;
  color: #999;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  margin-right: 0px;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.navtab ul li a.active i {
  color: #ff6a48;
}
.navCard {
  border-bottom: 2px solid #efefef;
  margin-bottom: 20px;
  overflow: hidden;
}
.navCard ul {
  margin: 0;
  white-space: nowrap;
}
.fc-event,
.fc-event-dot {
  background: #ff6a48 !important;
  border: 1px solid #ff6a48 !important;
}
/*.search-btn .resetbtn {
  margin-left: 10px;
  border: var(--secondary-color) 1px solid;
  color: var(--secondary-color);
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
}
button.button1.resetbtn:hover {
  color: #fff !important;
  background:var(--secondary-color) !important ;
}
.search-btn a.resetbtn:focus {
  color: var(--secondary-color);
}*/
div.dataTables_wrapper div.dataTables_length select {
  box-shadow: 0 1px 2px 0 rgba(141, 141, 141, 0.2);
  border: solid 1px #ddd !important;
  background-color: #ffffff;
  border-radius: 5px;
  
}
.applyNowDetails .modal-body {
  padding: 30px;
}
.applyNowDetails .form-control {
  box-shadow: none;
  border: none;
  padding: 5px 0 0;
}
.applyNowDetails h5 {
  margin-top: 0;
  
}
.applyNowDetails h4 {
  font-size: 22px;
  margin-left: 10px;
  margin-top: 10px;
}

.applyNowDetails h6 {
  text-decoration: underline;
  font-weight: 500;
  color: #232222;
  font-size: 14px;
  margin: 10px 0px;
}
/*modal*/ 
.modal-header h4 {
  font-size:20px;
  margin:10px 0px 0px 0px;
  color: #022147;
}
.close {
  opacity: 0.99;
}
.modal-body {
  padding: 20px 25px !important;
}
/*
.show {
  opacity: 0.9 !important;
}*/
.modal-open .modal {
  overflow-x: auto !important;
  overflow-y: auto !important;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
/*modal end*/

.custom-file-label {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 2px !important;
  height: 40px;
  padding: 5px 20px;
  overflow: hidden;
  font-weight: 400;
  line-height: 28px !important;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 40px;
  padding: 5px 20px;
  line-height: 2;
  color: #fff;
  content: "Browse";
  background-color: #ff6a48;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.back1Btn {
  position: relative;
  width: 100%;
  padding: 0 15px;
  align-items: center;
  display: flex;
  line-height: 34px;
  height: 34px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: -2px;
  border: 1px solid #fff;
  width: 100px;
}
.back1Btn:hover {
  text-decoration: none;
  color: #fff;
}
.back1Btn::before {
  content: "";
  background: url(/wp-content/uploads/2023/07/back-white.svg) no-repeat;
  width: 21px;
  height: 15px;
  margin-left: 0;
  padding: 0 12px;
}

.margintitle {
  margin-top: -25px !important;
}
.titleinner {
  padding: 15px 30px;
  overflow: hidden;
  background-color: #f6faff;
  margin: 10px -25px 20px;
}
.titleinner h4 {
  margin: 0px !important;
  padding: 0px;
  font-size: 18px !important;
}

.elementor-widget-container p,
.elementor-widget-container > p > a {
  color: #fff;
}


.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  align-items: center;
}


/*02-08-2023*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i";  
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css";  
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";  
 :root{--main-color:#ff6a48;--secondary-color:#0a3169;--white-color:#fff}
*{margin:0;padding:0}
body{font-family:"Poppins",sans-serif !important; color:#333 !important;font-size:14px !important; }
a{color:var(--secondary-color) ;text-decoration:none !important;}
a:hover{color:#3b8af2;text-decoration:none}
h1,h2,h3,h4,h5,h6{font-family:"Poppins",sans-serif}
p{color:#333;line-height:24px; font-size:14px !important;}
img{max-width:100%}
::-webkit-input-placeholder{color:#999!important}
:-moz-placeholder{color:#999!important;opacity:1}
::-moz-placeholder{color:#999!important;opacity:1}
:-ms-input-placeholder{color:#999!important}
::-ms-input-placeholder{color:#999!important}
::placeholder{color:#999!important}
ul{margin:0;padding:0;list-style-type:none}
.error-message{color:#e70202 !important; }
.d-flex{display:flex}
.justify-content-center{justify-content:center}
.justify-content-between{justify-content:space-between}
.justify-content-flex-end{justify-content:flex-end;}
.align-items-center{align-items:center}
.mt-1{ margin-top:5px}
.mt-2{ margin-top:10px}
.mt-3{ margin-top:15px}
.mt-4{ margin-top:20px}
@media (min-width: 1400px) {
.container{max-width:1320px !important; }
}
#preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;overflow:hidden;background:#fff}
#preloader:before{content:"";position:fixed;top:calc(50% - 30px);left:calc(50% - 30px);border:6px solid #022147;border-top-color:#e2eefd;border-radius:50%;width:60px;height:60px;-webkit-animation:animate-preloader 1s linear infinite;animation:animate-preloader 1s linear infinite}
@-webkit-keyframes animate-preloader {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
@keyframes animate-preloader {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.back-to-top{position:fixed;visibility:hidden;opacity:0;right:15px;bottom:15px;z-index:996;background:#022147;width:40px;height:40px;border-radius:4px;transition:all .4s}
.back-to-top i{font-size:28px;color:#fff;line-height:0}
.back-to-top:hover{background:#3284f1;color:#fff}
.back-to-top.active{visibility:visible;opacity:1}
#topbar{background:#022147;height:40px;font-size:14px;transition:all .5s;z-index:999; position:relative; color:#fff;padding:0;border-bottom:1px solid #1f3b5a}
#topbar .contact-info i{font-style:normal;color:#fff}
#topbar .contact-info i a,#topbar .contact-info i span{padding-left:5px;color:#fff}
#topbar .contact-info i a{line-height:0;transition:.3s;transition:.3s}
#topbar .contact-info i a:hover{color:#fff;text-decoration:underline}
#topbar .social-link a{color:var(--white-color); transition:.3s;margin-left:15px}
#topbar .social-link a:hover{color:white}
#topbar .social-links .signin ul li a{text-decoration:none; color:#fff;}
#topbar .social-links .signin ul li ul li a{color:#333;text-decoration:none} 
#topbar .signin ul li{padding-left:10px; }
.signin ul{ margin:0px;}
#header{z-index:997;padding:1px 0 0;margin-top:0;min-height:85px;transition:all .5s;background:#022147}
#header.header-scrolled{box-shadow:0 2px 15px rgba(0,0,0,0.1);padding:30px 0 12px;background:#022147}
#header.header-scrolled .navbar{margin-top:30px;transition:all .3s}
#header.header-inner-pages{box-shadow:0 2px 15px rgba(0,0,0,0.1)}
#header .logo{margin:0;padding:0;line-height:1;font-weight:700;text-transform:uppercase}
#header .logo img{max-height:45px;margin-top:5px;margin-left:5px}
.headerBg{transition:all .5s;position:relative;width:100%;z-index:998;background:#022147; min-height:auto;min-height: 85px;}
.fixed{position:fixed;top:0;left:0;width:100%; transition:all .5s; min-height:70px;}
.fixed #header{transition:all .5s;z-index:97;padding:1px 20px 0;margin-top:0;min-height:60px;transition:all .3s}
.fixed #header .logo img{max-height:48px;margin-top: 5px;}
.fixed .nav-menu>ul{padding-top:5px}
.fixed nav{margin-top:1px}
.social-links{float:right;margin-top:12px}
.signin {margin-left: 20px;}
.fixed .social-links{float:right;margin-top:10px}
.logo{float:left;padding:15px 0}
nav{margin-top:15px;margin-right:0}
.nav-menu ul{margin:0;padding:0;list-style:none;float:right}
.nav-menu>ul{display:flex;padding-top:0px}
.nav-menu>ul>li{position:relative;white-space:nowrap;display:block}
.nav-menu a{display:block;position:relative;color:#fff;transition:.3s;font-family:"Poppins",sans-serif;font-size:15px;font-weight:500;line-height:28px;margin:0;padding:8px 20px;text-decoration:none}
.nav-menu li a i{font-size:8px;vertical-align:middle;font-weight:normal;margin-top:-3px}
.nav-menu>ul>li.main-logo-desk>a:before{display:none}
.nav-menu a:hover:before,.nav-menu li:hover>a:before,.nav-menu .active>a:before{visibility:visible;width:100%}
.nav-menu a:hover,.nav-menu .active>a,.nav-menu li:hover>a{color:rgba(255,255,255,1)}
.nav-menu .dropdown ul{box-shadow:0 3px 12px 0 rgb(0 0 0 / 5%); display:block;position:absolute;left:14px;top:59px;z-index:99;opacity:0;visibility:hidden;padding:5px 0;border:solid 1px #f1f1f1;background-color:#ffffff;transition:.3s;border-radius:5px}
.nav-menu .dropdown ul.dropArrow{margin-left:-50%}
.nav-menu .dropdown ul.dropArrow::before{width:12px;height:9px;content:'';position:absolute;top:0;top:-9px;left:50%;margin-left:-6px}
.nav-menu .dropdown:hover>ul{opacity:1;top:100%;visibility:visible}
.nav-menu .dropdown li{ position:relative; }
.nav-menu .dropdown ul a{padding:10px 20px;font-size:14px;font-weight:400;text-transform:none;color:#444;margin:0;line-height:18px}
.nav-menu .dropdown ul a i{position:absolute;right:10px;top:14px}
.nav-menu .dropdown ul a:hover,.nav-menu .dropdown ul .active>a,.nav-menu .dropdown ul li:hover>a{background:#F9F9F9;color:#444}
.nav-menu .dropArrow .dropdown>a:after{content:"";padding-left:5px;font-size:1.2rem;width:9px;height:10px;display:inline-block;margin-left:5px;position:relative;position:absolute;right:15px;top:14px}
.nav-menu .dropdown .dropdown ul{top:0;left:calc(100% - 30px)}
.nav-menu .dropdown .dropdown:hover>ul{opacity:1;top:0;left:100%}
.nav-menu .dropdown .dropdown>a{padding-right:35px}
.nav-menu>ul>li a i.fa-home{font-size:16px}
 .dropdown-menu{ border-radius:5px;}
.nav-menu ul li:last-child{background:var(--main-color); padding: 0px 10px !important;border-radius:4px;color:#fff;transition:none;font-size:14px;font-weight:600;margin-left:20px!important;transition:.3s}
.nav-menu ul li ul li:last-child{background:none; border:none; margin-left: 0px !important; padding: 0px !important; }
@media (max-width: 1366px) {
.nav-menu .dropdown .dropdown ul{right:-90%}
.nav-menu .dropdown .dropdown:hover>ul{right:-100%}
.nav-menu a{padding:8px 10px}
}
.mobile-nav-toggle{position:absolute;border:0;right:10px; transition:all .4s;outline:none!important;line-height:1;cursor:pointer;background:none;margin:15px 5px 0 15px;padding:0;float:left;display:none}
.mobile-nav-toggle i{color:#fff;font-size:20px}
.mobile-nav{position:fixed;top:0;bottom:0;left:auto;z-index:9999;overflow-y:auto;background:#fff;transition:ease-in-out .2s;opacity:0;visibility:hidden;border-radius:0;padding:5px 0;margin-left:-5px;width:300px;box-shadow:0 4px 125px 0 rgba(0,0,0,0.1);margin:0;padding:0;list-style:none}
.mobile-nav a{display:block;position:relative;text-transform:uppercase;font-weight:600;font-size:13px;color:#2d2a2a;border-bottom:1px solid rgba(129,129,129,.2);padding:11px 20px;outline:none}
.mobile-nav .active>a{background:#fff;opacity:1;color:#333;text-decoration:none;font-weight:bold}
.mobile-nav li.dropdown i{float:right;border-left:1px solid rgba(129,129,129,.2);padding:15px;margin-top:-12px}
.mobile-nav .dropdown>a{padding-right:5px;background:#fff;opacity:1;color:#333;border-bottom:1px solid rgba(129,129,129,.2)}
.mobile-nav .dropdown ul{display:none;background:#fff}
.mobile-nav .dropdown ul li a{color:#777;opacity:1;font-size:14px;font-weight:600;border-bottom:1px solid rgba(129,129,129,.2)}
.mobile-nav-overly{width:100%;height:100%;z-index:9997;top:0;left:0;position:fixed;background:rgba(0,0,0,0.7);overflow:hidden;display:none;transition:ease-in-out .2s}
.mobile-nav-active{overflow:hidden}
.mobile-nav-active .mobile-nav{opacity:1;visibility:visible}
.mobile-nav-active .mobile-nav-toggle i{color:#000}
.mobile-nav .dropdown ul li.dropdown.active a{color:#333;font-weight:500}
.mobile-nav .dropdown ul li.dropdown ul li a{color:#777!important;font-weight:600!important}
.mobile-nav .dropdown ul li.dropdown>a:after{top:20px;content:" ";width:14px;height:8px;padding-left:10px;position:absolute;right:15px}
.mobile-nav .dropdown ul li.dropdown.active>a:after{top:20px;content:" ";width:14px;height:8px}
@media (max-width:1023px) {
.nav-menu{display:none}
.logo{float:left;margin:0 auto; }
#header .logo img{margin-top:5px;margin-left:0}
}
@media (max-width: 991px) {
.mobile-nav-toggle{display:block}
.navbar ul{display:none}
}
@media (max-width:768px) {
#header{min-height:70px}
#header .logo img{margin-top:10px;margin-left:0;height:45px}
.fixed #header .logo img{margin-top:8px;height:45px}
.donate-btn{width:100px;margin-top:10px}
a.donate-btn{color:#fff}
.fixed #header{padding:0px; }
}
#hero{width:100%;height:70vh;background:url(/wp-content/uploads/2023/08/slider-bg.png) center;background-size:cover;position:relative}
#hero .container{position:relative;text-align:center}
#hero h1{margin:0;font-size:40px;font-weight:600;line-height:56px;color:#fff;text-transform:uppercase}
#hero h2{color:#fff;margin:0;font-size:60px;font-weight:800;text-transform:uppercase}
#hero h5{color:#fff;margin:5px 0 30px;font-size:18px;line-height:26px;font-weight:normal}
#hero h5 span{display:block}
@media (min-width: 1024px) {
#hero{background-attachment:fixed}
}
@media (max-width: 768px) {
#hero{height:80vh}
#hero h1{font-size:36px;line-height:36px;margin-bottom:20px}
#hero h2{font-size:36px;line-height:24px;margin-bottom:30px}
}
@media (max-height: 500px) {
#hero{height:70vh}
}
section{padding:40px 0;overflow:hidden}
.about-content h2 {font-size: 36px;color: var(--secondary-color);  font-weight: 600;  margin: 90px 0px 20px 0px;}
.aboutfoot {text-align: center; max-width: 800px;  margin: 0px auto;}
.aboutfoot img { margin: 30px 0px;}
.aboutfoot p { margin-bottom: 30px;}
 
@media (max-width: 767px) { 
.about-content h2 {  margin: 10px 0px 20px 0px;}
 }
.whoweare-section { padding:40px 0px 50px 0px;}
.whoweare{background:#fff;box-shadow:0 3px 12px 0 rgb(0 0 0 / 5%);border-radius:0 0 0 30px;padding:20px 130px 50px 30px;margin:0 0 30px 80px;transition:.5s;border-top:4px solid transparent}
.whoweare h4{font-size:32px;color:var(--secondary-color);font-weight:600}
.whoweare-img img{margin-left: -120px; padding:20px}
@media (max-width:1024px) {
.whoweare{padding:20px 50px 20px 30px;margin:10px}
.whoweare-img img{ margin-left: 0px;}
}
@media (max-width: 767px) {
.whoweare{padding:20px;margin:10px}
.whoweare-img img{ margin-left: 0px;}
}
.homefeatures{background:url( /wp-content/uploads/2023/08/homefeatures.png) center!important;background-size:cover;position:relative;padding:80px 0!important}
.impact-content{padding:0 80px}
.impact-content h3{font-size:28px;text-align:center;color:var(--secondary-color);font-weight:600; margin-bottom:20px;}
@media (max-width:1024px) {
.impact-content{padding:0}
}
@media (max-width: 767px) {
.impact-content{padding:0}
}
.testimonialsContent{padding:50px 0}
.testimonialsContent .clientTestimonials{margin:0 auto;max-width:850px!important;text-align:center}
.testimonialsContent .testimonialsTxt{background:#fff;box-shadow:0 6px 12px 0 rgba(0,0,0,0.08);border-radius:10px;text-align:center;padding:30px 70px 40px;max-width:820px!important;margin:30px;transition:.5s;height:400px}
.testimonialsContent .testimonialsTxt img{text-align:center;margin:0 auto;width:130px;height:130px;border-radius:100px;padding:3px;border:2px solid #eee;box-shadow:0 3px 12px 0 rgb(0 0 0 / 5%)}
.testimonialsContent .testimonialsTxt p{color:#666;margin:10px 0 25px;line-height:24px}
.testimonialsContent .testimonialsTxt p i{color:#666;font-size:16px;padding:0 5px}
.testimonialsContent .testimonialsTxt h5{color:#032B64;font-size:16px;font-weight:600;margin-top:20px}
.testimonialsContent .pro-title{text-align:center}
.slick-arrow.slick-disabled{background:#fff!important;box-shadow:0 6px 12px 0 rgb(0 0 0 / 8%)!important;pointer-events:none;background-color:#fff}
.slick-arrow{padding:10px;background:#fff;box-shadow:0 6px 12px 0 rgb(0 0 0 / 8%);position:absolute;top:50%;z-index:111;font-size:0;border:0;border-radius:100px;width:54px;height:54px;cursor:pointer;margin-top:-40px}
.slick-arrow:hover{background:#fff;box-shadow:0 6px 12px 0 rgb(0 0 0 / 8%)}
.slick-prev{left:-12px}
.slick-next{right:-12px}
.slick-prev:before{content:"<"!important;color:#666!important;font-size:24px}
.slick-next:before{content:">"!important;color:#666!important;font-size:24px}
@media (max-width: 767px) {
.testimonialsContent .testimonialsTxt{padding:20px;max-width:320px!important;margin:15px;height:auto}
}
#footer{padding:0;font-size:14px;margin-top:0}
#footer .footer-top{padding:60px 0 30px;background:#022455}
#footer .footer-top .footer-contact{margin-bottom:30px}
#footer .footer-top h4{font-size:22px;font-weight:600;color:#fff;position:relative;padding-bottom:12px}
#footer .footer-top .footer-links{margin-bottom:30px}
#footer .footer-top .footer-links ul{list-style:none;padding:0;margin:0}
#footer .footer-top .footer-links ul li{padding:10px 0;display:flex;align-items:center}
#footer .footer-top .footer-links ul li:first-child{padding-top:0}
#footer .footer-top .footer-links ul a{color:#fff;transition:.3s;display:inline-block;line-height:1;text-decoration:none}
#footer .footer-top .footer-links ul a:hover{text-decoration:none;color:#fff}
.iconTxt{margin-bottom:25px; overflow:hidden;  }
.iconTxt .icon{width:44px;height:44px;background:transparent;border:1px solid #DEE8F5;display:flex;justify-content:center;align-items:center;border-radius:44px;transition:all .3s ease-in-out;margin-right:15px;float:left}
.iconTxt h5{margin:0;color:var(--white-color);font-size:17px}
.iconTxt p{margin:0;color:var(--white-color); }
.iconTxt p a{color:var(--white-color);word-break:break-all}
.iconTxt .icontxtin{ float:left;  width:80%; }
.bottom-footer{background:var(--secondary-color);padding:20px 10px;color:var(--white-color); text-align:center;}
.bottom-footer p{color:var(--white-color);margin:0}
.bottom-footer .social-icon{float:right;}
.bottom-footer .social-icon ul{ margin:0px; padding:0px;}
.bottom-footer .social-icon li{margin-right:15px;display:inline-block}
.bottom-footer .social-icon ul li a{color:var(--white-color)}
@media (max-width: 1024px) {
#footer .footer-top h4{font-size:20px}
.bottom-footer p{text-align:center}
.bottom-footer .social-icon{float:none;text-align:center;margin:0 auto}
}
.page-heading{background:url(/wp-content/uploads/2023/08/inner-bg.png) center;padding:120px 0;color:var(--white-color)}
.page-heading h1{font-size:32px;font-weight:600}
.content-inner h4{color:var(--secondary-color);font-size:22px;font-weight:600;margin-top:20px}
.content-inner p{margin-bottom:30px}
.content-inner .volunteer-img{text-align:center}
.content-inner .volunteer-img img{width:75%}
.btnSubmit{background:var(--main-color);display:block;padding:15px 35px;border-radius:5px;color:#fff;transition:none;font-size:15px;font-weight:600;transition:.3s;border:none;width:100%}
.register-btn{cursor:pointer; background:var(--main-color);display:inline-block;padding:12px 30px;border-radius:5px;color:#fff;transition:none;font-size:14px;font-weight:600;transition:.3s;border:none}
a.register-btn{color:var(--white-color)}
a.register-btn:hover{color:#fff; }
.btn-primary1{background:var(--main-color);display:inline-block;padding:12px 35px;border-radius:5px;color:#fff;transition:none;font-size:14px;font-weight:600;transition:.3s;border:none}
a.btn-primary1{color:var(--white-color)}
.card-register{position:relative;box-shadow:0 6px 15px 4px rgb(55 55 55 / 10%); margin:20px 0 50px;border-radius:10px;background:#fff; border:1px solid #eee;}
.card-registerinner{padding:0px 25px 0px 0}
.card-registerinner h3{color:var(--secondary-color);font-size:28px;font-weight:600;margin:35px 0px 20px 0px; text-align:center;}
.card-registerinner h6{font-size:14px}
.signupbg img{min-height:680px}
.signinbg img{min-height:500px}
.signin h3{margin-top:40px}
.account p{text-align:center;margin-top:25px; font-size:16px; font-weight:500;}
.account p a{color:var(--main-color) }
.checkBoxes{display:inline-block!important;position:relative;padding-left:30px;margin-bottom:25px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#444444!important;margin-right:15px;font-weight:normal}
.checkBoxes input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.checkBoxes .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border:1px solid #ddd;border-radius:5px;box-shadow:0 1px 3px 0 rgb(141 141 141 / 20%)}
.checkBoxes:hover input~.checkmark{border:1px solid #bac8d6}
.checkBoxes input:checked~.checkmark{background-color:#022147;border:1px solid #022147}
.checkBoxes .checkmark:after{content:"";position:absolute;display:none}
.checkBoxes input:checked~.checkmark:after{display:block}
.checkBoxes .checkmark:after{left:6px;top:3px;width:6px;height:10px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:2px}
.calendarIcon{position:absolute;right:12px;bottom:10px}
.form-group label{font-size:14px;margin-bottom:3px;color:#333;font-weight:400;display:block;line-height:22px}
.form-control{height:45px;border-radius:5px;font-weight:500;color:#333;font-size:15px;box-shadow:0 1px 2px 0 rgba(141,141,141,0.2);border:solid 1px #ddd!important;background-color:#ffffff}
.form-control::placeholder{color:#CCCCCC;opacity:1;font-size:14px;font-weight:normal}
.form-control:-ms-input-placeholder{color:#CCCCCC}
.form-control::-ms-input-placeholder{color:#CCCCCC}
.form-control:focus{border:solid 1px #bac8d6;box-shadow:0 1px 2px 0 rgba(202,202,202,0.2);color:#0a0a0d}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{
	border-bottom-right-radius: 0 !important;  border-top-right-radius: 0 !important;}
	.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
 border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important;}
.input-group-addon{border-radius:5px 0px 0px 5px !important;}
textarea.form-control{min-height:100px}
button[disabled],html input[disabled]{cursor:default;background:#f7f7f7 !important} 
.form-group p{font-size:13px;line-height:18px;font-weight:normal;margin-top:8px}
.form-group p strong{color:#0a0a0d}
.form-group{margin-bottom:25px;position:relative}
label.required::after{content:"*";color:#ee0505fd;margin-left:2px}
.successful{max-width:600px;margin:50px auto 30px;padding:60px 40px;text-align:center;box-shadow:0 0 5px 0 rgb(0 0 0 / 6%);border:solid 1px #f1f2ed;border-radius:10px;background-color:#ffffff}
.successful h5{margin-top:20px;color:var(--secondary-color);font-size:24px}
.successful p{margin-top:15px;color:var(--secondary-color);font-weight:500}
.back{margin:0 auto;text-align:center;width:200px}
.back-btn{position:relative;display:flex;padding:0 15px;align-items:center;justify-content:center;box-shadow:0 1px 2px 0 rgb(141 141 141 / 20%);line-height:45px;border:1px solid var(--main-color);background:var(--white-color);height:45px;border-radius:5px;font-size:15px;font-weight:500;color:var(--main-color);margin-top:-7px;width:170px}
.back-btn:hover{color:var(--main-color)}
.back-btn::before{content:'';background:url(/wp-content/uploads/2023/06/back.svg) no-repeat;width:21px;height:15px;margin-left:0;padding:0 15px}
.maincontentleft{padding:0;box-shadow:0 0 5px 0 rgb(0 0 0 / 6%);border:solid 1px #f1f2ed;border-radius:10px;background-color:#ffffff;margin-bottom:50px}
.leftinner{background:#20436E;padding:10px 10px 10px 20px;border-radius:10px 10px 0 0}
.leftside h4{font-size:20px;margin:0;padding:0 0 5px;font-weight:600;color:var(--white-color)}
.leftside h5{font-size:14px;margin:0;color:var(--white-color);padding:0}
.leftside ul{margin:0px; padding:0px;}
.leftside ul li a{padding:15px;display:block;border-top:1px solid #eee;color:#444;font-size:14px;font-weight:600;text-decoration:none}
.leftside ul li.active a{border-left:4px solid var(--main-color);color:var(--main-color);font-weight:600}
.headtitle{border-radius:10px 10px 0 0;box-shadow:0 1px 0 0 #f1f2ed;padding:15px 30px;background:#20436E}
.headtitle h3{color:#fff;margin:0;padding:0;font-size:24px}
.profile-text{padding:25px;position:relative}
.profile-text p{font-size:14px;margin:0;line-height:20px;color:#666}
.profile-text h5{font-size:15px;font-weight:600;color:#333;margin:3px 0 35px;word-break:break-all}
.activeBtn{background:#1AAA24;border:1px solid #25da31;color:#eaf8eb;height:30px;display:inline-block;padding:3px 15px;margin-left:20px;border-radius:25px;margin-top:3px}
.editBtn{position:relative;width:100%;display:flex;padding:0 10px;align-items:center;justify-content:center;box-shadow:0 1px 2px 0 rgb(141 141 141 / 20%);line-height:35px;border:1px solid #022147;background:#022147;height:35px;border-radius:8px;font-size:15px;font-weight:500;color:#fff;margin-top:-1px}
.editBtn:hover{text-decoration:none;color:#fff;background:#022147}
.editBtn::before{content:'';background:url(/wp-content/uploads/2023/06/edit.svg) no-repeat;width:16px;height:20px;margin-left:0;padding:0 15px}
a.focus .editBtn{ color:#fff;  border:1px solid #022147;  background:#022147;}
.listBox{height:200px; padding:20px 10px;position:relative;box-shadow:0 0 5px 0 rgb(0 0 0 / 6%);border:solid 1px #f1f2ed;border-radius:5px;background-color:#ffffff;margin-bottom:30px}
.listBox h4{font-size:18px;color:var(--secondary-color);margin:15px 0 3px}
.listBox p{font-size:13px;color:var(--secondary-color)}
.listBox p span{font-weight:600;color:var(--main-color);font-size:14px}
.listBox p span.active{color:#2F8F1B}
@media (max-width: 767px) {
.listBox{padding:10px;box-shadow:none}
.profile-text{padding:15px !important}
.listBox p span{display:block}
.successful{padding:40px 20px}
.card-registerinner{padding:20px}
.signupbg img,.signinbg img{display:none}
.content-inner .volunteer-img img{width:100%}
.headtitle{ padding:15px 15px; }
.card-registerinner h3{ margin:10px 0px 20px 0px; }
}
@media (max-width:1024px) {
.card-registerinner h6{font-size:13px}
.signupbg img{min-height:640px}
.signin h3{margin-top:10px}
.signinbg img{min-height:560px}
.content-inner .volunteer-img img{width:100%}
}
.select2-container--default .select2-selection--multiple{height:45px;border-radius:5px;font-weight:500;color:#444;padding:5px;font-size:15px;box-shadow:0 1px 2px 0 rgb(141 141 141 / 20%);border:solid 1px #ddd!important;background-color:#ffffff}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#022147;color:white}
.productContent{padding:50px 0;background:#F8F8F8}
.productContent .pro-title h3{font-size:28px;color:var(--secondary-color);font-weight:600;margin-bottom:0;margin-left:10px}
.productContent .pro-title h4 span,.productContent .pro-title .h4 span{display:block}
.productContent .pro-title p{color:#555;margin-bottom:20px}
.productContent .productTxt{background:#fff;box-shadow:0 3px 12px 0 rgba(0,0,0,0.05);border-radius:0 0 0 30px;padding:20px; margin:15px 15px 25px; height:290px;transition:.5s;border-top:4px solid transparent}
.productContent .productTxt img{height:65px}
.productContent .productTxt h5,.productContent .productTxt .h5{color:#032B64;font-size:18px;font-weight:600;margin:15px 0 10px}
.productContent .productTxt p{margin:0}
.productTxt p a{color:var(--secondary-color); }
.productTxt p a strong{margin-top:20px;font-weight:600;text-decoration:underline}
.productContent .productTxt:hover{transform:translateY(-10px);border-top:4px solid #F63B3B}
.productContent .slick-dots button{border:1px solid #aaa;background:none;width:24px;height:24px;font-size:0;border-radius:50px;transform:scale(0.5)}
.productContent .slick-dots{text-align:center;position:absolute;width:100%;bottom:-15px}
.productContent .slick-dots li{text-align:center;display:inline-block;margin:0 -1px}
.productContent .slick-dots li.slick-active button{background:#F63B3B;border:1px solid #F63B3B}
@media (max-width:767px) {
.productContent .productTxt{background:#fff;box-shadow:0 3px 12px 0 rgba(0,0,0,0.05);border-radius:0 0 0 30px;padding:20px;margin:15px 15px 25px; height:310px;transition:.5s;border-top:4px solid transparent}
}
.programs-txt{background:#fff;box-shadow:0 3px 12px 0 rgba(0,0,0,0.05);border-radius:0 0 0 30px;padding:15px 15px 20px;margin:0 0 30px;transition:.5s;border-top:4px solid transparent}
.programs-txt img{width:100%}
.programs-txt h6{font-size:13px;margin-top:15px;color:#666}
.programs-txt h6 i{font-size:16px}
.programs-txt h4{color:var(--secondary-color);font-size:18px;margin-top:20px}
.programs-txt p{margin:0 0 10px}
.programs-txt .programs-scroll{ height:220px !important; }

.programs-txt p a{color:var(--secondary-color);font-weight:600;text-decoration:underline}
.newsTxt h4{min-height:44px}
.programs-scroll:before{content:'';border-bottom:3px solid #000;position:absolute;top:-20px;left:60px}
.programs-scroll::-webkit-scrollbar{width:8px}
.programs-scroll::-webkit-scrollbar-thumb{background-color:#ccc;border:5px solid #ccc;border-radius:10rem}
.programs-scroll::-webkit-scrollbar-track{position:absolute;right:-3rem;top:-50rem;background:transparent}
.programs-scroll{padding-right:5px;color:#000;font-size:14px;text-transform:capitalize;margin:5px 0;height:135px;line-height:22px;background:#fff;overflow:scroll;position:relative}
.programs-foot h6{font-size:21px;color:var(--secondary-color);font-weight:600;margin:10px 0 0}
.programs-foot .register-btn{padding:10px 22px}
.sponsorshiptxt h4{font-weight:600; font-size:24px; margin:0px;}
.sponsorshiptxt .programs-foot {margin-top: 20px; padding:0px 15px 15px 0px}
.sponsorshiptxt h6{font-size:20px; color: var(--secondary-color); font-weight: 600; margin: 5px 0px !important;}
.sponsorship-txt{  padding: 15px; }
.sponsorship-txt ul li{padding:3px 5px 2px 20px}
.sponsorship-txt ul li:before{content:"\f054";font-family:FontAwesome;display:inline-block;margin-left:-20px;width:16px;font-size:11px}
.sponsorshipTxt .donatefreright{ padding-left:15px !important;}
.sponsorshiptxt .sponsorship-content { padding:0px !important; border-top:0px !important; }
.sponsorshiptxt .sponsor-title{ background: #F6FAFF; transition: 0.3s;  border-radius: 5px 5px 0px 0px;  margin: 0px; padding: 15px;}
.sponsorship-content:hover .sponsor-title{ background:var(--secondary-color); } 
.sponsorship-content:hover h4{color:#fff }
.sponsorship-content:hover h6{color:#fff }

.work-content{display:flex; background:#fff;box-shadow:0 3px 12px 0 rgba(0,0,0,0.05);border-radius:0 0 0 30px;padding:15px 15px 20px;margin:0 0 30px;transition:.5s;border-top:4px solid transparent;overflow:hidden}
.work-content img{width:250px;float:left;border-radius:20px;margin-right:20px}
.work-txt h4{color:var(--secondary-color);font-size:20px;font-weight:600;margin-top:20px}
@media (max-width:767px) {
.work-content img{float:none}
}
@media (max-width:1024px) {
.work-content img{float:none}
.work-content{height:540px;}
}
.team-content{background:#fff;box-shadow:0 3px 12px 0 rgba(0,0,0,0.05);border-radius:0 0 0 30px;padding:15px;transition:.5s;border-top:4px solid transparent;text-align:center;margin:70px 0}
.team-pic{margin-top:-80px}
.team-pic img{width:160px;height:160px;border-radius:100px;padding:3px;border:2px solid #eee;box-shadow:0 3px 12px 0 rgba(0,0,0,0.05)}
.team-txt h4{font-size:18px;color:var(--secondary-color);margin-top:10px;font-weight:600;margin-bottom:2px}
.team-txt p{color:#666;font-size:13px;font-weight:600}
.support-content{background:#fff;box-shadow:0 3px 12px 0 rgba(0,0,0,0.05);border-radius:0 0 0 30px; transition:.5s;border-top:4px solid transparent;text-align:center;margin:20px 10px;height:130px;padding:20px;}
 .supportersmain{ background:#fff; padding:100px 0px;} 
.support-content img{ margin:0px auto; text-align:center;}
.news-details h4{color:var(--secondary-color);font-size:20px;font-weight:600}
.news-details img{margin:20px 0;width:100%;border-radius:20px}
.news-title h4{margin-top:130px;color:var(--secondary-color);font-size:28px;font-weight:600}
.back2Btn{position:relative; cursor:pointer; padding:8px 22px;align-items:center;display:inline-flex; border-radius:5px;font-size:16px;font-weight:500;color:#F15A2B !important;margin-top:0px;border:1px solid #F15A2B; }
.back2Btn:hover{text-decoration:none;color:#F15A2B}
.back2Btn::before{content:'';background:url(/wp-content/uploads/2023/06/back.svg) no-repeat;width:21px;height:15px;margin-right:5px;padding:0 12px}
.filter-card{padding:0 20px 20px;border-radius:0 0 5px 5px} 
.filter-card h3{margin:0 -20px 20px;background:#34465C;padding:15px 20px;font-size:20px;color:#fff;border-radius:5px 5px 0 0}
.filter-card .form-control{height:40px}
.filter-card .form-group{margin-bottom:15px}
.dataTables_filter .form-control{height:40px;padding:10px 15px!important;}
.page-link{color:var(--secondary-color)}
.page-item.active .page-link{background-color:var(--secondary-color) !important;border-color:var(--secondary-color) !important; width:35px; height:35px;}
@media (max-width:1023px) {
.filter-card{margin-bottom:30px}
.filter-card .form-group{margin-bottom:15px;width:46%;float:left;margin-right:20px}
.search-btn .register-btn{margin-top:18px}
.news-title h4{ margin-top:80px;}
}
@media (max-width:767px) {
.filter-card{margin-bottom:30px}
.filter-card .form-group{margin-bottom:15px;width:100%;float:none;margin-right:20px}
.search-btn .register-btn{margin-top:0}
.news-title h4{margin-top:20px; }
}
.map{border-radius:20px; position:relative;width:100%}
.contactus_main{margin:-50px 100px 0;background:#fff;position:relative;padding:0;border-radius:10px; border:1px solid #eee}
.scheduleDemo{background:#fff;padding:30px}
.scheduleDemo h4{font-size:22px;color:var(--secondary-color);font-weight:600;margin-bottom:15px}
.contactusright{background:var(--secondary-color);padding:80px 100px 120px 50px}
@media (max-width:1024px) {
.contactus_main{margin:-40px 40px 0}
}
@media (max-width:768px) {
.map{border-radius:20px;overflow:hidden;position:relative;width:100%}
.contactus_main{margin:20px 0 0}
.contactusright{padding:50px 20px}
.scheduleDemo{padding:20px 0 20px 20px}
}
.formWrap{padding:40px}
input#trigift {display: none;}
#donateForm{background:#fff;border-radius:15px;box-shadow:0 0 10px rgb(0 0 0 / 7%)}
.donatefreleft{border-right:1px solid #e0e0e0;padding-right:35px}
.donatefreleft h2,.donatefreright h2{font-size:20px;font-weight:600;margin-bottom:15px; margin-top:5px;}
.donatefreright{padding-left:35px}
@media (max-width:768px) {
.donatefreleft{ border-right:none;    padding-right: 15px;}	
.formWrap{padding:20px}.donatefreright{padding-left:15px}}
#donateForm .anonymity{background:#f1f1f1;margin-top:30px;padding:45px;border-radius:0 0 25px 25px}
.anonymity h2{font-size:26px;font-weight:700;margin-bottom:10px}
.anonymity button{padding:10px 30px;height:52px;background:#ff6a48;color:#fff;border:1px solid #ff6a48;border-radius:8px;font-size:17px}
.anonymity button:hover{background:#ff6a48;color:#fff;border:1px solid #ff6a48}
.anonymity p{font-size:18px;font-weight:600}
.anonymity .radioGroup .radio-label{font-size:16px}
.donationWrap h2.donationHeading{font-size:38px;font-weight:600;margin-bottom:5px}
.donationWrap p{margin-bottom:40px}
.donationWrap h3{font-size:27px;font-weight:700}
.donate2Amount{margin-bottom:40px}
.donation1Wrap .wizard>.content>.body{padding:4%}
.donation1Wrap .wizard>.content>.body label{font-size:18px}
.donation1Wrap .wizard>.content>.body label.control{font-size:18px}
.f-amount-block{position:relative;min-height:46px;margin-bottom:0px}
#bs-amount.frequency-amount{font-size:18px;position:absolute;top:0;left:0;padding-left:60px;width:67%}
.f-amount-block:after{content:'$';position:absolute;font-size:24px;font-weight:400;width:50px;height:100%;background-color:#ff6a48;color:#fff;top:0;left:0;text-align:center;padding:7px 0;border-radius:5px 0 0 5px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;height:48px}
.f-amount-block input{padding-left:60px !important; font-weight: 600 !important;}
.stepWrap{margin-left:10px;display:block;margin-top:5px;font-size:16px}
.freAmount.active{background:#ff6a48;color:#fff}
.btn-donates{margin:10px 0 2.5em}
.btn-donates a.button{margin-right:25px;height:55px;line-height:2;padding:8px 40px;font-size:18px;border-radius:5px}
.btn-donates a.button.btn-border{background-color:transparent;color:#747474;border-color:#c2c2c2}
.btn-donates a.button.btn-border:hover{background-color:#ff6a48;color:#fff}
.formswrap.wizard>.steps a{font-size:16px;  padding:0px 40px;}
.formswrap.wizard>.steps .current a,.wizard>.steps .current a:hover,.wizard>.steps .current a:active{font-size:16px;font-weight:600;border-radius: 0;border-bottom:4px solid #ff6a48}
.bottomText{margin:20px 0}
.formWrapBlock{border:none;border-radius:15px;overflow:hidden;box-shadow: 0 0 10px rgb(0 0 0 / 7%); }
.formWrapBlock .wizard.vertical>.content{float:none;width:100%;margin:0}
/*.formWrapBlock .wizard>.steps>ul>li{width:33.33%}*/
.formWrapBlock .wizard>.steps>ul>li.current{border-radius:0 15px 0 0;background:#fff}
.formWrapBlock .wizard>.actions>ul{margin-bottom:30px}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{height:auto}
.donationWrap .formswrap.wizard>.steps a{border:0}
.donationWrap .formswrap.wizard>.steps .current a,.donationWrap .formswrap.wizard>.steps .current a:hover,.donationWrap .formswrap.wizard>.steps .current a:active{border-bottom:0}
.donation1Wrap .wizard>.content>.body label.error{font-size:14px;color:#ff0101}
.donate-content{border:1px solid #DEE2E6;padding:20px;border-radius:10px}
.donate-content p{color:#555555;font-size:14px;margin-bottom:10px}
.donate-content p span{text-decoration:underline}
.donate-content p a{color:#064CB5;font-weight:600}
.donate-content p strong{font-weight:600}
.donate-content ul li{list-style-type:square;margin:10px 0 15px 20px;line-height:24px}
.donatefreleft button{padding:9px 15px;font-weight:600;font-size:14px} 
.control input:checked~.checkmark{background:#ff6a48}
.cardDetials select{font-size:14px;padding:5px}
.tribute .control strong{font-weight:600;line-height:28px;font-size:18px;margin:0 0 10px;color:#000}
.donatestepBg{position:relative;background:#F7F7F7;height:120px;border-radius:10px;z-index:-1}
.donationTwo.wizard .steps>ul{margin-left:0%;padding-top:15px}
.borderBox{width:100%;padding:30px;background:#fff;box-shadow:5px 0 21px #e5e5e5;margin-bottom:30px}
.contentRow>.borderBox:last-child{margin-bottom:0}
/*.formswrap .form-control{margin-bottom:5px}*/
.donatefreright .control input { position: absolute; opacity: 0; cursor: pointer;  height: 0;  width: 0;}
.control{display:block;position:relative;padding-left:35px;margin-bottom:20px;cursor:pointer;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#e9e9e9;border-radius:5px;border:1px solid #ccc}
.control input:checked~.checkmark{background-color:#ff6a48;border:0}
.checkmark:after{content:"";position:absolute;display:none}
.control input:checked~.checkmark:after{display:block}
.control .checkmark:after{left:10px;top:3px;width:8px;height:14px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.donationWrap .formswrap.wizard>.steps a{border:0}
.donationWrap .formswrap.wizard>.steps .current a,.donationWrap .formswrap.wizard>.steps .current a:hover,.donationWrap .formswrap.wizard>.steps .current a:active{border-bottom:0}
.donation1Wrap .wizard>.content>.body label.error{font-size:14px;color:#ff0101}
#reason-error{float:right!important;margin-left:20px!important}
.container1 input{position:absolute;opacity:0;cursor:pointer}
.radios label{line-height:28px!important}
.donatefreleft button{margin-right:15px;background:transparent;border-color:#ff6a48;color:#ff6a48;border:1px solid #ff6a48;margin-bottom:20px;border-radius:5px}
.donatefreleft button:hover{background:#ff6a48;color:#fff;border-color:#ff6a48}
.radioGroupMore{margin-bottom:15px}
.radioGroup label{font-size:18px;color:#000;padding-right:15px;padding-left:35px;cursor:pointer;line-height:32px}
.radioGroup>label{line-height:15px;padding:0;font-size:14px;color:#999;margin:-7px 0 8px;display:block;width:100%}
.radioGroup{position:relative}
.radioGroup .radio-label{margin-bottom:10px}
.radio{margin-bottom:10px}
.radio input[type="radio"]{position:absolute;opacity:0}
.radio input[type="radio"]+.radio-label:before{content:'';background:#fff;border-radius:100%;border:1px solid #bbb;display:inline-block;width:24px;height:24px;position:relative;top:3px;margin-right:8px;vertical-align:top;cursor:pointer;text-align:center;margin-left:-35px}
.radio input[type="radio"]:checked+.radio-label:before{background:#022147;background:-moz-linear-gradient(to right,#022147 0%,#022147 52%,#022147 100%);background:-webkit-linear-gradient(to right,#022147 0%,#022147 52%,#022147 100%);background:linear-gradient(to right,#022147 0%,#022147 52%,#022147 100%);box-shadow:inset 0 0 0 6px #fff}
.radio input[type="radio"]:focus+.radio-label:before{outline:none}
.radio input[type="radio"]:disabled+.radio-label:before{box-shadow:inset 0 0 0 7px #f4f4f4;border-color:#b4b4b4;cursor:auto}
.radio input[type="radio"]+.radio-label:empty:before{margin-right:0}


/*Volunteer Management Style*/ 
.wlc-abc{font-weight:600;color:#122949;font-size:22px;margin-bottom:20px;margin-top:0}
.wlc-abc span{color:#ff6a48;font-size:16px}
.button{background-color:#ff6a48;border:none;font-weight:700;color:white;padding-top:5px;padding:10px 25px;text-align:center; text-decoration:none;display:inline-block;font-size:14px;margin:15px 0 0;cursor:pointer;border-radius:5px}
a.button:hover{background-color:#ff6a48;color:var(--white-color)}
.cordinator{position:relative;border:1px solid #eee;box-shadow:0 3px 4px #eee;overflow:hidden;padding:10px;height:230px;border-radius:5px;margin-bottom:30px}
.cordinator a{color:#444}
.cordinator h2{font-size:18px;color:#ff6a48;margin:0 0 10px;border-bottom:1px solid #eee;padding-bottom:10px}
.active-para{background-color:#ff6a48;padding:3px 10px;color:#fff;font-size:13px;text-decoration:none!important;margin-left:15px;float:right;border-radius:2px;position:absolute;top:64px;right:0}
.volunteerbox{ position:relative;border:1px solid #eee;box-shadow:0 3px 4px #eee;overflow:hidden;padding:0px;height:240px;border-radius:5px;margin-bottom:30px }
.volunteerbox:hover{box-shadow: 2px 8px 12px  #eee; }
.volunteerbox .vol-title{ background: #F6FAFF; transition: 0.3s; border-radius: 5px 5px 0px 0px;  margin:0px; border-bottom:1px solid #eee; padding:15px; height: 60px; display: flex; align-items: center; justify-content: flex-start;  }
.volunteerbox .vol-title h2 { font-size:16px; color: #022147; font-weight:600; margin:0px; display: block; display: -webkit-box; max-width: 100%; line-height:22px;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden; text-overflow: ellipsis;   }
.volunteerbox .vol-inner { padding:10px 15px;}
.volunteerbox .organ-txt{ min-height:50px; margin-bottom:5px;}
.volunteerbox .organ-txt p{color: #666;  line-height: 24px;    margin: 0px;  font-size: 13px !important;  padding: 0px;}
.volunteerbox .organ-txt h6{ font-weight: 600;color: #444; margin:0px; font-size:14px;}
.volunteerbox .location-txt p{color: #666;  line-height: 24px;    margin: 0px;  font-size: 13px;  padding: 0px;}
.volunteerbox .location-txt h6{ font-weight: 600;color: #444; margin:0px; font-size:14px; }
.volunteerbox .location-txt{ position:relative;min-height:48px; margin-bottom:5px;}
.volunteerbox:hover .vol-title{ background: #20436E; transition: 0.3s; }
.volunteerbox:hover .vol-title h2 { font-size:16px; color: #fff; font-weight:600; margin:0px;   }
.header-sticky{ background: #fff; padding:25px 20px 0px;  overflow: hidden; border-radius:10px 10px 0px 0px; z-index:9;  }
.sticky1 { position: fixed; top:60px;  width:84.8%; padding:20px 25px;  border-bottom: 1px solid #D6D6D6;  }
.volunteerdetails{border: 1px solid #D6D6D6; padding: 0; border-radius: 10px;  margin: 20px 0 0; }
 
.padding-checkbox{padding-left:0!important}
.search-btn a:hover,.search-btn a:focus{color:#fff}
label{color:#122949!important;font-weight:400!important}
.form-control{border-radius:5px!important;font-weight:500!important}
.form-control:focus{border-color:#ff6a48!important;box-shadow:unset!important}
.select2-container--default .select2-selection--multiple{background-color:#ffdbd3;border-color:#ffdbd3!important;color:#ff6a48!important}
.fur-info{margin-bottom:15px}
.btn{background-color:#ff6a48 !important;border:none !important;color:white !important;font-weight:600 !important;padding:10px 25px !important;text-align:center;text-decoration:none;display:inline-block;font-size:14px !important;margin:0;cursor:pointer;line-height:24px;border-radius:5px!important}
.btn:hover,.btn:focus {color:#fff!important;text-decoration:none; background-color:#ff6a48 !important; border:none; outline: none !important;;  } 
.btn-default:focus{ border:ff6a48; background-color:#ff6a48 !important;  outline: none !important; }
.submit-btn{padding-left:0;margin-top:10px}
.page-title{margin-bottom:25px!important;padding-top:20px} 
.custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; margin-bottom: 2px !important; height:40px;  padding:5px 20px; overflow: hidden; font-weight: 400; line-height:28px !important; color: #495057;  background-color: #fff; border: 1px solid #ced4da; border-radius:5px;}
.custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block;  height:40px; padding:5px 20px;  line-height:2;  color: #fff;  content: "Browse"; background-color:#ff6a48; border-left: inherit;  border-radius: 0 0.25rem 0.25rem 0;}
.custom-file { position: relative; display: inline-block; width: 100%; height: 40px;  margin-bottom: 0;}
.custom-file-input {position: relative; z-index: 2; width: 100%;  height: 40px; margin: 0; overflow: hidden; opacity: 0;}
.multiSelect > button{ width: 100%; text-align: left !important; background-image:none !important; min-height: 48px !important;  border-radius: 5px;  font-weight: 500; color: #444;  font-size: 15px;  box-shadow: 0 1px 2px 0 rgb(141 141 141 / 20%); border: solid 1px #ddd!important; background-color: #ffffff; }

@media screen and (max-width: 1024px) {
	.sticky1{ width: 91.6%;} 
}
@media(max-width:992px) {
.dhi-quote .tab{overflow-x:scroll}
.accordion-header{width:unset}
.right-wrapper{margin-top:50px}

}
@media(max-width:767px) {
.sticky1{ width: 91%;}
} 
.successful{max-width:520px;margin:120px auto 30px;padding:40px 20px;text-align:center;box-shadow:0 0 5px 0 rgba(0,0,0,0.06);border:solid 1px #f1f2ed;border-radius:2px;background-color:#ffffff}
.successful h5{margin:15px 0;line-height:28px;font-size:18px}
.successful img{width:60px}
.successful p{margin:15px 10px;font-size:16px;line-height:24px}
.back{text-align:center;margin:0 auto;margin-bottom:50px}
.back a{color:#415A77;font-weight:600}
.form-control::placeholder{color:#CCCCCC;opacity:1;font-size:14px;font-weight:normal}
.form-control:-ms-input-placeholder{color:#CCCCCC!important}
.form-control::-ms-input-placeholder{color:#CCCCCC!important}
.fl{float:left}
.fr{float:right}
.forgot{margin-top:10px}
.card-create{margin-top:5%;padding-right:30px}
.card-create h4{font-size:20px;color:#022147;margin:20px 0 10px;font-weight:700}
.card-create p{text-align:justify}
.card-sign{margin-top:16%}
.signUp p a{font-weight:600;color:#FF6A48}
.forgot p a{font-weight:500;color:#022147}
.forgotCard{max-width:520px;margin:100px auto 30px;padding:40px 20px;box-shadow:0 0 5px 0 rgba(0,0,0,0.06);border:solid 1px #f1f2ed;border-radius:2px;background-color:#ffffff;overflow:hidden}
.forgotCard h5{font-size:24px;margin-bottom:15px;font-weight:700}
.profile-card{padding:30px}

.hoursTxt h4{font-size:18px;margin-top:4px}
.hoursTxt span{color:#ff6a48}
.detailsTxt{padding:20px 25px}
.detailsTxt h4{font-size:20px;color:#022147;font-weight:600;margin-top:20px}
.detailsTxt ul li{list-style:none;padding-bottom:10px}
.detailsTxt ul li span{font-weight:600;width:160px;display:inline-block}
.detailsTxt p{ padding:0px; font-size:14px !important;}
.detailsTxt span{ padding:0px; font-size:14px !important;}
.qualificationsTxt ul li{list-style:square;margin-left:20px}
.applyNowDetails .modal-content{border-radius:2px}
.applyNowDetails .close{opacity:1;margin:10px 0;  margin:10px 0 !important;  padding:0px !important;}
.modal-header .close{  margin:5px 0px !important;  padding:0px !important;}
.text-danger{color:#ff0000!important}
.border-danger{border:1px solid #ff0000}
.applyNowDetails .modal-body{padding:30px}
.applyNowDetails .form-control{box-shadow:none;border:none;padding:5px 0 0}
.applyNowDetails h5{margin-top:0; font-size:15px;}
.applyNowDetails h4{font-size:24px;margin-left:10px;margin-top:15px;color:#022147}
 
.applyNowDetails h6{text-decoration:underline}
.navCard{border-bottom:2px solid #efefef;margin-bottom:20px;overflow:hidden}
.navCard ul{margin:0;white-space:nowrap}
.navtab ul li{display:inline-block;margin:0;padding:0;  }
.navtab ul li a i{ padding:0px 5px;position:relative;color:#999; font-size: 18px; line-height: 24px; display:inline-block;margin-right:0px;font-weight:700;border-radius:5px 5px 0 0;text-decoration:none}
.navtab ul li a.active i{ color:#FF6A48} 
.cardTable td span{color:#FF6A48;cursor:pointer;text-decoration:underline}
.modal-body{padding:20px 30px}
.modal-header{padding:15px 20px !important}
.close{opacity:90;margin-top:5px!important}
.table>tbody>tr>td{padding:15px 10px}
 
.cardTable td span a{color:#FF6A48}
.titleHead h4{font-size:24px;color:#022147;font-weight:700}
.filter ul li{width:21%;display:inline-block;margin-right:10px}
.filter ul li.searchBtn{width:12%;text-align:right;margin-right:0}
.cardTable2 span{color:#022147!important}
.fc-event,.fc-event-dot{background:#ff6a48;border:1px solid #ff6a48}
 
.line{border-bottom:1px solid #ddd;width:100%;overflow:hidden;margin:10px 0 20px}
.navtab.editPro ul li a{background:#fff;color:#022147;font-size:18px;border:1px solid #022147;padding:5px 10px}
.loadmore{text-align:center;margin:auto}
.loadmore a{font-weight:600;border:1px solid #022147;padding:5px 10px;border-radius:2px}
.contentload{display:none}
.filter ul li.attendancebtn{text-align:right;margin-right:0; margin-bottom: 20px;}
.attendancebtn a{color:#fff}
.modalTxt h3{margin:0;font-size:20px}
.numbertickets label{font-size:14px}
.order-txt{background:#eee;padding:10px}
.order-txt h3{font-size:18px;margin:0 0 10px}
.datetxt span{font-size:13px;float:left;margin-right:10px;line-height:20px} 
.form-group{position:relative}
.backBtn{position:relative;width:100%;padding:0 15px;align-items:center;display:flex;line-height:40px;height:40px;border-radius:5px;font-size:16px;font-weight:600;color:#555;margin-top:-7px;border:1px solid #969696;width:100px}
.backBtn:hover{text-decoration:none;color:#969696}
.backBtn::before{content:'';background:url(/wp-content/uploads/2023/06/back.svg) no-repeat;width:21px;height:15px;margin-left:0;padding:0 12px}
.contentdetails{border:1px solid #D6D6D6;padding:0;border-radius:10px;margin:20px 0 0}


.applyBtn{margin:5px 0;background:#ff6a48;border-radius:5px;float:right}
.applyBtn:focus{color:#fff;border:none}
.
.progressbar{counter-reset:step;margin-top:5px;position:relative;display:flex;justify-content:center}
.progressbar li{list-style-type:none;width:25%;float:left;font-size:14px;font-weight:600;position:relative;text-align:center;text-transform:uppercase;color:#7d7d7d}
.progressbar li:before{width:40px;height:40px;content:counter(step);counter-increment:step;line-height:38px;border:2px solid #ccc;display:block;position:relative;text-align:center;z-index:99;margin:0 auto 10px;border-radius:50%;background-color:white}
.progressbar li:after{width:100%;height:2px;content:'';position:absolute;background-color:#ccc;top:20px;left:-50%}
.progressbar li:first-child:after{content:none}
.progressbar li.active{color:#FF6A48}
.progressbar li.active:before{border-color:#FF6A48;background:#FF6A48;color:#fff}
.eligibilityTxt{border:1px solid #DDDDDD;padding:0;position:relative;border-radius:8px;margin-bottom:30px}
.eligibilityTxt h4{font-size:16px;margin:0;padding:0;width:88%}
.card-elig{padding:15px;border-bottom:1px solid #ddd;overflow:hidden;display:flex;align-items:center}
.paraCard{padding:20px}
.customRadio{float:right}
.btnPrev{margin-right:10px;border:1px solid #999;background:#fff;color:#555;border-radius:5px;margin-top:10px}
.btnPrev:hover{color:#333}
.btnSubmit{margin-top:10px}
button.workflow-link.btn-default.btn{display:none}
a.add-folder.btn.btn-info.action{display:none}
legend.section-title{display:none}
.select2-container{width:100%}
.select2-container-multi .select2-choices{border-radius:4px;background-image:none!important}
.scheduletable{border:1px solid #eee; border-radius:5px !important; }
.scheduletable.table th{background:#F3F6F9; padding:15px 10px; font-weight: 600; font-size:14px; } 
table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1) { background-color: #fff !important;}
table.dataTable.table-striped>tbody>tr.odd>*{box-shadow:none !important }
table.dataTable.table-striped tr.even{ background: #FAFAFA !important;}
div.dataTables_wrapper div.dataTables_length select{height:40px;}
.scheduletable span.checkin-out{ cursor: pointer; background: #E7F0FA; font-size:13px; border-radius: 5px 4px; color:#012C60; padding: 5px;}
.scheduletable button.checkin-out{ border: none; margin: -5px; cursor: pointer; background: #E7F0FA; border-radius: 5px; color:#012C60; padding: 5px 10px;}
.scheduletable button[disabled]{ background: #ddd !important;  color: #444!important; cursor: default;}
 
 .viewdetails ul li{border-bottom:1px solid #eee;padding:4px 25px}
.viewdetails ul li:last-child{border:none}
.viewdetails ul li h6{color:#666;margin-top:15px;font-size:13px}
.viewdetails ul li h5{color:#444;font-weight:500;margin-top:8px;font-size:14px;  margin-bottom:15px;}
.navtab ul li a.btnAttendance{ cursor:pointer; font-size:14px; margin-right:20px; border:var(--main-color) 1px solid; color:var(--main-color); font-weight:600;  padding: 8px 15px;  border-radius: 5px; }
.navtab ul li a.btnAttendance:hover{   color:var(--main-color);  }
.navtab ul li a.btnAttendance:focus{   color:var(--main-color);  }
.navtab ul li a.btnAttendance i{ color: var(--main-color); font-size: 15px;}
.navtab.fr{ margin:5px 0px 15px 0px }
.exportToExcel{ background:#fff; margin-right:20px; border:var(--main-color) 1px solid; color:var(--main-color); font-weight:600;  padding: 8px 15px;  border-radius: 5px; }
.attendanceTxt h4{ margin-bottom: 10px;}
.attendanceTxt h4 a i{ margin-right: 10px; color: var(--secondary-color); }
.attendanceTxt h4 a:hover i{ color: var(--secondary-color); }
/*.search-btn .resetbtn { margin-left: 10px; border: var(--secondary-color) 1px solid; color: var(--secondary-color);  font-weight: 600;  padding: 10px 20px; border-radius: 5px;}
.search-btn a.resetbtn:hover{   color:var(--secondary-color);  }
.search-btn a.resetbtn:focus{   color:var(--secondary-color);  }*/
.clockpicker .input-group-addon:last-child{ border-radius: 0px 5px 5px 0px !important;}
.rightside{ margin-top: 10px;}


@media screen and (min-width:320px) and (max-width:767px) {
   .rightside{ overflow:hidden; margin: 5px 0px 25px 0px;}
   .navtab ul li a.btnAttendance{ margin-right:10px; }
 }

@media only screen and (max-width: 800px) {
#no-more-tables table,#no-more-tables thead,#no-more-tables tbody,#no-more-tables th,#no-more-tables td,#no-more-tables tr{display:block}
#no-more-tables thead tr{position:absolute;top:-9999px;left:-9999px}
#no-more-tables tr{border:1px solid #ddd}
#no-more-tables td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:40%;white-space:normal;text-align:left;font-size:13px; }
#no-more-tables td:before{position:absolute;top:12px;left:6px;width:40%;padding-right:10px;text-align:left;font-weight:600;font-size:11px;content:attr(data-title)} 
.scheduletable tbody tr td{padding-top:10px !important; padding-bottom:10px !important; vertical-align:top}

}

.margintitle{margin-top:-25px !important;}
.titleinner{ padding:15px 30px !important; overflow:hidden;  background-color:#F6FAFF; margin:10px -25px 20px;}
.titleinner h4{margin:0px !important; padding:0px; font-size:18px !important;}




@media screen and (min-width:320px) and (max-width:767px) {
	
.card-content{margin:20px 0}
.card-content .login-bg-mob img{display:block!important}
.page-title{padding-top:15px!important}
.card-create h4{font-size:18px}
.card-create{margin-top:5%;padding-left:15px;padding-right:15px;padding-bottom:20px}
.hoursTxt.fr,.wlc-abc.fl{float:none}
.detailsTxt ul li span{display:block}
.filter ul li{width:46%}
.filter ul li.searchBtn{width:auto;text-align:right}
.fc-toolbar .fc-center h2{margin-top:30px;font-size:24px}
.card-sign{margin:15px 0}
.forgotCard{margin:40px auto 30px;padding:20px}
.successful{margin:40px auto 30px;padding:20px}
.detailsTxt{padding:10px}
.detailstitle{padding:15px}
.progressbar li{width:33%}
.card-elig{display:block}
.detailstitle h3{font-size:22px}
.detailstitle h5{margin-bottom:10px}
.applyBtn{float:left}
.eligibilityTxt h4{width:100%;margin-bottom:10px;line-height:22px}
.navtab.fl{float:none}
.navCard ul{padding-bottom:10px;margin-bottom:10px;overflow:auto;overflow-y:hidden;max-width:100%;white-space:nowrap}
.titleinner{ margin:-10px -10px 20px !important; padding:15px !important; }
}
@media screen and (min-width:768px) and (max-width:1023px) {
.card-content{margin:20px 0}
.card-content .login-bg-mob img{display:block!important}
.page-title{padding-top:0}
.card-create h4{font-size:20px}
.card-create{margin-top:5%;padding-left:15px;padding-right:15px;padding-bottom:20px}
.card-register{margin-top:20px}
.card-sign{margin-top:10px;padding:20px 10px 30px}
.hoursTxt.fr,.wlc-abc.fl{float:none}
.detailsTxt ul li span{display:block}
.filter ul li{width:48.4%}
.filter ul li.searchBtn{width:98%;text-align:right}
.fc-toolbar .fc-center h2{margin-top:30px;font-size:24px}
.detailstitle h5{margin-bottom:10px}
.applyBtn{float:left}
.eligibilityTxt h4{width:80%;line-height:22px}
.signUp{margin-top:20px}
}
/*END Volunteer Management*/


/*Grant Management Style*/ 
.innerheading{box-shadow: 0 3px 4px #eee;} 
.innerheading h1{ font-size: 24px; font-weight: 600; color: var(--secondary-color); margin:0px; padding:10px 0px 0px 0px;}
.innerheading h2{ font-size: 22px; font-weight: 600; color: var(--secondary-color); margin:0px; padding:15px 0px 15px 0px;}
hr{margin:10px 0px;}
.navinner{ padding-top:0px; overflow:hidden;  }
.navinner ul{ overflow-y: hidden; max-width:100%; white-space: nowrap; margin:0px;}
.navinner ul li{display: inline-block; margin:0 40px 0px 0px;padding:15px 0px 15px 0px;}
.navinner ul li a{color:#333;font-weight:600;font-size:16px}
.navinner ul li a:hover{text-decoration:none}
.navinner ul li.active{border-bottom:4px solid var(--main-color); }
.navinner ul li.active a{ color:var(--main-color);}
.alltable{  border-radius:5px;   }
.alltable thead tr th{ padding: 10px; background:#F3F6F9; font-weight: 600;  }
.appliedon{ color:#149001; font-weight: 500; font-size: 14px;}
.needs-revsion{color:#F15A2B; font-weight: 500; font-size: 14px; }
.editgr{position:relative;padding:5px 10px;align-items:center;display:flex; width: 70px; border-radius:5px;font-size:13px;font-weight:500;color:var(--secondary-color);margin-top:-5px;border:1px solid #969696;}
.editgr:hover{text-decoration:none;color:var(--secondary-color)}
.editgr::before{content:'';background: url(/wp-content/uploads/2023/06/edit2.svg) no-repeat;width:12px;height:15px;margin-left:0;padding:0 10px}

 .cordinator{position:relative;border:1px solid #eee;box-shadow:0 3px 4px #eee;overflow:hidden;padding:15px;height:240px;border-radius:2px;margin-bottom:30px}
.cordinator a{color:#444}
.cordinator h2{font-size:18px;   margin: -15px; font-weight:600; color:#ff6a48;margin:0 0 10px;border-bottom:1px solid #eee;padding-bottom:10px;display:-webkit-box;line-height:22px;height:46px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}
a.active-para{background-color:#ff6a48;padding:3px 10px;color:#fff;font-size:13px;text-decoration:none!important;margin-left:15px;float:right;border-radius:2px;position:absolute;top:64px;right:0}
.location{color:#000;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}
.organ-txt{margin-bottom:10px;min-height:50px}
.location-txt{margin-bottom:10px;position:relative;min-height:48px}
.padding-checkbox{padding-left:0!important}
.search-btn a:hover,.search-btn a:focus{color:#fff}
.select2-container--default .select2-selection--multiple{background-color:#ffdbd3;border-color:#ffdbd3!important;color:#ff6a48!important}
.fur-info{margin-bottom:15px}
.btn-submit-gm{background-color:#ff6a48;border:none;color:white;font-weight:600;padding:8px 25px;text-align:center;text-decoration:none;display:inline-block;font-size:14px;cursor:pointer;line-height:24px;border-radius:5px}
.btn-prev-gm{border:1px solid #999;background:#fff;color:#555; margin:0px 10px 0px 0px; font-weight:600;padding:8px 25px;text-align:center;text-decoration:none;display:inline-block;font-size:14px;cursor:pointer;line-height:24px;border-radius:5px}
.btn-prev-gm:hover, .btn-prev-gm:focus {color:#333!important} 
.submit-btn{padding-left:0}
.page-title{margin-bottom:25px!important;padding-top:20px} 
.card-content{position:relative;border:1px solid #eee;box-shadow:0 3px 4px #eee;overflow:hidden;}
.successful{max-width:600px;margin:120px auto 30px;padding:40px 20px;text-align:center;box-shadow:0 0 5px 0 rgba(0,0,0,0.06);border:solid 1px #f1f2ed;border-radius:2px;background-color:#ffffff}
.successful h5{margin:15px 0;line-height:28px;font-size:18px}
.successful img{width:60px}
.successful p{margin:15px 10px;font-size:16px;line-height:24px}
.back{text-align:center;margin:0 auto;margin-bottom:50px}
.back a{color:#415A77;font-weight:500}
.form-control::placeholder{color:#CCCCCC;opacity:1;font-size:14px;font-weight:normal}
.form-control:-ms-input-placeholder{color:#CCCCCC}
.form-control::-ms-input-placeholder{color:#CCCCCC}
.fl{float:left}
.fr{float:right}
.forgot{margin-top:10px}
.card-create{margin-top:5%;padding-right:30px}
.card-create h4{font-size:24px;color:#022147;margin-bottom:20px;font-weight:700}
.card-create p{text-align:justify}
.card-sign{margin-top:16%}
.signUp p a{font-weight:600;color:#FF6A48}
.forgot p a{font-weight:500;color:#022147}
.forgotCard{max-width:520px;margin:100px auto 30px;padding:40px 20px;box-shadow:0 0 5px 0 rgba(0,0,0,0.06);border:solid 1px #f1f2ed;border-radius:2px;background-color:#ffffff;overflow:hidden}
.forgotCard h5{font-size:24px;margin-bottom:15px;font-weight:700}
.profile-card{padding:30px} 
.hoursTxt h4{font-size:18px;margin-top:4px}
.hoursTxt span{color:#ff6a48}
.detailsTxt{padding:20px 25px}
.detailsTxt h4{font-size:20px;color:#022147;font-weight:600;margin-top:20px}
.detailsTxt ul li{list-style:none;padding-bottom:10px} 
.detailsTxt table{width:100%!important;overflow-x:auto}
.qualificationsTxt ul li{list-style:square;margin-left:20px}
.applyNowDetails .modal-content{border-radius:5px;}
.modal-content{border-radius:5px;}
@media (min-width: 768px){
.modal-dialog { width:600px;  margin:30px auto;}
}
.applyNowDetails .close{opacity:1;margin:10px 0}
.text-danger{color:#ff0000}
.border-danger{border:1px solid #ff0000}
.applyNowDetails .modal-body{padding:30px}
.applyNowDetails .form-control{box-shadow:none;border:none;padding:5px 0 0}
.applyNowDetails h5{margin-top:0}
.applyNowDetails h4{font-size:24px;margin-left:10px;margin-top:15px;color:#022147} 
.applyNowDetails h6{text-decoration:underline} 
.cardTable td span{color:#FF6A48;cursor:pointer;text-decoration:underline} 
.close{opacity:90;margin-top:5px!important}
.table>tbody>tr>td{padding:15px 10px; font-size:14px;}
.cardTable .table th{background:#F3F6F9;padding:12px 10px}
.cardTable td span a{color:#FF6A48}
.titleHead h4{font-size:24px;color:#022147;font-weight:700}
.filter ul li{width:21%;display:inline-block;margin-right:10px}
.filter ul li.searchBtn{width:12%;text-align:right;margin-right:0}
.filter ul li.attendanceBtn { text-align: right; margin-right: 0px;}
.attendanceBtn a {color: #fff;}
.cardTable2 span{color:#022147!important}
.maincontent{margin:0px auto; padding: 0;    box-shadow: 0 0 5px 0 rgb(0 0 0 / 6%);    border: solid 1px #f1f2ed;    border-radius: 5px;    background-color: #ffffff;    margin-bottom: 50px;}
.fc-event,.fc-event-dot{background:#ff6a48;border:1px solid #ff6a48}
.profilebox{margin:0px auto; padding:20px;    box-shadow: 0 0 5px 0 rgb(0 0 0 / 6%);    border: solid 1px #f1f2ed;    border-radius: 5px;    background-color: #ffffff;    margin-bottom: 50px;}
.profile-text h4{font-size:18px;margin:15px 0 5px;font-weight:600;color:#122949}
.profile-text p{font-size:14px;margin:0;line-height:20px;color:#444}
.profile-text h5{font-size:15px;font-weight:500;color:#444;margin:3px 0 35px; line-height:24px;}
.profile-text h6{font-size:15px;font-weight:600;color:#444;margin:3px 0 35px}
.line{border-bottom:1px solid #ddd;width:100%;overflow:hidden;margin:10px 0 20px}
.navtab.editPro ul li a{background:#fff;color:#022147;font-size:18px;border:1px solid #022147;padding:5px 10px}
.editPro{ background: #fff; cursor:pointer; color: #20436E; font-size: 17px; border: 1px solid #20436E;  padding:4px 10px;  border-radius:5px;  margin-left:20px;}
.hoursTxt {display: flex; align-items:center;}
.editsTxt{ margin-top:-5px;}
.form-wrapper.profile-text {padding: 10px 0px;}
.loadmore{text-align:center;margin:auto}
.loadmore a{font-weight:600;border:1px solid #022147;padding:5px 10px;border-radius:2px}
.contentload{display:none}
.filter ul li.attendanceBtn{text-align:right;margin-right:0}
.attendanceBtn a{color:#fff}
.modalTxt h3{margin:0;font-size:20px}
.numbertickets label{font-size:14px}
.order-txt{background:#eee;padding:10px}
.order-txt h3{font-size:18px;margin:0 0 10px}
.datetxt span{font-size:13px;float:left;margin-right:10px;line-height:20px} 
.form-group{position:relative}
.backBtn{position:relative;width:100%;padding:0 15px;align-items:center;display:flex;line-height:40px;height:40px;border-radius:5px;font-size:16px;font-weight:500;color:#969696;margin-top:-7px;border:1px solid #969696;width:100px}
.backBtn:hover{text-decoration:none;color:#969696}
.backBtn::before{content:'';background:url(/wp-content/uploads/2023/07/back2.svg) no-repeat;width:21px;height:15px;margin-left:0;padding:0 12px}
.back1Btn{position:relative;width:100%;padding:0 15px;align-items:center;display:flex;line-height:34px;height:34px;border-radius:5px;font-size:16px;font-weight:500;color:#fff;margin-top:-2px;border:1px solid #fff;width:100px}
.back1Btn:hover{text-decoration:none;color:#fff}
.back1Btn::before{content:'';background:url(/wp-content/uploads/2023/07/back-white.svg) no-repeat;width:21px;height:15px;margin-left:0;padding:0 12px; margin-right:5px;}
.contentdetails{border:1px solid #D6D6D6;padding:0;border-radius:10px;margin:20px 0 0}
.detailstitle{background:#fff;padding:20px 25px;border-radius:10px 10px 0 0;overflow:hidden}
.detailstitle h3{margin:0 0 20px;color:#022147;font-size:24px; font-weight:600;}
.detailstitle p{margin:0;color:#666666;font-size:14px}
.detailstitle h5{margin:0;color:#1A2E4D;font-size:16px}
.applyBtn{margin:0;background:#ff6a48;border-radius:5px;}
.applyBtn:hover{ background:#ff6a48 !important; }
.applyBtn:focus{color:#fff;border:none; background:#ff6a48 !important; }
.closebtn{ background-color: #999;  border: none; color: white; font-weight: 700; padding: 8px 25px; text-align: center; text-decoration: none; display: inline-block;  font-size: 14px; margin: 0; cursor: pointer; line-height: 24px; border-radius: 5px!important;}
.closebtn:hover{ background-color: #999;}
.detailstitle.granttitle{display:block;padding-bottom: 0px; padding-top:40px; }
.progressbar{counter-reset:step;margin-top:5px;position:relative;width:100%;display:flex;justify-content:center}
.progressbar li{list-style-type:none;width:25%;float:left;font-size:14px;font-weight:600;position:relative;text-align:center;text-transform:uppercase;color:#7d7d7d}
.progressbar li:before{width:40px;height:40px;content:counter(step);counter-increment:step;line-height:38px;border:2px solid #ccc;display:block;position:relative;text-align:center;z-index:99;margin:0 auto 10px;border-radius:50%;background-color:white}
.progressbar li:after{width:100%;height:2px;content:'';position:absolute;background-color:#ccc;top:20px;left:-50%}
.progressbar li:first-child:after{content:none}
.progressbar li.active{color:#FF6A48}
.progressbar li.active:before{border-color:#FF6A48;background:#FF6A48;color:#fff}
.eligibilityTxt{border:1px solid #DDDDDD;padding:0;position:relative;border-radius:8px;margin-bottom:30px}
.eligibilityTxt h4{font-size:16px;margin:0;padding:0;width:88%}
.card-elig{padding:15px;border-bottom:1px solid #ddd;overflow:hidden;display:flex;align-items:center}
.paraCard{padding:20px}
.customRadio{float:right}
.btnPrev{margin-right:10px;border:1px solid #999;background:#fff;color:#555;border-radius:5px;margin-top:10px}
.btnPrev:hover{color:#333}
.btnSubmit{margin-top:10px}
button.workflow-link.btn-default.btn{display:none}
a.add-folder.btn.btn-info.action{display:none}
.submit-btn a{color:#fff;text-decoration:none;font-weight:600}
.button.submit-btn{display:none}
.actions .submit-btn{display:none}
legend.section-title{display:none}
.error{color:#e60000;font-size:14px;}
.require_asterisk {color:#e60000;}
.granteligibilityTxt h5 ul li {font-size: 16px; font-weight: 600; margin-top:10px;  padding-bottom: 0px !important;}
.granteligibilityTxt p{ margin-left:20px !important; margin-bottom: 20px;}

@media screen and (min-width:320px) and (max-width:767px) {  
.page-title{padding-top:15px!important}
.card-create h4{font-size:24px}
.card-create{margin-top:5%;padding-left:15px;padding-right:15px}
.hoursTxt.fr,.wlc-abc.fl{float:none}
.detailsTxt ul li span{display:block}
.filter ul li{width:46%}
.filter ul li.searchBtn{width:auto;text-align:right}
.fc-toolbar .fc-center h2{margin-top:30px;font-size:24px}
.card-sign{margin:15px 0}
.forgotCard{margin:40px auto 30px;padding:20px}
.successful{margin:40px auto 30px;padding:20px}
.detailsTxt{padding:10px}
.detailstitle{padding:15px}
.progressbar li{width:33%}
.card-elig{display:block}
.detailstitle h3{font-size:24px}
.detailstitle h5{margin-bottom:10px}
.applyBtn{float:left}
.eligibilityTxt h4{width:100%;margin-bottom:10px;line-height:22px}
.navtab.fl{float:none}
.navCard ul{padding-bottom:10px;margin-bottom:10px;overflow:auto;overflow-y:hidden;max-width:100%;white-space:nowrap}
.navinner ul li{display: inline-block; margin:0 20px 10px 0px;padding:10px 0px 10px 0px;}
}
@media screen and (min-width:768px) and (max-width:1023px) { 
.page-title{padding-top:0}
.card-create h4{font-size:24px}
.card-create{margin-top:5%;padding-left:15px;padding-right:15px}
.card-register{margin-top:20px}
.card-sign{margin-top:10px}
.hoursTxt.fr,.wlc-abc.fl{float:none}
.detailsTxt ul li span{display:block}
.filter ul li{width:48.4%}
.filter ul li.searchBtn{width:98%;text-align:right}
.fc-toolbar .fc-center h2{margin-top:30px;font-size:24px}
.detailstitle h5{margin-bottom:10px}
.applyBtn{float:left}
.eligibilityTxt h4{width:80%;line-height:22px}
.signUp{margin-top:20px}
}
.inverse .navbar-nav>li>a:hover{color:#000!important;background-color:transparent}
ul.navbar-nav li a:hover{color:#000!important;background-color:transparent}
.no-records{text-align:center;margin:120px 0px;}
.no-records h4{color:#34465C; font-size:18px; margin-top:15px;}
.btn-primary{color:#fff;background-color:#ff6a48;border-color:#ff6a48}
.btn-primary:hover{color:#fff;background-color:#ff6a48;border-color:#ff6a48}
.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem rgb(255 106 72);background-color:#ff6a48}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#ff6a48;border-color:#ff6a48}
.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#ff6a48;border-color:#ff6a48}
.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgb(255 106 72)}

/*END Grant Management*/
 
 
/* Membership */ 
.plans-filter-list{margin:0px;}
.plans-filter-list li {display: inline-block; margin-right: 10px;}
.plans-filter-list li a{display: inline-block;border: 1px solid #022147;border-radius: 5px;padding: 6px 20px;color: #022147; cursor:pointer;text-decoration:none;}
.plans-filter-list li a:hover, .plans-filter-list li a:focus{background-color:#022147;color:#fff;}
.plans-filter-list li a.active { color: #fff!important;  background: #022147 !important;}
.plans-div{border: 1px solid #eee; border-radius: 5px; background-color: #fff;padding:0px;text-align: center;margin:20px 0px 30px;box-shadow:0 3px 12px 0 rgb(0 0 0 / 5%);height: 390px;}
.price-div{color:#000;font-size:24px;margin-bottom: 10px;display: inline-block; font-weight:500;}
.plans-year{color:#000;font-size:14px;font-family: 'Lato-Regular';text-transform:capitalize;   padding-bottom: 2px;}
.planname-txt{color:#000;font-size:16px;text-transform:capitalize;margin:5px 0px; font-weight:600; position: relative;}
.list-inline>li{ margin-bottom:10px;}
.adult-txt:before{content: ''; border-bottom: 3px solid #000;position: absolute;width: 100px;top: -20px;left: 60px;}
.adult-txt::-webkit-scrollbar {width:8px;}
.adult-txt::-webkit-scrollbar-thumb { background-color: #ccc;  border: 5px solid #ccc;  border-radius: 10rem;}
.adult-txt::-webkit-scrollbar-track {  position: absolute;  right: -3rem;  top: -50rem;  background: transparent;} 
.adult-txt{padding-right: 5px; margin:5px 0px;  height:150px; line-height: 22px;  background: #fff;overflow-y: scroll; position: relative;}
.plans-btn{ cursor: pointer;color: #fff;background-color:#ff6a48;border: 1px solid #ff6a48;font-size:14px; padding: 8px 25px; border-radius:5px;font-weight: 700;}
.plans-btn:hover{color: #fff;background-color: #ff6a48;border-color:  #b28e52;}
.plans-btn.active.focus, .plans-btn.active:focus, .plans-btn.focus, .plans-btn:active.focus, .plans-btn:active:focus, .plans-btn:focus{color: #fff; background-color: #000; border-color: #000;outline:none;}
.plans-div .btn-group{margin-bottom:10px;}
.plans-div .btn-group .btn+.btn, .plans-div .btn-group .btn+.btn-group, .plans-div .btn-group .btn-group+.btn, .plans-div .btn-group .btn-group+.btn-group{margin-left:5px;}
.plans-div .btn{font-size:24px;border-radius:0px;padding:6px 10px;}
.plans-div .btn-primary{background-color:#fff;color:#000;border-color:#000;}
.plans-div .btn-primary.active, .plans-div .btn-primary:active, .open>.dropdown-toggle .plans-div .btn-primary {color: #fff; background-color: rgb(177, 143, 82); border-color: #000;}

.mgn-text-input{ margin-bottom:0px;}
.no-padding{ padding:10px 0px 0px 0px;}
.tabs-heading {color: #022147;  font-weight: 600; font-size:20px; margin-top:40px; margin-bottom:10px;}
.cardDetails{ border: 1px solid #eee; overflow: hidden; margin:20px 0px 30px 15px; padding: 10px 0px 20px 0px; border-radius: 5px;}
.plans-bg{ position:relative; display:inline-block; width:100%;  border-bottom:1px solid #D1E0F5;  border-radius: 5px 5px 0px 0px; background:#F6FAFF; padding:22px 20px; -webkit-transition: all .3s ease-in-out;	-moz-transition: all .3s ease-in-out; 	-o-transition: all .3s ease-in-out;	transition: all .3s ease-in-out;}
.plans-bg .planname-txt{ color:#012C60; font-size:20px ; font-weight:600; height:48px;  }
.plans-bg .price-div{ color:#012C60; font-size:28px; font-weight:700; margin:0px;  }
.plans-inner {  padding:15px 18px;}
.plans-div:hover{box-shadow: 2px 8px 12px  #eee; }
.plans-div:hover .plans-bg{ background:#20436E; -webkit-transition: all .3s ease-in-out;	-moz-transition: all .3s ease-in-out; 	-o-transition: all .3s ease-in-out;	transition: all .3s ease-in-out;}
.plans-div:hover .plans-bg .planname-txt{ color:#fff;}
.plans-div:hover .plans-bg .price-div{ color:#fff;}
.plans-bg:after { content:'';  position:absolute;  left:0; right:0;  top:100%;  margin:-2px auto; width:40px; border-radius: 10px;  height:5px;  background:#FF6A48;}
.addFamily{ background: #fff; cursor:pointer; color: #ff6a48; font-size: 16px; border: 1px solid #ff6a48; display:inline-flex;  padding:7px 15px;  border-radius:5px;  }
.addFamily span{ font-weight: 700; font-size: 22px; line-height: 24px; margin-right: 5px;}
.addFamilyTxt a{ color:#ff6a48;}

.cardDetails .tabs-heading{margin:-10px -15px 20px -15px;  padding:15px;   background:#eee;} 
.cardDetails .mgn-text-input{ margin-bottom:5px;}
.member-plan-right{  overflow: hidden;   margin-bottom:20px;  }
.checkbox-label{margin:8px 0px 0px 5px; width: 290px !important;} 
.ganeral-text { border: 1px solid #eee; border-radius:5px; padding:15px 20px; box-shadow: 0 3px 12px 0 rgba(0,0,0,0.05);  font-size: 16px; margin-bottom: 16px; line-height: 28px;}

.ganeral-text2 { border: 1px solid #eee; border-radius:5px; padding:15px 20px; box-shadow: 0 3px 12px 0 rgba(0,0,0,0.05);  font-size: 16px; margin-bottom: 16px; line-height: 28px;}
.ganeral-text2 .left-50px{float: right; font-weight: 500;}
.ganeral-text2 .proceed-btn.btn-primary.cancel-button{float: right;	margin-top: -35px; margin-right: 0px;}
.striped-link.active{color:var(--main-color);}
.striped-link{ font-weight: 600; font-size: 16px; }
.addfamilymember{ border-bottom:1px solid #ccc; overflow:hidden; margin:15px 0px;}
.addfamilymember .fa{ font-size:20px;}
#familyContainer{ margin-bottom:40px;}
.custom-table{border:1px solid #ddd; }
.custom-table th{ background:#eee;}
.mng-tip-msg{margin-top:5px; font-size: 13px;}
.input-group-addon { width:42px;  padding:6px;}
.dob .input-group{ width:100%;}
.membershiptxt{ padding:20px; border-bottom: 1px solid #eee;}
.membershipCard .membershipTitle{ padding:10px 20px 0px; border-bottom:1px solid #D1E0F5;}
.membershipCard .membershipTitle h4{ font-size:20px; font-weight: 600; color:#00325D; padding-bottom:5px;}
.membershiptxt h5{ margin:0px 0px 20px 0px; font-weight: 600; font-size:16px; }
.membershiptxt h5 span{ display: block; margin-top:5px;}
.membershiptxt p{ margin:0px; }


@media screen and (min-width:320px) and (max-width:767px) {
.cardDetails{ margin: 15px !important; }  
}


/*END Membership*/

/*Document Upload*/
.sharepoint-data button.btn.btn-default.btn-xs { display: none;}
.sharepoint-data .dropdown-menu { display: block; position: relative; border: none; background: none; box-shadow: none; margin: 0; padding: 0;}
.documentupload .control{ padding:0px !important;}
.documentupload h2.tab-title { font-size: 24px; padding: 20px; margin:0px;}
.sharepoint-data { width: 100% !important;  overflow-y: hidden !important;}
.documentupload .table>thead>tr>th {  padding: 12px;  font-weight: 600;  background: #F9F9F9;}
.sharepoint-data .view-grid {  white-space: nowrap;}
.documentupload .grid-actions{ margin-bottom:0px !important;}
.documentupload .table {border: 1px solid #eee; border-radius: 10px; color: #555555;  font-size: 14px; padding:0px;}
.sp-item .fa-file-o, .sp-item-name .fa-file-o {  margin-right: 8px;}
a.add-file.btn.btn-primary.action { margin: 10px 10px 0px;}
.sharepoint-data .dropdown-menu>li>a{ padding:0px !important; background:none !important;  }
.sharepoint-data .dropdown-menu>li>a:hover{ padding:0px !important; background-color:none !important; border:none !important; outline:none !important;  }
.sharepoint-data .dropdown-menu>li>a:focus{ border:none !important; outline:none !important; padding:0px;}
.sharepoint-data .dropdown-menu>li>a:active{ border:none !important; outline:none !important;}
 .sharepoint-data ul li{ margin-bottom:0px !important; } 
/*END Document*/ 
 
 .margin-addfile.form-group { overflow: hidden;} 
 @media screen and (min-width:520px) and (max-width:767px) {
 .footer-sm.footer-links{width:50%; }

}




/* Events Mangemt */
 
 .cardTxt{position:relative; border:1px solid #eee;box-shadow:0 3px 4px #eee;overflow:hidden;padding:0;border-radius:5px;margin-bottom:30px;background:#fff;height:340px}
.cardTxt:hover{ -webkit-box-shadow: 1px 2px 21px -4px rgba(204,204,204,1); -moz-box-shadow: 1px 2px 21px -4px rgba(204,204,204,1); box-shadow: 1px 2px 21px -4px rgba(204,204,204,1); transition: 0.3s; }
.topimg img{border-radius:5px 5px 0 0;height:155px;width:100%}
.cardinnertxt a{color:#444}
.cardinnertxt h3{font-size:18px;color:#022147;margin:0 0 5px;padding:0;line-height:24px; display: block; display: -webkit-box; max-width: 100%; height:50px;    -webkit-line-clamp:2;  -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.cardinnertxt{padding:10px}
.topimg{position:relative}
.btnpf{padding:2px 15px;display:inline-block;position:absolute;bottom:10px;left:10px;border-radius:5px;z-index:99;color:#fff;font-size:14px}
.paid{background:#48A34F}
.free{background:#F5AF19}
.cardinnertxt ul{list-style-type:none;margin:0;padding:0 0 5px}
.cardinnertxt ul li{list-style-type:none;margin:0;padding:5px 0 2px;font-size:13px;color:#666666;display:flex;align-items:self-start;line-height:20px}
.cardinnertxt ul li img{margin:2px 8px 0 0;width:15px}
.equal{display:flex;display:-webkit-flex;flex-wrap:wrap}
label{color:#122949;font-weight:400}
label.required::after{content:"*";color:#e60303;margin-left:2px}
.eventmodal .form-control{border-radius:5px; height:35px !important;}
.form-control:focus{border-color:#ff6a48!important;box-shadow:unset!important;}
.select2-container--default .select2-selection--multiple{background-color:#ffdbd3;border-color:#ffdbd3!important;color:#ff6a48!important} 
.submit-btn{padding-left:0}
.page-title{margin-bottom:25px!important;padding-top:20px} 
.forgot{margin-top:10px} 
.detailsTxt{padding:20px 25px}
.detailsTxt h4{font-size:20px;color:#022147;font-weight:600;margin-top:20px}
.detailsTxt ul li{list-style:none;padding-bottom:10px} 
.qualificationsTxt ul li{list-style:square;margin-left:20px} 
.loadmore{text-align:center;margin:auto}
.loadmore a{font-weight:600;border:1px solid #022147;padding:5px 10px;border-radius:2px}
.contentload{display:none} 
.form-group{position:relative}
.contentdetails{border:1px solid #D6D6D6;padding:0;border-radius:10px;margin:20px 0 0}
.listdetails{text-align:center;height:400px}
.listdetails img{height:400px;max-width:100%} 
.detailstitle .cardinnertxt{padding:0}
.detailstitle .cardinnertxt ul li{line-height:24px;font-size:14px}
.detailstitle .cardinnertxt ul li.dateTxt{color:#666666}
.registerBtn{margin:5px 0;background:#FF6A48;border-radius:5px;padding:8px 35px;margin-left:10px}
.registerBtn:focus{color:#fff;border:none}
.paidBtn{margin:5px 0;background:#48A34F;border-radius:5px}
.paidBtn:focus{color:#fff;border:none}
.freeBtn{margin:5px 0;background:#F5AF19;border-radius:5px}
.freeBtn:focus{color:#fff;border:none}
.paidTxt{color:#48A34F;font-weight:600;font-size:20px}
.freetxt{color:#F5AF19;font-weight:600;font-size:20px}

.subscribed-wrapper .cardinnertxt{ height:126px; }
 
.modal.right .modal-dialog{position:fixed;margin:auto;width:1000px !important; max-width:1000px !important; height:100%;-webkit-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}
.modal.right .modal-content{height:100%;overflow-y:auto}
.modal.right .modal-body{padding:10px 20px 20px !important}
.modal.right.fade .modal-dialog{right:0px;-webkit-transition:opacity .3s linear,right .3s ease-out;-moz-transition:opacity .3s linear,right .3s ease-out;-o-transition:opacity .3s linear,right .3s ease-out;transition:opacity .3s linear,right .3s ease-out}
.modal.right.fade.in .modal-dialog{right:0}
 
.modalleftside h3{margin:0 0 10px;color:#022147;font-size:26px;line-height:32px; height:auto;}
.modalleftside{padding:30px 0 0px 0px}
.modalleftside .form-group{padding-top:10px;font-weight:600}
.modalleftside.cardinnertxt ul li{line-height:24px;font-size:14px}
.modalleftside.cardinnertxt ul li.dateTxt{color:#666666}
.modalleftside.cardinnertxt ul li:last-child{margin-bottom:20px}
.line{border-bottom:1px solid #ccc}
.generalTxt{margin-top:20px}
.generalTxt p{margin-top:10px}
.generalTxt h4{ font-size:18px;}
.modalrightside{background:#F8F8F8; height:auto !important;  min-height:100%;}
.ordersummary h4{padding:15px 20px 0px 20px; font-size:18px;}
.orderTxt{padding:5px 20px}
.orderTxt ul{display:flex;justify-content:space-between}
.orderTxt ul li{font-weight:600;list-style-type:none;color:#666666}
.orderTxt.totalTxt ul li{font-size:15px;color:#022147}
.table>thead>tr>th{padding:12px;font-weight:500;background:#F9F9F9}
.cardDetials{border:1px solid #E8E5E5;border-radius:10px;position:relative;padding:0;margin:20px 0 30px}
.cardDetials h4{background:#022147;border:1px solid #E8E5E5;padding:15px;border-radius:10px 10px 0 0;font-size:18px;font-weight:600;margin:0;color:#fff}
.cardDetialsNo{padding:20px}
.contactInfo h3{font-size:22px}
.close{opacity:.99}
.thankTxt{margin-top:30px}
.thankTxt h5{font-size:24px;color:#022147;padding-bottom:20px}
.thankTxt h5 span{margin-left:20px}
.thankTxt .modalleftside{padding:20px 0 0}
.sentticket h5{font-size:14px;color:#333;padding:0}
.sentticket h6{font-size:14px;color:#666;margin-bottom:50px} 
.modal-header .backBtn{margin-left:15px}
.printTicketBtn{background-color:#ff6a48;border:none;color:white;font-weight:700;padding:8px 25px;text-align:center;text-decoration:none;display:inline-block;font-size:15px;margin:0;cursor:pointer;line-height:24px;border-radius:5px}
.printTicketBtn:hover{text-decoration:none;color:#fff}
.cancelTicketBtn{border:1px solid #022147;color:#022147;font-weight:700;padding:8px 25px;text-align:center;text-decoration:none;display:inline-block;font-size:15px;margin:0;cursor:pointer;line-height:24px;border-radius:5px;background:#fff;margin-left:10px}
.cancelTicketBtn:hover{text-decoration:none;color:#fff;background:#022147}
.printBtn{ font-size:13px !important; font-weight:600; border-radius: 5px!important; padding:8px 15px; margin:10px; border-color: #ff6a48; color: #fff;   background-color: #ff6a48 !important;}
.printBtn a{ color:#fff;}
.btn.joinnowBtn {border: var(--secondary-color) 1px solid; color: var(--secondary-color); background:none !important; font-size: 13px !important; font-weight: 600;  padding: 5px 15px;  margin:0px 0px 10px 0px; }
.btn.joinnowBtn:hover{ background: var(--secondary-color) !important;}
.btn.joinnowBtn:focus{background: var(--secondary-color) !important; } 
.contactTable td{ padding:10px !important;}
.align-center{ align-items: center;}
.radiobtn{display:inline-flex !important; margin-right: 20px; line-height: 26px !important; position:relative;padding-left:32px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.radiobtn input{position:absolute;opacity:0;cursor:pointer}
.radiobtn .checkmark{position:absolute;top:0;left:0;height:24px;width:24px;background-color:#fff; border: 1px solid #bbb;border-radius:50%}
.radiobtn:hover input ~ .checkmark{background-color:#fff}
.radiobtn input:checked ~ .checkmark{background-color:#022147}
.radiobtn .checkmark:after{content:"";position:absolute;display:none}
.radiobtn input:checked ~ .checkmark:after{display:block}
.radiobtn .checkmark:after{top:7px;left:7px;width:8px;height:8px;border-radius:50%;background:white}
.print-details ul li{ padding-bottom:15px; font-size:14px; display:block; }
.print-details ul li a{ color:#fff; margin:0px;}
.print-details ul li span{ display:block; font-weight: 600; margin-bottom:10px;}
.print-details { padding:0px; }
.print-ticket-modal .modal-header h4{ padding-right:50px; line-height:26px;}
.detailsbanner{ height: 400px;  position: relative;  justify-content: center;  -webkit-box-pack: center; overflow: hidden; width: 100%; display:flex;}
.bannerdetailsblur { z-index: -1;  position: absolute;  width: 100%; border-radius: 10px 10px 0px 0px; overflow: hidden;}
.bannerdetailsblur img {width: 100%;  height: 400px; -webkit-filter: blur(8px) brightness(75%);   filter: blur(8px) brightness(75%);  transform: scale(1.2);}
.bannerdetailsfront { text-align: center;  height: 400px;}
.bannerdetailsfront img { height: 400px;  max-width: 100%;}
header.entry-header { display: none;}
aside#secondary { display: none;}
#scheduletable_info { float: left;}
#scheduletable_paginate { margin-top:10px; float:right;}
.paginate_button.disabled{color:#555; margin:0px 10px; cursor:no-drop; }
.hidden {display:none!important;}
a.paginate_button{padding: 0px 12px; color:#666; cursor:pointer;}
a.paginate_button.current { background-color: var(--secondary-color) !important;  border-color: var(--secondary-color) !important; width:32px; height:32px; display: inline-block;  color:#fff;  position:relative;  line-height:32px;  text-align: center;  border-radius: 50%;  border: solid 1px;}
#masthead button { margin:15px;}
 button.multiselect.dropdown-toggle.btn.btn-default { background: #fff !important;  color:#333 !important; font-size:15px;  width:100%;  box-shadow:0 1px 2px 0 rgba(141,141,141,0.2);  border:solid 1px #ddd !important;  background-color:#ffffff; font-weight: 500; text-align:left !important; padding:10px 15px !important;}
ul.multiselect-container.dropdown-menu.show li{margin-bottom: 5px !important;}
.multiselect-container>li>a>label{  padding:3px 20px 3px 10px !important;}
.multiselect-native-select .btn-group{width:100%;}
.multiselect-native-select .btn-group .btn:hover, .btn:focus {background:#fff !important;color: #333 !important;}
ul.multiselect-container.dropdown-menu.show {  width:100%;}
.modal-footer1 .registerBtn{ float: right;}
.moretext, .moretext2, .moretext3 {display: none;}
.mem-icons { margin-top:35px;}
.mem-icons a{ display:inline-block;}
.pl-0{ padding-left:0px;}
.membershiptxt .greenactive{color:#118000; font-size:16px; font-weight: 600; }
.mobile-view-image{ display:none;}
.eventmodal .modal-header{ padding:0px 20px 5px !important; }
.modalrightside img{ width:100%; height:170px;}


@media (min-width: 576px){
.modal-dialog { max-width: 600px !important; margin: 1.75rem auto;}
}

@media screen and (min-width:320px) and (max-width:768px) {
.detailsbanner{ height:240px;  }
.bannerdetailsfront img{ height: 240px;}
#scheduletable_info{float:none;}
#scheduletable_paginate{float:none;}	
.modal.right .modal-dialog { width:100% !important; max-width:100% !important; }
 
}

@media screen and (min-width:320px) and (max-width:767px) { 
.card-sign{padding-bottom:20px}
.modal.right .modal-dialog{width:100%}
.modalleftside h3{font-size:22px}  
.detailstitle h3{font-size:22px;line-height:28px}
.registerMob{position:fixed;bottom:0;left:0;background:#fff;width:100%;box-shadow:4px 4px 10px #555;text-align:center;margin:0 auto; padding-left:20px}
.registerMob .fr{float:none}
.modalleftside{padding:15px}
.modalrightside img{display:none}
.modalrightside{height:auto;padding:20px}
.modal-footer{text-align:center}
.contactTable .form-control{width:200px}
.listdetails{height:auto}
.listdetails img{height:220px;max-width:100%}
.registerTxt{text-align:center;}
.mobile-view-image{ display:block; text-align: center;}
.mobile-view-image img{ width:100%; }
}

@media screen and (min-width:768px) and (max-width:1023px) { 
.topimg img{height:200px}
.cardTxt{min-height:350px}
.modal.right .modal-dialog{width:90%} 
.modalleftside{padding:10px}
.registerMob{position:fixed;bottom:0;left:0;background:#fff;width:100%;box-shadow:4px 4px 10px #555;text-align:center;margin:0 auto}
.registerMob .fr{float:none}
.modalrightside img{display:none}
.modalrightside{height:auto;padding:20px}
.modal-footer{text-align:center}
.listdetails{text-align:center;height:320px}
.listdetails img{height:320px;max-width:100%}
.modal.right .modal-dialog { width:100% !important; max-width:100% !important; }
 
}


/* END Events Mangemt */



/*Donation start*/
 @charset "utf-8";
.wizard,.tabcontrol{display:block;width:100%}
.wizard a,.tabcontrol a{outline:0}
.wizard .steps a{display:flex;align-items:center;justify-content:center;height:85px;border-radius:0;margin:0 auto 25px;font-weight:500}
.wizard ul,.tabcontrol ul{list-style:none!important;padding:0;margin:0}
.wizard ul>li,.tabcontrol ul>li{display:block;padding:0}
.wizard .steps>ul{position:relative}
.wizard>.steps .current-info,.tabcontrol>.steps .current-info{position:absolute;left:-999em}
.wizard>.content>.title,.tabcontrol>.content>.title{position:absolute;left:-999em}
.wizard>.steps{position:relative;display:block;width:100%}
.wizard.vertical>.steps{display:inline;margin-top:2.5%}
.wizard>.steps .number{font-size:1.429em;display:none}
.wizard>.steps>ul>li{width:25%}
.wizard>.steps>ul>li,.wizard>.actions>ul>li{float:left}
.wizard.vertical>.steps>ul>li{float:none;display:inline-block}
.wizard>.steps .disabled a,.wizard>.steps .disabled a:hover,.wizard>.steps .disabled a:active{background:#f3f3f3;color:#000;cursor:default}
.wizard>.steps .current a,.wizard>.steps .current a:hover,.wizard>.steps .current a:active{color:#000;border-bottom:2px solid #BC141A;cursor:default;font-weight:600}
.wizard>.steps .done a,.wizard>.steps .done a:hover,.wizard>.steps .done a:active{background:#BC141A;color:#fff}
.wizard>.steps .error a,.wizard>.steps .error a:hover,.wizard>.steps .error a:active{background:#ff3111;color:#fff;border-bottom:0;color:#fff}
.wizard>.content{background:#fff;display:block;overflow:hidden;position:relative;width:auto;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:0 0 20px rgb(0 0 0 / 5%);margin:40px}
.wizard.vertical>.content{display:inline;float:left;margin:2.5% 2.5% 2%;width:75%}
.wizard>.content>.body{width:100%;padding:2.5%;margin:0;border:none;border:0}
.wizard>.content>.body ul{list-style:disc!important}
.wizard>.content>.body ul>li{display:list-item}
.wizard>.content>.body>iframe{border:0 none;width:100%;height:100%}
.wizard>.content>.body input.error{background:rgb(251,227,228);border:1px solid #fbc2c4;color:#8a1f11}
.wizard>.content>.body label{font-size:14px;margin-bottom:3px;color:#707070;font-weight:500;display:block;line-height:24px}
.wizard>.content>.body label.error{color:#8a1f11;display:inline-block;margin-left:0;font-size:12px}
.wizard>.actions{position:relative;display:block;text-align:center;width:100%}
.wizard.vertical>.actions{display:inline;float:right;margin:0 2.5%;width:95%}
.wizard>.actions>ul{display:inline-block;text-align:right}
.wizard>.actions>ul>li{margin:0 .5em}
.wizard.vertical>.actions>ul>li{margin:0 0 0 1em}
.wizard>.actions a,.wizard>.actions a:hover,.wizard>.actions a:active{background:#222222;color:#fff;display:block;padding:1em 3em;text-decoration:none;font-size:20px}
.wizard>.actions .disabled a,.wizard>.actions .disabled a:hover,.wizard>.actions .disabled a:active{background:#eee;color:#aaa}
.tabcontrol>.steps{position:relative;display:block;width:100%}
.tabcontrol>.steps>ul{position:relative;margin:6px 0 0;top:1px;z-index:1}
.tabcontrol>.steps>ul>li{float:left;margin:5px 2px 0 0;padding:1px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px}
.tabcontrol>.steps>ul>li:hover{background:#edecec;border:1px solid #bbb;padding:0}
.tabcontrol>.steps>ul>li.current{background:#fff;border:1px solid #bbb;border-bottom:0 none;padding:0 0 1px;margin-top:0}
.tabcontrol>.steps>ul>li>a{color:#5f5f5f;display:inline-block;border:0 none;margin:0;padding:10px 30px;text-decoration:none}
.tabcontrol>.steps>ul>li>a:hover{text-decoration:none}
.tabcontrol>.steps>ul>li.current>a{padding:15px 30px 10px}
.tabcontrol>.content{position:relative;display:inline-block;width:100%;height:35em;overflow:hidden;border-top:1px solid #bbb;padding-top:20px}
.tabcontrol>.content>.body{float:left;position:absolute;width:95%;height:95%;padding:2.5%}
.tabcontrol>.content>.body ul{list-style:disc!important}
.tabcontrol>.content>.body ul>li{display:list-item}
.circle{margin:0 auto;display:flex;position:relative;text-align:center;align-items:center;justify-content:center;flex-direction:column}
.circle div{position:absolute;font-size:31px;top:22px;font-weight:200}
.circle span{position:absolute;font-size:12px;text-align:center;margin-top:30px;font-weight:600}
.donate-right button{margin-right:15px;background:transparent;border-color:#BC141A;color:#BC141A;margin-bottom:20px;border-radius:5px}
.donate-right button:hover{background:#BC141A;color:#fff;border-color:#BC141A}
input[type="checkbox"]{margin-bottom:15px}
hr{margin:.25rem 0 3em} 
.formWrap{padding:45px}
#donateForm{background:#fff;border-radius:25px;box-shadow:0 0 30px rgb(0 0 0 / 7%)}
.donatefreleft{border-right:1px solid #e0e0e0;padding-right:35px}
.donatefreleft h2,.donatefreright h2{font-size:27px;font-weight:700}
.donatefreright{padding-left:35px}
#donateForm .anonymity{background:#f1f1f1;margin-top:30px;padding:45px;border-radius:0 0 25px 25px}
.anonymity h2{font-size:27px;font-weight:700;margin-bottom:10px}
.anonymity button{padding:10px 50px;height:70px;background:#BC141A;color:#fff;border:1px solid #BC141A;border-radius:8px;font-size:22px !important; min-width: 122px;}
.anonymity button:hover{background:#222222;color:#fff;border:1px solid #222222}
.anonymity p{font-size:18px;font-weight:600}
.anonymity .radioGroup .radio-label{font-size:16px}
.bigRadio.radioGroup .radio-label{font-size:22px;line-height:1.3}
.bigRadio.radioGroup .radio input[type="radio"]+.radio-label:before{width:30px;height:30px}
.formSupport1{margin:40px 0}
.donationWrap h2.donationHeading{font-size:38px;font-weight:600;margin-bottom:5px}
.donationWrap p{margin-bottom:40px}
.donationWrap h3{font-size:27px;font-weight:700}
.donate2Amount{margin-bottom:40px}
.donationTwo.wizard,.tabcontrol{display:block;width:100%;margin-top:-118px}
.donationTwo.wizard a,.tabcontrol a{outline:0}
.donationTwo.wizard .steps a{display:block;align-items:center;justify-content:center;margin:0 auto 25px;font-weight:500;background:transparent;margin:0 auto}
.donationTwo.wizard ul,.tabcontrol ul{list-style:none!important;padding:0;margin:0}
.donationTwo.wizard ul>li,.tabcontrol ul>li{display:block;padding:0}
.donationTwo.wizard .steps>ul{position:relative}
.donationTwo.wizard>.steps .current-info,.tabcontrol>.steps .current-info{position:absolute;left:-999em}
.donationTwo.wizard>.content>.title,.tabcontrol>.content>.title{position:absolute;left:-999em}
.donationTwo.wizard>.steps{position:relative;display:block;width:100%}
.donationTwo.wizard.vertical>.steps{display:inline;margin-top:2.5%}
.donationTwo.wizard>.steps .number{font-size:24px;display:block;height:60px;width:60px;border-radius:50%;line-height:60px;text-align:center;background:#fff;border:1px solid #d0d0d0}
.donationTwo.wizard>.steps>ul>li{width:25%}
.donationTwo.wizard>.steps>ul>li,.donationTwo.wizard>.actions>ul>li{float:left}
.donationTwo.wizard.vertical>.steps>ul>li{float:left;width:27%}
.donationTwo.wizard .steps ul li{position:relative}
.donationTwo.wizard .steps ul li:after{content:'';background:#d0d0d0;width:100%;height:3px;position:absolute;left:5px;top:40%;z-index:-1}
.donationTwo.wizard .steps ul li.last:after{background-color:transparent}
.donationTwo.wizard>.steps .disabled a,.donationTwo.wizard>.steps .disabled a:hover,.donationTwo.wizard>.steps .disabled a:active{background:transparent;color:#b3b3b3;cursor:default}
.donationTwo.wizard>.steps .done a,.donationTwo.wizard>.steps .current a,.donationTwo.wizard>.steps .current a:hover,.donationTwo.wizard>.steps .current a:active{background:transparent;border:none;color:#BC141A;cursor:default;font-weight:600;text-align:left}
.donationTwo.wizard>.stepWrap{display:block;padding-top:5px}
#innerSection{padding:60px 0}
.donationTwo.wizard>.steps .error a,.donationTwo.wizard>.steps .error a:hover,.donationTwo.wizard>.steps .error a:active{color:#ff3111;border-radius:50%}
.donationTwo.wizard>.content{background:#fff;display:block;overflow:hidden;position:relative;width:auto;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:unset;margin:0}
.donationTwo.wizard.vertical>.content{display:inline;float:left;margin:5.5% 0 3%;width:100%}
.donationTwo.wizard>.content>.body{width:100%;padding:0;margin:0;border:none;border:0}
.donationTwo.wizard>.content>.body ul{list-style:disc!important}
.donationTwo.wizard>.content>.body ul>li{display:list-item}
.donationTwo.wizard>.content>.body>iframe{border:0 none;width:100%;height:100%}
.donationTwo.wizard>.content>.body input.error{background:rgb(251,227,228);border:1px solid #fbc2c4;color:#8a1f11}
.donationTwo.wizard>.content>.body label.error{color:#ff0202;display:inline-block;margin-left:0;font-size:12px}
.donationTwo.wizard>.actions{position:relative;display:block;text-align:center;width:100%}
.donationTwo.wizard.vertical>.actions{display:inline;float:right;margin:0 2.5%;width:95%}
.donationTwo.wizard>.actions>ul{display:inline-block;text-align:right}
.donationTwo.wizard>.actions>ul>li{margin:0 .5em}
.donationTwo.wizard.vertical>.actions>ul>li{margin:0 0 0 1em}
.donationTwo.wizard>.actions a,.donationTwo.wizard>.actions a:hover,.donationTwo.wizard>.actions a:active{background:#222222;color:#fff;display:block;padding:10px 30px;text-decoration:none;font-size:16px;border-radius:50px}
.donationTwo.wizard>.actions .disabled a,.donationTwo.wizard>.actions .disabled a:hover,.donationTwo.wizard>.actions .disabled a:active{background:#eee;color:#aaa}
.donationTwo.wizard>.content>.body h3,.formWrapBlock .wizard>.content>.body h3{font-weight:600;font-size:24px;margin-bottom:20px}
.donationTwo.wizard>.content>.body h4{font-weight:600;font-size:18px;margin:0 0 10px}
.donation1Wrap .wizard>.content>.body{padding:4%}
.donation1Wrap .wizard>.content>.body label{font-size:21px}
.donation1Wrap .wizard>.content>.body label.control{font-size:18px}
.donationTwo.wizard>.steps .current .number,.donationTwo.wizard .steps .done .number{background-color:#BC141A;color:#fff;border-color:#BC141A}
.tabcontrol>.steps{position:relative;display:block;width:100%}
.tabcontrol>.steps>ul{position:relative;margin:6px 0 0;top:1px;z-index:1}
.tabcontrol>.steps>ul>li{float:left;margin:5px 2px 0 0;padding:1px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px}
.tabcontrol>.steps>ul>li:hover{background:#edecec;border:1px solid #bbb;padding:0}
.tabcontrol>.steps>ul>li.current{background:#fff;border:1px solid #bbb;border-bottom:0 none;padding:0 0 1px;margin-top:0}
.tabcontrol>.steps>ul>li>a{color:#5f5f5f;display:inline-block;border:0 none;margin:0;padding:10px 30px;text-decoration:none}
.tabcontrol>.steps>ul>li>a:hover{text-decoration:none}
.tabcontrol>.steps>ul>li.current>a{padding:15px 30px 10px}
.tabcontrol>.content{position:relative;display:inline-block;width:100%;height:35em;overflow:hidden;border-top:1px solid #bbb;padding-top:20px}
.tabcontrol>.content>.body{float:left;position:absolute;width:95%;height:95%;padding:2.5%}
.tabcontrol>.content>.body ul{list-style:disc!important}
.tabcontrol>.content>.body ul>li{display:list-item}
.f-amount-block{position:relative;min-height:58px;margin-bottom:10px}
#bs-amount.frequency-amount{font-size:18px;position:absolute;top:0;left:0;padding-left:60px;width:315px}
.f-amount-block:after{content:'$';position:absolute;font-size:24px;font-weight:400;width:50px;height:100%;background-color:#BC141A;color:#fff;top:0;left:0;text-align:center;padding:7px 0;border-radius:5px 0 0 5px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;height:45px}
input[type="text"].datepicker{background:url(../img/calander.png)no-repeat 95% center}
.stepWrap{margin-left:10px;display:block;margin-top:5px;font-size:16px}
.freAmount.active{background:#BC141A;color:#fff}
.btn-donates{margin:10px 0 2.5em}
.btn-donates a.button{margin-right:25px;height:55px;line-height:2;padding:8px 40px;font-size:18px;border-radius:5px}
.btn-donates a.button.btn-border{background-color:transparent;color:#747474;border-color:#c2c2c2}
.btn-donates a.button.btn-border:hover{background-color:#222222;color:#fff}
.formswrap.wizard>.steps a{font-size:26px;border-bottom:1px solid #ccc}
.formswrap.wizard>.steps .current a,.wizard>.steps .current a:hover,.wizard>.steps .current a:active{font-size:26px;font-weight:700;border-radius:0 15px 0 0;border-bottom:1px solid #BC141A}
.bottomText{margin:20px 0}
.formWrapBlock{border:1px solid #c2c2c2;border-radius:20px;overflow:hidden}
.formWrapBlock .wizard.vertical>.content{float:none;width:100%;margin:0}
.formWrapBlock .wizard>.steps>ul>li{width:33.33%}
.formWrapBlock .wizard>.steps>ul>li.current{border-radius:0 15px 0 0;background:#fff}
.formWrapBlock .wizard>.actions>ul{margin-bottom:30px}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{height:auto}
.donationWrap .formswrap.wizard>.steps a{border:0}
.donationWrap .formswrap.wizard>.steps .current a,.donationWrap .formswrap.wizard>.steps .current a:hover,.donationWrap .formswrap.wizard>.steps .current a:active{border-bottom:0}
.donation1Wrap .wizard>.content>.body label.error{font-size:14px;color:#ff0101}
.donate-content{border:1px solid #DEE2E6;padding:20px;border-radius:10px}
.donate-content p{color:#555555;font-size:14px;margin-bottom:10px}
.donate-content p span{text-decoration:underline}
.donate-content p a{color:#064CB5;font-weight:600}
.donate-content p strong{font-weight:600}
.donate-content ul li{list-style-type:square;margin:10px 0 15px 20px;line-height:24px}
.donate-right{border:1px solid #DEE2E6;padding:20px;border-radius:10px}
.donate-right button{padding:9px 15px;font-weight:600;font-size:14px}
.donate2Amount input{padding-left:60px!important;font-weight:700!important;width:89%!important}
.control input:checked~.checkmark{background:#BC141A}
.cardDetials label{margin:0!important}
.cardDetials select{font-size:14px;padding:5px}
.tribute .control strong{font-weight:600;line-height:28px;font-size:18px;margin:0 0 10px;color:#000}
.donatestepBg{position:relative;background:#F7F7F7;height:120px;border-radius:10px;z-index:-1}
.donationTwo.wizard .steps>ul{margin-left:28%;padding-top:15px}
.behalf strong{font-weight:600;font-size:18px;color:#000}
select{color:#444;padding-right:12px;padding-left:10px}
::-webkit-input-placeholder{color:#999;opacity:1}
:-moz-placeholder{color:#999;opacity:1}
::-moz-placeholder{color:#999;opacity:1}
:-ms-input-placeholder{color:#999;opacity:1}
.borderBox{width:100%;padding:30px;background:#fff;box-shadow:5px 0 21px #e5e5e5;margin-bottom:30px}
.contentRow>.borderBox:last-child{margin-bottom:0}
input[type="date"],input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="url"],input[type="password"],input[type="search"],select,textarea{height:45px;border-radius:5px;font-weight:500;color:#222;padding:5px 10px;font-size:15px;border:solid 1px #ccc!important;background-color:#ffffff;display:block;width:100%;line-height:1.5;background-clip:padding-box}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
input[type="submit"],input[type="button"],input[type="reset"],button,.button{background-color:#BC141A;color:#fff;border:1px solid #BC141A}
input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,button:hover,.button:hover{color:#fff !important;background-color:#000;border-color:#000}
.control{display:block;position:relative;padding-left:35px;margin-bottom:20px;cursor:pointer;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.control input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#e9e9e9;border-radius:5px;border:1px solid #ccc}
.control input:checked~.checkmark{background-color:#BC141A;border:0}
.checkmark:after{content:"";position:absolute;display:none}
.control input:checked~.checkmark:after{display:block}
.control .checkmark:after{left:10px;top:5px;width:8px;height:14px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.donationWrap .formswrap.wizard>.steps a{border:0}
.donationWrap .formswrap.wizard>.steps .current a,.donationWrap .formswrap.wizard>.steps .current a:hover,.donationWrap .formswrap.wizard>.steps .current a:active{border-bottom:0}
.donation1Wrap .wizard>.content>.body label.error{font-size:14px;color:#ff0101}
#reason-error{float:right!important;margin-left:20px!important}
.container1{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.container1 input{position:absolute;opacity:0;cursor:pointer}
.checkmark{position:absolute;top:0;left:0;height:28px;width:28px;background-color:#eee;border-radius:50%}
.container1:hover input~.checkmark{background-color:#ccc}
.container1 input:checked~.checkmark{background-color:#fff}
.checkmark:after{content:"";position:absolute;display:none}
.container1 input:checked~.checkmark:after{display:block}
.container1 .checkmark:after{top:7px;left:7px;width:12px;height:12px;border-radius:50%;background:linear-gradient(to right,#BC141A 0%,#BC141A 52%,#BC141A 100%)}
.radios label{line-height:28px!important}
@media (max-width:768px) {
.donationTwo.wizard.vertical>.steps>ul>li{float:left;width:33.33%}
.donationTwo.wizard .steps>ul{margin-left:20px}
.btn-donates a.button{padding:8px 10px;font-size:16px;margin-right:5px}
}
@media (max-width:480px) {
.btn-donates a.button{padding:8px 10px;font-size:16px;margin-right:5px}
.donate-right button{padding:7px 10px}
}

.btn .fa.fa-spinner, .btn-primary1 .fa.fa-spinner{ display:none; }
.btn.btn-loader, .btn-primary1.btn-loader { pointer-events:none; }
.btn.btn-loader span, .btn-primary1.btn-loader span{ display:none; }
.btn.btn-loader .fa.fa-spinner, .btn-primary1.btn-loader .fa.fa-spinner  { display:block; line-height: 1.5;}
a.btn.btn-loader{ width:101px;}

button.btn-primary1.btn-loader{ width:181px;}
 
.visibility-none{ visibility:hidden;  }
.visibility-show{ visibility:visible;  }
.height-none { height:0px; }
.btn.place_order { width:133px; } 
.fc .fc-button-primary:disabled { color:#000 !important; } 
.next2Btn {
  position: relative;
  cursor: pointer;
  padding: 8px 22px;
  align-items: center;
  display: inline-flex;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #f15a2b !important;
  margin-top: 0px;
  border: 1px solid #f15a2b;
}
.next2Btn:hover {
  text-decoration: none;
  color: #f15a2b;
}
.next2Btn::after {
  content: "";
  background: url(/wp-content/uploads/2023/06/back.svg) no-repeat;
  width: 21px;
  height: 15px;
  margin-left: 5px;
  padding: 0 12px;
  transform:rotate(180deg);
}


.select2-container .select2-search--inline .select2-search__field { margin-top:2px; margin-bottom:5px; height:30px !important; }

.select2 textarea { border:none !important; }  
.area_of_interset_multiselect_div .select2-search.select2-search--inline { margin-top:-22px; }

@media screen and (min-width: 769px) {
  #myModal2 .modal-content { width:100%; } 
 
}