/* Global Styles - MFB 2018 */
/* 
    ~\\ Color Scheme \\~
    Brand Purple -- #7029EC
    Brand Black -- #0F1934
    Grey One -- ##92929B
    MFB Purple -- #B542EB
    Hot Pink--  #FF51BA
*/

* {
    box-sizing: border-box;
}

/*  -- reset elements due to global.css */
div.personalPage *, div.eventInfoPageOuter *, div.bodySignUp *, .fancybox-wrap *
, div.donation-wrapper *
, div.teamPage *
, .bodySearchDonate *
, .csoPage *
, .div-forgot-password-form-outer.mobile *
, .div-forgot-password-confirmation.mobile *
, .div-forgot-username-form-outer.mobile *
, .div-forgot-username-confirmation.mobile *
, .div-forgot-password-confirmation.mobile *
, .div-reset-password-form-outer.mobile *
, .div-reset-password-confirmation.mobile *
, .mobileSearchDonate *
, .div-reset-password-form-outer *
, .profile_page *
, .fundraise-email-customize  *
, .form-add-recipient .form-group input
, .TeamReports *
{
    box-sizing:content-box;
}
.donation-wrapper .row {
    box-sizing: border-box;
}
.donation-wrapper *[class^=col-] {
    box-sizing: border-box;
}
.donation-wrapper .other-amount-value-wrapper {
    box-sizing: border-box;
}
/*  -- reset elements due to global.css */

html {
    font-size: 62.5%;
    background-color: #FFF;
}

body {
    font-family: GraphikRegular, Arial, sans-serif;
    font-size: 1.6rem;
    color: #0F1934;
}

b, strong {
    font-family: 'graphikbold', arial, sans-serif;
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: GraphikBold, Arial, serif;
    text-transform: uppercase;
    color: #7029EC;
}
h1.no-uppercase {
    text-transform: none;
}

p {
    margin: 15px 0;
}

a {
    font-family: GraphikRegular, Arial, sans-serif;
    text-decoration: none;
    color: #B542EB;
    touch-action: auto;
}

a:hover {
    text-decoration: underline;
    color: #B542EB;
}

a:focus {
    outline: none;
}

q {
    font-family: EudaldNews, serif;
    font-style: italic;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 1.8rem;
    font-family: GraphikBold, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;

    cursor: pointer;
    transition: .25s all;
}

.button:hover {
    text-decoration: none;
    color: #FFF;
}

.button:focus {
    outline: none;
}

/*	bootstrap buttons */
.btn.btn-default, .btn.btn-primary{
	height: 44px;
	border-radius: 0px;
	font-size: 1.8rem;
    font-family: GraphikBold, Arial, sans-serif;
	text-transform: uppercase;
    text-decoration: none;
}
.btn.btn-primary{
	background-color:#b542eb !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active{
	background-color:#9135bc !important;
}
/*	bootstrap buttons */

.link {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #B542EB;
    font-family: GraphikBold, Arial, sans-serif;
    font-size: 1.8rem;
    text-decoration: none;
    color: #0F1934;
    
    cursor: pointer;
    transition: .25s all;
}

.link:hover,
.link:active {
    text-decoration: none;
    border-color: #B542EB;
    color: #B542EB;
}

.link:hover .arrow {
    transform: translateX(10px) rotate(-45deg);
}

.arrow {
    margin-left: 8px;
    border-right: 4px solid #0F1934;
    border-bottom: 4px solid #0F1934;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    transition: .25s transform;
}

.arrow.down {
    transform: rotate(-90deg);
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 1.3rem;
    background-color: #9135BC;
}

.search-icon {
    width: 20px;
    cursor: pointer;
}

.bell-icon {
    width: 20px;
    height: 20px;
}

.bold {
    font-family: GraphikBold, Arial, sans-serif;
}

.two-column {
    display: flex;
}

.left, .right {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.mfb-purple {
    color: #b542eb;
}

.purple {
    color: #7029EC;
}

.purpleBg {
    background-color: #B542EB;
}

.purpleBg:hover, .purpleBg:active {
    background-color: #9135BC; 
}

.pinkBg {
    background-color: #FF51BA;
}

.pinkBg:hover, .pinkBg:active {
    background-color: #CC4295;
}

.pink {
    color: #FF51BA !important;
}

.white {
    color: #FFF;
}
.blueBg {
    background-color: #6179FF;
}

.black {
    color: #000000;
}
.blackBg {
    background-color: #000000;
}

#formUploadImage {
    display: none;
}

