/*!

bootstrap ref
sm 576
md  768
lg  992
xl  1200

colors
black 1e1e1e
dark gray 652072

green 016830
purple  652072

*/

html {
  scroll-behavior: smooth;
}

body {
	font-family:'Poppins',Helvetica,Arial;

	background:#ffffff;
	color:#303030;

    font-size: 1.0rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "LoubagSemiBold";
  src: url('webFonts/LoubagSemiBold/font.woff2') format('woff2'), url('webFonts/LoubagSemiBold/font.woff') format('woff');
}
@font-face {
  font-family: "LoubagMedium";
  src: url('webFonts/LoubagMedium/font.woff2') format('woff2'), url('webFonts/LoubagMedium/font.woff') format('woff');
}
@font-face {
  font-family: "LoubagExtraBold";
  src: url('webFonts/LoubagExtraBold/font.woff2') format('woff2'), url('webFonts/LoubagExtraBold/font.woff') format('woff');
}
@font-face {
  font-family: "LoubagRegular";
  src: url('webFonts/LoubagRegular/font.woff2') format('woff2'), url('webFonts/LoubagRegular/font.woff') format('woff');
}
@font-face {
  font-family: "LoubagBold";
  src: url('webFonts/LoubagBold/font.woff2') format('woff2'), url('webFonts/LoubagBold/font.woff') format('woff');
}

.smalltext
{
	font-size:1rem;
}

@media only screen and (max-width: 600px)
{
/*
	body
	{
		background:none;
		background:transparent;
	}

	body:after
	{
		content: url(/wp-content/uploads/bg-starlight.jpg);
		position: fixed;
		height: 100vh;
		right: 0;
		top: 0;
		left: 0;
		z-index: -1;
	}
*/
}

