@charset "utf-8";
/* CSS Document */
body {
	font-family: 'gilroybold';
	color:#000000;
	background-color:#262932;
	font-size:13px;
	min-width:1200px;
	
}

body * {
 
}
 


@font-face {
    font-family: 'tt_interfacesregular';
    src: url('/fonts/ttinterfaces-regular_1-webfont.woff2') format('woff2'),
         url('/fonts/ttinterfaces-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroybold';
    src: url('/fonts/ttinterfaces-regular_1-webfont.woff2') format('woff2'),
         url('/fonts/ttinterfaces-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroylight';
    src: url('/fonts/ttinterfaces-regular_1-webfont.woff2') format('woff2'),
         url('/fonts/ttinterfaces-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


#topwrapper .top,  .main {
	width:1200px;
	margin:0 auto;
}

#topwrapper {
	background-color:#FFF;
}

#topwrapper #navwrapper .searchwrapper.mobile {
    display: none;
}

#topwrapper .top {
 
	padding:25px 0px;
}

#topwrapper .top .logo {
	float:left;
	width:15%;
}

#topwrapper .top .nav {
	clear:right;
	float:left;
	 
	position:relative;
	z-index:999;
	font-size:18px;
	margin:45px 0px 0px 0px;
 
}

#topwrapper .top .nav .menu {
	display:none;
}
 
a.menu, .nav li.mobilelast {
	display:none;
	clear:both;
}
 

.nav li.last {
	border:none;
	padding-right:0px;
}

.nav li a {
	color:#262932;
	text-decoration:none;
}

.main.padding{
	padding:75px 0;
}

#innerwrapper {
	clear:both;
	background-color:#06a8f0;
	padding:50px 0px;
}

h1 {
	font-size:22px;
	color:#06a8f0;
	padding:0px 0px 30px 0px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

h2, .dn-head {
	font-size:24px;
	color:#262932;
	padding:15px 0px 10px 0px;
	font-weight:bold;
}


h3 .actionbutton {
	margin:25px 0px;
}

h3 .actionbutton a {
	color:red;
	text-decoration:none;
	border:1px solid;
	display:inline-block;
	padding:6px 10px;
	margin:0 0 10px;
	font-weight:bold;
}

h3 .actionbutton .fa {
	font-size:20px;
}

.clear{
	clear:both;
}

#pages {
	padding:80px 0px;
}

.banner{
	margin:-25px 0 0 0;
}

#pages .innersmaller {
	width:35%;
	margin:0 auto;
	text-align:center;
}

/*Register*/
#pages.register .banner .mobile{
	display:none;
}

#pages.register .getstarted {
	overflow:hidden;
	margin:0px 0px 20px 0px;
}

#pages.register .getstarted .fa, .social .fa {
	font-family: 'FontAwesome';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 80px;
	display:block;
    line-height: 80px;
    color: #f0872b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 0px 20px 10px;
}


#pages.register .getstarted .box {
	float:left;
	text-align:center;
	width:22%;
	border:1px solid #e9e9e9;
	border-radius:2px;
	background-color:#f8f8f8;
	margin:0px 1% 0px 0px;
	padding:30px 0px;
}

#pages.register .getstarted h2 {
	text-transform:uppercase;
}

#pages.register .getstarted h3 {
	text-align:center;
	padding:0px 0px 10px 0px;
}

#pages.register .getstarted .desc {
	font-size:12px;
	color:#000;
	width:65%;
	margin:0 auto;
}

#pages.register .button.submit {
	width:220px;
}

/* Form */
.dn-sponsortext {
	font-weight: bold;
	font-size: 16px;
}

.dn-padding {
	padding: 7px;
    position: relative;
}

#dn-top {
	width: 90%;
	clear: both;
	overflow: hidden;
	position: relative;
}

#dn-top .dn-left {
	float: left;
	width: 30%;
	text-align: right;
}

#dn-top .dn-right {
	float: right;
	width: 70%;
}

.dn-smalltext {
	font-size: 10px;
}

#dn-center {
	margin:0 auto;
	clear: both;
	overflow: hidden;
	position: relative;
}

.grey {
	clear:both;
	overflow:hidden;
	border: 1px solid #b7b7b7;
    background: #f3f3f3;
	width:96%;
	padding:5px 1%;
	margin:10px auto 30px auto;
}

.grey  .dn-title {
	background:transparent;
}

.dn-head{
	border-bottom: solid 1px #2d3f87;
	margin: 20px 5px 5px 5px;
	text-align: left;
	clear: both;
}

#dn-center .dn-twoleft {
	clear:both;
	float: left;
	width: 50%;
}

#dn-center .dn-tworight {
	float: right;
	width: 50%;
}

#dn-center .dn-onefull {
	width: 100%;
	clear: both;
}

#dn-center .dn-threewrap {
	float: left;
	width: 66%;
}

#dn-center .dn-threeleft {
	float: left;
	width: 50%;
}

#dn-center .dn-threecenter {
	float: right;
	width: 50%;
}

#dn-center .dn-threeright {
	width: 33%;
	float: right;
}

.dn-spacer {
	clear:both;
	height:10px;
}

#pages.sponsor  .border{
	border-bottom:1px solid #b9bec4;
	width:76%;
	margin:40px 0;
}

#pages.sponsor .form .submit{
	width:auto;
	float:none;
	margin:20px 0;
}

.dn-title {
	 
    font-size: 13px;
	padding:0 0 3px 0;
}

.charged { 
	position: unset; 
	margin: 0 0 10px; 
	line-height: 3; 
	font-size: 14px; 
	color: #c41230;
}

.dn-title.rel, .dn-title.ad {
    position: relative;
    padding: 5px 0;
    top: 0;
	display:block;
	text-transform:capitalize;
    left: 0;
}


.dn-textfield, .textfield, .textarea, .dn-textfieldsm, .dn-textfieldsml, .dn-textarea {
    width: 99%;
    margin: 0px 0 10px 0;
    resize: none;
    height: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    border: 1px solid #b9bec4;
	padding:0 0 0 3%;
}

.textarea, .dn-textarea {
	height:100px;
}

.textarea{
	padding:10px 0 0 3%;
	width:97%;
}


.dn-textfieldsm {
	width: 50%;
}

.dn-textfieldsml {
	width: 31%;
}

.dn-star {
	color: #F00;
}

.DonateHead{
	color:#2d3f87;
	font-weight:bold;
	border-top: 1px dashed #7d7d7d; 
	border-bottom: 1px dashed #7d7d7d;
	margin:2px;
	padding:5px;
	text-align:left;
	font-size:16px;
	text-transform:uppercase;
}

.DonatePad {
	padding-left:30px;
	width:100%;
}

.dn-clear {
	clear:both;
}

#Username.dn-textfieldsml {
padding-left:2px;
}

.messagebox {
        position: absolute;
        width: 100px;
        margin: 10px 20px;
        border: 1px solid #c93;
        background: #ffc;
        padding: 3px;
}

.messageboxok {
        position: absolute;
        width: auto;
        margin: 10px 0px 10px -50px;
        border: 1px solid #349534;
        background: #C9FFCA;
        padding: 3px;
		z-index:999;
        font-weight: bold;
        color: #008000;
}

.messageboxerror {
        position: absolute;
        width: auto;
        margin: 10px 20px;
        border: 1px solid #CC0000;
        background: #F7CBCA;
        padding: 3px;
        font-weight: bold;
        color: #CC0000;
}

#dn-account.dn-js {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
}

#pages.register .info{
	border-bottom:20px solid #f0872b;
	padding:40px 0 0 0;
}

#pages.register .left .header{
	margin:0px 0 50px 0;
}

#pages.register .header{
	text-transform:uppercase;
	font-weight:900;
	font-size:40px;
	line-height:40px;
}

#pages.regsiter .header.orange{
}

#pages.register .right a{
	display:block;
	width:200px;
	padding:6px 0;
	text-align:center;
	font-size:16px;
	margin:20px auto 0 auto;
	text-decoration:none;
	border:2px solid #000;
	cursor:pointer;
}

#pages.register .right a:hover{
	background:#000;
	color:#fff;
}

#pages.register .right a span{
	color: #f0872b;
}

/*Team*/
#pages.team {
	padding:0px;
}

#pages.team #form {
	width:70%;
	margin:0 auto;
}

/* My Profile */
#myprofile .title {	
	font-weight:bold;
	font-size:14px;
	color:#0E316D;
}

FIELDSET {
	border: 1px solid #0E316D;
	padding: 15px;
	min-height:175px;
}

FIELDSET a {
	color: #550666;
}

LEGEND {
	margin-bottom:20px;
}


/*Login*/
#pages.signin {
	text-align:center;
}


#pages.signin .forgot{
	color:#a5a2a2;
	margin:20px 0 0 0;
}

#pages.signin .forgot a{
	color:#a5a2a2;
	margin:0 5px 10px 5px;
}

#pages.signin .register{
	text-decoration:none;
	text-align:center;
	padding-top:50px;
}

#pages.signin .register a {
	color:#000;
}


/*Sponsor*/
#pages.choose h1{
	text-align:center;
	padding:0 0 20px 0;
}

#pages.choose .search {

	width:40%;
	margin:0 auto;
}

#pages.choose .search .textfield{
	float:left;
	padding: 17px 0 17px 3%;
	width:67%;
}

#pages.choose .search .submit{
	float:right;
	margin:0px;
	padding:15px 0;
	width:28%;
	font-size:18px;
}

#pages.choose #names {
	clear:both;
	overflow:hidden;
	margin:50px auto 50px auto;
}

#pages.choose #names .participant {
	float:left;
	border:2px solid #06a8f0;
	padding:4px 0px 4px 4px;
	height: 55px;
	clear:both;
	width:46%;
	margin:0px 0px 10px 0px;
}

#pages.choose #names .participant:hover, #pages.choose #teams a:hover  {
	border:2px solid #000;
}


#pages.choose #names .participant.right{
	float:right;
	clear:none;
}

#pages.choose #names .participant .pix{
	float:left;
	width:15%;
}

#pages.choose #names .participant .info{
	float:left;
	width:45%;
	padding:0 0 0 3%;
}

#pages.choose #names .participant .info .location{
	font-size:14px;
	padding:0 0 10px 0;
	text-transform:capitalize;
}

#pages.choose #names.full .participant.taller {
	height:70px;
	padding:10px 1%;
}

#pages.choose #names .name {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding:20px 0px 0px 0;
}

#pages.choose #names .amount {
	float:left;
	padding:18px 0 0 0%;
	color:#06a8f0;
	font-weight:bold;
	 
	text-align:right;
	font-size:30px;
}

#pages.choose #names .visit {
	float:left;
	color:#fff;
	text-align:center;
	line-height:15px;
	padding:8px 6px;
	margin: 15px 0 0 2%;
	width:19%;
	font-size:11px;
	background:#000;
}

#pages.choose #names .go{
	width:14px;
	height:14px;
	float:right;
	border:2px solid #fff;
	border-radius:100%;
	float: right;
    margin: 25px 4% 0 0;
	background-color: #f7941d;
}

#pages.choose a {
	text-decoration:none;
	color:#000;
}

#pages.choose #names .columns .price {
	float:right;
	text-align:right;
	width:25%;
}

#pages.choose #names{
	float:left;
	width:68%;
 
}

#pages.choose #names .participant{
	width:47%;
	 
}

#pages.choose #teams{
	float:right;
	margin:50px 0;
	width:25%;
	background: #f8f8f8;
    padding: 20px;
}

#pages.choose #teams .title{
	font-size: 32px;
	text-align:center;
	text-transform:uppercase;
    padding: 0 0 10px 0;
}

#pages.choose #teams a {
    border: 2px solid #414143;
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 20px 0;
}

#pages.choose #teams a .name {
    text-transform: uppercase;
	padding: 15px 0px 0px 0;
    font-size: 22px;
    font-weight: bold;
}

#pages.choose #teams a .amount {
    color:#06a8f0;
    font-weight: bold;
	padding: 12px 0 10px 0%;
    font-size: 30px;
}

#pages.choose #teams a .button {
    width: 50%;
    color: #fff;
    text-align: center;
    line-height: 15px;
    padding: 8px 0px;
    margin: 0px auto -35px auto;
    background-color: #414143;
}

#pages.choose.large #names .visit{
	display:none;
}

/*Choose page with larger photos*/
#pages.choose.large #names{
	float:none;
	width:100%;
}

#pages.choose.large #names .participant{
	width:26%;
	margin:0 0 50px 0;
	clear:none;
	text-align:center;
	padding:40px 0 30px 0;
}

#pages.choose.large #names .participant.right{
	margin:0 10% 50px 10%;
	float:left;
}

#pages.choose.large #names .participant .pix{
	width:45%;
	float:none;
	height: 120px;
    overflow: hidden;
	margin:0 auto;
}

#pages.choose #names .name{
	padding:20px 0 0 0;
}

#pages.choose.large #names .participant .info{
	float:none;
	width:100%;
	padding:0px;
}

#pages.choose.large #names .amount{
	float:none;
	padding:10px 0 0 0;
	text-align:center;
	width:100%;
}

#pages.choose.large #names .go{
	display:none;
}

#pages.choose.large #names .visit{
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	padding:5px 0;
	background:#06a8f0;
	float:none;
	text-decoration:none;
	width:40%;
	margin: 20px auto -45px auto;
}

/*Personal Page*/
#pages.mypage{
	position:relative;
}

#pages.mypage .main {
	overflow:hidden;
}

#pages.mypage .banner h1{
	color:#fff;
	font-weight:bold;
	font-size:55px;
	padding:0 0 25px 0;
}