/* Notifications */
div.NotiItem {
    display: flex;
    align-items: center;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 6px;
    padding-top: 6px;
    margin: 3px 14px 5px;
    min-height: 25px;
    position: relative;
	flex-wrap: wrap;
}

.NotiItem {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin: 6px -1px 5px;
    position: relative;
}

.NotiText {
    line-height: 18px;
    margin: 5px 10px;
}

.NotiIcon {
    height: 26px;
    width: 36px;
}

.EditMode .NotiText, .notMessagesList .NotiText, .mobile-nav	.nots-list .NotiText {
	    max-width: calc(100% - 80px);
}
.NotiItem .notice-date {
    width: 100%;
    margin-left: 46px;
}

.General .NotiIcon {
    background: rgba(0, 0, 0, 0) url("/image/NotDollar.png") no-repeat scroll 0 0;
}

.Personal .NotiIcon {
    background: rgba(0, 0, 0, 0) url("/image/NotOk.png") no-repeat scroll 0 0;
}

/*------------------- notification types */
.notification-icon-Receipt {
    background: rgba(0, 0, 0, 0) url("/image/NotDollar.png") no-repeat scroll 0 0 !important;
}

.notification-icon-General {
    background: rgba(0, 0, 0, 0) url("/image/NotOk.png") no-repeat scroll 0 0 !important;
}

.notification-icon-Error {
    background: rgba(0, 0, 0, 0) url(/image/email-status-notdelivered.png) no-repeat scroll 0 0 !important;
}

/* Custom Font Faces */
@font-face {
    font-family: 'EudaldNews';
    src: url('../../fonts/mfb2018/EudaldNews-Medium.otf');
}

@font-face {
    font-family: 'GraphikRegular';
    src: url('../../fonts/mfb2018/Graphik-Regular.otf');
}

@font-face {
    font-family: 'GraphikBold';
    src: url('../../fonts/mfb2018/Graphik-Bold.otf');
}

@font-face {
    font-family: 'GraphikCompactRegular';
    src: url('../../fonts/mfb2018/GraphikCompact-Regular.otf');
}

@font-face {
    font-family: 'GraphikCompactBlack';
    src: url('../../fonts/mfb2018/GraphikCompact-Black.otf');
}

