body
{
    margin:0px;
    padding:0px;
    overflow-x:hidden;
    position: relative;
    min-width:320px !important;
	line-height:1;
	opacity:1;
}

html
{
    margin:0px;
    padding:0px;
    position: relative;
    min-width:320px !important;
}

.device-wrapper
{
	
}

.page-content
{
    float:left;
    width:100%;
    margin-top:0px;
	background-color:#ffffff;
	z-index:1;
	position:relative;
}

.normal-case
{
	text-transform:capitalize;
}

/*TOP NAV*/

.top-nav
{
	height:119px;
	background-image:none;
	background-color:#ffffff;
	min-width:100%;
}

#mobile .top-nav
{
	height:68px;
}

.top-nav-logo
{
	margin-left:2%;
	margin-right:0px;
	margin-top:32px;
}

.top-nav-logo img
{
	height:100%;
}

#tablet .top-nav-logo
{
	width:100%;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
}

#mobile .top-nav-logo
{
	display:none;
} 

#desktop .top-nav-logo-mobile, #tablet .top-nav-logo-mobile
{
	display:none;
} 

#mobile .top-nav-logo-mobile
{
	float:right;
	width:100%;
	background-image:url('images/logo.svg');
	height:43px;
	margin-right:0px;
	margin-top:12px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 38px;
}

#desktop .top-nav-mobile-menu, #tablet .top-nav-mobile-menu
{
	display:none;
} 

#mobile .top-nav-mobile-menu
{
	position:absolute;
	cursor:pointer;
	width:40px;
	height:68px;
	left:20px;
	top:0px;
	background-image:url('images/mobile-menu.png');
	background-position:left center;
	background-repeat:no-repeat;
	background-size:40px auto;
	background-size:22px auto;
}

.top-nav-buttons
{
	float:right;
	margin-right:2%;
}

#mobile .top-nav-buttons
{
	display:none;
}

#tablet .top-nav-buttons
{
	float:left;
	margin-bottom:30px;
	margin-right:0px;
}

.top-nav-button
{
	float:right;
	width:auto;
    font-family:gotham-medium;
	color:#2f2f2f;
	text-decoration:none;
	line-height:24px;
	margin-top:49px;
	border-bottom:2px solid #ffffff;
}

#tablet .top-nav-button
{
	margin-top:30px;
}

.top-nav-button:hover
{
	border-bottom:2px solid #0092C7;
}

.top-nav-active
{
	border-bottom:2px solid #0092C7;
}

#desktop .top-nav-last
{
	margin-right:0px !important;
}

.centered-button-continer
{
	float:left;
	width:100%;
	height:56px;
}

.centered-button
{
	margin:auto;
	height:56px;
	line-height:56px;
}

.centered-button a
{
    font-family:gotham-light;
	font-size:1.05em;
	float:left;
	height:56px;
	line-height:56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
}

.centered-button-rotator, .centered-button-features
{
	margin-top:90px;
}

.centered-button-submit
{
	margin-top:70px;
	margin-bottom:30px;
}

.centered-button-submit div
{
	background-image:url('images/centered-button-submit.png');
}

.centered-button-submit div:hover
{
	background-image:url('images/centered-button-submit-hover.png');
}

#tablet .centered-button-rotator, #tablet .centered-button-features
{
	margin-top:50px;
}

#mobile .centered-button-rotator
{
	margin-top:15px;
}

#mobile .centered-button-features
{
	margin-top:50px;
}

#mobile .centered-button-submit
{
	margin-top:20px;
}

.centered-button-bg
{
	margin-top:58px;
}

#mobile .centered-button-bg
{
	margin-top:30px;
}

.centered-button-blue
{
	width:241px;
	background-image:url('images/centered-button-blue.png');
}

.centered-button-blue a
{
	width:241px;
	padding-left:45px;
}

.centered-button-blue:hover
{
	background-image:url('images/centered-button-blue-hover.png');
}

.centered-button-white
{
	width:195px;
	background-image:url('images/centered-button-white.png');
}

.centered-button-white a
{
	width:195px;
	padding-left:32px;
}

.centered-button-white:hover
{
	background-image:url('images/centered-button-white-hover.png');
}

/*HOME ROTATOR*/

.home-rotator
{
	float:left;
	width:100%;
	min-width:320px;
	height:855px;
	background-image:url('images/rotators/2.jpg');
	background-position:center;
	background-size:cover;
}

#tablet .home-rotator
{
	height:600px;
}

#mobile .home-rotator
{
	height:300px;
}

.home-rotator h1
{
	font-weight:normal;
	float:left;
	width:92%;
	margin-left:4%;
	color:#000000;
	text-align:center;
}

 .home-rotator h2
{
	font-weight:normal;
	float:left;
	width:92%;
	margin-left:4%;
	color:#000000;
	text-align:center;
}

.home-rotator h1
{
    font-family:gotham-medium;
	font-size:4em;
	letter-spacing:-3px;
	height:30px;
	line-height:30px;
	margin-top:77px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	text-transform:uppercase;
}

#mobile .home-rotator h1
{
	margin-top:0px;
	font-size:1.5em;
	letter-spacing:2px;
	text-transform:uppercase;
}