#pages.mypage .banner h2{
	color:#fff;
	text-align:center;
	margin:0 auto;
	font-size:40px;
	font-weight:bold;
	width:60%;
	background:#06a8f0;
	padding:20px 0 25px 0;
}

#pages.mypage .left{
	float:left;
	width:60%;
}

#pages.mypage .left h3{
	line-height:30px;
	font-size:25px;
}

#pages.mypage   ul li{
		padding:0 0 10px 0;
}

#pages.mypage .left .button{
	background-color: #d3dd28;
    color: #262262;
    font-size: 21px;
    font-family: 'GothamBlack';
    width: 45%;
	margin: 15px auto;
	text-align: center;
	text-decoration:none;
	display:block;
    padding: 14px 0;
    border: none;
    text-transform: uppercase;
}

#pages.mypage.bannerpix .left{
	float:right;
	width:50%;
}

#pages.mypage .raised {
    left: 0;
    position: absolute;
    top: 40px;
    font-size: 22px;
}

#pages.mypage .caps {
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 22px;
}

.thermometer.horizontal .goal {
   
}


#pages.mypage.bannerpix .right{
	float:left;
	padding:2%;
	background:#f5f4f4;
	width:25%;
	border:1px solid #d1d1d1;
}

#pages.mypage .left h1{
	text-align:left;
}

#pages.mypage .left .text{
	text-align:justify;
	font-size:14px;
	line-height:25px;
	margin:80px 0 40px 0;
}

#pages.mypage.bannerpix .left .text{
	margin:10px 0 10px 0;
}

#pages.mypage .left .fb-like, #pages.mypage .left  .LinkedInShare, #pages.mypage .left  .twitter-share-button{
	float:left!important;
}


#pages.mypage .right{
	float:right;
	margin: 0 0 80px 0;
	width:27%;
}

#pages.mypage .right img{
	vertical-align:middle;
}
 

#pages.mypage .entry{
	border:2px solid #06a8f0;
	overflow:hidden;
}

#pages.mypage .entry label{
	color:#06a8f0;
	float:left;
	width:10%;
	text-align:right;
	font-size:40px;
}

#pages.mypage .entry .textfield{
	float:right;
	background:transparent;
	padding:14px 0 8px 3%;
	width:87%;
	border:none;
	background:none;
}

#pages.mypage .entry input:focus{
    outline: 0;
}

#pages.mypage .title br{
	display:none;
}

#pages.mypage .scroll {
	border: 3px solid #000;
	padding:30px;
}

#pages.mypage.bannerpix .scroll{
		border-bottom:2px solid #282828;
		border-top:2px solid #282828;
		padding:40px 0;
		border-left:none;
		border-right:none;
}
								 
 
#pages.mypage.bannerpix .title {
	padding:40px 0 4px 0;
	letter-spacing:normal;
	margin:0px;
	font-size:28px;
	color:#282828;
	font-weight:normal;
}
								 
#pages.mypage .scroll .scrollbox {
	padding:20px 0px 40px 0;
	border:none;
	width:65%;
	margin:0 auto;
}

#pages.mypage .scroll .scrollbox ul li{
	padding:0 0 15px 0;
	overflow:hidden;
}

#pages.mypage.bannerpix .scroll {
	text-align:left;
	overflow:hidden;
	font-size:16px;
}

#pages.mypage.bannerpix .scroll a.pop {
	color:#000;
	float:right;
	font-size:12px;
	padding:0px 0px 5px 0px;
	text-transform:uppercase;
}

#pages.mypage.bannerpix .scroll .scrollbox {
	width:100%;
	padding:0px;
}

#pages.mypage .scroll .name{
	float:left;
	text-transform:capitalize;
	clear:both;
	width:80%;
}

#pages.mypage.bannerpix .scroll .name{
	float:right;
	text-transform:uppercase;
	clear:none;
	width:80%;
}

#pages.mypage.bannerpix .scroll .name .comment{
	font-style:italic;
	padding:20px 0 40px 0;
	text-transform:none;
	
}

#pages.mypage .scroll .scrollbox .amount{
	float:right;
	width:18%;
	text-align:right;
}

#pages.mypage.bannerpix .scroll .amount{
	clear:both;
	width:18%;
	float:left;
	text-align:left;
}

#pages.mypage .scroll .scrollbox a{
	color:#000;
	text-decoration:none;
}

#pages.mypage.bannerpix .scroll .scrollbox a{
	color:#282828;
}

#pages.mypage .thermometer .total{
	background:#fff;
}

/*Sponsor Popup */
#pages.sponsorpopup {
	border:3px solid #000;
	font-size:16px;
	padding:5%;
	overflow:hidden;
}

#pages.sponsorpopup .column {
	float:left;
	width:48%;
}

#pages.sponsorpopup .column.right {
	float:right;
}

#pages.sponsorpopup .listing {
	padding:10px 0px;
	overflow:hidden;
}

#pages.sponsorpopup .comment {
	font-style:italic;
	font-size:14px;
}

/*My Account*/
/* My Profile */
#pages.profile .main {
	overflow:hidden;
}

#myprofile .title {	
	font-weight:bold;
	font-size:14px;
	color:#0E316D;
}

#pages.profile .menu, #topwrapper .top .nav .menu{
	float:left;
	width:22%;
	border-radius:3px;
	background-color: #22222a;
	color:#fff;
}
#pages.profile .assitancebox {
	width:550px;
	padding:15px;
	margin:10px;
	background-color:#CCC;
	border:1px solid #808080;
}

#pages.profile .menu a, #topwrapper .top .nav .menu a {
	text-decoration:none;
	color:#fff;
	font-weight:200;
}

#pages.profile .menu .link, #topwrapper .top .nav .menu .link {
	padding:0 0 20px 0;
}

#pages.profile .menu .icon, #topwrapper .top .nav .menu .icon {
	float:left;
	padding:0 0 0 10px;
}

#pages.profile .menu .box .icon{
	padding:15px 0 0 10%;
}

#pages.profile .menu .box .icon.spons{
	padding:16px 0 0 10px;
}

#pages.profile .menu .dash, #pages.profile .menu .title, #topwrapper .top .nav .menu .title {
	float:left;
	margin:0 0 20px 10px;
}

#pages.profile .menu .title {
	margin:0 0 0 5px;
	padding:11px 0 0 0px;
}

#pages.profile .menu .titleDt {
	cursor:pointer;
}

#pages.profile .menu .title.sponsors{
	padding:17px 0 0 5px;
}

#pages.profile .content h2 {
	text-align:left;
	font-size:18px;
	padding:5px 0px 15px 0px;
}

#pages.profile .content .dn-title {
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	display:block;
	padding:0;
	text-transform:capitalize;
	left:0;
	bottom:0;
}

#pages.profile .content .dn-thirdleft {
	float:left;
	clear:both;
	margin:10px 0px;
	width:25%;
}

#pages.profile .content .dn-threequart {
	float:right;
	margin:10px 0px;
	width:70%;
}

#pages.profile .content .tip {
	background-color:#ebebec;
	text-align:center;
	padding:15px 0px;
	width:100%;
}

#pages.profile .content .tip a {
	text-decoration:none;
	color:#0088cc;
}

#pages.profile .content .dn-smalltext {
	font-weight:300;
	text-transform:none;
}

#pages.profile .content{
	float:right;
	width:74%;
}

#pages.profile .menu .box,  #topwrapper .top .nav .menu .box {
	border-bottom:2px solid #43434b;
	padding:20px 0px;
	border-left:6px solid #21222a;
}



 .box.test{
	display:none;
}


#pages.profile dt.opened,  #topwrapper .top .nav .menu dt.opened {
	color:#FFFFFF;
	padding: 10px 0 0 0;
}

#pages.profile .titleDt:before, #topwrapper .top .nav .menu .titleDt:before{
	content: "\f107";
	float:right;
	color:#fff;
	font-size:18px;
	margin:5px 5% 0px 0px;
	font-family: 'FontAwesome';
}

#pages.profile .titleDt.opened:before, #topwrapper .top .nav .menu .titleDt.opened:before {
	content: "\f106";
}

#pages.profile dd, #topwrapper .top .nav .menu dd {
    display:none;
	padding:30px 0px 0px 28px;
	background: #262932;
	border-radius: 0 0 5px 5px;

}

#pages.profile .content .box {
	border:1px solid #d0d0d0;
	float:left;
	width:47%;
	 
	margin:30px 0 0 0;
	border-radius:5px;
}

#pages.profile .content .box .amount{
	padding:0;
}

#pages.profile .content .box.right {
	float:right;
}

#pages.profile .content .info{
	margin:0px auto 30px auto;
}

#pages.profile .content .donations .box {
	float:left;
	width:31.3%;
	margin:0px;
	border:none;
}

#pages.profile .content .donations .box.high {
	margin:0px 3%;
}

#pages.profile .content .donations .amount {
	float:left;
	width:32%;
	font-size:16px;
	line-height:16px;
	font-weight:700;
	text-align:center;
	border-radius:3px 0px 0px 3px;
	color:#FFF;
	padding:40px 0px;
	background-color:#e0551e;
}

#pages.profile .content .donations .info {
	float:right;
	width:64.62%;
	min-height:42px;
	text-align:center;
	padding:23px 0px 27px 3%;
	border-radius:0px 3px 0px 0px;
	border-bottom:3px solid #e0551e;
	border-top:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}

#pages.profile .content .donations .info .title {
	border:none;
	font-size:18px;
	line-height:18px;
	text-transform:capitalize;
	font-weight:700;
	color:#e0551e;
	padding:0px;
}

#pages.profile .content  .donations .box.recent .amount {
	background-color:#78b82c;
}

#pages.profile .content  .donations .box.recent .info {
	border-bottom-color:#78b82c;
}

#pages.profile .content  .donations .box.recent .title {
	color:#78b82c;
}
 
#pages.profile .content  .donations .box.high .title {
	color:#0188cc;
}

#pages.profile .content  .donations .box.high .info {
	border-bottom-color:#0188cc;
}
#pages.profile .content .donations .box.high .amount {
	background-color:#0188cc;
}

#pages.profile .content .boxes .box{
	width:30%;
}

#pages.profile .content .boxes .box.right{
	margin:30px 4.5% 0 4.5%;
	float:left;
}

#pages.profile .content .box .graph .but{
	width:100%;
}

#pages.profile .content .box .title {
	border-bottom:1px solid #d0d0d0;
	padding:10px 0 10px 0;
	text-transform:uppercase;
	font-size:13px;
	line-height:13px;
	text-align:center;
 
	font-weight:700;
	color:#071925;
}

#pages.profile .content .box .bottom .amount {
	font-weight:700;
	font-size:18px;
	line-height:18px;
	color:#F0872B;
}

#pages.profile .content .box.right .bottom .amount {
	color:#0188cc;
}


#pages.profile .content .box .bottom .title {
	font-weight:400;
	font-size:12px;
	border:none;
	padding:5px 0px 0px 0px;
	line-height:12px;
}

#pages.profile .content .box .graph {
	padding:25px 3%;
	overflow:hidden;
}

#pages.profile .content .box .bottom {
	border-top:1px solid #d0d0d0;
}

#pages.profile .content .box .bottom .left, #pages.profile .content .box .bottom .right {
	float:left;
	width:50%;
	padding:20px 0px;
	text-align:center;
	border-right:1px solid #d0d0d0;
}


#pages.profile .content .box .bottom .right {
	float:right;
	width:49%;
	border:none;
}

#pages.profile .content .info .total.goal{
	float:right;
	width:45%;
	background:#f1eff0;
}

#pages.profile .content .info .total.raised{
	float:left;
	width:45%;
	background:#f1eff0;
}

#pages.profile .content .info .total .icon{
	float:left;
	text-align:center;
	height:56px;
	padding:20px 0 0 0;
	background-color:#06a8f0;
	width:66px;
}

#pages.profile .content .info .total .grey{
	background:#f1eff0;
	color:#868485;
	float:left;
	padding:10px 15px 0px 15px;
	text-align:center;
	height:66px;
	width:60%;
}

#pages.profile .content .info .total .grey .amount{
	font-size:28px;
	padding:8px 0 0 0;
}


#pages.profile .content .donations a.view{
	display:block;
	clear:both;
	text-align:center;
	margin:20px 0px 0 0;
	color:#000000;
}

#pages.profile .content .blue{
	float:left;
	width:40%;
	padding:20px 20px 20px 20px;
	background:#06a8f0;
	color:#FFFFFF;
	border-radius:3px;
}

#pages.profile .club{
	letter-spacing:2px;
	font-weight:800;
	margin:20px 0 0 0;
	background:#349ed8;
	padding:20px 0;
	text-align:center;
	color:#fff;
	font-size:23px;
	text-transform:uppercase;
}

#pages.profile .club .small{
	letter-spacing:1px;
	padding:5px 0 0 0;
	font-weight:500;
	font-size:16px;
}

#pages.profile .club span{
	color:#ffd800;
}

#pages.profile .scroll{
	margin:0 0 30px 0;
	border:1px solid #d0d0d0;
	border-radius:5px 5px 0 0;
}

#pages.profile .scrolls{
	padding:40px 0 0 0;
	border-top:1px solid #0087c9;
	margin:40px 0 0 0;
}

#pages.profile .scrolls .title{
	float:left;
	width:19%;
	padding:20px 0;
	border-right:1px solid #d0d0d0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-weight: 700;
}

#pages.profile .list{
	float:right;
	width:76%;
	padding:16px 2%;
}

#pages.profile .amount{
	color:#F0872B;
	 font-weight: 700;
	 font-size:18px;
}