@font-face {
    font-family: 'GraphikBlack';
    src: url('../../fonts/mfb2018/Graphik-Black.otf');
}
@font-face {
    font-family: 'GraphikMedium';
    src: url('../../fonts/mfb2018/Graphik-500-Medium.otf');
}
@font-face {
    font-family: 'GraphikMedium';
    src: url('../../fonts/mfb2018/Graphik-500-Medium.otf');
}
@font-face {
    font-family: 'GraphikXXCondBlack';
    src: url('../../fonts/mfb2018/GraphikXXCondensed-Black.woff2') format('woff2'), 
         url('../../fonts/mfb2018/GraphikXXCondensed-Black.woff') format('woff'), 
         url('../../fonts/mfb2018/GraphikXXCondensed-Black.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}
/* Media Queries */
@media only screen and (min-width: 300px) {
    body {
        margin: 95px 0 0 0;
    }

    h1 {
        font-size: 3.2rem;
    }

    h2 {
        font-size: 2.4rem;
        margin-bottom: 25px;
    }

    h3 {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    q {
        line-height: 20px;
    }

    .main {
        /* min-height: calc(100vh - 94px); */
        margin: 0 auto;
        padding: 0 20px 40px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .wrapping-text img {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .input-bar {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        background-color: #FFF;
        border: 1px solid #92929B;
        border-radius: 20px;
    }

    .input-bar input {
        height: 40px;
        width: 100%;
        font-size: 1.6rem;
        color: #0F1934;
        border: none;
        outline: none;
    }

    .search-bar {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        background-color: #FFF;
        border-radius: 20px;
    }

    .search-bar input {
        height: 40px;
        width: 100%;
        font-size: 1.6rem;
        color: #0F1934;
        border: none;
        outline: none;
    }

    .close {
        position: relative;
        width: 30px;
        height: 30px;
        overflow: hidden;
        background-color: #FF51BA;
        opacity: 1;
    }

    .close::before {
        transform: rotate(45deg);
    }

    .close::after {
        transform: rotate(-45deg);
    }

    .close::before, .close::after {
        content: '';
        position: absolute;
        height: 4px;
        width: 68%;
        top: 50%;
        left: 5px;
        margin-top: -1px;
        background: #FFF;
    }

    .close.black::before, .close.black::after {
        height: 4px;
        margin-top: -2px;
    }

    .partners {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 0;
        text-align: center;
    }

    .MobileView .partners-content.container {
        padding: 0;
    }

    .partners-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .partners .sub-heading {
        font-family: GraphikBold, Arial, sans-serif;
        text-transform: none;
        color: #000000;
        font-size: 2.6rem;
        margin: 0 auto 40px;
    }

    .partners--icons {
        display: flex;
        flex-direction: column;
        margin: 20px 0;
    }

    .partners img {
        margin: 20px 15px;
    }

    .partners .famous {
        width: 150px;
    }

    .partners .macys {
        width: 160px;
    }

    .partners .hca {
        width: 100px;
    }

    .partners .cigna {
        width: 170px;
    }

    .partners .pampers {
        width: 110px;
    }

    .partners .publix {
        width: 220px;
    }

    .partners .rb {
        width: 150px;
    }

    .partners .sponsors-385{
        width:184px;
    }
    .partners .sponsors-434{
        width:210px;
    }

    .divider {
        display: none;
    }
    .LocalSponsor .lsClassification h3 {
        text-transform: none;
    }
}

@media only screen and (min-width: 800px) {
    body {
        /*margin: 190px 0 0 0;*/
        margin: 108px 0 0 0;
    }

    body.mfb2015LoggedIn:not(.controller-Registration) {
        /*margin-top: 255px;*/
        margin-top: 172px;
    }

    h1 {
        font-size: 3.6rem;
        margin-bottom: 30px;
    }
    
    h2 {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
    
    h3 {
        font-size: 2.0rem;
        margin-bottom: 15px;
    }
    
    h4 {
        font-size: 1.8rem;
        text-transform: capitalize;
    }

    .main {
        min-height: calc(100vh - 720px);
        max-width: 1350px;
        margin: 0 auto;
        padding: 40px 0 80px;
    }

    .container {
        width: 1350px;
        padding-left: 40px;
        padding-right: 40px;
        margin: 0;
    }

    .container.short {
        width: 965px;
    }

    .wrapping-text img {
        float: left;
        margin: 0 20px 10px 0;
        width: auto;
    }

    .close {
        touch-action: auto;
        transition: .25s all;
    }

    .close:hover {
        background-color: #BC4B91;
    }

    .partners {
        flex-direction: row;
        padding: 80px 0;
    }

    .partners .sub-heading {
        font-size: 3.2rem;
    }

    .partners--icons {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .partners--icons a:first-child {
        margin-right: 15px;
    }

    .partners--icons a:nth-child(2), .partners--icons a:nth-child(3), .partners--icons a:nth-child(4) {
        margin-right: 5px;
    }

    .partners--icons img {
        width: 140px !important;
    }

    .partners .kmart {
		width: 58px;
    }

    .partners .kmart {
        margin-bottom: 14px;
    }

	.partners .sponsors-385{
        width:184px;
    }
    .partners .sponsors-434{
        width:210px;
    }
	
    .divider {
        display: block;
        width: 100%;
        margin: 3rem 0;
        border-top: 1px solid #C7C8CA;
    }
}

.hidden, .display-hidden {
    display: none;
}

.display-hidden-important {
    display: none !important;
}

.bodySearchDonate h2{
	margin-bottom: 0.25rem;
}


/*			-- old styling from brochure.css -- */
.social *{
box-sizing: content-box;
}
.social {
	width: 100%;
	height: 210px;
	background-color: #F9F7FC;
}

.social h2 {
    margin: 0 0 .25rem 0;
    font-size: 2.4rem;
    line-height: 2.5rem;
	margin-bottom: 2rem;
	display:block;
}

.social .derp {
	margin: 0 auto;
	width: 75%;
}

.social .derp img {
	float: left;
	width: 12%;
	margin-right: 1rem;
}

.social .derp.otg span {
	color: #9C5FB5;
	font-weight: bold;
}

.social .derp.otg a {
	color: #333;
}

.social .send img {
	width: 26%;
	margin-top: .75rem;
}

.social .derp p {
	text-align: left;
}

.social .fblink {
	/*background: url("../image/FLike.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	height: 59px;
	margin: 0 7px 0 0;
	display: inline-block;
	width: 52px;
	vertical-align: top;
}

.social .twflow {
	/*background: url("../image/twFlow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	height: 58px;
	margin: 0 7px 0 0;
	display: inline-block;
	width: 66px;
}

.social .in, .linkedin {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin: 0 8px 0 0;
	vertical-align: top;
	background: url("/image/linkedin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size: 100%;
}

.social .gplus {
	display: inline-block;
	margin: 0 0 0;
	height: 40px;
	width: 40px;
	vertical-align: top;
	background: url("/image/gplus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size: 100%;
}

.image-mobile-out, .image-mobile-over {
	float: left;
	height: 59px;
	margin-right: 10px;
	background-image: url('/image/OnTheGoB.png');
	background-repeat: no-repeat;
}

.image-mobile-out {
	width: 38px;
	background-position: 0 0;
}

.image-mobile-over {
	width: 38px;
	background-position: -38px 0;
}

.image-ecard-out, .image-ecard-over {
	float: left;
	position: relative;
    top: 5px;
	height: 38px;
	width: 70px;
	margin-right: 10px;
	background-image: url('/image/eSend.png');
	background-repeat: no-repeat;
}

.image-ecard-out {
	width: 70px;
	background-position: 0 0;
}

.image-ecard-over {
	width: 70px;
	background-position: -70px 0;
}
.social	.arrow-down.footer {
	top: 160px  !important;
	border-top: 20px solid #F9F7FC;
	position: relative;
	margin: 0 auto 10px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	z-index: 2;
	background-color: transparent !important;
	display: block !important;
}
section.fullwidth {
    max-width: 100%;
}
.social {
    width: 100%;
    height: 210px;
    background-color: #F9F7FC;
	box-sizing: content-box;
}
section.social {
    margin: 0 auto;
}
section.social .wrapper {
    margin-top: 3rem;
	box-sizing: content-box;
}
section.fullwidth .wrapper {
    max-width: 1040px;
    margin: 0 auto;
}
.col.col-3 {
    width: 32%;
}
.col {
    float: left;
    text-align: center;
}
.col.col-3:nth-child(2) {
    padding: 0 2%;
}

/*	search to donate */
.search-wrapper input {
    float: left;
    width: calc(100% - 70px);
    height: 45px;
    padding: 0 10px;
    border: 1px solid #9E9E9E;
    border-right: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    font-size: 1.4rem;
}
.search-wrapper .button.search {
    float: left;
    position: relative;
    margin: 0;
        height: 45px;
    border: 1px solid #9E9E9E;
    border-left: none;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    background-color: #CCC;
    color: #FFF;
    cursor: pointer;
    max-width: 44px;
    min-width: 44px;
    width: 44px;
    padding: 0px;
    line-height: 44px;
}
.mobileSearchDonate .gen-donation
{
	margin-bottom:20px;
	margin-top:80px;
}
/*			-- old styling from brochure.css -- */



.mobile .field-title {
    color: #7029EC;
	font-size: 16px !important;
    font-family: GraphikRegular, Arial, sans-serif !important;
}
.div-forgot-password-form-outer .mButton, .div-forgot-username-form-outer .mButton, .div-reset-password-form-outer .mButton, .div-reset-password-confirmation .mButton
{
    height:44px !important;
    line-height:44px !important;
    font-family: 'GraphikCompactBlack',Arial, sans-serif !important;
    font-size:18px !important;
    border-radius: 0 !important;
	padding-top:0px !important;
	padding-bottom:0px;
}
.div-forgot-password-form-outer .mButton, .div-forgot-username-form-outer .mButton, .div-reset-password-form-outer .mButton.blue, .div-reset-password-confirmation .mButton{
    background-color: #b542eb !important;
}

.partners h2 {
    text-transform: none;
}

.partners .sponsors-100{
	width: 100%;
	max-width: 200px;
	/*margin-top: -20px;*/
}
.partners--icons a img[alt*="HCA"] {
    max-width: 100px;
}
.partners--icons a img[alt*="Gerber"] {
    max-width: 80px;
}
@media only screen and (max-width: 680px) {
	.partners .sponsors-100{
		width: 100%;
		max-width: 200px;
	}
}
.make-a-difference h2, .gift-card h3, .h2.p_letsgetstarted, h3.event-name, .regForm .buttonSubmit, .geoads-more .buttons-more .button, .geoads-more .h2, .search .h2, .search .purpleBg, .stepup-module h2, .march-content .button, .march-content h1 {
    text-transform: none;
}