.home-rotator h2
{
    font-family:gotham-light;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:227px;
	height:30px;
	line-height:30px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

#tablet .home-rotator h2
{
	margin-top:150px;
}

#mobile .home-rotator h2
{
	margin-top:55px;
    font-family:gotham-book;
	height:auto;
	margin-bottom:0px;
}

.home-rotator h2 span
{
    font-family:gotham-medium;
}

.button-scroll-down-container
{
	float:left;
	width:100%;
	height:54px;
	margin-top:190px;
}

#tablet .button-scroll-down-container, #mobile .button-scroll-down-container
{
	display:none;
}

.button-scroll-down
{
	height:54px;
	width:53px;
	margin:auto;
	background-image:url('images/button-scroll-down.png');
	cursor:pointer;
}

.button-scroll-down:hover
{
	background-image:url('images/button-scroll-down-hover.png');
}

/*CONTENT*/


#content-section-outer-second {

    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
	background-color: #0092C7;

}
#content-section-outer-second .content-text{
	color:#FFFFFF;
	float: none;
	text-align:center;
	padding:0px;
	padding-bottom:0px;
	margin-top:10px;
	margin-bottom:10px;
}

.content-section-outer
{
	float:left;
	width:100%;
}

#mobile .content-section-outer
{
	padding-top:0px;
	padding-bottom:0px;
}

#content-section-outer-info
{
	border-top:1px solid #EEEEEE;
	padding-top:42px;
}

.content-section
{
	margin:auto;
	width:100%;
	max-width:1250px;
}

.content-small-title
{
	color:#7f7f7f;
	float:left;
	width:92%;
	margin-left:4%;
	text-align:center;
    font-family:gotham-light;
	text-transform:uppercase;
	letter-spacing:5px;
	line-height:51px;
	padding-top:18px;
	padding-bottom:18px;
	margin-top:65px;
}

#tablet .content-small-title
{
	margin-top:35px;
}

#mobile .content-small-title
{
	margin-top:10px;
	line-height:31px;
	padding-top:28px;
	padding-bottom:28px;
}

#content-section-outer-info .content-small-title
{
	margin-top:20px;
}

.content-large-title
{
	color:#2f2f2f;
	font-size:2.3em;
	float:left;
	width:92%;
	margin-left:4%;
	text-align:center;
    font-family:gotham-light;
	text-transform:uppercase;
	letter-spacing:0px;
}

.content-large-title a
{
	color:#2f2f2f;
	text-decoration:none;
}

.content-title-line-container
{
	float:left;
	width:100%;
	height:13px;
	margin-top:20px;
}

.content-title-line
{
	width:556px;
	height:13px;
	margin:auto;
	background-image:url(images/content-title-bg.png);
	background-position:center;
	background-repeat:no-repeat;
}

#mobile .content-title-line
{
	width:250px;
}

.content-boxes
{
	float:left;
	width:100%;
	margin-top:10px;
}

#tablet .content-boxes, #mobile .content-boxes
{
	margin-top:50px;
	text-align:center;
}

.content-box
{
	float:left;
	width:30.66666666666667%;
	margin-left:2%;
}

#tablet .content-box, #mobile .content-box
{
	margin-left:4%;
	width:92%;
	margin-bottom:50px;
}

#tablet #content-box-last, #mobile #content-box-last
{
	margin-bottom:20px;
}

.content-box-title
{
	float:left;
	width:100%;
	line-height:90px;
	font-size:1.35em;
    font-family:gotham-medium;
	color:#2f2f2f;
	background-position:left 16px;
	background-repeat:no-repeat;
	padding-left:65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left;
}

#tablet .content-box-title, #mobile .content-box-title
{
	background-position:top center;
	padding-left:0px !important;
	padding-bottom:0px !important;
	padding-top:30px !important;
	line-height:90px !important;
	text-align:center !important;
	margin-top:0px !important;
}

.info-title
{
	float:left;
	width:92%;
	margin-left:4%;
	line-height:30px;
	padding-left:0px;
	padding-right:0px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:1em;
	font-family:gotham-medium;
	color:#2f2f2f;
	text-transform:uppercase;
	letter-spacing:1px;
}

.info-content
{
	float:left;
	width:92%;
	margin-left:4%;
	padding-left:0px;
	padding-right:0px;
}

.content-info-text ul
{
    float:left;
    margin:0px;
    padding:0px;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:16px;
}

.content-info-text ol
{
    float:left;
    margin:0px;
    padding:0px;
	width:23.33333%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:16px;
}

.content-info-text ul li, .content-info-text ol li
{
	list-style:none;
}

#mobile .content-info-text ol, #tablet .content-info-text ol
{
	width:90%;
	margin-bottom:0px;
}

#ol-last
{
	margin-bottom:16px !important;
}

#content-box-title-1
{
	background-image:url('images/content-box-title-1.png');
}

#content-box-title-2
{
	background-image:url('images/content-box-title-2.png');
}

#content-box-title-3
{
	background-image:url('images/content-box-title-3.png');
}