#pages.profile .list a {
	text-decoration:none;
}

#pages.profile .entry{
	padding:0 30px;
}

#pages.profile .name{
	padding:0 0 0 15px;
}

#pages.profile .content .blue #donutchart div div{
	width:100%!important;
}

#pages.profile.edit .content .button {
	float:right;
	width:35%;
	text-align:center;
	border:none;
}

#pages.profile table.vedit {
	width:90%;
}

#pages.profile table.vedit td {
	padding:5px;
}

#pages.profile table.vedit th {
	color: #fff;
	font-size:20px;
	width:15%;
	border-bottom:1px solid #000;
	text-align:center;
	background: #262932!important;
	padding:5px;
}

#pages.profile table.vedit table {
	width:100%;
}

#pages.profile h3 {
	border:none;
}

#pages.profile .icons {
	padding:20px;
	text-align:center;
}

#pages.profile .content .buttons{
	float:right;
	width:45%;
}

#pages.profile .content .button:before {
	content: "\f1d8";
	margin:0px 5px 0px 0px;
	font-family: 'FontAwesome';
}

#pages.profile .content .box .button:before {
	display:none;
}

#pages.profile .content .button{
	font-weight:700;
	border:none;
	color:#FFF;
	padding:15px 0px 15px 2%;
	font-size:13px;
	line-height:13px;
	width:68%;
	display:block;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#309dce;
	border-radius:3px;
}

#pages.profile .content .graph .textfield {
	padding:11px 0px 11px 1%;
	float:left;
	width:66%;
	position:relative;
}

#pages.profile .content .button.copy {
	float:right;
	border:none;
	position:relative;
	text-align:center;
	background-color:#309dce;
	width:30%;
	border-radius:0px 3px 3px 0px;
}

#pages.profile .content .button.copy:before {
	content:"\f0c5";
}

#pages.profile .copied::after {
  position: absolute;
  top: 12%;
  right: 110%;
  display: block;
  content: "copied";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  z-index:9999;
  background-color: #22a;
  border-radius: 3px;
  opacity: 0;
 /* will-change: opacity, transform;
  animation: showcopied 1.5s ease;*/
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

#pages.profile .content .button.bottom{
	padding:20px 20px 10px 10px;
}

#pages.profile .content .button .large{
	text-transform:uppercase;
	font-size:16px;
	padding:0 0 4px 0;
}

#pages.profile .content .button.bottom .large{
	padding:0 0 15px 0;
}

#pages.profile .content .button.bottom .small{
	font-size:80%;
}

#pages.profile .content .button a{
	text-decoration:none;
	color:#FFFFFF;
}

#pages.profile .content .buttons .button .text{
	float:left;
}

#pages.profile .content .button .arrow{
	float:right;
	padding:3px 0 0 0;
	width:11px;
}

#pages.profile .content .buttons .button .icon{
	float:left;
	margin:4px 5px 0 0;
	width:54px;
}

#pages.profile .content .buttons .button .title{
	float:right!important;
	width:77%;
}


#pages.profile .content .messages{
	float:left;
	width:45%;
	background:#eff0f4;
	border-radius:3px;
	padding: 15px 10px 10px 10px;
	color:#626166;
	font-size:14px;
}

#pages.profile .content .fundraisers{
	float:right;
	width:45%;
	background:#eff0f4;
	border-radius:3px;
	padding:15px 10px 25px 10px;
}

#pages.profile .content .messages .title, #pages.profile .content .fundraisers .title{
	padding:0 0 15px 0;
	color:#626166;
	text-transform:uppercase;
	font-family: 'quadonmedium';
	font-size:16px;
}

#pages.profile .content .messages marquee{
	background:#FFFFFF;
	padding:10px 20px 10px 20px;
}

#pages.profile .content .messages .message{
	line-height:25px;
	padding:12px 10px 12px 0;
	border-bottom:1px solid #c3c3c3;
}

#pages.profile .content .messages .message.last{
	border:none;
}

#pages.profile .content .fundraisers .fundraiser{
	background:#FFFFFF;
	padding:8px 10px 8px 10px;
	margin:0 0 5px 0;
}

#pages.profile .content .fundraisers .fundraiser .photo{
	float:left;
	padding:10px 0 0 0;
}

#pages.profile .content .fundraisers .fundraiser .photo img{

	border-radius:50px;
}

#pages.profile .content .fundraisers .fundraiser .info{
	float:right;
	width:70%;
	color:#7498cc;
}

#pages.profile .content .fundraisers .fundraiser .info .name{
	float:left;
	font-size:14px;
	width:65%;
}

#pages.profile .content .fundraisers .fundraiser .info .amount{
	float:right;
	font-size: 14px;
	font-family: 'quadonmedium';
	width:30#;
	text-align:right;
}

#pages.profile .content .fundraisers .fundraiser.top{
	border-radius:4px 4px 0 0;
}

dd{
	display:none;
}

#pages.profile .content .fundraisers .fundraiser.bottom{
	border-radius:0 0 4px 4px;
}

#pages.profile .content .fundraisers .fundraiser.bottom .border{
	border-bottom:1px dashed #d3d1d2;
	
}

#pages.profile .content .detailsbox {
	overflow:hidden;
	border:1px solid #d0d0d0;
	border-radius:3px;
	border-top:0px;
}

#pages.profile.tips .content .text, #pages.profile.email .content .text {
	padding:25px 3%;
	display:none;
}

#pages.profile.tips .content h3, #pages.profile.email .content h3 {
	border-bottom:1px solid #d0d0d0;
	border-top:1px solid #d0d0d0;
	padding:18px 3%;
	color:#78b82c;
	font-weight:700;
	font-size:18px;
}

#pages.profile.tips .content h3:before {
	content: "\f107";
	float:right;
	font-size:18px;
	margin:5px 5% 0px 0px;
	font-family: 'FontAwesome';
}

#pages.profile.tips .content h3.opened:before {
	content: "\f106";
}

#pages.profile.tips .content h3 i:before {
	font-style:normal;
	font-family: 'FontAwesome';
	font-size:20px;
	margin:0px 10px 0px 0px;
	font-weight:normal;
}

#pages.profile.tips .content h3 i.time:before {
	content: "\f017";
}

#pages.profile.tips .content h3 i.style:before {
	content: "\f118";
}

#pages.profile.tips .content h3 i.personal:before {
	content: "\f08a";
}

#pages.profile.tips .content h3 i.connect:before {
	content: "\f003";
}

#pages.profile.tips .content h3 i.ask:before {
	content: "\f0e5";
}

#pages.profile.tips .content h3 i.repeat:before {
    content: "\f01e";
}

#pages.profile.tips .content h3 i.post:before {
  content: "\f110";
}

#pages.profile.email .content .header {
	overflow:hidden;
	border: 1px solid #d0d0d0;
	border-radius:3px 3px 0px 0px;
}

#pages.profile.email .content h3 {
	color:#000;
	float:left;
	width:50%;
	border:none;
}

#pages.profile.email .content .detailsbox {
	border-top:0px;
	border-radius:0px 0px 3px 3px;
	margin:0px 0px 25px 0px;
}

#pages.profile.email .content .detailsbox .text {
	display:block;
}

#pages.profile.email .samples {
	float:right;
	width:30%;
	padding:18px 3% 0px 0px;
}

#pages.profile.email .samples a {
	color:#FFF;
	width:45%;
	float:left;
	cursor:pointer;
	margin:0px 2.5%;
	display:block;
	background-color: #0188cc;
	border-radius:20px;
	text-align:center;
}

#pages.profile .table {
	border: 1px solid #d0d0d0;
	border-radius:3px;
	overflow:hidden;
}

#pages.profile .table .col1, #pages.profile .table .col2, #pages.profile .table .col3, #pages.profile .table .col4, #pages.profile .table .col5, #pages.profile .table .col6 {
	float:left;
	font-size:13px;
	line-height:normal;
	width:8%;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding:10px 2%;
	min-height:55px;
}


#pages.profile .table.runners.pending .col6{
	width:3.8%;
	
}

#pages.profile .table.runners .col6 {
    width: 15%;
}

#pages.profile .table.runners .filter .col5 {
    border-right:none;
	width:23%;
}

#pages.profile .table.runners .col2{
	width:11%;
	border-right:none;
}

#pages.profile .table.runners .col1, #pages.profile .table.runners .col2, #pages.profile .table.runners .col3, #pages.profile .table.runners .col4, #pages.profile .table.runners .col5, #pages.profile .table .col6{
	    padding: 10px 1%;
}

#pages.profile .table.runners .col1{
	width:9%;
}

#pages.profile .table .col3 {
	width:21.55%;
}

#pages.profile .table .col4 {
	width:25%;
}

#pages.profile .table .col5 {
	border-right:none;
	width:17%;
}

#pages.profile .table.runners .col5{
	border-right: 1px solid #d0d0d0;
}

#pages.profile.edit .table .button {
    float: none;
    width: 100%;
}

#pages.profile .table .row {
	clear:both;
	overflow:hidden;
	background-color:#f1f2f2;
}

#pages.profile .table .row.second {
	background-color:#FFF;
}

#pages.profile .table .header {
	color:#78b82d;
	background-color:#FFF;
	font-size:15px;
	min-height:0px;
	font-weight:700;
}

#pages.profile .table a {
	text-decoration:none;
	font-weight:300;
}

#pages.profile .table .col4 i:before {
	content: "\f003";
	font-size:15px;
	font-style:normal;
	margin:0px 0px 0px 2%;
	color:#FFF;
	padding:5px;
	background-color:#78b82d;
	border-radius:100%;
	font-family: 'FontAwesome';
}


/*Thermo*/
   

.thermometer {
    position: relative;
 	text-transform:capitalize;
}

#pages.mypage.bannerpix .thermometer{
	float:left;
	width:16%;
}

.thermometer .track {
    height:70px;
    border: 3px solid #06a8f0;
    position: relative;
}

.thermometer .progress {
	border-radius:5px;
	height:100%;
	width:0%;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(255,255,255)), color-stop(0%,rgb(6,168,240)));
    background: -webkit-linear-gradient(left, rgb(255,255,255) 10%,rgb(6,168,240) 0%);
    background:      -o-linear-gradient(left, rgb(255,255,255) 10%,rgb(6,168,240) 0%);
    background:     -ms-linear-gradient(left, rgb(255,255,255) 10%,rgb(6,168,240) 0%);
    background:    -moz-linear-gradient(left, rgb(255,255,255) 10%,rgb(6,168,240) 0%);
    background:   linear-gradient(to right, rgb(255,255,255) 10%,rgb(6,168,240) 0%);
    background-size: 15% 100%;
    position: absolute;
    bottom:0;
    left:0;
}

.thermometer.horizontal .goal {
   
}

#pages .thermometer.horizontal .amount {
    bottom:-35px;
	font-size:24px;
    font-weight: bold;
    position: absolute;

}

#pages.sponsor .disclaimer{
	text-align:center;
	margin:0 0 30px 0;
}

/*FAQ*/
#pages.faq .labels{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}

#pages.faq .trigger{
	width:auto;
	flex:1 1 auto;
	padding:16px 5px;
	border:1px solid;
}

#pages.faq .trigger.active{
	background:#E83713;
	border-color:#E83713;
	color:#fff;
}

#pages.faq dt {	 
	padding:0 0 0 30px;
	position:relative;
	font-size:21px;
	font-weight:600;
	cursor:pointer;
}

#pages.faq dt:before {
    font-family: 'FontAwesome';
    content: "\f067";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 1px;
}

#pages.faq dl {
    padding: 30px 0;
    border-bottom: 1px solid #D2D2D2;
}

#pages.faq dd{
	padding:20px 0 0 30px;
	text-align:justify;
	line-height:18px;
	display:none;
}

#pages.faq a{
	color:#000;
}

#pages.faq .quest{
	z-index:9;
	position:relative;
}

#pages.faq .number{
	color:#fff;
	position:absolute;
	left:-31px;
	top:-10px;
	border-radius:100%;
	text-align:center;
	font-weight:normal;
	padding:12px 0;
	width:43px;
	background:#309dce;
	font-size:18px;
}
 
#pages.faq .box{
	margin:0 0 15px 0;
	background:#f8f8f8;
	padding:40px 50px 40px 50px;
}

#pages.faq .questionDt{
	cursor: pointer;
	background: url(images/faq-down.png) no-repeat 95%;
	font-weight:bold;
	font-size:21px;
}

#pages.faq .questionDt.opened{
	background:url(images/faq-up.png) no-repeat 95%;
}




 

/*Contact*/
#pages.contact .title{
	text-transform:uppercase;
	text-align:center;
	font-size:21px;
}

#pages.contact hr{
	width:25%;
	border-top:2px solid #06a8f0;
	margin:20px auto;
}

#pages.contact #form{
	width:35%;
	margin:0px auto;
}

#pages.contact.wider #form{
	width:100%;
}

#pages.contact.wider .textfield{
	float:left;
	width:29.3%;
	margin:0 0 12px 0;
}

#pages.contact.wider .textfield.middle{
	margin:0 15.6px;
}

/* Google Signin */ 
        .gSignInWrapper {
            height: 48px;
            outline: none;
            overflow: hidden;
            position: relative;
            text-align: center;
            vertical-align: middle;
            white-space: nowrap;
            background-color: #06a8f0;
            border: none;
            border-radius: 1px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
        }

        .abcRioButtonBlue .abcRioButtonIcon {
            background-color: #fff;
            -webkit-border-radius: 1px;
            border-radius: 1px;
            float: left;

        }

        .abcRioButtonContents {
            font-family: Roboto, arial, sans-serif;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: .21px;
            margin-left: 6px;
            margin-right: 6px;
            vertical-align: top;
        }

