.funraisin-header-wrapper {
    min-height: 0 !important;
}

.circle img {
	border-radius: 100% !important;
}


/*Navigation*/

.sticky-logo img {
	width: 140px;
}

#sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a {
	color: #111;
}

#sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a:hover {
	color: #00aeef;
}

/*.bootstrap-select.btn-group .dropdown-menu.inner {*/
/*    padding-bottom: 20px;*/
/*}*/

.bootstrap-select.btn-group .dropdown-menu {
	max-height: inherit !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	padding-bottom: 0;
}

form[action="https://give.supportsinai.ca/fundraise/createaccount/giveyourbirthday"] {
	padding: 60px 0;
}


/* removing thin gap between profile image and its border*/

.profile-image {
	background-color: #111;
	aspect-ratio: 1/1;
}


/* making link icon white in lightbox that pops up showing user's fundraising page link after completing registration */

.fa-link {
	color: white;
}


/*--------------Custom Code for Fashion on the Frontlines Event-------------------------------------------------------------*/

.FOTF .funraisin-header-nav,
.FOTF .funraisin-primary-nav {
	background: black !important;
}

.FOTF .funraisin-primary-nav ul li a:not(.btn),
.FOTF .funraisin-page-left .funraisin-primary-nav .funraisin-dropdown-menu li a {
	color: #fedb00 !important;
}

.FOTF .funraisin-primary-nav ul li a:not(.btn):hover,
.FOTF .funraisin-page-left .funraisin-primary-nav .funraisin-dropdown-menu li a:hover {
	color: #DABC00 !important;
}

.FOTF .btn-primary,
.FOTF .funraisin-primary-nav ul li a.btn-primary,
.FOTF .profileSidebar .profileSponsorForm .btn-primary {
	color: black !important;
	background: #fedb00 !important;
}

.FOTF .btn-primary:hover,
.FOTF .funraisin-primary-nav ul li a.btn-primary:hover,
.FOTF .profileSidebar .profileSponsorForm .btn-primary:hover {
	color: black !important;
	background: #DABC00 !important;
}

#Footer .site-logo img {
	display: none;
}


/*------------------------------------------------------------------------------------------------------------------------*/


/*#Button*/


.text-btn-red {
    color:#E0004D !important;
}
.text-btn-red:hover,
.text-btn-red:focus {
	color: #fff !important;
	
}

.text-btn-orange {
	color: #E65F00 !important;
}

.text-btn-orange:hover,
.text-btn-orange:focus {
	color: #fff !important;
}

.text-btn-green {
	color: #1A7561 !important;
}

.text-btn-green:hover,
.text-btn-green:focus {
	color: #fff !important;
}

.text-btn-pink {
	color: #C800A1 !important;
}

.text-btn-pink:hover,
.text-btn-pink:focus {
	color: #fff !important;
}

.text-btn-purple {
	color: #4C4184 !important;
}

.text-btn-purple:hover,
.text-btn-orange:focus {
	color: #fff !important;
}

.text-btn-red {
	color: #E0004D !important;
}


/*DIY Card Pop up*/

.diy-purple .lump-container {
	background: #4C4184;
}

.diy-orange .lump-container {
	background: #E65F00;
}

.diy-pink .lump-container {
	background: #C800A1;
}

.diy-green .lump-container {
	background: #1A7561;
}

.diy-purple,
.diy-orange,
.diy-pink,
.diy-green {
	transition: all 250ms ease;
	/*cursor: pointer;*/
}

.diy-purple:hover,
.diy-orange:hover,
.diy-pink:hover,
.diy-green:hover {
	transform: scale(1.025);
}

.btn-primary.block-green {
	background: #6CC24A !important;
	color: #002839 !important;
	border-color: transparent !important;
	border-radius: 0 !important;
	padding-top: 28px !important;
	padding-bottom: 28px !important;
}

.btn-primary.block-green:hover {
	background: #7ED15D !important;
}

.funraisin-primary-nav li.pl5.pr5.pt5.pb5 {
	padding: 0 !important;
}


/*Navigation*/

.primary-nav-container .container,
.funraisin-sticky-nav .container {
	width: 1600px;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.primary-nav-container input#header_kw {
	border: 0;
	background: #f2f2f3;
	font-size: 18px;
	text-transform: uppercase;
}

.primary-nav-container #header_kw.form-control {
	height: 76px;
}

.primary-nav-container .input-group-btn button.btn.btn-primary {
	height: 76px;
	background: #f2f2f3;
	color: #333;
}

.primary-nav-container li>form {
	padding-right: 0;
}