.content-box-text
{
	float:left;
	width:100%;
	color:#7f7f7f;
	line-height:32px;
	font-size:1.05em;
	text-align:left;
}

.content-box-text a
{
	color:#7f7f7f;
	text-decoration:none;
}

#tablet .content-box-text, #mobile .content-box-text
{
	text-align:center;
}

.content-info-text
{
	float:left;
	width:100%;
	color:#7f7f7f;
	line-height:32px;
	font-size:1.05em;
	text-align:center;
	margin-top:30px;
}

.content-info-text a
{
	color:#7f7f7f;
}

.content-features
{
	float:left;
	width:100%;
}
                        
.content-features-column
{
	float:left;
	width:22.5%;
	margin-top:82px;
	margin-left:2%;
}

#tablet .content-features-column
{
	margin-left:2%;
	margin-right:2%;
	width:46%;
	margin-top:0px;
}

#mobile .content-features-column
{
	margin-left:4%;
	margin-top:0px;
	width:92%;
}

#tablet #content-features-column-first, #tablet #content-features-column-second
{
	margin-top:50px;
}

#tablet #content-features-column-third
{
	margin-top:-48px;
}


#mobile #content-features-column-first
{
	margin-top:30px;
}

.content-feature
{
	float:left;
	width:100%;
	color:#7f7f7f;
	line-height:48px;
	font-size:1.05em;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image:url('images/content-feature.png');
}

#tablet .content-feature
{
	background-position:30px center;
	padding-left:70px;
}

#mobile .content-feature
{
	width:auto;
	/*
	background-position:left center;
	padding-left:40px;
	*/
	background:none;
	padding-left:0px;
}

.content-quote
{
	float:left;
	width:60%;
	color:#2f2f2f;
	line-height:48px;
	font-style:italic;
	font-size:1.8em;
	text-align:center;
	margin-top:78px;
	margin-left:20%;
}

#tablet .content-quote, #mobile .content-quote
{
	margin-top:50px;
}

#mobile .content-quote
{
	margin-top:40px;
	width:90%;
	margin-left:5%;
}

.content-logo
{
	float:left;
	width:100%;
	height:100px;
	margin-top:75px;
	background-image:url('images/content-logo.png');
	background-position:center;
	background-repeat:no-repeat;
}

#tablet .content-logo
{
	margin-top:40px;
}

#mobile .content-logo
{
	margin-top:40px;
	margin-bottom:30px;
}

.content-bg
{
	width:100%;
	height:630px;
	margin-top:90px;
	background-size:cover;
	background-position:center;
}

#tablet .content-bg, #mobile .content-bg
{
	height:580px;
	margin-top:70px;
}

#mobile .content-bg
{
	height:400px;
	margin-top:70px;
}


#content-bg-1
{
	background-image:url('images/content-bg-1.jpg');
}

.content-bg .content-small-title
{
	color:#eeeeee;
	font-size:1.8em;
	margin-top:133px;
}

#mobile .content-bg .content-small-title
{
	margin-top:20px;
}

.content-bg .content-large-title
{
	color:#ffffff;
	font-size:4.4em;
	margin-top:65px;
}

#mobile .content-bg .content-large-title
{
	font-size:3em;
	margin-top:40px;
	
}

.content-bg .content-title-line-container
{
	height:4px;
	margin-top:42px;
}

#mobile .content-bg .content-title-line-container
{
	margin-top:10px;
}

.content-bg .content-title-line
{
	width:99px;
	height:4px;
	background-color:#0092C7;
	border:none;
	background-image:none;
}

/*FEATURED CHARITIES*/

.home-charities-container-outer
{
	margin-top:70px;
	min-width:100%;
	margin-bottom:70px;
}

.home-charities-container-inner
{
	min-width:100%;
}

/*FOOTER*/


.footer-container
{
	min-width:100%;
	width:auto;
	max-width:1250px;
}

.footer
{
	margin-top:0px;
	height:auto;
	min-width:100%;
	padding-top:55px;
	padding-bottom:55px;
}

#mobile .footer
{
	padding-top:35px;
	padding-bottom:35px;
}

.footer-scroll
{
	float:left;
	width:100%;
	height:42px;
	margin-top:30px;
    background-image:url("images/footer-scroll.png");
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
	background-size:auto 42px;
}

#desktop .footer-scroll, #tablet .footer-scroll
{
	display:none;
}

.footer-text-container
{
	float:left;
	width:92%;
	margin:0px;
	margin-left:4%;
}

.footer-text
{
	float:none;
	width:100%;
	margin:auto;
}

.footer-buttons
{
	float:left;
	width:auto;
	background:none;
}

.footer-button
{
	float:left;
	width:auto;
	margin:0px;
	background-repeat:no-repeat;
    background-image:url("images/footer-button.png");
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width:313px;
	padding-left:85px;
	padding-right:45px;
}

#tablet .footer-button span
{
	display:none;
}

#tablet .footer-button
{
	width:100px;
	height:67px;
	padding:0px !important;
	background-position:center !important;
}

.footer-buttons a
{
	line-height:68px;
    color:#aaaaaa;
    text-decoration:none;
    float:left;
    line-height:65px;
    font-size:0.8em;
    cursor:pointer;
}