/*Social Media*/
.social {
	margin:15px 0px;
}

.social a {
	text-decoration:none;
}

.social .fa {
	display:inline;
	color:#FFF;
	font-size:25px;
	line-height:25px;
}

.fa-dollar:before {
  content: "\f155";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-google-plus:before {
  content: "\f0d5";
}


/*Copyright*/
.footer {
	padding:25px 0px;
	color:#FFF;
}

.footer .nav {
	padding:15px 0px 0px 0px;
	float:left;
}

.footer .nav li {
	border-color:#FFF;
	display:block;
	margin:0 0 10px;
}

.footer .nav li.drop > a{
	display:none;
}

.footer .nav a {
	    color: #282828;
}

.footer .join{
	float:right;
}


.copy .left {
	float:left;
	width:48%;
	text-align:left;
	padding:15px 0px 0px 0px;
}

.copy .right {
	float:right;
	text-align:right;
	width:15%;
	min-width:100px;
}

.copy {
	padding:10px 2% 20px 2%;
	font-weight:400;
}

.copy .main{
	width:100%;
}

.copy a {
	text-decoration:none;
	color:#050504;
}


.copy .left{
	font-size:10px;
}

.copy .logo{
	padding:0 0 5px 0;
}

.copy .right{
	float:right;
	width:29%;
}

.copy .right a{
	display:block;
	padding:10px 0;
	width:46%;
	font-size:12px;
	float:right;
	text-align:center;
	text-transform:uppercase;
	margin:10px 0 0 10px;
}

.copy .links{
	float:left;
	margin:25px 0 0 0;
}

.copy .links a{
	padding:0 20px 0 0;
}

/* Photos */
#pages.photos h2{
	text-align:center;
	width:100%;
}

#pages.photos .albums{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#pages.photos .album {
	width:23%;
	margin:10px 1%;
	
	width: 23%;
    display: flex;
    flex-direction: column;
}

#pages.photos .album .image img {
	height: 100%;
	width:100%;
}


#pages.photos .album .image {
	border:1px solid #000000;
	max-height:215px;
	overflow:hidden;
	
}

#pages.photos .album .title a {
	text-decoration:none;
	display:block;
	margin:10px 0px;
	min-height:???px;
	text-align:center;
}

#pages.photos .album.inner .title {
    display: none;
}

#pages.photos .album.inner .image img{
border:1px solid #000000;
}
#pages.photos .album.inner .image{
border:none;
overflow: hidden;
}


/*Copied from mt-style.css*/

 

body {
	background-color:#FFF;
	min-width:1200px;
	font-size:15px;
	font-family: 'gilroybold';
	font-weight:300;
	 
}

p{
	line-height:25px;
}

.power, .inactive {
	color:#FFF;
	padding:5px 0px;
	width:100%;
	background-color:#2f2e2e;
	font-size:10px;
	text-align:center;
}

.inactive { 
	font-size:20px;
	letter-spacing:1px;
	background-color:#ff4835;
	font-weight:600;
}

.power  a {
	color:#FFF;
	text-decoration:none;
}

.power img {
	margin:0px 0px -5px 0px;
}

#topwrapper .top  {
	width:100%;
 
	padding:0px;
}

#topwrapper .greywrapper{
	background:#F8F8F8;
	padding:15px 2%;
	 
	text-align:right;
}

#topwrapper .greywrapper ul li{
	display:inline;
}

#topwrapper .greywrapper li a{
	text-decoration:none;
	color:#282828;
	font-size:13px;
	margin:0 0 0 30px;
}

#topwrapper .greywrapper li a:hover{
	color:#F0872B;
}

#topwrapper .top .logo {
	width:20%;
	margin:-30px 0 0 0;
	position: relative;
    z-index: 99;
}

#topwrapper .top .nav {
	padding:10px 0px 0px 0px;
}

#topwrapper .top .logo img {
 	 
   
}

#topwrapper .top .nav {
	font-size: 11px;
   float: right;
    padding: 0 0 40px 0;
    width:830px;
	 
}

#navwrapper{
	padding:0 2%;
}


#topwrapper .top .login{
	padding:38px 2%;
	margin:-40px 0 0px 0;
}

.nav li {
	border:none;
	font-weight:500;
	display:inline;
	font-size:15px;
	margin:0 0 0 45px;
}

.nav li.join{
	float:right;
	margin:0;
}

.nav li.orange{
	background:#f0872b;
	padding:15px;
	border-radius:20px;
	font-weight:800;
}

.nav li a {
	color:#282828;
	padding:0 0 10px 0;
}

.nav li a:hover, .nav .lion{
	color:#309dce;
}

#navwrapper .subnav {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 20px;
    left: 0;
	width:100px;
 
    
    text-align: left;
    padding: 0;
}

 
#navwrapper .subnav{
	 
 	letter-spacing:1px;
	 
	display:block;
	 
	font-size:11.5px;
	
}

 

#navwrapper .subnav{
	display:block;
}

#navwrapper .subnav li{
	display:block;
	margin:0;
}

#navwrapper .subnav li a{
	display:block;
	text-transform:capitalize;
	padding:0 0 5px 0;
}
 
#navwrapper li.drop{
	position:relative;
}

#navwrapper li.drop:hover .subnav{
	visibility:visible;
}




.nav li a.mobile{
	display:none;
}

.nav li a:hover, .nav li a.lion {
 	border:none;
}

.nav li.start a{
	background:#F0872B;
	border:1px solid #F0872B;
	color:#fff!important;
}

.nav li.join a{
	background:#f1ad42;
	color:#fff;
	font-weight:bold;
	font-size: 16px;
    padding: 12px 18px;;
}

.nav li.start a:hover{
	background:#fff;
	 
	color:#F0872B!important;
}

.nav li.join a:hover{
	 
}


.nav li.team a{
	border-radius:100px;
	padding:8px 12px;
}

.nav li.last {
	padding:0px 15px;
}

#home .whitewrapper .button:hover{
	color:#fff;
}

#topwrapper #navwrapper .hide{
	display:none;
}

#topwrapper .searchwrapper .form{
	position:relative;
}

 

#dn-center .dn-textfield, #dn-center .textfield, #dn-center .textarea, #dn-center .dn-textfieldsm, #dn-center .dn-textfieldsml, #dn-center .dn-textarea {
	padding:0;
	background-color:#fff;
	border:1px solid #b9bec4;
	height:35px;
}

#dn-center .dn-textfieldsmlr{
	width:66%;
	height:30px;
}

.searchbar{
	background-color: #eeefee;
}

.btn.upload {
    cursor: pointer;
    color: #00aeef;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 2% 0 0;
    letter-spacing: 1px;
    padding: 10px 5px 5px 0px;
    text-decoration: none;
    position: relative;
    float: right;
    width: 28%;
    height: 17px;
    border: 1px solid #b9bec4;
    background: #fff;
}

.btn.upload:after {
    position: absolute;
    content: "\f0c6";
    top: 5px;
    right: 5px;
    font-size: 20px;
    color:#b9bec4;
    font-family: 'FontAwesome';
}

#innerwrapper #pages .searchbar .main{
	padding:25px 0 20px 0;
}

#pages.choose .searchbar .textfield{
	background:#fff;
	padding:8px 0 8px 6px;
	border:1px solid #dcdcdc;
	font-size:13px;
}

#pages.choose .searchbar .submit{
	font-size:0;
	float:left;
	width:35px;
	height:35px;
	margin:0px 0 0 -26px;
	background-repeat:no-repeat;
	background-size:50%;
	background-position:center;
	background-image:url(../images/p2p-submit.png);
}

.searchbar .filter{
	float:right;
	text-transform:uppercase;
	width:15%;
}

#pages .searchbar .search{
	float:left;
	width:62%;
}

#pages .searchbar .search .textfield{
	width:45%;
	float:left;
	height:16px;
}

#pages.choose .searchbar .filter .textfield{
	padding:7px 0 7px 5px;
}

.searchbar .search h2{
	float:left;
	width:50%;
	text-align:left;
	padding:5px 0 0 0;
	font-size:24px;
	line-height:24px;
}

#pages.choose .generaldonate {
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;	
	border:1px solid;
	padding: 10px;	
	width: 250px; 	
	display:block; 	
	margin:0 auto;
}


.banner {
	margin:0px;
	max-height: 280px;
	clear:both;
    overflow: hidden;
}

.submit  {
	background: #f1ad42;
	text-decoration:none;
    border:none;
	font-size:20px;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	line-height:1;
	padding:12px 24px;
	letter-spacing:.5px;
	color:#fff;
 
}

#dn-center .submit, #pages.contact .submit{
	float:none;
	margin:20px auto;
}


a.submit.coupon {
	text-decoration:none;
	font-size:15px;
	display:inline-block;
	margin:0px;
	padding:10px 0px;
}
	
#pages.signin .submit {
	width:100%;
}

#innerwrapper, #pages {
	background-color:#FFF;
	padding:0px;
}

#innerwrapper #pages .main {
	padding:40px 0px;
}

h1 {
	font-size:15px;
	 
	color:#282828;
	letter-spacing:6px;
}

h2, .dn-head {
	 
	font-size:80px;
  
	font-family: 'gilroybold';
	color:#309dce;
	
  
 
}

#pages h2{
	text-align:center;
	margin:0 0 40px 0;
}

h2 .orange{
	font-weight:600;
}

/*Home*/
.rslides {
  position: relative;
  max-height: 730px;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  float: left;
  width: 100%;
  border: 0;
}


#home .tagline{
	padding:35px 0;
	font-size:33px;
	font-weight:400;
	color:#fff;
	background: #a0b939;
	text-align:center;
	/*font-family: 'Alef-Bold';*/
}

:lang(he) {
	/*font-family: 'Alef-Bold';*/
}

 
#home #fundraisers{
	padding:0 0 50px 0;
	background: #383838;
	color:#fff;
}

#home #fundraisers a{
	color:#fff;
	text-decoration:none;
	display:block;
	font-size:14.5px;
	background:#41652f;
	text-align:center;
	padding:15px;
	min-height:40px;
	width:16.5%;
	float:left;
	margin:0 10px 10px 0;
}

#home #fundraisers .last a {
 
}

#home #fundraisers a .name{
	display:block;
	font-weight:300;
	text-transform:capitalize;
	padding:0 5px 0 0;
	 
	 
 
}

#home #fundraisers a .amount{
	font-weight:700;
	display:block;
}

#home #fundraisers h2{
	font-size:36px;
	font-weight:bold;
	letter-spacing:1px;
	color: #a0ba3a;
	clear:both;
	padding:50px 0 20px 0;
}

#home .therm{
	background:#F8F8F8;
	padding:60px 0;
	 clear:both;
	font-size:21px;
}

#home .therm .wrapper{
	width:75%;
	margin:0 auto;
}

#home .therm .box{
	font-size:28px;
	float:left;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
}

#home .therm .box.right{
	float:right;
}

#home .therm .box .amount{
	font-size:90px;
	padding:15px 0 0 0;
	line-height:100px;
	font-weight:800;
}

#home .thermometer .track{
	height:25px;
	width:60%;
	margin:0 auto;
}

#home .thermometer .progress {
    border-radius: 36px;
	background: #309dce;
}

#home .thermometer .amount{
	color:#E83713;
	font-size:36px;
}

#home .thermometer .raised {
    position: absolute;
    
	left: -220px;
    width: 200px;
    margin: -15px 0 0 0;
}

#home .thermometer {
    height: 100px;
	text-align:center;   
	 margin-top: 100px;
}

#home .thermometer .caps {
   /* position: absolute;
    right: 200px;
	left:auto;
    font-size: 22px;*/
}

.thermometer .right{
	position:absolute;
 
	right: -150px;
    top: -20px;
}

#home .thermometer .amount.half{
	position:absolute;
	left:20%;
	top:40px;
	font-size:16px;
}

#home .thermometer .half:after{
	position:absolute;
	content:'';
	width: 2px;
    height: 40px;
    background: #c2932f;
    top: -40px;
    left: 50%;
}
 
#home .testimonial .box{
	border:1px solid #B9B9B9;
	border-radius:12px;
	padding:65px 100px;
	font-size:21px;
	text-align:center;
	margin:-90px 0 0 0;
	line-height:28px;
}

#home .videos .main{
	width:55%;
}

#home .videos .left{
	float:left;
}

#home .videos .right{
	float:right;
	margin:130px 0 0 0;
}

#home .perk{
	margin:40px 20px 0 20px;
	font-size:18px;
}

#home .perk img{
	vertical-align:middle;
	margin:0 15px 0 0;
}

.signup, #pages .mid{
	background:#125080;
	padding:60px 0;
	text-align:center;
	color:#fff;
}

.signup .sub{
	    font-family: 'gilroylight';
		font-weight:normal;
		margin:40px 0 0 0;
}

.callout{
	font-size:36px;
	font-weight:bold;
	width:65%;
	margin:0 auto 30px auto;
}

#home #owl-demo{
	margin:30px 0 50px 0;
}

#home  .up{
	margin:30px 0 0 0;
	display:block;
}

#home .greywrapper{
	padding:80px 0;
	background:#F8F8F8;
}

#home .greywrapper .main{
	width:85%;
}

#home .greywrapper .box{
	margin:45px 1%;
	width:30%;
}
	
#home .greywrapper .image{
	min-height:200px;
	display:flex;
	align-items:center;
}
	
#home .greywrapper .image img{
	max-width:100%;
}