.primary-nav-container .fa-user,
.funraisin-sticky-nav .fa-user {
	color: #E04E39;
}


/*Typography Custom*/

@media only screen and (max-width: 768px) {
	#content-main h1 {
		font-size: 32px;
	}
	#content-main h2 {
		font-size: 28px;
	}
	#content-main h3 {
		font-size: 20px;
	}
	#content-main h4 {
		font-size: 18px;
	}
}


/*Custom cover image----------------------------------------------------*/

#CoverImage {
	margin-bottom: 20px;
}

#CoverImage>.preview {
	display: flex;
	justify-content: center;
	align-items: center;
}

#CoverImage>.preview img {
	/*margin: 0;*/
	/*width: 100%;*/
	/*height: 290px;*/
	/*object-fit: cover;*/
}

#CoverImage>.row,
.avatars .row .col-xs-12 {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#CoverImage>.row .customCoverImage,
.avatars .row .col-xs-12 .customCoverImage {
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0.5;
	transition: all .3s ease;
}

#CoverImage>.row .customCoverImage:first-child,
.avatars .row .col-xs-12 .customCoverImage:first-child {
	margin-left: 0;
}

#CoverImage>.row .customCoverImage:last-child,
.avatars .row .col-xs-12 .customCoverImage:last-child {
	margin-right: 0;
}

#CoverImage>.row .customCoverImage.selected,
.avatars .row .col-xs-12 .customCoverImage.selected {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#CoverImage>.row .customCoverImage.hoverin,
#CoverImage>.row .customCoverImage.selected,
.avatars .row .col-xs-12 .customCoverImage.hoverin,
.avatars .row .col-xs-12 .customCoverImage.selected {
	transform: scale(1.05);
	opacity: 1;
}

#CoverImage>.row .customCoverImage.hoverin img,
#CoverImage>.row .customCoverImage.selected img,
.avatars .row .col-xs-12 .customCoverImage.hoverin img,
.avatars .row .col-xs-12 .customCoverImage.selected img {
	box-shadow: 0 0 0 3px #6ed961;
}

#CoverImage>.row .customCoverImage.visibleout.hoverin,
.avatars .row .col-xs-12 .customCoverImage.visibleout.hoverin {
	opacity: 1;
	transform: none;
}

#CoverImage>.row .customCoverImage.visibleout.hoverin img,
.avatars .row .col-xs-12 .customCoverImage.visibleout.hoverin img {
	box-shadow: none;
}

#CoverImage>.row .customCoverImage.visibleout,
.avatars .row .col-xs-12 .customCoverImage.visibleout {
	opacity: 0.5;
}

#CoverImage>.row .customCoverImage img,
.avatars .row .col-xs-12 .customCoverImage img {
	margin: 0;
	width: 100%;
	height: 140px;
	object-fit: cover;
}

#Badges img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
}

#Badges p {
    font-weight: 700;
}


/*Fundraiser Profile*/
#template-profile.CustDIY .profile-header .vertical-align, #template-profile .profile-header .vertical-align {
    align-content: end;

}

#template-profile.CustDIY .content-main > .content.section {
    background: #0167b9;
    padding-top: 40px;
}

#template-profile.CustDIY #Blog-Profile h3, #template-profile.CustDIY #Blog-Profile {
    color: #fff;
}

#template-profile .profileSidebar {
    margin-top: -350px;
}

.funraisin-mobile-nav .site-logo img {
    max-height: 50px;
}

#template-profile .profile-header a {
    color: #fff !important;
}

#template-profile .funraisin-profile-header p a.btn-primary {
    margin-left: 20px;
} 

#template-profile #Events .event-block .row .btn-tertiary {
    padding-top: 2px;
    padding-bottom: 2px;
}

/*Progress*/
#template-profile.CustDIY .content-main .profile-fitness-activity, #template-profile.CustDIY .content-main .profile-fitness-activity h3, #template-profile.CustDIY .content-main .profile-fitness-activity h4  {
    color: #fff !important;
}

#template-profile.CustDIY .content-main .profile-fitness-activity .c3-chart-bars path {
    stroke: #fff !important;
    fill: #fff !important;
}

#template-profile.CustDIY .content-main .profile-fitness-activity .circ, #template-profile.CustDIY .content-main .profile-fitness-activity .tick {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

@media (min-width: 768px) {
    .BG-CoverFull img {
        min-height: 550px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .Rem-Pad  .responsive-padding {
        padding: 0;
    }
}

.profile-header .profile-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.btn-border {
    border: 2px solid #0067b9;
    color: #0067b9;
}
.btn-border:hover {
    background: #0067b9;
    color: #fff;
}