.footer-left, .footer-right
{
	float:left;
	width:6px;
	height:60px;
	margin:0px;
	margin-top:4px;
	background-repeat:no-repeat;
}

.footer-left
{
	background-image:url("images/footer-left.png");
}

.footer-right
{
	background-image:url("images/footer-right.png");
}

.footer-divider
{
	float:left;
	width:4px;
	height:60px;
	margin:0px;
	margin-top:2px;
	background-repeat:no-repeat;
	background-image:url("images/footer-divider.png");
}

#tablet .footer-divider
{
	margin-top:3px;
}

#desktop .footer-text
{
	max-width:800px;
}

#mobile .footer-buttons
{
	display:none;
}

#mobile .footer-copy
{
	margin-top:30px;
}

.footer-copy a:hover
{
	text-decoration:underline;
}

#mobile .footer-copy a
{
	text-decoration:underline;
}

.footer-links-1 a:hover
{
	text-decoration:underline;
}

#mobile .footer-links-1
{
	display:none;
}

/*MOBILE MENU*/

.mobile-menu
{
    position:absolute;
    top:0px;
    display:none;
	border-right:1px solid #eeeeee;
	background-color:#FCFCFC;
    z-index:0;
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile-menu-head-bg
{
    float:left;
    height:68px;
    width:100%;
}

.mobile-menu-logo
{
    float:left;
    height:68px;
    width:100%;
    background-image:url('images/logo-white.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 38px;
	background-color:#0093c9;
}

.mobile-menu-links
{
    float:left;
    width:100%;
	border-bottom:1px solid #eeeeee;
}

.mobile-menu-link
{
    float:left;
    width:100%;
    height:60px;
    line-height:60px;
    width:100%;
    padding-left:6%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
	border-top:1px solid #eeeeee;
	color:#7f7f7f;
	font-family:gotham-book;
    background-image:url('images/mmenu-arrow.png');
	background-position:right 6% center;
	background-repeat:no-repeat;
	background-size:15px 15px;
}

.mobile-menu-link:hover
{
	background-color:#F2F2F2;	
}

.mobile-menu-link a
{
	color:#7f7f7f;
}

.mobile-menu-buttons-container
{
    float:left;
    width:100%;
}

.mobile-menu-buttons
{
	float:left;
}

#mobile-menu-top
{
    float:left;
    width:100%;
}

#mobile-menu-bottom
{
    float:left;
    width:100%;
}

.mobile-menu-edge
{
    position:absolute;
    right:0px;
    top:0px;
    z-index:5000000;
    height:100%;
    display:none;
}

.mobile-menu-social
{
    float:left;
    height:50px;
    width:50px;
	cursor:pointer;
	margin-left:5px;
	margin-right:5px;
	background-size:cover !important;
}

#mobile-menu-facebook
{
	background:url("images/mmenu-facebook.png") center no-repeat;
}

#mobile-menu-twitter
{
	background:url("images/mmenu-twitter.png") center no-repeat;
}

#mobile-menu-contact
{
	background:url("images/mmenu-contact.png") center no-repeat;
}

.mobile-menu-copy
{
	float:left;
	width:100%;
	line-height:18px;
	text-align:center;	
	padding-top:20px;
	padding-bottom:20px;
	color:#7f7f7f;
	font-family:gotham-book;
	font-size:0.8em;
}

.mobile-menu-copy a
{
	color:#7f7f7f;
	font-family:gotham-book;
}

/*WIDGETS*/


.widget-form input[type="text"]
{
    border:none;
    background-color:#ffffff;
    float:left;
    color:#979394;
    padding-left:12px;
    font-size:1.1em;
    padding-top:3px;
    height:30px;
}

.widget-form input[type="image"]
{
    float:left;
}

#widget-style-1
{
    width:316px;
    height:153px;
    position:relative;
}

.tg-widget #widget-style-1
{
    background-image:url('images/widgets/tg-1.png');
}

.nd-widget #widget-style-1
{
    background-image:url('images/widgets/nd-1.png');
}

#widget-style-1-bg
{
    float:left;
    width:290px;
    height:40px;
    margin-left:15px;
    margin-top:100px;
    position:absolute;
}

#widget-style-1 input[type="text"]
{
    margin-top:36px;
    margin-left:59px;
    width:145px;
	height:33px;
}

#widget-style-1 input[type="image"]
{
    margin-top:35px;
}

#widget-style-2
{
    width:300px;
    height:138px;
    position:relative;
}

.tg-widget #widget-style-2
{
    background-image:url('images/widgets/tg-2.png');
}

.nd-widget #widget-style-2
{
    background-image:url('images/widgets/nd-2.png');
}

#widget-style-2-bg
{
    float:left;
    width:290px;
    height:40px;
    margin-left:7px;
    margin-top:92px;
    position:absolute;
}

#widget-style-2 input[type="text"]
{
    margin-top:28px;
    margin-left:51px;
    width:141px;
	height:33px;
}

#widget-style-2 input[type="image"]
{
    margin-top:27px;
}

#widget-style-3
{
    width:300px;
    height:125px;
}

.tg-widget #widget-style-3
{
    background-image:url('images/widgets/tg-3.png');
}

.nd-widget #widget-style-3
{
    background-image:url('images/widgets/nd-3.png');
}

#widget-style-3 input[type="text"]
{
    margin-top:28px;
    margin-left:51px;
    width:141px;
	height:33px;
}

#widget-style-3 input[type="image"]
{
    margin-top:27px;
}

#widget-style-4
{
    width:300px;
    height:125px;
}

.tg-widget #widget-style-4
{
    background-image:url('images/widgets/tg-4.png');
}

.nd-widget #widget-style-4
{
    background-image:url('images/widgets/nd-4.png');
}

#widget-style-4 input[type="text"]
{
    margin-top:28px;
    margin-left:51px;
    width:141px;
	height:33px;
}

#widget-style-4 input[type="image"]
{
    margin-top:27px;
}

#widget-style-5
{
    width:583px;
    height:53px;
    position:relative;
}

.tg-widget #widget-style-5
{
    background-image:url('images/widgets/tg-5.png');
}

.nd-widget #widget-style-5
{
    background-image:url('images/widgets/nd-5.png');
}

#widget-style-5-bg
{
    float:left;
    width:308px;
    height:50px;
    margin-left:270px;
    margin-top:0px;
    position:absolute;
}

#widget-style-5 input[type="text"]
{
    width:134px;
    margin-top:10px;
    margin-left:40px;
	height:33px;
}

#widget-style-5 input[type="image"]
{
    margin-top:9px;
    margin-left:-1px;
}

#widget-style-6
{
    width:255px;
    height:146px;
	position:relative;
}

.tg-widget #widget-style-6
{
    background-image:url('images/widgets/tg-6.png');
}

.nd-widget #widget-style-6
{
    background-image:url('images/widgets/nd-6.png');
}

#widget-style-6-bg
{
    float:left;
    width:120px;
    height:40px;
    margin-left:60px;
    margin-top:90px;
    position:absolute;
}

#widget-style-6 input[type="text"]
{
    width:97px;
    margin-top:28px;
    margin-left:51px;
	height:33px;
}

#widget-style-6 input[type="image"]
{
    margin-top:27px;
}

#widget-style-7
{
    width:255px;
    height:146px;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
}

.tg-widget #widget-style-7
{
    background-image:url('images/widgets/tg-7.png');
}

.nd-widget #widget-style-7
{
    background-image:url('images/widgets/nd-7.png');
}

#widget-style-7 input[type="text"]
{
    width:97px;
    margin-top:28px;
    margin-left:51px; 
	height:33px;
}

#widget-style-7 input[type="image"]
{
    margin-top:27px;
}

#widget-style-1 .widget-currency
{
    left:25px;
    top:36px;
}

#widget-style-2 .widget-currency
{
    left:17px;
    top:28px;
}

#widget-style-3 .widget-currency
{
    left:16px;
    top:28px;
}

#widget-style-4 .widget-currency
{
    left:16px;
    top:28px;
}

#widget-style-5 .widget-currency
{
    left:5px;
    top:10px;
}

#widget-style-6 .widget-currency
{
    left:16px;
    top:28px;
}

#widget-style-7 .widget-currency
{
    margin-left:16px;
    margin-top:27px;
}

.tg-widget .widget-logo-link
{
	position:absolute;
	width:97px;
	height:30px;
}

.nd-widget .widget-logo-link
{
	position:absolute;
	width:40px;
	height:40px;
}

.tg-widget #widget-style-1 .widget-logo-link
{
	top:105px;
	left:21px;
}

.nd-widget #widget-style-1 .widget-logo-link
{
	top:101px;
	left:261px;
}

.tg-widget #widget-style-2 .widget-logo-link
{
	top:97px;
	left:13px;
}

.nd-widget #widget-style-2 .widget-logo-link
{
	top:93px;
	left:253px;
}

.tg-widget #widget-style-3 .widget-logo-link, .tg-widget #widget-style-4 .widget-logo-link
{
	top:77px;
	left:13px;
}

.nd-widget #widget-style-3 .widget-logo-link, .nd-widget #widget-style-4 .widget-logo-link
{
	top:73px;
	left:242px;
}

.tg-widget #widget-style-5 .widget-logo-link
{
	top:11px;
	left:285px;
}

.nd-widget #widget-style-5 .widget-logo-link
{
	top:6px;
	left:533px;
}

.tg-widget #widget-style-6 .widget-logo-link
{
	top:76px;
	left:80px;
}

.nd-widget #widget-style-6 .widget-logo-link
{
	top:84px;
	left:202px;
}

.tg-widget #widget-style-7 .widget-logo-link
{
	margin-top:76px;
	margin-left:80px;
}

.nd-widget #widget-style-7 .widget-logo-link
{
	margin-top:84px;
	margin-left:202px;
}

.widget-currency
{
    font-family:gotham-book;
    position:absolute;
    width:auto;
    height:35px;
	min-width:35px;
    background-position:center;
    background-repeat:no-repeat;
    background-color:#EFEFEF;
	color:#979394;
	font-size:1.3em;
	text-align:center;
	line-height:35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top:-1px;
	border:1px solid #DEDEDE;
}

/*CHECKOUT*/

.checkout-top-nav
{
	float:left;
    width:100%;
    height:68px;
}

.checkout-top-nav-step
{
	float:left;
    line-height:68px;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:0.75em;
    letter-spacing:1px;
}

.checkout-footer-container
{
    height:195px;
    width:100%;
	float:left;
}

.checkout-footer
{
    float:left;
    height:114px;
    width:100%;
}

.checkout-footer-logos
{
    float:left;
    width:100%;
    height:61px;
    background-image:url("images/frsb.png");
    background-position:center;
    background-repeat:no-repeat;
    margin-bottom:20px;
}

.checkout-footer-text
{
    float:left;
    width:100%;
    text-align:center;
    font-size:0.75em;
    line-height:25px;
    margin-top:32px;
}

.checkout-footer-text a
{
    text-decoration:none;
}

.checkout-footer-text a:hover
{
    text-decoration:underline;
}

/*DONATION PROGRESS*/

#donation-container
{
	width:100%;
}

.donate-progress
{
	width:auto;
	visibility: hidden;
}

#donate-progress-2, #donate-progress-2-active
{
	margin-left:0px;
}

.donation
{
	width:100%;
	margin:0px;
}

.step
{
	float:left;
	width:100%;
	max-width:730px;
	/*border:2px solid #e9e9e9 !important;*/
	border:none;
	padding:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	visibility: hidden;
	padding-top:0px;
	padding-bottom:0px;
}

#complete-step
{
	margin-top:35px;
	visibility:visible !important;
}

#mobile .step
{
	padding:0px;
	border:none !important;
}

.step-description
{
	width:100%;
	color:#555555 !important;
}

#checkout-donation.donation .blue-highlight
{
	color:#0092c7;
}

#checkout-donation
{
	padding-left:30px;
	padding-right:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.checkout-image
{
	display:none;
}

.step-left-description, .step-left-description-text, .step-left-text, .step-left-text-fixed, .account-label, .account-label-long
{
	font-family:gotham-light;
	text-transform:none;
	padding:0px;
	margin:0px;
	width:100%;
	color:#555555;
	max-width:320px;
}

.step-left-description-text, .account-label
{
	font-family:gotham-book !important;
	color:#262626 !important;
	font-size:100%;
	text-align:left;
}

.step-left-text-fixed
{
	float:left;
	font-family:gotham-light;
	margin-bottom:20px !important;
	text-align:left;
	font-size:100%;
	height:20px;
	line-height:20px;
	color:#0092c7 !important;
	font-size:0.8em;
}

.step-left-text, .account-label-long
{
	font-family:gotham-light;
	color:#555555 !important;
	margin-bottom:20px !important;
	text-align:left;
	font-size:100%;
}

.step-left-error
{
	width:100%;
	color:#c80000 !important;
	padding:0px;
	margin:0px !important;
	margin-bottom:20px !important;
	text-align:center;
}

.step-left-input
{
	font-family:gotham-light !important;
	text-transform:none !important;
	padding:0px !important;
	margin:0px !important;
	margin-bottom:20px !important;
	width:100% !important;
	text-align:center;
}

.step-left-textbox, .step-select-left, #currencyIcon, .step-left-textarea, .step-left-checkbox, .step-left-textbox-error, .step-select-left-error
{
	float:left;
	width:100% !important;
	max-width:320px !important;
	border-color:#888888;
	padding:0px;
	margin:0px;
	height:36px;
	font-size:0.95em;
	color:#262626;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:5px;
	padding-right:5px;
}

.step-left-checkbox
{
	width:auto !important;
}

#step-left-checkbox-label
{
	width:auto !important;
	max-width:280px;
}

.step-left-checkbox
{
	height:auto;
	padding-left:0px;
}

.checkout-options-free-hidden
{
	display:none;
}

.checkout-options-free-divider-hidden
{
	display:none;
}

.step-left-input-checkbox
{
	float:left;
	width:35px;
	margin-left:0px;
	margin-top:3px;
}

.step-left-label-checkbox
{
	float:left;
}

.step-left-textarea
{
	height:132px !important;
}

.checkout-options-free-divider
{
	width:100%; float:left; height:1px; border-top:1px solid #e9e9e9; margin-bottom:25px; margin-top:10px;
}

.step-left-textbox-error#donation-amount
{
	background-color:#ffcccc;
}

.step-left-description-error#currencyIcon
{
	background-color:transparent;
}

#tablet .donate-logo-container
{
	margin-top:60px;
}

#mobile .donate-logo-container
{
	margin-top:35px;
}

#content-section-outer-checkout
{
	margin-top:100px;
}

#tablet #content-section-outer-checkout
{
	margin-top:70px;
}

#mobile #content-section-outer-checkout
{
	margin-top:45px;
}

#mobile #content-section-outer-info .content-small-title
{
	/*
	margin-top:-50px;
	*/
}

.donate-logo-container img
{
	max-width:100%;
	max-height:100px;
}

.step-giftaid
{
	margin:0px;
	border:1px solid #e9e9e9 !important;
	padding:25px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:20px !important;
	width:100% !important;
	max-width:495px !important;
}

.giftaid-check
{
	margin:0px !important;
	width:40px;
}

.giftaid-description
{
	margin:0px !important;
	margin-top:4px !important;
}

.checkout-button
{
	margin-bottom:0px !important;
	font-size:0.9em;
}

#continue-loader-1 input, #continue-loader-2 input, #continue-loader-3 input, #continue-loader-4 input, #continue-loader-5 input
{
	display:none;
	margin-bottom:0px !important;
}

#continue-loader-1, #continue-loader-2, #continue-loader-3, #continue-loader-4, #continue-loader-5
{
	background-image:url("images/checkout-loading.gif");
	background-size:25px 25px;
	background-position:center;
	background-repeat:no-repeat;
	height:34px;
	margin-bottom:0px !important;
}

#continue-loader-3, #continue-button-3
{
	margin-bottom:30px !important;
}

.details-box
{
	width:auto;
	padding:0px;
	border:none;
	margin:0px !important;
}

#complete-box
{
	width:100%;
}

.details-box h3
{
	display:none;
}

.donation-step-active
{
	background-image:none;
}

.login-right span, .login-right a
{
	float:none !important;
	width:auto !important;
	clear:none !important;
	line-height:25px;
}

.login-right span
{
	text-decoration:none !important;
	cursor:auto !important;
	font-size:100%;
}

.red-highlight
{
	color:#e7212f !important;
}

.login-left, .login-right
{
	width:50%;
	margin:0px;
	padding-left:4%;
	padding-right:4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:35px;
}

#tablet .login-left, #tablet .login-right
{
	padding-top:20px;
}

#tablet .login-left
{
	padding-right:4%;
}

#tablet .login-right
{
	padding-left:4%;
}

#mobile .login-left, #mobile .login-right
{
	width:100%;
	padding-bottom:30px;
	
}

#mobile .login-left
{
	padding-bottom:0px;
}

#mobile .login-right
{
	padding-top:0px;
}

#login-register-text
{
	float:left !important;
	width:100% !important;
	font-size:100% !important;
	margin-top:15px !important;
}

.login-left-inner, .login-right-inner, #login-form, .login-left a, .login-right a, .login-left span, .login-right span, #login-register-text, .login-bullets, .login-left p, .login-right p, .login-left label, .login-right label, .login-left input[type="text"], .login-right input[type="text"], .login-left input[type="password"], .login-right input[type="password"], .login-left textarea, .login-right textarea
{
	width:100%;
	margin:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:gotham-book;
}

.login-left-inner, .login-right-inner
{
	max-width:420px;
}

#mobile .login-left-inner, #mobile .login-right-inner
{
	max-width:auto;
}

#desktop .login-right input[type="submit"], #tablet .login-right input[type="submit"]
{
	float:right;
}

.login-right p
{
	margin-top:8px;
	margin-bottom:17px;
}

.login-left label, .login-right label
{
	margin-top:30px;
	font-size:1em;
	font-family:gotham-medium;
	color:#2f2f2f;
	text-transform:uppercase;
	letter-spacing:1px;
}

.login-left a, .login-right a
{
	text-decoration:none;
}

.login-left a:hover, .login-right a:hover
{
	text-decoration:underline;
}

.login-left input[type="text"], .login-right input[type="text"], .login-left input[type="password"], .login-right input[type="password"]
{
	height:39px;
	font-family:gotham-book;
	color:#555555;
	font-size:1.05em;
}

.login-right textarea
{
	font-family:gotham-book;
	color:#555555;
	font-size:1.05em;
	line-height:25px;
	padding-top:6px;
	padding-bottom:6px;
}

.login-left-inner, .login-right-inner
{
	float:left;
}

#password-reset
{
	float:left;
	width:100%;
	margin-top:20px;
}

#mobile #password-reset, 
#mobile #login-register-text
{
	text-align:center;
	margin-top:25px
}

#mobile #password-reset a,
#mobile #login-register-text a
{
	float:none;
}

.login-left p, .login-right p
{
	float:left;
	width:100%;
	color:#555555;
	line-height:32px;
	font-size:1.05em;
}

#mobile .login-left p, #mobile .login-right p
{
	width:100%;
	text-align:center;
}

.login-bullets
{
	color:#555555 !important;
	line-height:32px !important;
	font-size:1.05em !important;
}

.login-bullets li
{
	padding:0px !important;
	background-image:url("images/content-feature.png") !important;
	padding-left:35px !important;
	line-height:18px !important;
	padding-top:7px !important;
	padding-bottom:7px !important;
}

#mobile .login-bullets li
{
	float:left !important;
	width:auto !important;
}

.login-error, .login-success
{
	width:92%;
	margin:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:gotham-book;
	text-align:center;
	margin-bottom:-40px;
	margin-top:40px;
	margin-left:4%;
}

#mobile .login-error, #mobile .login-success
{
	margin-bottom:-20px;
}

#password-reset-text
{
	margin-bottom:-15px;
	margin-top:30px;
}

#mobile #password-reset-text
{
	margin-bottom:0px;
}

.register-powered
{
	display:none;
	margin-top:35px;
}

.donate-powered
{
	float:left;
	width:100%;
	height:33px;
	margin-top:100px;
	margin-bottom:-85px;
	background-image:url("images/donate-powered.png") !important;
	background-position:center;
	background-repeat:no-repeat;
}

#tablet .donate-powered
{
	margin-bottom:-55px;
	margin-top:70px;
		
}

#mobile .donate-powered
{
	margin-bottom:-30px;
	margin-top:45px;
		
}

.checkout-top-nav-step span#facebook-logo
{
	margin-top:0px;
	height:68px;
	line-height:68px;
	display:inline-block;
	padding-left:45px;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url('images/facebook-icon.png');
}

.register-note
{
	margin-left:0px !important;
}

.checkout-button
{
    float:left;
	text-align:center;
    color:#ffffff;
	text-decoration:none;
	cursor:pointer;
	border-radius:3px !important;
	transition:background-color 0.1s ease-in-out 0s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.15) inset;
	font-family:gotham-light;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1);
	font-size:1.0em;
	height:34px;
	line-height:34px;
	padding-left:20px;
	padding-right:20px;
	text-align:center
}

.footer-left, .footer-right
{
	margin-top:3px;
}

.content-section-suite .content-boxes
{
	margin-bottom:15px;
}

#mobile .content-section-suite .content-boxes
{
	margin-bottom:0px;
}

#mobile .content-section-suite
{
	padding-bottom:0px;
	margin-bottom:-5px;
}

.content-section-suite .content-box-title
{
	font-family:gotham-book;
	padding:0px;
	font-size:1em;
	line-height:20px !important;
	margin-bottom:-10px;
	margin-top:40px;
}

.content-section-suite .content-box-text
{
	font-size:1.1em;
}

.content-section-suite .content-large-title
{
	text-transform:none;
}

.content-section-suite .content-large-title span
{
	color:#e7212f;
}

.content-section-suite .content-text
{
	margin-bottom:0px;
	margin-top:10px;
	font-family:gotham-light;
	opacity:0.8;
}

.content-section-suite .content-box
{
	float:left !important;
	width:30.66666666666667%  !important;
	margin-left:2% !important;
	margin-bottom:0px !important;
}

#mobile .content-section-suite .content-box
{
	margin-left:4% !important;
	width:92% !important;
	margin-bottom:0px !important;
}

#tablet .content-section-suite .content-box-title, #mobile .content-section-suite .content-box-title
{
	line-height:20px !important;
	margin-top:20px !important;
	padding-top:0px !important;
}

#mobile .content-section-suite .content-box-title
{
	margin-top:50px !important;
}


#mobile .content-section-suite .content-box
{
	margin-bottom:50px !important;
}

#mobile .content-section-suite #content-box-last
{
	margin-bottom:0px !important;
}

#mobile .home-charities-container-outer
{
	margin-bottom:50px;
}

.content-section-suite .content-box-title
{
	text-align:center;
}

.content-section-suite .content-box-text
{
	text-align:center;
}

.content-boxes 
{
	margin-top:50px;
}


.content-feature span
{
	float:left;
}

.content-feature
{
	position:relative;
}

.content-feature-info
{
	float:left;
	margin-left:6px;
	height:16px;
	width:16px;
	cursor:help;
	text-align:center;
	color:#7f7f7f;
	border-radius:8px;
	font-size:0.75em;
	margin-top:16px;
	background-image:url('images/content-info.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.content-feature-popup
{
	display:none;
	position:absolute;
	background-color:#ffffff;
	border:1px solid #aaaaaa;
	max-width:86%;
	padding:10px;
	padding-bottom:8px;
	line-height:16px;
	font-size:0.75em;
	top:40px;
	left:35px;
	z-index:100;
}

#desktop .content-boxes-inner
{
	width:1000px;
}

#desktop .application
{
	height:120px !important;
}

#desktop .application-mailchimp{background-image:url('images/applications/mailchimp.png'); background-size:auto 67.5px !important}
#desktop .application-sage{background-image:url('images/applications/sage.png'); background-size:auto 45px !important}
#desktop .application-salesforce{background-image:url('images/applications/salesforce.png'); background-size:auto 90px !important}
#desktop .application-ifttt{background-image:url('images/applications/ifttt.png'); background-size:auto 52.5px !important}
#desktop .application-zapier{background-image:url('images/applications/zapier.png'); background-size:auto 75px !important}
#desktop .application-hmrc{background-image:url('images/applications/gift-aid.png'); background-size:auto 60px !important}

/*FOOTER*/

.checkout-footer-container
{
	height:100px;
}

.checkout-footer
{
	height:100px;
	color:#ffffff;
	background-color:#232429;
}

.checkout-footer a
{
	color:#ffffff;
	text-decoration:none;
}

.checkout-footer-logos
{
	height:46px;
	background-size:192px 46px;
	margin-top:20px;
	margin-bottom:22px;
}

.checkout-footer-text
{
	margin-top:26px;
	font-size:0.8em;
}