#home .greywrapper .week {
    color: #00aaa2;
    font-size: 25px;
    text-align: center;
	}
#home .greywrapper h2{
	font-size:48px;
	text-align:center;
	margin:0 0 40px 0;
}

#home .greywrapper h2.two{
	font-size:36px;
	margin:50px 0 0 0;
	font-family: 'gilroylight';
}

#home .greywrapper h2.two span{
	font-family: 'gilroybold';
	display:block;
	font-weight:normal;
	margin:5px 0 0 0;
}
	
#home .box.arrow{
	margin:60px 0 0 0;
	width:160px;
}

#home .box .desc{
	font-size:18px;
	line-height:25px;
	margin:20px 0 0 0;
	max-width:330px;
}

#home .flex{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#home .testimonials{
	padding:80px 0;
}

#home .testimonials .form{
	margin: 0 auto;
}
 
#home .testimonials .header{
	font-size:48px;
	color:#309dce;
	font-weight:bold;
	font-family: 'gilroybold';
	text-align:center;
}

#home .testimonials .text{
	color:#005E97;
	font-size:24px;
	margin:80px auto 0 auto;
	text-align:center;
	line-height:40px;
	width:40%;
	font-family: 'gilroybold';
	font-weight:bold;
}

#home .testimonials .text .purple{
	color:#6C59A5;
}

#home .testimonials .text .darkgreen{
	color:#308392;
}

#home .testimonials .text .lightgreen{
	color:#309dce;
}

#home .testimonials .text .red{
	color:#ED3446;
}

#home .testimonials .text .pink{
	color:#F069A4;
}

#home .testimonials .text .orange{
	color:#F47C2C!important;
}

#home .testimonials .more a{
	color: #f1ad42;
}

#home .testimonials .more{
	display:block;
	margin:20px 0 0 0;
}
 

#home .testimonials .header span{
	color:#f1ad42;
	font-family: 'gilroybold';
}

#home .testimonials .header .sub{
	font-weight:normal;
	margin:10px 0 0 0;
	font-family: 'gilroylight';
	 
	font-weight:normal;
}

#home .weeks{
	border-top:1px solid #DBDBDB;
	width:95%;
	margin:0 auto;
}

#home .weeks .overlay{
	background:rgba(255,255,255,0.6);
	position:absolute;
	left:0;
	top:0;
	height:100%;
	padding:0 0 0 22px;
	width:68%;
	font-size:18px;
	font-weight:400;
}

#home .weeks .small{
	padding:200px 0 10px 0;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:3.3px;
}

#home .weeks .title{
	margin:0 0 30px 0;
	font-size:36px;
	line-height:38px;
	font-weight:600;
	color:#309dce;
}

#home .weeks .subtitle{
	margin:0 0 10px 0;
	font-size:20px;
	
}

#home .weeks h2{
	font-size:36px;
	text-align:center;
	padding:40px 0;
}

#home  .buttons{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#home .weeks .buttons .submit{
	margin:0 15px;
}

#home .videos{
	/*padding:80px 0 120px 0;*/
	text-align:center;
	font-size:21px;
	 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 10px;
}

#home .videos img{
	vertical-align:middle;
	padding:0 0 0 10px;
}

#home .videos h2{
	text-align:center;
	color:#F0872B;
	font-size:48px;
}

#home .videos h2 .small{
	font-size:28px;
	padding:0;
	margin:10px 0 30px 0;
}

#home .videos .ping{
	margin-top:50px;
	display:flex;
	justify-content:center;
}

#home .videos .icon{
	float:left;
	clear:both;
}

#home .videos .arrow img{
	padding:0;
}

#home .videos .arrow{
	margin:0 -95px;
}

#home .videos .arrow.five{
	margin-left:-20px;
}

#home .videos .icon img{
	width:auto;
	margin:0;
}

#home .videos .text{
	text-align:left;
	font-weight:bold;
	font-size:23px;
	display:flex;
	align-items:center;
	gap:15px;
	width:300px;
}

#home .videos .left .text{
	margin:20px 50px 0 -95px;
}

#home .videos .right .text{
	margin:20px -170px 0 120px;
	justify-content:end;
}

#home .videos .small{
	clear:both;
	margin-top: 5%;
}

#home .thumbs{
	margin:-100px 0 100px 0;
}

#home .thumbs .frame{
	position:relative;
	padding:56% 0 0 0;
}

#home .thumbs iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#home .thumbs .small{
	padding:15px 0 10px 0;
	font-size:11px;
	text-transform:uppercase;
}

#home .thumbs .title{
	color:#309dce;
	font-size:30px;
}

#home .thumbs .thumb{
	width:31%;
	margin:0 1%;
	font-weight:500;
}

#home .more{
	font-size:21px;
	padding:0 0 80px 0;
}

#home .more hr{
	border:none;
	height:1px;
	margin:0 0 60px 0;
	background:#DBDBDB;
	width:100px;
}

#home .more h2{
	font-weight:600;
	font-size:30px;
	letter-spacing:-1px;
	line-height:35px;
	padding:0;
 
}
#home .more .how{
	border-bottom:1px solid #309dce;
	margin:25px 0 40px 0;
	font-weight:400;
	width:260px;
}

#home .more .how a{
	color:#000;
	text-decoration:none;
}

#home .more .text{
	margin:30px 0 0 0;
	line-height:28px;}

#home .more .submit{
	margin:0 15px 0 0;
}

#home .bottom{ 
	background-image:url(../images/bottom.jpg);
	 
	background-position:center;
	padding:100px 0;
	color:#fff;
	position:relative;
}

#home .bottom .overlay{
	 margin:0 2% 0 32%;
}

#home .bottom .large{
	font-weight:500;
	font-size:45px;
}

#home .bottom .header{
	font-weight:500;font-size:30px;
	margin:40px 0 0 120px;
}

#home .bottom .list{
	margin:20px 0 0 120px;
	font-size:21px;
	line-height:30px;
}

#home .bottom .last{
	font-size:36px;
	font-weight:500;
	margin:30px 0 0 120px;
}

#home .last h2{
	text-align:center;
	padding:0 0 40px 0;
	font-size:36px;
	letter-spacing:-1.5px;
}

#home .last .box{
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	padding:0px 0 50px 0;
	text-align:center;
	font-size:25px;
	line-height:33px;
	width:65%;
	margin:0 auto 50px auto;
}

#home .last .buts{
	text-align:center;
}

#home .last .buts .submit{
	width:180px;
	padding:12px 15px;
	margin:0 15px;
	float:none;
}

#home .last .image{
	margin:-30px auto 30px auto;
}

#scrollbox h2{
	text-align:center;
	font-size:36px;
	float:left;
	background:#0088cc;
	position:relative;
	color:#fff;
	padding:20px 20px 20px 0;
}

#scrollbox h2:before{
	position:absolute;
	content:'';
	background:#0088cc;
	width:60%;
	right:100%;
	top:0;
	height:100%;
}

#scrollbox h2:after{
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #0088cc;
	position:absolute;
	content:'';
	left:100%;
	top:25px;
}
	

#home #donors{
	position:relative;
}

#scrollbox{
	padding:10px 0 0 0;
	width:1200px;
	 
	margin:0 auto;
}

#scrollbox .amount{
	float:left;
	color: #0088cc;
	font-weight:700;
	font-size:16px;
}

#scrollbox .name{
	float:left;
	text-transform:capitalize;
	color: #024669;
	font-weight:700;
	width:70%;
	font-size:16px;
	padding:0 0 0 5px;
}

#scrollbox .raiser{
	clear:both;
	padding:0 0 5px 0;
	font-size:12px;
}

#scrollbox .ticker{
	font-weight:500;
	font-size:13px;
}

#scrollbox .scroll{
	float:right;
	width:62%;
	padding:20px 0 0 0;
}

#home #donors .view{
	display:block;
	text-decoration:none;
	padding:8px 0;
	letter-spacing:1px;
	text-transform:uppercase;
	position:absolute;
	right:20px;
	top:30px;
	color:#024669;
	clear:both;
	border:1px solid #024669;
	font-size:11px;
	text-align:center;
	width:90px;
	margin:0px auto 40px auto;
}

#home .about{
	padding:50px 0;
	text-align:center;
	font-size:16px;
	line-height:25px;
}

#home .about h2{
	font-size:30px;
	letter-spacing:3px;
	color:#a0ba3a;
	text-align:center;
	padding:0 0 20px 0;
}
 

#home .photo{
	float:left;
	width:28%;
}

#home .photo.full {
	float:none;
	width:100%;
}

#home .about .video{
	width:70%;
}

.frame{
	padding:65% 0 0 0;
	position:relative;
}

.frame iframe{
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
}

 

#sponsorwrapper {
	text-align:center;
	padding:25px 0px;
	margin:0px 0 20px 0;
}

#sponsorwrapper h2 {
	padding:0px 0px 15px 0px;
}

#sponsorwrapper .sponsor {
	float:left;
	width:18%;
	display:inline-block;
	position:relative;
	height:150px;
 
}

#sponsorwrapper .section1 .sponsor, #sponsorwrapper .section2 .sponsor, #sponsorwrapper .section3 .sponsor, #sponsorwrapper .section4 .sponsor {
	float:none;
}

#sponsorwrapper  #owl-demo3 .sponsor {
	width:98%;
}

#sponsorwrapper .sponsor img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
 
/*About*/
#pages.about h3, #pages.faq h3{
	font-size:30px;
	text-align:center;
	font-weight:bold;
	margin:20px 0 50px;
}

#pages.about .title{
	text-transform:uppercase;
	letter-spacing:4px;
	text-align:center;
}

#pages.about .top .flex{
	justify-content:space-around;
	align-items:center;
}

#pages.about .text{
	font-size:18px;
	line-height:1.5;
}

#pages.about .top .video{
	float:right;
	width:44%;
	margin:0 0 20px 20px;
}

#pages.about .frame{
	padding:58% 0 0;
}

#pages.about .top .large{
	font-size:25px;
	text-align:center;
	font-weight:bold;
	margin:20px 0;
}
 

#pages.about .mid .images{
	text-align:center;
	
	padding:40px;
	margin:40px 0;
}

#pages.about .mid .main, #pages.faq .mid .main{
	width:75%;
}

#pages.about .mid .text, #pages.faq .mid .text{
	text-align:center;
	margin:40px 0;
}

#pages.about .mid .button{
	float:none;
	margin:5px auto;
}

#pages.about .mid .button.outline{
	background:none;
	color:#F0872B;
}

#pages.about .mid .buttons{
	max-width:350px;
	margin:40px auto 0;
}

/*How it Works*/
#myBtnContainer{
	margin:0 0 40px 0;
}

.trigger{
	border:none;
	border-bottom:1px solid #8D8D8D;
	text-transform:uppercase;
	 
	 
	letter-spacing:6px;
	padding:0 0 14px 0;
	text-align:center;
	width:49.6%;
	 
	font-size:15px;
	color:#8D8D8D;
	background:none;
	cursor:pointer;
}

.trigger.active {
	font-weight:bold;
	color:#000;
}

#pages.how .text{
	text-align:center;
	font-size:21px;
	line-height:25px;
	width:70%;
	margin:0 auto 40px auto;
}

#pages.how .wrapper{
	width:80%;
	margin:50px auto 100px auto;
}

#pages.how .box{
	width:382px;
}

#pages.how .box.left{
	float:left;
	width:360px;
}

#pages.how .box.right{
	float:right;
	margin:130px 0 0 0;
}

#pages.how .box.center{
	margin:30px auto 0 auto;
	width:368px;
}

#pages.how .desc{
	margin:20px 0;
	color:#125080;
	font-size:22px;
	font-weight:bold;
	line-height:28px;
}

#pages.how .icon{
	float:left;
}

#pages.how .small{
	float:left;
	margin:0 0 0 10px;
	font-size:16px;
	line-height:22px;
	width:85%;
}

/*Stories*/
#pages.stories #myBtnContainer{
	background:#F8F8F8;
	padding:50px 0 30px 0;
}

#pages.stories #myBtnContainer .title{
	font-size:36px;
	color:#f1ad42 ;
	text-align:center;
	font-weight:bold;
}

#pages.stories .trigger{
	background:#fff;
	text-align:center;
	padding:12px 20px;
	width:auto;
	font-weight:bold;
	color:#000;
	font-size:24px;
	margin:15px 20px;
	border:none;
	text-transform:none;
	letter-spacing:normal;
}

#pages.stories .trigger.active, #pages.stories .trigger:hover{
	color:#fff;
	background:#E83713;
}

#pages.stories .last{
	margin:60px 0 20px 0;
	font-size:48px;
}

#pages.stories .owl-dots{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#pages.stories .owl-dot{
	border:2px solid #FDC656;
	border-radius:100%;
	width:12px;
	height:12px;
	margin:5px;
}

#pages.stories .owl-dot.active{
	background:#FDC656;
}

#pages.stories .owl-stage{
	display:flex;
}

#pages.stories .owl-item{
	margin:30px 15px;
	text-align:center;
	padding:30px;
	box-shadow: 1px 2px 10px 4px #f5f5f5;
	background:#fff;
}

.owl-carousel .owl-item .story img{
	width:auto;
}

.story .desc{
	line-height:22px;
}

.story .desc .more br, .story .desc .read-more br{
	display:none;
}

.story .desc .more a{
	color:#000;
	text-decoration:none;
	text-transform:lowercase;
}

.story .quote{
	margin:-50px auto 20px auto;
	width:96px;
}

.story .name{
	color:#309dce;
	font-size:21px;
	font-weight:600;
	display:none;
	margin:30px 0 5px 0;
}