*::-webkit-media-controls-panel
{
  display: none!important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button
{
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button
{
  display: none!important;
  -webkit-appearance: none;
}

.clear
{
	clear:both;
}

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


a
{
	color:#016830;
	text-decoration:underline;
}

a:hover
{
	color:#652072;
	text-decoration:none;
}

#main
{
	margin-top:0px;
	padding-bottom:24px;
}

.page-template-page-flexible #main,
.home #main
{
	margin-top:0px;
}

.home #main,
.page-id-1442 #main
{
	padding-bottom:0px;
}

.anchor
{
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.bg
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    padding: 250px 120px;

}

section
{
	margin:48px auto;
}

.box
{
	border:2px solid #652072;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "LoubagBold",sans-serif;
	margin:0rem auto 1rem;
	line-height:1.1;
	padding:0;
	color:#016830;
	font-weight:700;
	letter-spacing: -0.02em;
}

h1
{
	font-size:2.6rem;
	margin:0 auto 24px;
	letter-spacing:0px;
}

h2
{
	font-size:2.1rem;
	color:#652072;
	margin-top:1.6rem;
}

h1 ~ h2
{
	margin-top:0;
}

h3
{
	font-size:1.8rem;
}

h4
{
	color:#652072;
	font-size:1.5rem;
}

h5
{
	font-size:1.24rem;
	line-height:1;
}

.section-title-styled
{
	position:relative;
}

.section-title-styled:after
{
    content: "";
    width: 200px;
    margin-left: -100px;
    left: 50%;
    bottom: 0px;
    position: absolute;
    border-bottom: 3px solid #CCCCCC;
}

#accordionFAQ .card-header
{
	background:#1e1e1e;
}

#accordionFAQ h6 a
{
	color:#f0f0f0;
}

p+h2,
p+h3,
p+h4,
ul+h2,
ul+h3,
ul+h4
{
	margin-top:2.4rem;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/

.container
{
	width:90%;
	max-width:1200px;
}

.container-fluid .container:first-child
{
	padding-left:0;
	padding-right:0;
}

.align-container-left
{
	/*
	margin-left: calc(50% - 100px);
	*/
	margin-left: 5vw;
}

.align-container-right
{
	/*
	margin-left: calc(50% - 100px);
	*/
	margin-right: 5vw;
}

.light-shade
{
	background:#f3f3f3 !important;
}

.dark-shade
{
	background:#652072;
	color:#ffffff;
}

.dark-shade h2,
.dark-shade h3,
.dark-shade h4
{
	color:#ffffff;
}

.bordered-panel .container:first-child
{
	border:3px solid #f3f3f3;
	border-radius:12px;
	padding:24px 32px 32px;
	margin:32px auto;
}

.rounded-panel-orange .container:first-child,
.rounded-panel-pink .container:first-child,
.rounded-panel-blue .container:first-child
{
	border-radius:12px;
	color:#000000;
	padding:24px 64px 44px;
	margin:32px auto;
}

.rounded-panel-orange .container:first-child
{
	background:#ffe2b2;
}

.rounded-panel-pink .container:first-child
{
	background:#f1aacb;
}

.rounded-panel-blue .container:first-child
{
	background:#d0ebe4;
}

.rounded-panel-orange h2,
.rounded-panel-pink h2,
.rounded-panel-blue h2,
.rounded-panel-orange h3,
.rounded-panel-pink h3,
.rounded-panel-blue h3,
.rounded-panel-orange h4,
.rounded-panel-pink h4,
.rounded-panel-blue h4
{
	color:#000000;
}


/* bootstrap small */
@media only screen and (max-width: 576px)
{
	.rounded-panel-orange .container:first-child,
	.rounded-panel-pink .container:first-child,
	.rounded-panel-blue .container:first-child
	{
		padding:24px 24px 44px;
		margin:32px auto;
	}
}

/*--------------------------------------------------------------
# Optional Page Header space
--------------------------------------------------------------*/
.inner-header
{
	background:#ffffff;
	border-bottom:1px solid #d1d5db;
}

.inner-header .words
{
	background-image: url(images/bg-top-left-arc.png?x=9), url(images/bg-bottom-right-arc.png?x=9);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;	
}

.inner-header h1
{
	color:#652072;
}

.inner-header .side img
{
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
	opacity: 0.8;

	aspect-ratio:4/3;
	object-fit:cover;
	
}


.btn, .container-fluid, .entry-img, .navbar, .overlay, .wpcf7 input[type=submit], a, img {
    transition: all .5s ease-in-out 0s;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
input[type="submit" i],
.btn,
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input
{
    color: #ffffff !important;
    background: #016730 !important;
	font-size:0.9rem;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:14px;
	line-height:1;
	padding: 0.64rem 0.8rem 0.64rem;
	border-radius:0px;
    border-width: 0px;
    border-color:#652072;
    border-style: inset;
	cursor:pointer;
	text-decoration:none;
}

input[type="submit" i]:hover,
.btn:hover,
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover

{
    color: #ffffff !important;
    background: #652072 !important;
	text-decoration:none;
}


/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/

header.site-header
{
/*
	position: fixed;
    right: 0;
    left: 0;
    top:0;
    height:120px;
    z-index: 200;
*/
	font-family: "LoubagBold",sans-serif;
	background:#ffffff;
	color:#652072;
	border-bottom:0px solid #d1d5db;
}

.site-title
{
	width:240px;
	max-width:100%;
	height:70px;

	position:absolute;
	top:64px;
	left:6vw;
	z-index:998;

	font-size:0.72rem;
	font-family: "LoubagBold",sans-serif;
	line-height:1.3;
}

.site-title a,
.site-title a:hover
{
	color:#016730 !important;	
	font-size:0.9rem;
	text-decoration:none;
}

.site-logo img
{
	width:60px;
	max-width:100%;
	height:auto;

	position:absolute;
	top:15px;
	left:9vw;
	z-index:998;
}

.header-strip  
{
    background:#fefaf5;
    border-bottom: 3px solid #016730;
    position: relative;
}
/* cta fonts down below */

.header-strip .cta a
{
	display:inline-block;
	margin:0 11px;
	font-size:0.8rem;
	color:#016730;
	text-decoration:none;
}

/* font awesome icons */
.header-strip .cta a .fa-regular,
.header-strip .cta a .fa-brands
{
	font-size:20px;
	margin:2px 4px;
}

.header-strip .cta a .fa-brands
{
	font-size:24px;
}

.header-strip .cta a:hover
{
	color:#016730;
}

/*
ctabtn - mobile style in mega menu settings
*/

.navtabs
{
    list-style: none;
    list-style-type: none;
    margin: 3px 0 0 0;
    padding: 0;
}

.navtabs li a 
{
    color: #652072;
    font-weight: 700;
    margin-top: 6px;
    padding: 15px 15px 3px;
    line-height:36px;
    transition: text-decoration-color .2s ease,color .2s ease;
    text-decoration: underline;
    text-decoration-color: rgba(0,0,0,0);
    position: relative;
    z-index: 2;
    
    white-space:nowrap;
}

/* background tab shape - no opacity when not active */
.navtabs li a:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    right: 0;
    top: 6px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #d8d1e3;
    border-bottom: none;
    opacity: 0;
    z-index: -1;
}

.navtabs li a.active:after {
    opacity: 1;
}



.phone
{
	white-space:nowrap;
}
.instrux
{
    border-bottom: 1px solid #652072;
    padding: 0 0px 8px 0;
	color:#652072;
    font-size:18px;
    font-weight:600;
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.reviewblock
{
	color:#652072;
	padding:24px;
	margin:0 0 32px;
}

.review
{
	font-style:italic;
}

.reviewer
{
	margin:18px 0 0 0;
	color:#652072;
	color:#3B7087; /* ada contrast pass */
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team
{
}

.roundpic 
{
	position: relative;
}

.roundpic::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.roundpic  img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius:50%;
}


/*--------------------------------------------------------------
# Animation Styling
--------------------------------------------------------------*/
.slide_right {right: -150px; position: relative; transition: .6s linear; -webkit-transition: .6s linear; opacity: 0; visibility: hidden;}
.slide_right.animate {right: 0; transition: .6s linear; -webkit-transition: .6s linear; opacity: 1; visibility: visible;}
.slide_left {left: -250px; position: relative; transition: .6s linear; -webkit-transition: .6s linear; opacity: 0; visibility: hidden;}
.slide_left.animate {left: 0; transition: .6s linear; -webkit-transition: .6s linear; opacity: 1; visibility: visible;}
.slide_top {top: -111px; position: relative; transition: .5s linear; -webkit-transition: .5s linear; opacity: 0;}
.slide_top.animate {top: 0; transition: .5s linear; -webkit-transition: .5s linear; opacity: 1;}
.slide_bottom {bottom: -60px; position: relative; transition: .5s linear; -webkit-transition: .5s linear; opacity: 0;}
.slide_bottom.animate {bottom: 0; transition: .5s linear; -webkit-transition: .5s linear; opacity: 1;}
.fade.animate {opacity: 1; transition: 1s linear; -webkit-transition: 1s linear;}
.zoom {transform: scale(.6); -webkit-transform: scale(.6);opacity: 0; transition: .6s linear; -webkit-transition: .6s linear;}
.zoom.animate {transform: scale(1); -webkit-transform: scale(1); opacity: 1; transition: .6s linear; -webkit-transition: .6s linear;}


/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card
{
	background:#f0f0f0;
	color:#652072;
	border:0;
	border-radius:12px;
}

.withcolor .row .col:nth-child(1) .card
{
	background:#ffe2b2;
	color:#000000;
}

.withcolor .row .col:nth-child(2) .card
{
	background:#f1aacb;
	color:#000000;
}

.withcolor .row .col:nth-child(3) .card
{
	background:#d0ebe4;
	color:#000000;
}

.card-body
{
	padding:.4rem 1rem;
}

.reviews .card-body
{
	padding:1.4rem 1.74rem;
}

.card-body p
{
/*
	font-size:.92rem;
*/
}

.card .card-title,
h4.card-title a,
h4.card-title a:hover
{
	color:#303030;
	text-decoration:none;
}

.card .card-title
{
	padding:11px 0 9px;
}

.card .entry-meta
{
	margin:4px 0 14px;
}

h1.entry-title
{
	margin-top:44px;
}

.home h1.entry-title
{
	display:none;
}

/* image by text card */
.card.horizontal
{
	background:#ffffff;
	color:#1e1e1e;
	border:0;
}

.card-img-side
{
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	object-fit: cover;
}

.withcolor .card img
{
	border-top-left-radius:12px;
	border-top-right-radius:12px;
}

.deck .card img
{
	border-bottom:1px solid #303030;
}

.deck .card-footer
{
	padding: 0.24rem 0rem;
	background: transparent;
	border-top:0;
}

.card-img-top
{
	width: 100%;
	height: 16vw;
	object-fit: cover;
}

.card-img-overlay h1,
.card-img-overlay a
{
	color:#ffffff;
}

.single .post .post-thumbnail
{
	margin-bottom:24px;
}

.arc-top-left
{
	background-image: url(images/bg-top-left-arc.png?x=2);
	background-position: left top;
	background-repeat: no-repeat;
}

.arc-bottom-right
{
	background-image: url(images/bg-bottom-right-arc.png?x=1);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.light-shade .arc-top-left
{
	background-image: url(images/dark-bg-top-left-arc.png?x=1);
	background-position: left top;
	background-repeat: no-repeat;
}

.light-shade .arc-bottom-right
{
	background-image: url(images/dark-bg-bottom-right-arc.png?x=1);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/*
*
* ==========================================
* ACCORDION STUFF
* ==========================================
*
*/
/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #CCC;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #CCC;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Overlay / Popup
--------------------------------------------------------------*/
#overlay,
#overlay-content,
.modal {
    z-index: 9999999 !important;
}

.modal-dialog,
.modal-content
{
	z-index:99999;
}

.modal-dialog
{
	max-width: 80%;
}

@media (min-width: 1200px)
{
	.modal-dialog {
		max-width: 900px;
		margin: 1.75rem auto;
	}
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#overlay-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align:center;
	border:6px solid #f9d20c;
	border-radius:4px;
	background:#FFFFFF;
	color:#000000;
	width:98%;
	padding:40px 1%;
	max-width:640px;
}


/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

table, th, td {
  border: 0px solid #652072;
}

table
{
	margin:0 0 24px;
}

th, td {
  padding: 11px;
  text-align: left;
}

th {
  background-color: #652072;
  color: #652072;
}

tr:nth-child(even)
{
	background-color: #f2f4f4;
}

/*--------------------------------------------------------------
# Bullets / list style
--------------------------------------------------------------*/
ul.nobullet
{
	padding:5px 0 0 0;
    list-style-type: none;
}

.styled-ul ul
{
	margin-top:14px;
}

#main ul li
{
	margin-bottom:14px;
}

ul.nobullet li
{
    list-style-type: none;
    display:block;
/*
	background:url(images/li-wings.png) no-repeat 2px 2px;
*/
	padding:0px 0 11px 0px;
	margin:0 0 14px 0;

}

.styled-ul li::marker 
{
  content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.753 5.99999L10.273 8.29399C9.877 8.68399 9.877 9.31699 10.273 9.70799C10.668 10.098 11.31 10.098 11.705 9.70799L15.555 6.06099C15.843 5.77799 16 5.40299 16 4.99999C16 4.59999 15.842 4.22199 15.556 3.93999L11.706 0.292988C11.31 -0.0970117 10.668 -0.0970117 10.272 0.292988C9.877 0.682988 9.877 1.31599 10.272 1.70699L12.752 3.99999H1C0.447 3.99999 0 4.44599 0 4.99999C0 5.54999 0.448 5.99999 1 5.99999H12.753Z' fill='%237B61FF'/%3E%3C/svg%3E%0A");
}

.styled-ul li {
  padding-left: .5rem;
}

#main  .text-center ul 
{
	list-style-position: inside;
	text-align: center;
}


.gallery figure
{
    margin: 0 1rem 1rem;
}

/*--------------------------------------------------------------
# Social Media
--------------------------------------------------------------*/
.social-icons
{
	margin: 0px auto 0px;
	padding: 0px 0 0 0;
	font-size:32px;
}


/*--------------------------------------------------------------
# Counters
--------------------------------------------------------------*/
.counter-wrapper
{
	border:0px solid #e6e6e6;
	border-radius:12px;
	padding:24px 11px;
}
.counter
{
    font-size: 3.2rem;
    font-weight:bold;
    background-color: #652072;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 144px;
    width: 144px;
    height: 144px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.counters .col:nth-child(1) .counter
{
	background:#ffe2b2;
	color:#000000;
}

.counters .col:nth-child(2) .counter
{
	background:#f1aacb;
	color:#000000;
}

.counters .col:nth-child(3) .counter
{
	background:#d0ebe4;
	color:#000000;
}

.counter-label
{
    color: #000000;
    font-size: 2rem;
    font-weight:600;
    text-transform:uppercase;
}

/*--------------------------------------------------------------
# ACF Map
--------------------------------------------------------------*/
.acf-map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    margin: 0px 0;
}

// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-cards
{
	margin:64px 0 0;
}

.footer-cards .card-footer
{
	background:#e7dad2;
	color:#ffffff !important;
	font-size:1.35rem;
	line-height:1;
	text-decoration:none !important;
}

.footer-cards .card:hover .card-footer
{
	background:#045691;
}

.footer-area
{
    margin: 44px auto 0;

	line-height:1.44em;
	font-size:1.0rem;
	padding:24px 0 24px 0px;
	background-color:#652072;
	background-image: url(images/bg-plaid.jpg?x=1);
	background-position: center center;
	background-repeat: repeat;

	color:#ffffff;
}

.footer-area h3,
.footer-area h4,
.footer-area h5
{
	color:#ffffff;
}

.footer-area ul {
	display: block;
	text-align:inherit;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

.footer-area .menu li {
	display:block;
	text-align:inherit;
	position: relative;
	padding:0 0px;
	margin:0 0 3px 0;
}

.footer-area .menu li .nav-link
{
	display:inline-block;
}

.footer-area .menu ul ul{
	margin-left:12px;
}

.footer-area .menu li li:before
{
	color:#652072; /* set color to white */
	content:"\2022"; /* /2022 is the numerical unicode for &bull; */
	font-size:1em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
	padding-right:4px; /* give the bullet some padding from the text Make sure to use em*/
	position:relative;
	top:.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
	font-size:12px;
}

.footer-area a,
.footer-area .menu li a
{
	text-decoration:none;
	color:#ffffff;
}

.footer-area a:hover,
.footer-area .menu li a:hover,
.footer-area .nav-link:hover
{
	color:#f0f0f0;
}

.footer-area .nav-link,
.footer-copyright .nav-link
{
    padding: 0rem 1rem 0.5rem;
}

.footer-copyright {
	padding:11px 0 20px;
	line-height: 18px;
	font-size:0.9rem;
	color: #1e1e1e;
	background-color: #f0f0f0;
	margin:0 0;
}

.footer-copyright a
{
	color:#652072;
}

.footer-copyright a:hover
{
	color:#1e1e1e;
}

.footer-copyright ul
{
	display: block;
	text-align:inherit;
	list-style: none;
	margin: 0px auto;
	padding-left: 0;
}

.footer-copyright .menu li {
	display:inline-block;
	text-align:inherit;
	position: relative;
	padding:0 0px;
	margin:0 0 0px 0;
}

.footer-copyright .logos
{
	text-align:inherit;
	margin-bottom:14px;
}


/*
*  responsive embeds
*/
.embed-responsive,
iframe
{
	max-width:800px;
	text-align:center;
	margin:0 auto;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smaller
{
	font-size:84%;
}

/*--------------------------------------------------------------
# Mega Menu Styling
--------------------------------------------------------------*/

#mega-menu-wrap-main_menu_learn #mega-menu-main_menu_learn > li.mega-menu-item.nav-cta-button > a.mega-menu-link,
#mega-menu-wrap-main_menu_engage #mega-menu-main_menu_engage > li.mega-menu-item.nav-cta-button > a.mega-menu-link,
#mega-menu-wrap-main_menu_give #mega-menu-main_menu_give > li.mega-menu-item.nav-cta-button > a.mega-menu-link,
#mega-menu-wrap-my_main_menu #mega-menu-my_main_menu > li.mega-menu-item.nav-cta-button > a.mega-menu-link
{
	background-color:#652072;
	background-image: url(images/bg-small-plaid.png?x=1);
	background-position: center center;
	background-repeat: repeat;
	color:#ffffff;
	padding:0px 22px;
	border-radius:11px;
	height:40px;
	line-height:40px;
}

#mega-menu-wrap-main_menu_learn #mega-menu-main_menu_learn > li.mega-menu-item.nav-cta-button > a.mega-menu-link:hover,
#mega-menu-wrap-main_menu_engage #mega-menu-main_menu_engage > li.mega-menu-item.nav-cta-button > a.mega-menu-link:hover,
#mega-menu-wrap-main_menu_give #mega-menu-main_menu_give > li.mega-menu-item.nav-cta-button > a.mega-menu-link:hover,
#mega-menu-wrap-my_main_menu #mega-menu-my_main_menu > li.mega-menu-item.nav-cta-button > a.mega-menu-link:hover
{
	background-color:#652072;
	background-image: url(images/bg-small-plaid.png?x=1);
	background-position: center center;
	background-repeat: repeat;
}


/* bootstrap xl */
@media only screen and (max-width: 1200px)
{
	.container
	{
	/*
		max-width: 95%;
	*/
	}
}

/* bootstrap large */
@media only screen and (max-width: 992px)
{

	#mega-menu-wrap-my_main_menu #mega-menu-my_main_menu > li.mega-menu-item.nav-cta-button > a.mega-menu-link,
	#mega-menu-wrap-my_main_menu #mega-menu-my_main_menu > li.mega-menu-item.nav-cta-button > a.mega-menu-link:hover
	{
		background-color:inherit;
		background-image: none;
		color:inherit;
		padding:0px 10px;
		border-radius:0px;
		height:54px;
		line-height:54px;
	}

	/* mega menu mobile break */
	header.site-header
	{
	/*
		position:absolute;
		right: 0;
		left: 0;
		top:0;
	*/
	}

	.flex-viewport
	{
		max-height: 300px !important;
	}
}

/* bootstrap medium */
@media only screen and (max-width: 768px)
{
	h1
	{
		font-size:1.8rem;
	}

	h2
	{
		font-size:1.5rem;
	}

	h3
	{
		font-size:1.2rem;
	}

	h4
	{
		font-size:1.1rem;
	}

	h5
	{
		font-size:1rem;
	}

	.site-header .cta
	{
		font-size:0.60rem;
	}

	.card-img-top
	{
		height: 50vw;
	}

	.footer-area .menu li {
		display:inline-block;
		margin:0 14px 3px 0;
	}

}

/* bootstrap small */
@media only screen and (max-width: 576px)
{
	.site-logo img
	{
		width:40px;
	}

	.flex-viewport
	{
		max-height: 60vw !important;
	}

}