#pages.stories .flex{
	margin:20px auto;
	max-width:800px;
}

.story .location{
	font-size:16px;
	display:none;
	letter-spacing:3.2px;
	text-transform:uppercase;
}

#pages.stories .text{
	font-size:21px;
	line-height:28px;
	text-align:center;
	width:60%;
	margin:0 auto 50px auto;
}

#pages.stories .text .small{
	color:#E83713;
	font-size:18px;
	margin:40px 0 0 0;
}

#pages.stories .text img{
	vertical-align:middle;
}

#pages.stories .buttons{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#pages.stories .buttons .button{
	margin:0 15px;
}

#pages.stories .bottom{
	width: 40%;
    margin: 0 auto;
    line-height: 48px;
}

#pages.stories .owl-carousel .owl-nav.disabled{
	display:block;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
	background-image:url(../images/slider-prev.jpg);
	font-size:0;
	width:45px;
	height:45px;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:40%;
}

.owl-carousel .owl-nav .owl-prev{
	left:-80px;
}

.owl-carousel .owl-nav .owl-next{
	right:-80px;
	background-image:url(../images/slider-next.jpg);
}

/*Register*/
#pages.register .buttons {
	margin:25px auto;
	width:60%; 
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#pages.register .buttons .box.right{
	 float:none;
	 width:100%;
}



#pages.register .buttons input[type="radio"] {
	display:none;
}

#pages.register .buttons label {
	 
	color:#41652f;
	text-align:center;
	 
	 
	width:28%;
	margin:0px 1.5%;
	
 
    
    display: flex;
    flex-direction: column;
}

#pages.register .buttons label .box{
	text-align:center;
	padding:10px 0;
}

#pages.register .buttons label:hover .box{
	color:#fff;
}

#pages.register .buttons .box span {
	font-size:28px;
}

#pages.register .buttons .box:hover, 
#pages.register .buttons input[type="radio"]:checked+label .box {
	background: #a0b939;
}

#pages.register .text{
	text-align:center;
	margin:0 0 40px;
	line-height:1.5;
}

#pages.register .text .section{
	margin:0 0 10px;
}

#dn-center .cccover {
	text-transform:none;
	font-size:14px;
}

/*Sponsor*/

#pages.choose #names.full {
	float:none;
	overflow:visible;
	width:100%;
}

#pages.choose #names .visit{
	display:none;
}

#pages.choose #names .amount{
	padding:5px 0 0 0;
	color:#a0b939;
	font-size:20px;
	text-align:left;
	line-height:20px;
	font-weight:600;
	
}

#pages.choose #names .participant .info {
	width:67%;
	height:83px;
}

#pages.choose #names.full .participant .info{
	height:100%;
	width:68%;
}

#pages.choose #names .name {
	padding:3px 0px 0px 0px;
	font-size:13px;
	line-height:14px;
	font-weight:bold;
}

#pages.choose #names.full .name {
	padding:5px 0 0 0;
}

#pages.choose #names.full .name {
    padding: 0px 0px 0px 0px;
    font-weight: 400;
    line-height: normal;
	width: 95%;
    height: 40px;
 
}

#pages.choose #names a .member{
	font-weight:normal;
	font-size:11px;
	line-height:15px;
 
}


#pages.choose #names .go{
	display:none;
}

#pages.choose #names .participant{
	border: 1px solid #c1c2c3;
	height:100%;
	margin:20px 0 0 0;
	clear:none;
	width:30.91%;
}


#pages.choose #names.wide .participant {
	width:46.5%;
}

#pages.choose #names .participant .info .location{
	font-size:11px;
	text-transform:capitalize;
	padding:0px;
}


#pages.choose #names .participant.num0{
	clear:both;
}

#pages.choose #names .participant.num1{
	margin:20px 20px 0 20px;
}

#pages.choose #names.narrow .participant.num1{
	margin:20px 20px 0 20px;
}

#pages.choose #names.full.wide .participant.num1{
	margin:20px 2% 0px 2%;
}

#pages.choose #names.full  .participant.num3{
	margin:20px 0 0 0;
}


#pages.choose #names.full .participant {
	clear:none;
	width:21%;
	
	padding:15px 1%;
	font-size:17px;
	margin:20px 1.5% 0px 0px;
}

#pages.choose.team #names .participant{
	border: 2px solid #c1c2c3;
}

#pages.choose.team #names .participant:hover{
	border:2px solid #ffd800;
}

#pages.choose #names.full.wide .participant {
	width:28%;
	margin:20px 0 0 0;
}


#pages.choose #names .participant .pix {
	width:29%;
	height:75px;
	overflow:hidden;
}

#pages.choose #names .participant .pix img{
	width:100%!important;
	height:auto!important;
	max-height:none!important;
	max-width:none!important;
}

#pages.choose #names.full .participant .pix {
	width:29%;
}

#pages.choose #names.wide .participant .pix {
	width:20%;
}

#pages.choose #names.full .participant.last {
	margin-right:0px;
}

#pages.choose #teams{
	background:#fff;
	padding:0;
}

#pages.choose #teams .team{
	margin:0px 0 0 0;
}

#pages.choose #teams .pix img{
	display:none;
}

#pages.choose #teams .title, #pages.choose #names .title{
	text-align:left;
	font-weight:bold;
	padding:0 0 10px 0;
	text-transform:uppercase;
	font-size:22px;
	border-bottom:1px solid #000;
}

#pages.choose #names.full .title{
	display:none;
}

#pages.choose #teams .teams{
	border-radius:3px;
	margin:20px 0 0 0;
	border:1px solid #d0d0d0;
	border-bottom:none;
}

#pages.choose #teams a{
	border:none;
	background:#fff;
	margin:0px 0 0 0;
	padding:12px;
	border-bottom:1px solid #d0d0d0;
}

#pages.choose #teams a.even{
	background:#f2f2f2;
}

#pages.choose #teams a:hover{
	border:none;
	border-bottom:1px solid #d0d0d0;

}

#pages.choose #teams a .name{
	text-transform:capitalize;
	font-weight:bold;
	padding:0;
	font-size:15px;
	float:left;
	width:70%;
	text-align:left;
}

#pages.choose #teams a .amount{
	font-size:15px;
	padding:0px 0 0 0;
	float:right;
	width:30%;
	text-align:right;
}

/*Sponsor*/
#pages.sponsor.app h2{
	font-size:30px;
	line-height:35px;
	margin:0 0 20px 0;
}

 

#pages.sponsor .text {
	font-size:21px;
	line-height:28px;
	margin:10px 0px;
	text-align:center;
}

#pages.sponsor .options {
	overflow:hidden;
}

#pages.sponsor .options .ticketbox.flex {
 
    display: flex;
  
}

#pages.sponsor .options {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

#pages.sponsor .options .ticketbox {
	float:left;
	width:20%;
	margin:10px 1%;
	padding:1%;
	background-color: #eeefee;
}

#pages.sponsor .options .ticket {
	font-weight:bold;
	float:left;
	width:70%;
}

#pages.sponsor .options .ticketprice {
	font-weight:bold;
	float:right;
	width:30%;
	text-align:right;
}

#pages.sponsor .options .ticketdetail {
	display:block;
	font-style:italic;
	font-weight:normal;
	font-size:11px;
}

#pages.sponsor .total.dn-head {
	text-align:center;
	width:100%;
	margin:15px 0px 0px 0px;
}


#pages.sponsor .payopt {
	border:none;
	 width:50%;
    margin:50px auto 0 auto;
}

#pages.sponsor .payopt br.mobile{
	display:none;
}

#pages.sponsor .payopt.threebut {
	width:100%;
}

#pages.sponsor .payopt.threebut .option.two .dn-textfieldxsm {
	width:100%;
}

#pages.sponsor .payopt .option input[type="radio"] {
	display:none;
}

#pages.sponsor .payopt .option {
	display:inline;
}

#pages.sponsor .payopt .option label {
	float:left;
	border:1px solid #ededed;
	width:45%;
	letter-spacing:2px;
	font-size:15px;
	font-weight:500;
	margin:0px 1% 25px 1%;
	text-transform: uppercase;
	display:block;
	text-align:center;
	padding:12px 0px;
}

#pages.sponsor .payopt .option input[type="radio"]:checked+label   {
	border:1px solid #000;

}


/*Personal Page*/
 
#pages.mypage h1 .subtitle {
	font-family:500;
	font-size:18px;
	letter-spacing:normal;
	text-transform:capitalize;
}

.thermometer .track {
    height: 25px;
    border-radius: 36px;
	background:none;
 
	border:1px solid #B9B9B9;
}

#pages.mypage .right .button{
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	border:1px solid #000;
	text-decoration:none;
	font-size:14px;
	padding:10px 7px;
	display:block;
}

#pages.mypage .thermometer {
    height: 100px;
	margin:50px 0 0 0;
}

#pages.mypage .thermometer .progress {
    border-radius: 36px;
	background:#F0872B;
}

#pages.mypage .raised, #pages.mypage .caps{
    top: -20px;
	font-size:12px;
	font-weight:700;
}

#pages.mypage #donatebox {
	background-color:#e6e7e8;
    border-radius: 5px;
	padding:20px 4%;
	margin:0px 0px 50px 0px;
}

#pages.mypage #donatebox .sponsorships a {
	display:block;
    border-radius: 3px;
	background-color:#a0b939;
	float:left;
	padding:10px 5%;
	margin:0px 2% 10px 0px;
	text-decoration:none;
	color:#FFF;
	text-align:center;
}
 

.thermometer.horizontal .percentage {
	display:none;
}
 

#pages.mypage .photo {
	width:100%;
	max-height:400px;
	text-align:center;
	border:1px solid #b2acac;
	overflow:hidden;
    margin: 0px auto 25px auto;
	border: 1px solid #b2acac;
}

#pages.mypage .photo img {
	max-height:400px;
	width:auto;
}

#pages.mypage  .caption {
	width:100%;
	position:relative;
	background: rgba(0,0,0,0.5);
	margin:-78px 0px 0px 0px;
}

#pages.mypage  .caption h3 {
	font-weight:300;
	font-size:14px;
	line-height:14px;
	padding:20px 0px 20px 2%;
	color:#FFF;
}

#pages.mypage .share {
	clear:both;
	padding:20px 0px 0px 0px;
}

#pages.mypage .right .submit{
	width:100%;
	margin-bottom:0px;
	 
}

#pages.mypage .left .text {
	margin:20px 0px;
	text-align:left;
	font-size:14px;
}

#pages.mypage .entry{
	 border: 1px solid #c6c7c8;
	 background-color:#FFF;
}

#pages.mypage .entry label{
	color:#41652f;
}

#pages.mypage .left .button {
	color:#FFF;
font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	background-color:#41652f;
}

#pages.mypage .entry label {
	line-height:50px;
	font-size:18px;
	font-weight:700;
}
 
#pages.mypage .text ul {
	padding-left: 40px;
}

#pages.mypage .text li {
	list-style: inherit;
}

#pages.mypage .text iframe {
	clear:both;
	width:100%;
	margin:15px 0px;
}

#pages.mypage a.join {
	text-decoration:none;
	display:block;
	font-size:18px;
	text-transform:none;
	letter-spacing:normal;
	color:#FFF;
}
	
#pages.mypage h2 {
	text-align:center;
	padding:0px 0px 5% 0px;
}

#pages.mypage .scroll {
	border:1px solid #cfd0d0;
	border-radius: 5px;
	padding:0px;
}

#pages.mypage .scroll .ticker ul {
	width:100%;
}

#pages.mypage .scroll li {
	padding:20px 5%;
	font-weight:700;
	font-size:14px;
	overflow:hidden;
	clear:both;
	width:90%;
	border-bottom:1px solid #cfd0d0;
}

#pages.mypage .scroll li.grey {
	background-color:#f1f2f2;
}

#pages.mypage .scroll li .name {
	float:left;
	width:70%;
}

#pages.mypage .scroll li .amount {
	float:right;
	width:30%;
	text-align:right;
}

#pages.mypage .scroll li .desc {
	font-size:13px;
	font-weight:300;
}

#pages.mypage  a.view {
	display:block;
	text-transform:uppercase;
	border:none;
	color:#000;
	margin:25px 0px 45px 0px;
	text-decoration:none;
	text-align:right;
}

/*Sponsorships*/
#pages.sponsorships .box{
	float:left;
	margin:0.5%;
	border:2px solid #051e3d;
	width:23.6%;
	text-align:center;
	padding:15px 0 0 0;
}

#pages.sponsorships .box.sold, #pages.sponsorships .box.sold:hover {
	border-color: #ef433b;
}

#pages.sponsorships .box.sold .amount, #pages.sponsorships .box.sold .title {
	color: #ef433b;
}

#pages.sponsorships .box.sold .button, #pages.sponsorships .box.sold:hover .button {
	background-color:#ef433b;
	color:#FFF;
}

#pages.sponsorships .amount{
	font-size:40px;
	padding:0 0 7px 0;
}

#pages.sponsorships a{
	text-decoration:none;
	font-size:14px;
	color:#051e3d;
}

#pages.sponsorships .title{
	font-size:24px;
	line-height:25px;
	height:50px;
	text-transform:uppercase;
}

#pages.sponsorships .desc{
	line-height:16px;
	padding:10px 0 0 0;
	width:99%;
	margin:0 auto;
	height:30px;
}

#pages.sponsorships .button{
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	background:#051e3d;
	padding:6px 0;
	margin:6px 0 0 0;
}


/*Email*/
.mobileaccount, .submenu {
    display: none;
}

#pages.profile.email .greybox {
	solid 1px border:#333333; 
	background-color:#eeeeee;
	padding:10px;
	margin:10px;
}

#pages.profile.email .samples{
	width:35%;
	margin:0 0 10px 0;
	position:relative;
}

#pages.profile.email .samples .title a.head{
	margin:0 0 5px 0;
	font-weight:700;
	text-transform:uppercase;
	padding:10px 0;
	cursor:pointer;
	font-size:16px;
	letter-spacing:1px;
	color:#fff;
	text-align:center;
	background:url(images/dashboard_plus.png) no-repeat 95% 15px  #0082c8;
}

#pages.profile.email .samples ul.drop{
	visibility:hidden;
}

#pages.profile.email .samples ul li a{
	display:block;
	cursor:pointer;
	color:#fff;
	text-align:center;
	margin:0 0 1px 0;
	text-decoration:none;
	background:#37bced;
	padding:5px 0;
}

#pages.profile.email .samples .title:hover ul.drop{
	visibility:visible;
}

#pages.profile .table .filter {
	text-align:right;
	background-color:#FFF;
}

#pages.profile .table  .filter  .col4, #pages.profile .table  .filter  .col1, #pages.profile .table  .filter  .col2, #pages.profile .table  .filter  .col3 {
	border-right-color:#FFF;
}

#pages.profile .table  .filter  .textfield {
	float:left;
	width:99%;
}

#pages.profile .table  .filter  .submit {
	float:left;
	width:50%;
	margin:0px;
	padding:12px 0px;
	font-size:15px;
}




/*Contact*/
#pages.contact .wrapper{
	margin:10px auto;
	width:75%;
	text-align:center;
}

#pages.contact #form{
	width:100%;
}

#pages.contact .textfield{
	float:left;
	width:29.57%;
}

#pages.contact .textfield.phone{
	margin:0 5px 6px 5px;
}

#pages.contact .textarea{
	margin:0 0 15px 0;
}

#pages.contact a{
	text-decoration:none;
	color:#000;
}

/*app*/

#navwrapper.app, #pages.app .banner {
	display:none;
}

#pages.app #dn-center {
	width:80%;
	margin:0 auto;
}

#pages.app  #dn-center .dn-tworight, #pages.app #dn-center .dn-twoleft, #pages.app #dn-center .dn-threewrap, #pages.app #dn-center .dn-threecenter, #pages.app #dn-center .dn-threeleft, #pages.app #dn-center .dn-threeright {
	clear:both;
	width:100%;
}


/*Footer*/
#footerwrapper { 
	overflow:hidden;
	color:#a0b939;
	background:#FFF;
 
}

	
#footerwrapper .footer {
	padding: 30px 0 0 0;
    border-top: 1px solid #eee;
}

#footerwrapper .project {
	color:#a0b939;
	margin:0 auto;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	width:30%;
	font-weight:bold;
	padding:0 0 30px 2%;
}

#footerwrapper .project br{
	display:none;
}

#footerwrapper .project .logo img {
	max-height:150px;
	width:auto;
	padding:0px 0 10px 0;
}


#footerwrapper .social {
	margin:15px auto 0 auto;
	width:23.75%;
}

#footerwrapper .social .fa {
	color:#a0b939;
}


#footerwrapper .greywrapper {
	clear:both;
	width:100%;
	text-align:center;
	background-color:#F8F8F8;
	color:#A1A1A1;
	font-size:16px;
	padding:35px 0px;
	margin:40px 0 0 0;
}

#footerwrapper .greywrapper h3 {
	font-size:20px;
	color:#A1A1A1;
}
	
#footerwrapper .greywrapper .text {
	color:#A1A1A1;
	text-align:center;
}

#splash #bluewrapper {
	width:100%;
	color:#FFF;
	background-color:#0088cc;
}

#splash #innerwrapper {
	background:none;
	padding:0px 0 40px 0;
}

#splash #topwrapper {
	padding:15px 0px;
}

#splash #topwrapper .logo {
	float:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#splash .line{
	width:2px;
	background:#fff;
	height:100px;
	position:absolute;
}

#splash .topleft{
	top:0;
	left:0;
}

#splash .topright{
	right:0;
	top:0;
}

#splash .bottomleft{
	bottom:0;
	left:0;
}

#splash .bottomright{
	bottom:0;
	right:0;
}

#splash .box {
	text-align:center;
	float:left;
	width:30%;
	margin:0 0 0 11%;
}

#splash .box.participants{
	margin:0 11% 0 0;
}

#splash .box.dots{
	padding:40px 0 0 0;
	color:#024669;
	font-size:50px;
	letter-spacing:3px;
	margin:0 -45px;
}

#splash .box .title {
	font-weight:300;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	
}

#splash .box .amount {
	font-weight:700;
	font-size:55px;
	line-height:55px;
	text-transform:uppercase;
}

#splash .box .icon{
	width:50%;
	margin:0 auto 10px auto;
}


#splash .text {
	background-color:#024669;
	border-radius:3px;
	padding:30px 2%;
	text-align:center;
	margin:40px auto 20px auto;
}

#splash h1 {
	text-align:center;
	font-size:25px;
	color:#FFF;
	line-height:25px;
	font-weight:500;
	padding:40px 0;
}

#splash .wrapper{
	width:60%;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	border-radius:6px;
	padding:40px 50px;
	margin:0 auto;
	position:relative;
}

#splash .button{
	display:block;
	color:#fff;
	font-weight:bold;
	position:relative;
	z-index:1;
	font-size:18px;
	padding:12px 0;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	margin:-30px auto 0 auto;
	border-radius:5px;
	width:25%;
	background: #06c8fa; /* Old browsers */
	background: -moz-linear-gradient(top, #06c8fa 0%, #00aff0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #06c8fa 0%,#00aff0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #06c8fa 0%,#00aff0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06c8fa', endColorstr='#00aff0',GradientType=0 ); /* IE6-9 */
}

#splash .copy .left {
	margin:0 auto;
	float:none;
}

#splash .copy .left {
	max-width:150px;
}

#pages.profile .content .but  {
    font-weight: 700;
    border: none;
    color: #FFF;
    padding: 18px 0px 18px 2%;
    font-size: 13px;
    line-height: 13px;
    width: 68%;
    display: block;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #309dce;
    border-radius: 3px;
}

#pages.profile .content .but:before {
    content: "\f1d8";
    margin: 0px 5px 0px 0px;
    font-family: 'FontAwesome';
}

/*Auction*/
#home .auction .banner {
	max-height:none;
}

#home .owl-carousel .owl-item img{
	width:98%;
	margin:7px auto;
}

.container {
    position: absolute;
    top: 0;
    right: 0;
	z-index:9;
    width: 250px;
	 
}

.container .title {
    color: #fff;
    position: relative;
    background: #d83f40;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
}

#FloatCart {
    background: #f3f6f7;
    margin: 0 0 40px 0;
   
}

#pages.sponsor .main {
    position: relative;
}

#pages.sponsor .form{
	width:100%;	 
}

#pages.sponsor .auction .form {
	width:78%;
}

#innerwrapper #pages.sponsor .main {
    padding: 0 0 40px 0px;
}

#pages.sponsor .banner{
	padding:0 0 40px 0;
}

#FloatCart dd span, #FloatCart .amount {
    color: #00a299;
    display: inline;
    font-weight: bold;
    padding: 0 10px 0 0;
}

#FloatCart .amount input{
	display: inline;
    border: none;
    background: none;
    width: 50%;
    padding: 0 0 0 5px;
}

#FloatCart .mobile {
    display: none;
}

#FloatCart dt.ticks:after {
    position: absolute;
    content: "\f107";
    top: 0px;
    right: 5px;
    color: #0b2949;
    font-family: 'FontAwesome';
}



#pages.sponsor .title:before {
    font-family: 'FontAwesome';
    content: "\f07a";
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 15px 0px 0px;
}

#pages.sponsor .box.packages .title:before{
	display:none;
}

#FloatCart .info .subtitle {
    color: #000;
	font-family:15px;
	text-transform:uppercase;
    display: inline;
	font-weight: bold;
}

#FloatCart .info .subtitle {
    font-size: 14px;
}

#pages.sponsor .subtitle {
    font-size: 10px;
    letter-spacing: normal;
}

#FloatCart .click {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
     
    font-weight: bold;
    position: relative;
    background: #c41230;
    letter-spacing: 1px;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
}

#FloatCart .click.checkout {
    padding: 8px 0;
}

#FloatCart .click.checkout.down{
	display:none;
}


#FloatCart .checkout:after {
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 14px;
}

#pages.sponsor  .package {
    float: left;
    padding: 5px 0;
    background: #f3f6f7;
    text-align: center;
    color: #000;
    width: 33%;
   
    margin: 1px 0 0 0;
    font-size: 13px;
  
}
#pages.sponsor  .packages .small {
	font-size:12px;
	padding:5px 0px;
	 background: #f3f6f7;
	text-align:center;
}

#pages.sponsor .package.middle{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

 

#FloatCart .info {
    color: #c41230;
    font-size: 14px;
    line-height: 25px;
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    display: block;
}

#FloatCart .totals {
    border-bottom: 1px solid #0b2949;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

#FloatCart dt.ticks {
    position: relative;
    cursor: pointer;
}

.sidebar.fixed {
    position: fixed;
    top: 0%;
    width: 250px;
}

#pages.sponsor  .auction .prize {
    float: left;
    width: 23%;
    padding: 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #b2c0c9;
}

#pages.sponsor  .auction .prize input {
    border: 1px solid #000;
    border-radius: 0;
}

#pages.sponsor  .auction .topprize input {
    width: 30px;
    height: 17px;
}

#pages.sponsor  .auction .topprize .option {
    padding: 0 0 2px 0;
}

#pages.sponsor  .auction .topprize .ticket {
    display: inline;
}

#pages.sponsor  .auction .topprizes .qty{
	float:left;
	clear:both;
}

#pages.sponsor  .auction .topprizes .ticketdetail{
	float:left;
	font-size:12px;
	padding:15px 0 0 5px;
}



#pages.sponsor  .auction .image {
    float: left;
    width: 40%;
}

#pages.sponsor  .auction .image img{
	width:100%;
}



#pages.sponsor  .auction .prize .image{
	position:relative;
}


#pages.sponsor  .auction .overlay {
    display: none;
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

#pages.sponsor  .auction .prizes.topprizes .prize:hover .overlay {
	display:none;
}

#pages.sponsor  .auction .prize:hover .overlay{
	display:block;
}


#pages.sponsor  .auction .overlay:after{
	position: absolute;
    content: "\f00e";
    top:40%;
    left:45%;
    color: #fff;
	font-size:20px;
    font-family: 'FontAwesome';
}


#pages.sponsor .auction .prize .info {
    margin: 0 0 0 10px;
    float: left;
    width: 56%;
}

#pages.sponsor .auction .topprize {
    height: 140px;
}

#pages.sponsor  .auction .info a {
    text-decoration: none;
}

#pages.sponsor  .auction .prize .tick {
    font-size: 27px;
    line-height: 30px;
   
    padding: 0 0 3px 0;
    color: #0e1e63;
    text-transform: capitalize;
}

#pages.sponsor  .auction .num, #popup .num {
    color: #b59744;
    font-weight: 500;
    font-size: 30px;
}

#pages.sponsor  .auction .general {
	margin:20px 0px;
}

#pages.sponsor  .auction .ticket {
    font-weight: 600;
    text-transform: none;
    font-size: 15px;
    line-height: 18px;
    color: #00a299;
 
}





#pages.sponsor   .auction .qty {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 10px 0 0 0;
}

#pages.sponsor  .auction  .prize input {
    border: 1px solid #000;
    border-radius: 0;
}

.qty input {
    border-radius: 5px;
    width: 30px;
    height: 23px;
    border: 1px solid #b2c0c9;
}

#pages.sponsor .mobileadd {
    display: none;
}

.category .amount, .catName {
    color: #000;

    

    font-size: 38px;
    padding:30px 0 20px ;
	font-weight:bold;
}

/*Rewards*/
#pages.rewards .prize.join {
	display:none;
}
  
#pages.rewards .content .box .button{
	float:right;
	width: 100px;
    text-align: center;
    padding: 10px 0;
	margin:0 0 15px 0;
}

#pages.rewards .content .box .button.redeem {
	opacity: 0.5;
}

#pages.rewards .content .box .button span{
	display:block;
	font-size:9px;
	padding:2px 0 0 0;
}

#pages.rewards .content .box .button.grey{
	background:#d0d0d0!important;
}

#pages.rewards .content .prize  img{
	width:100%;
}

#pages.rewards .content .prize .image{
	height:125px;
}

#pages.rewards .prize {
	
	 
	width:140px;
	
	
    margin: 5px;
    flex-direction: column;
	display: flex;
    margin: 5px;
   
}

#pages.rewards .content .prize.group{
	 
}

#pages.rewards .content .box {
	margin:20px 1% 0 1%;
	padding:10px;
	height:240px;
	width:45%;
	position:relative;
}

#pages.rewards .content .prizes {
	border-top:1px solid #eeeeee;
	clear:both; 
	display: flex;	 
    justify-content: center;
   
}

#pages.rewards h3 {
	font-weight:bold;
}

#pages.rewards .content .box  .amount{
	float:left;
	font-size:24px;
	padding:0px 0 0 0;
}

#pages.rewards .content .prizes .title{
	height:20px;
	padding: 0 0 10px 0;
    border: none;
    font-size: 11px;
    position: relative;
    z-index: 9;
}

#pages.profile .options{
	display:flex;
	width: 97%;
    margin: 0 auto 50px auto;
	flex-wrap: wrap;
}

#pages.profile .options input{
	display:none;
}

#pages.profile .choice{
	display: flex;
	margin:5px;
	width: 160px;
    height: 220px;
	text-align:center;
	padding:5px;
	border:1px solid #eeeeee;
    flex-direction: column;
}



#pages.profile .options input[type="radio"]:checked+label .choice{
	border:1px solid #ef433b;
}

#pages.profile .choice img{
	width:100%;
}

#pages.profile.prizes.spons .button{
	position:fixed;
	bottom:0px;
	left:0;
	width:100%;
	padding:5px 0;
	background:#fff;
}

#pages.profile.prizes.spons .button .submit{
	display:block;
	margin:0 auto;
	width:20%;
	padding:8px 0;
	font-size:18px;
}


#commit2, #commit4, #commit6, #commit8, #commit10{
	margin:-18px 0;
}


#dn-center a.button.tax {
	float:none;
	background:#f3f3f3;
	color:#134964;
	letter-spacing:1px;
	font-size:12px;
	margin:0px;
	padding:10px 0px 10px 2%;
	font-family: 'Raleway', sans-serif;
	width:98%;
	display:block;
	position:static!important;
}

#dn-center #taxinfo {
	display:none;
	position:absolute;
	right: 0.3%;
    width: 92.4%;
	text-transform:none;
	font-family: 'Raleway', sans-serif;
	border:1px solid #92a9b7;
	border-top:0px;
	top:35px;
	text-align:left;
	background:#FFF;
	color:#134964;
	font-size:12px;
	padding:0px 3%;
	z-index:99;
}

#dn-center #taxinfo p{line-height:18px;
}

#dn-center #taxinfo b{
	font-size:13px;
}

#dn-center .but{
	float:right;
	width:250px;
	margin:0px 0 0 5px;
	position:relative;
}

#dn-center  .payment{
	float:left;
	 
}

/*Custom Code*/
#pages.mypage a.submit.donate { 
	margin:10px 0px 15px 0px;
	display:block;
	 
	 
}

#pages.mypage h3{
	font-size:18px;
	font-weight:500;
	margin:0 0 10px 0;
}

#pages.mypage .left a.submit.donate{
	width:300px;
	padding:10px 0;
}

#pages.mypage .photo img {
	max-height:none;
	width:100%;
}

#pages.mypage a.donate {
	color:#FFF;
	background-color: #f0872b;
	text-decoration:none;
}

#pages.mypage a.donate span, #pages.mypage a.join span {
	display:block;
	font-size:15px;
	text-transform:none;
}

#pages.mypage a.donate span {
	display:inline;
}

#pages .contentgraphic .photo {
	width:20%;
	float:left;
	margin:0px;
	clear:none;
	border:none;
	max-height:none;
}
  

#pages.mypage .share {
	margin:0px 0px 15px 0px;
}

#pages.mypage .title {
	margin:30px 0px 0px 0px;
	line-height:30px;
	padding:0 0 20px 0;
	font-size:15px;
}

#pages.mypage .right .title {
	clear:both;
	margin:30px 0 15px 0;
	font-size:17px;
	padding:20px 0 10px 0;
	font-weight:600;
}

#pages.mypage .raised{
	font-weight:600;
	font-size:17px;
	padding:0 0 10px 0;
}

#pages.choose #names .amount {
	color:#f0872b;
}

#pages.choose #names .amount sub {
	text-transform:uppercase;
	font-size:10px;
}

#home .thermometer .progress .amount{
	 
    position: absolute;
    left: -220px;
    width: 200px;
    margin: 40px 0 0 0;
	font-size:36px;
}


#dn-center {
	width:60%;
}

#home #fundraisers {
	background-color:#231f20 !important;
}

#home #fundraisers h2 {
	color:#f0872b !important;
}

 
#topwrapper .top .login {
	background-color:#7ca4d7 !important;
}

.orange {
	color:#f1ad42 !important;
	
}

h1 .orange{
	font-weight:600;
}

i.orange {
	font-family: minion-pro, serif;
font-style: italic;
}

#home .first{
	padding:80PX 5%;
	overflow:hidden;
}

#home .wider {
	width:90%;
	margin:0 auto;
}

#home .section {
	padding:35px 0px;
}

#home .section.bottom {
	padding:35px 0px 50px 0px;
} 
 

#home .section h2 {
	font-size:70px;
	line-height:70px;
	margin:0px 0px 25px 0px;
	text-transform:none;
}

#home .section h3 {
	font-size:50px;
	line-height:50px;
	margin:0px 0px 20px 0px;
}

#home .section.bottom .text, #home .section ul, #home .section .item {
	font-size:25px;
	line-height:25px;
}

#home .section .bottomtext {
	margin:50px 0px 0px 0px;
}

#home .section a.submit {
	font-size:20px;
	color:#282828;
	background-color:#f0872b;
	display:block;
	width:35%;
	margin:20px 0px 0px 0px;
	padding:15px 0;
	border-radius:25px;
}


#home .section.bottom a.submit {
	margin:25px 0px 30px 0px;
}

#home .section ul li {
	margin:5px 0px;
	font-size:22px;
	line-height:22px;
}

#home .section ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f0872b; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
	list-style-type: circle;
	list-style-position: inside;

}

#home .section.bottom .right {
	padding:25px 0px;
}

#home .section .item img {
	margin:20px 0px -20px 0px;
}

 

#home .section .item {
	margin:0px 0px 15px 0px;
}

#home .join{
	color:#fff;
	padding:70px 0;
	background:#125080;
	margin:60px 0;
	position:relative;
}

#home .join .info{
	width:60%;
	text-align:center;
}

#home .join .info .large{
	font-size:60px;
	letter-spacing:1.8px;
	font-weight:700;
	padding:18px 0;
}

#home .join .info .med{font-size:21px;
}

#home .join .info .small{
	font-size:13px;
	letter-spacing:3.9px;
	text-transform:uppercase;
}

#home .content {
	margin:0 0 60px;
}

#home .content .text{
	 
	font-size:21px;
	line-height:28px;
}

#home .content .submit{
	margin:25px 0 0;
}

 
.submit.white{
	background:none;
	border:1px solid #f1ad42;
	color:#f1ad42;
}
	

#home .video {
    width: 38%; 
	position:absolute;
	right:0;
	top:-60px;
}

 

#home .video .title{
	text-align:center;
	margin:20px 0 0 -15%;
	font-size:20px;
}

#home .therm h2 {
	text-align:center;
	color:#f1ad42;
 
	/*padding:0px 0 50px 0;*/
	text-transform:none;
	font-style: normal;
	font-size:36px;
	 
}

#home .lSSlideOuter{
	text-align:left;
}

#home h2 .every{
	position:absolute;
}

#home .lSSlideOuter .orange:before{
	content:'Of course ';
	color:transparent;
}

#home .lSSlideOuter .line2{
	padding:0 0 0 3%;
}

#home  .pink{
	color:#F069A4;
}

#home .form{
	margin:5% 0 0 0;
	width:700px;
	position:relative;
	}

#pages .form{
	margin:15% 0 0 0;
	width:700px;
	position:relative;
}

#pages  .form{
	margin:0 auto;
}

#home .smalltext, #pages .smalltext{
	text-align:right;
	width:700px;
	margin:5px auto;
}

#home .signup .smalltext{
	color:#fff;
}

#home .smalltext{
	color:#8D8D8D;
	font-size:18px;
}

#home .smalltext a{
	color:#E83713;
}

#home .signup .form{
	 
	margin:40px auto 0 auto;
}

#home .signup .form .small{
	text-align:right;
	clear:both;
}

#home .form .textfield, #pages .form .textfield{
	float:left;
	padding:0 0 0 2%;
	width:57%;
	display:block;
	height:55px;
}

#home .form .submit, #pages .form .submit{
	float:left;
	color:#fff;
	width:40%;
	display:block;
	background:#f1ad42;
	font-size:22px;
	border:none;
	border-radius:0;
	margin:0;
	font-weight:bold;
	padding:17.5px;
	position:relative;
}

#home .form :after, #pages .form :after {
     
    content:url(../images/signup-arrow.png);
     
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 19px;
    cursor: pointer;
}

/*Challenge*/
#pages.content .header{
	text-align:center;
}

#pages.content .trigger{
	width:33.3%;
	padding:0 0 10px 0;
	text-transform:none;
	letter-spacing:normal;
	font-size:18px;
	color:#BCBCBC;
	float:left;
	border-bottom:1px solid #BCBCBC;
}

#myBtnContainer{
	overflow:hidden;
}

#pages.content .trigger.active, #pages.content .trigger:hover{
	color:#E83713;
	border-bottom:1px solid #E83713;
}

#pages.content .content{
	 
	float:left;
	width:68%;
}

#pages.content  h1{
	color:#309dce;
	font-size:48px;
	font-weight:bold;
	text-transform:none;
	letter-spacing:0;
	margin:0 0 40px 0;
}

#pages.content   h1 .purple{
	color:#f1ad42;
}

 

#pages.content .heading{
	text-align:center;
	color:#282828;
	font-size:18px;
	margin:0 0 20px 0;
}

#pages.content .frame{
	padding:155% 0 0 0;
 
}

#pages.content .video .frame{
	padding:65% 0 0 0;
	border:1px solid red;
}

#pages.content .playlist{
	 
	float:right;
	width:28%;
}

#pages.content .desc{
	color:#125080;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0 0;
}

 #innerwrapper #pages.content .main{
 
	padding:40px 0;
}

.flex{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
}

#pages.content .button.secondary{
	color:#BCBCBC;
	border:1px solid #BCBCBC;
	font-size:16px;
	padding:5px;
	margin:0 0 5px 0;
	display:block;
}

#pages.content .button.secondary.active{
	    border: 1px solid #E83713;
}

 
#pages.content .day .thumb{
	float:left;
	width:48%;
	border:1px solid #BCBCBC;
}

#pages.content .day .info{
	float:left;
	margin:10px 0 0 2%;
	width:48%;
}

#innerwrapper{
	position:relative;
}

#videos{
	text-align:center;
	padding:50px 0;
	position:absolute;
	top:40px;
	right:0;
	width:25%;
	 }
	
#videos .thumb{
	 
	position:relative;
	font-size:20px;
	font-weight:600;
}

#videos h3{
	margin:0 0 30px 0;
}

#videos a{
	text-decoration:none;
	margin:3%;
}

#videos .thumb .title{
	color:#fff;
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align:center;
}

#videos .text{
	font-size: 15px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    color: #000000;
}
 

.fancybox-slide--iframe .fancybox-content{
	background:none!important;
}

#pages.mypage #home .section.bottom, #pages.mypage .right {
	padding:0px;
	margin:0px;
}

#pages.mypage #home .section.bottom a.submit.donate { 
	padding:14px 0px;
}

#pages.mypage #home .section .item {
	font-size:20px;
}

#pages.mypage #home .right {
	width:40%;
}
 

#pages.sponsor.app .submit {
	width:300px;
	font-size:20px;
	margin: 20px auto 0 auto;
    float: none;
	padding:12px 0;
} 
	 
 

.dn-twoleft.miscfield, .dn-twoleft.miscfield  .dn-title {
	font-weight:bold;
	background-color: #7ca4d7;
	text-align:center;
}

.dn-twoleft.miscfield {
	padding:10px 0px;
}

.footer .project {
	float:left;
	width:50%;
}

.footer .right {
	float:right;
	width:55%;
	max-width:650px;
	font-size:18px;
	color:#282828;
	margin:0 2% 0 0;
	text-align:left;
	 
}

.footer .buttons{
	float:right;
	margin:20px 0 0 0;
}

.footer .buttons .button{
	margin:0 0 0 15px;
}

.footer .right h3 {
	font-size:22px;
	margin:0 0 20px; 
	color:#f1ad42;
	font-weight:bold;
	 
}

.footer .right .join .textfield{
	width:97%;
}

.footer .right .join .submit{
	width:100%;
}

.footer .project .text{
	font-size:18px;
	color:#282828;
	text-transform:none;
	font-weight: normal;
    margin: 40px 0 0 0;
    line-height: 25px;
}
 

 
.link{
	display:block;
	margin:10px 0 0 0;
	font-size:11px;
}

@media (max-width: 850px) {
	
	.dn-head {
		margin:0px;
	}
	
	
	
}

 
	
}

@media (max-width: 650px) {

#topwrapper .top .logo {
    width: 40%!important;
}

#topwrapper .searchwrapper {
		width:35% !important;
	}
	
	#home .section h2{
		font-size:60px;
		line-height:60px;
	}
	
	#home .section.bottom .text, #home .section ul, #home .section .item {
		font-size: 20px;
		line-height: 20px;
	}
	
	#home .section h3{
		font-size:30px;
		line-height:30px;
	}
	
	 
}

@media (max-width: 550px) {
	 

.footer .right h3{
	font-size:18px;
}

#footerwrapper .project .logo img{
	width:100%;
}

.item .orange {
	display:block;
	font-size:20px;
	line-height:20px;
}

#home .section .item img {
    margin: 0;
    width: 30px;
    vertical-align: middle;
}

#home .section.bottom .text, #home .section ul, #home .section .item {
    font-size: 16px;
    line-height: 16px;
}

#home .section ul li {
    
    font-size: 16px;
    line-height: 16px;
}

#home .section.bottom .right {
    padding: 0 0 30px 0;
}

#home .section h2 {
    font-size: 40px;
    line-height: 40px;
}

#home .therm h2{
	font-size:30px;
	line-height:30px;
}
	
}

