a, .btn, .btn a { -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }

.inview { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
@media only screen and (max-width: 767px) { .inview { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } }

.fadein { -webkit-animation: fadeIn 2s 0s ease both; -moz-animation: fadeIn 2s 0s ease both; -ms-animation: fadeIn 2s 0s ease both; -o-animation: fadeIn 2s 0s ease both; animation: fadeIn 2s 0s ease both; }

.fadeindown { -webkit-animation: fadeInDown 1s 0s ease both; -moz-animation: fadeInDown 1s 0s ease both; -ms-animation: fadeInDown 1s 0s ease both; -o-animation: fadeInDown 1s 0s ease both; animation: fadeInDown 1s 0s ease both; }

.fadeinup { -webkit-animation: fadeInUp 1s 2s ease both; -moz-animation: fadeInUp 1s 2s ease both; -ms-animation: fadeInUp 1s 2s ease both; -o-animation: fadeInUp 1s 2s ease both; animation: fadeInUp 1s 2s ease both; }

.offbottom { -webkit-animation: fadeOut 1s 0s ease both; -moz-animation: fadeOut 1s 0s ease both; -ms-animation: fadeOut 1s 0s ease both; -o-animation: fadeOut 1s 0s ease both; animation: fadeOut 1s 0s ease both; }

.offtop { -webkit-animation: fadeOut 1s 0s ease both; -moz-animation: fadeOut 1s 0s ease both; -ms-animation: fadeOut 1s 0s ease both; -o-animation: fadeOut 1s 0s ease both; animation: fadeOut 1s 0s ease both; }

.inleft { -webkit-animation: fadeInLeftBig 2s 0s ease both; -moz-animation: fadeInLeftBig 2s 0s ease both; -ms-animation: fadeInLeftBig 2s 0s ease both; -o-animation: fadeInLeftBig 2s 0s ease both; animation: fadeInLeftBig 2s 0s ease both; }

.inright { -webkit-animation: fadeInRightBig 2s 0s ease both; -moz-animation: fadeInRightBig 2s 0s ease both; -ms-animation: fadeInRightBig 2s 0s ease both; -o-animation: fadeInRightBig 2s 0s ease both; animation: fadeInRightBig 2s 0s ease both; }

body.homepage section.panel { padding-top: 150px; padding-bottom: 150px; z-index: 8888888; }
@media only screen and (max-width: 767px) { body.homepage section.panel { padding-top: 100px; padding-bottom: 100px; } }
body.homepage section.panel div.header { padding-bottom: 30px; }
body.homepage section.panel div.header h2 { color: #636b75; margin: 0; padding: 0; font-size: 65px; font-size: 4.0625rem; }
@media only screen and (max-width: 768px) { body.homepage section.panel div.header h2 { font-size: 45px; font-size: 2.8125rem; } }
@media only screen and (max-width: 767px) { body.homepage section.panel div.header h2 { text-align: center; padding: 0; margin: 0; } }
body.homepage section.panel div.header p { padding-top: 20px; text-align: right; }
@media only screen and (max-width: 768px) { body.homepage section.panel div.header p { font-size: 14px; font-size: 0.875rem; } }
@media only screen and (max-width: 767px) { body.homepage section.panel div.header p { text-align: center; } }
body.homepage section.panel div.header p a { color: #636b75; }
body.homepage section#cover { min-height: 600px; background: #62A4D5; }
body.homepage section#cover div#hero { position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
@media only screen and (max-width: 767px) { body.homepage section#cover div#hero { top: 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }
body.homepage section#cover .cover-left { position: relative; height: 450px; }
@media only screen and (min-width: 321px) and (max-width: 767px) { body.homepage section#cover .cover-left { height: 250px; } }
@media only screen and (max-width: 320px) { body.homepage section#cover .cover-left { height: 345px; } }
body.homepage section#cover .cover-left img#logo-beehive { position: absolute; z-index: 100; bottom: 0; width: 274px; max-width: 274px; min-width: 274px; }
@media only screen and (max-width: 767px) { body.homepage section#cover .cover-left img#logo-beehive { display: none !important; } }
body.homepage section#cover .cover-left img#logo-coin { position: absolute; z-index: 80; top: 0px; left: 80px; -webkit-animation: fadeInDownBig 1s 1s ease both; -moz-animation: fadeInDownBig 1s 1s ease both; -ms-animation: fadeInDownBig 1s 1s ease both; -o-animation: fadeInDownBig 1s 1s ease both; animation: fadeInDownBig 1s 1s ease both; }
@media only screen and (max-width: 767px) { body.homepage section#cover .cover-left img#logo-coin { display: none !important; } }
body.homepage section#cover .cover-left img#logo-kiwicoin { position: absolute; z-index: 90; top: -8px; left: 90px; -webkit-animation: fadeInDownBig 1s 1s ease both; -moz-animation: fadeInDownBig 1s 1s ease both; -ms-animation: fadeInDownBig 1s 1s ease both; -o-animation: fadeInDownBig 1s 1s ease both; animation: fadeInDownBig 1s 1s ease both; }
@media only screen and (max-width: 767px) { body.homepage section#cover .cover-left img#logo-kiwicoin { display: none !important; } }
@media only screen and (min-width: 768px) { body.homepage section#cover .cover-left img#logo-composite { display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 1199px) { body.homepage section#cover .cover-left img#logo-composite { display: none !important; } }
@media only screen and (max-width: 767px) { body.homepage section#cover .cover-left img#logo-composite { display: block !important; } }
@media only screen and (max-width: 767px) { body.homepage section#cover .cover-left img#logo-composite { margin: 20px auto 0 auto; } }
@media only screen and (min-width: 321px) and (max-width: 767px) { body.homepage section#cover .cover-left img#logo-composite { width: 137px; height: 225px; } }
@media only screen and (max-width: 320px) { body.homepage section#cover .cover-left img#logo-composite { width: 183px; height: 300px; } }
/* body.homepage section#cover .cover-right { text-align: center; } */
@media only screen and (max-width: 768px) { body.homepage section#cover .cover-right { padding-left: 40px; } }
@media only screen and (max-width: 767px) { body.homepage section#cover .cover-right { padding-left: 0; } }
body.homepage section#cover .cover-right h2 { color: white; margin: 100px 0 0 0; padding: 0; font-size: 70px; font-size: 4.375rem; }
@media only screen and (max-width: 768px) { body.homepage section#cover .cover-right h2 { font-size: 50px; font-size: 3.125rem; } }
@media only screen and (max-width: 767px) { body.homepage section#cover .cover-right h2 { display: none !important; } }
body.homepage section#cover .cover-right h3 { color: white; margin: 0; padding: 0; }
@media only screen and (max-width: 768px) { body.homepage section#cover .cover-right h3 { font-size: 25px; font-size: 1.5625rem; } }
@media only screen and (max-width: 767px) { body.homepage section#cover .cover-right h3 { display: none !important; } }
body.homepage section#cover .cover-right h5 { margin-top: 40px; color: white; }
@media only screen and (max-width: 768px) { body.homepage section#cover .cover-right h5 { margin-top: 40px; font-size: 19px; font-size: 1.1875rem; } }
@media only screen and (max-width: 767px) { body.homepage section#cover .cover-right h5 { font-size: 14px; font-size: 0.875rem; } }
body.homepage section#cover .cover-right p { margin-top: 20px; color: #a7c7d0; text-align: center; }
@media only screen and (max-width: 768px) { body.homepage section#cover .cover-right p { margin-top: 10px; font-size: 14px; font-size: 0.875rem; } }
body.homepage section#cover .cover-right p a { color: #a7c7d0; }
body.homepage section#cover div#hero div.twelve { text-align: center; padding-top: 60px; }
body.homepage section#cover div#hero div.twelve #teasearrow { border: 2px solid white; width: 50px; height: 50px; color: white; margin: 0 auto 0 auto; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; font-size: 27px; font-size: 1.6875rem; }
body.homepage section#cover div#hero div.twelve #teasearrow i { position: relative; top: 10px; left: 0px; }
body.homepage section#news { padding-top: 100px; padding-bottom: 100px; }
@media only screen and (max-width: 767px) { body.homepage section#news { padding-top: 40px; } }
body.homepage section#news div.posts { padding-bottom: 40px; }
body.homepage section#news div.posts:last-child { padding-bottom: 0; }
body.homepage section#news div.posts article:nth-child(1) { padding-right: 20px; }
@media only screen and (max-width: 767px) { body.homepage section#news div.posts article:nth-child(1) { padding-right: 0; padding-bottom: 40px; } }
body.homepage section#news div.posts article:nth-child(2) { padding-left: 10px; padding-right: 10px; }
@media only screen and (max-width: 767px) { body.homepage section#news div.posts article:nth-child(2) { padding-left: 0; padding-right: 0; padding-bottom: 40px; } }
body.homepage section#news div.posts article:nth-child(3) { padding-left: 20px; }
@media only screen and (max-width: 767px) { body.homepage section#news div.posts article:nth-child(3) { padding-left: 0; } }
body.homepage section#news div.posts article h3 { font-family: "ProximaNovaExCn-Bold"; text-transform: capitalize; padding-bottom: 20px; font-size: 27px; font-size: 1.6875rem; }
@media only screen and (max-width: 768px) { body.homepage section#news div.posts article h3 { font-size: 22px; font-size: 1.375rem; } }
body.homepage section#news div.posts article h3 a { color: #62A4D5; }
body.homepage section#news div.posts article p { font-size: 14px; font-size: 0.875rem; }
@media only screen and (max-width: 768px) { body.homepage section#news div.posts article p { font-size: 12px; font-size: 0.75rem; } }
body.homepage section#news div.posts article ul { padding-top: 10px; font-size: 14px; font-size: 0.875rem; }
@media only screen and (max-width: 768px) { body.homepage section#news div.posts article ul { font-size: 12px; font-size: 0.75rem; } }
body.homepage section#news div.posts article ul li { display: inline; margin-right: 20px; }
body.homepage section#news div.posts article ul li:last-child { margin-right: 0; }
body.homepage section#tipline { background-image: url(image-tipline-bg.jpg); background-position: center; background-repeat: no-repeat; background-color: #62A4D5; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
@media only screen and (min-width: 768px) and (max-width: 1199px) { body.homepage section#tipline { background-attachment: scroll !important; background-position: center !important; } }
@media only screen and (max-width: 767px) { body.homepage section#tipline { background-attachment: scroll !important; background-position: center !important; } }
body.homepage section#tipline div.header h2 { color: white; }
body.homepage section#tipline article { padding-right: 40px; }
@media only screen and (max-width: 768px) { body.homepage section#tipline article { padding-right: 20px; } }
@media only screen and (max-width: 767px) { body.homepage section#tipline article { padding-right: 0; } }
body.homepage section#tipline article h3 { color: white; margin-bottom: 2%; }
@media only screen and (max-width: 768px) { body.homepage section#tipline article h3 { font-size: 22px; font-size: 1.375rem; } }
body.homepage section#tipline article p { color: white; font-size: 18px; font-size: 1.125rem;    }
@media only screen and (max-width: 768px) { body.homepage section#tipline article p { font-size: 14px; font-size: 0.875rem; } }
body.homepage section#tipline div#email { position: relative; padding-left: 40px; }
@media only screen and (max-width: 768px) { body.homepage section#tipline div#email { padding-left: 20px; } }
@media only screen and (max-width: 767px) { body.homepage section#tipline div#email { padding-left: 0; } }
body.homepage section#tipline div#email label { color: white; font-weight:bold }
body.homepage section#tipline div#email .btn { position: absolute; right: 0; }
body.homepage section#campaigns article { text-align: center; }
body.homepage section#campaigns article:nth-child(1) { padding-right: 30px; }
@media only screen and (max-width: 768px) { body.homepage section#campaigns article:nth-child(1) { padding-right: 10px; } }
@media only screen and (max-width: 767px) { body.homepage section#campaigns article:nth-child(1) { padding-right: 0; padding-bottom: 30px; } }
body.homepage section#campaigns article:nth-child(2) { padding-left: 30px; }
@media only screen and (max-width: 768px) { body.homepage section#campaigns article:nth-child(2) { padding-left: 10px; } }
@media only screen and (max-width: 767px) { body.homepage section#campaigns article:nth-child(2) { padding-left: 0; } }
body.homepage section#campaigns article a div.teaserimage { margin: 0; padding: 0; }
body.homepage section#campaigns article a div.teaserimage img { margin: 0; padding: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
body.homepage section#campaigns article a h3 { font-family: "ProximaNovaExCn-Bold"; text-transform: capitalize; margin-top: 30px; margin-bottom: 30px; color: #62A4D5; border-top: 1px solid #62A4D5; border-bottom: 1px solid #62A4D5; font-size: 37px; font-size: 2.3125rem; -webkit-transition-property: color; -moz-transition-property: color; -o-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (max-width: 768px) { body.homepage section#campaigns article a h3 { font-size: 28px; font-size: 1.75rem; } }
body.homepage section#campaigns article a p { margin-bottom: 25px; color: #555555; }
@media only screen and (max-width: 768px) { body.homepage section#campaigns article a p { font-size: 13px; font-size: 0.8125rem; } }
body.homepage section#campaigns article a ul li { diplay: inline; }
@media only screen and (max-width: 768px) { body.homepage section#campaigns article a ul li { font-size: 13px; font-size: 0.8125rem; } }
@media only screen and (max-width: 767px) { body.homepage section#campaigns article a ul li { display: none !important; } }
body.homepage section#campaigns article:hover div.teaserimage img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
body.homepage section#campaigns article:hover h3 { color: #9ec7de; }
body.homepage section#about { background-image: url(image-about-bg.jpg); background-position: center; background-repeat: no-repeat; background-color: #e98b43; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
@media only screen and (min-width: 768px) and (max-width: 1199px) { body.homepage section#about { background-attachment: scroll !important; background-position: center !important; } }
@media only screen and (max-width: 767px) { body.homepage section#about { background-attachment: scroll !important; background-position: center !important; } }
body.homepage section#about div.header h2 { color: white }
body.homepage section#about article:nth-child(1) { padding-right: 30px; }
@media only screen and (max-width: 768px) { body.homepage section#about article:nth-child(1) { padding-right: 10px; } }
@media only screen and (max-width: 767px) { body.homepage section#about article:nth-child(1) { padding-right: 0; padding-bottom: 30px; } }
body.homepage section#about article:nth-child(2) { padding-left: 30px; }
@media only screen and (max-width: 768px) { body.homepage section#about article:nth-child(2) { padding-left: 10px; } }
@media only screen and (max-width: 767px) { body.homepage section#about article:nth-child(2) { padding-left: 0; } }
body.homepage section#about article h3 { color: white; font-family: "ProximaNovaExCn-Bold"; text-transform: capitalize; padding-bottom: 20px; }
@media only screen and (max-width: 768px) { body.homepage section#about article h3 { font-size: 23px; font-size: 1.4375rem; } }
body.homepage section#about article p {     color: white; }
@media only screen and (max-width: 768px) { body.homepage section#about article p { font-size: 13px; font-size: 0.8125rem; } }
body.homepage section#about article ul {     color: white;  }
@media only screen and (max-width: 768px) { body.homepage section#about article ul { font-size: 13px; font-size: 0.8125rem; } }
body.homepage section#about article p.more { margin-top: 15px; }
body.homepage section#about article p.more a { color: white; text-decoration: underline; }
body.homepage section#support a:nth-child(1) article { padding-right: 20px; }
@media only screen and (max-width: 768px) { body.homepage section#support a:nth-child(1) article { padding-right: 10px; } }
@media only screen and (max-width: 767px) { body.homepage section#support a:nth-child(1) article { padding-right: 0; padding-bottom: 20px; } }
body.homepage section#support a:nth-child(2) article { padding-left: 10px; padding-right: 10px; }
@media only screen and (max-width: 768px) { body.homepage section#support a:nth-child(2) article { padding-left: 5px; padding-right: 5px; } }
@media only screen and (max-width: 767px) { body.homepage section#support a:nth-child(2) article { padding-left: 0; padding-right: 0; padding-bottom: 20px; } }
body.homepage section#support a:nth-child(3) article { padding-left: 10px; padding-right: 10px; }
@media only screen and (max-width: 768px) { body.homepage section#support a:nth-child(3) article { padding-left: 5px; padding-right: 5px; } }
@media only screen and (max-width: 767px) { body.homepage section#support a:nth-child(3) article { padding-left: 0; padding-right: 0; padding-bottom: 20px; } }
body.homepage section#support a:nth-child(4) article { padding-left: 20px; }
@media only screen and (max-width: 768px) { body.homepage section#support a:nth-child(4) article { padding-left: 10px; } }
@media only screen and (max-width: 767px) { body.homepage section#support a:nth-child(4) article { padding-left: 0; } }
body.homepage section#support a article div.iconcircle { width: 110px; height: 110px; border: 3px solid #bfbfbf; margin: 0 auto 0 auto; text-align: center; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (max-width: 768px) { body.homepage section#support a article div.iconcircle { width: 80px; height: 80px; } }
body.homepage section#support a article div.iconcircle i { position: relative; top: 40px; color: #bfbfbf; font-size: 60px; font-size: 3.75rem; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (max-width: 768px) { body.homepage section#support a article div.iconcircle i { top: 25px; font-size: 40px; font-size: 2.5rem; } }
body.homepage section#support a article h3 { padding-top: 20px; padding-bottom: 20px; text-align: center; font-family: "ProximaNovaExCn-Bold"; text-transform: capitalize; color: #bfbfbf; font-size: 30px; font-size: 1.875rem; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (max-width: 768px) { body.homepage section#support a article h3 { font-size: 22px; font-size: 1.375rem; } }
body.homepage section#support a article p { color: #555555; font-size: 14px; font-size: 0.875rem; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (max-width: 768px) { body.homepage section#support a article p { font-size: 11px; font-size: 0.6875rem; } }
body.homepage section#support a:hover div.iconcircle { border-color: #62A4D5; -webkit-animation: rotateIn 0.5s 0s ease both; -moz-animation: rotateIn 0.5s 0s ease both; -ms-animation: rotateIn 0.5s 0s ease both; -o-animation: rotateIn 0.5s 0s ease both; animation: rotateIn 0.5s 0s ease both; }
body.homepage section#support a:hover div.iconcircle i { color: #62A4D5; }
body.homepage section#support a:hover h3 { color: #62A4D5; }
body.homepage section#support a:hover p { color: #62A4D5; }

body.subpage .navbar h1.logo a img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (max-width: 767px) { body.subpage .navbar h1.logo a img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } }
body.subpage .navbar h1.logo a img.pinned { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

.navbar { height: 100px; line-height: 100px; border-bottom: 1px solid #f2f2f2; z-index: 9999999; }
@media only screen and (max-width: 767px) { .navbar { height: 60px; line-height: 60px; } }
@media only screen and (max-width: 768px) { .navbar .four.columns { width: 15%; } }
@media only screen and (max-width: 768px) { .navbar .eight.columns { width: 80%; } }
.navbar h1.logo a { height: 100px; line-height: 100px; }
@media only screen and (max-width: 767px) { .navbar h1.logo a { height: 60px; line-height: 60px; } }
.navbar h1.logo a img { max-width: 50px; position: relative; top: 7px; }
@media only screen and (max-width: 767px) { .navbar h1.logo a img { max-width: 25px; } }
@media only screen and (max-width: 767px) { .navbar ul { position: absolute; z-index: 9999999; } }
.navbar ul li a { line-height: 100px; height: 100px; font-size: 22px; font-size: 1.375rem; }
@media only screen and (max-width: 767px) { .navbar ul li a { line-height: 60px; height: 60px; } }
.navbar ul li > a { -webkit-transition-property: background; -moz-transition-property: background; -o-transition-property: background; transition-property: background; -webkit-transition-duration: 0.25s; -moz-transition-duration: 0.25s; -o-transition-duration: 0.25s; transition-duration: 0.25s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (min-width: 768px) and (max-width: 1199px) { .navbar ul li > a { font-size: 15px; font-size: 0.9375rem; } }
.navbar ul li .btn { position: relative; top: 13px; }
.navbar ul li .btn a { position: relative; top: -33px; }
@media only screen and (max-width: 767px) { .navbar ul li .dropdown { display: none !important; } }

header { padding-top: 50px; }
@media only screen and (max-width: 767px) { header { display: none !important; } }
header .three img { max-width: 150px; }
header .nine { text-align: right; }
@media only screen and (max-width: 767px) { header .nine { text-align: center; } }
header .nine p { color: #bfbfbf; margin-top: 20px; margin-bottom: 30px; text-align: right; }
@media only screen and (max-width: 768px) { header .nine p { margin-top: 40px; font-size: 13px; font-size: 0.8125rem; } }
@media only screen and (max-width: 767px) { header .nine p { text-align: center; } }
header .nine p a { color: #bfbfbf; }
header .nine h2 { color: #62A4D5; margin: 0; padding: 0; font-size: 70px; font-size: 4.375rem; }
@media only screen and (max-width: 768px) { header .nine h2 { font-size: 60px; font-size: 3.75rem; } }
@media only screen and (max-width: 767px) { header .nine h2 { display: none !important; } }
header .nine h3 { color: #62A4D5; margin: 0; padding: 0; }
@media only screen and (max-width: 768px) { header .nine h3 { font-size: 30px; font-size: 1.875rem; } }
@media only screen and (max-width: 767px) { header .nine h3 { display: none !important; } }

footer { background-image: url(image-footer-bg.jpg); background-position: center; background-repeat: no-repeat; background-color: #62A4D5; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
footer section#main { padding-top: 100px; padding-bottom: 100px; }
footer section#main div.eight { padding-right: 60px; }
@media only screen and (max-width: 768px) { footer section#main div.eight { width: 55%; } }
@media only screen and (max-width: 767px) { footer section#main div.eight { padding-right: 0; padding-bottom: 30px; } }
footer section#main div.eight h2 { color: white; margin: 0; padding: 0; }
@media only screen and (max-width: 768px) { footer section#main div.eight h2 { font-size: 30px; font-size: 1.875rem; } }
footer section#main div.eight h3 { color: white; margin: 0; padding: 0 0 30px 0; }
@media only screen and (max-width: 768px) { footer section#main div.eight h3 { font-size: 20px; font-size: 1.25rem; } }
footer section#main div.eight p { color: white; }
@media only screen and (max-width: 768px) { footer section#main div.eight p { font-size: 14px; font-size: 0.875rem; } }
@media only screen and (max-width: 768px) { footer section#main div.four { width: 42%; } }
footer section#main div.four div.fb-like-box iframe { background: white; }
footer section#logos { padding-top: 10px; padding-bottom: 0px; }
@media only screen and (max-width: 767px) { footer section#logos { padding-bottom: 10px; } }
footer section#logos div#disclaimer p { color: #b1d2e5; text-transform: uppercase; text-align: center; padding-top: 17px; font-size: 12px; font-size: 0.75rem; }
@media only screen and (max-width: 768px) { footer section#logos div#disclaimer p { font-size: 8px; font-size: 0.5rem; } }
footer section#logos div#gnc_logo svg, footer section#logos div#nb_logo svg { position: relative; left: 5px; }
footer section#logos div#gnc_logo svg path, footer section#logos div#nb_logo svg path { fill: #b1d2e5; }
footer section#logos div#gnc_logo p, footer section#logos div#nb_logo p { font-style: italic; text-transform: uppercase; font-size: 11px; font-size: 0.6875rem; }
@media only screen and (max-width: 768px) { footer section#logos div#gnc_logo p, footer section#logos div#nb_logo p { font-size: 8px; font-size: 0.5rem; } }
footer section#logos div#gnc_logo a, footer section#logos div#nb_logo a { color: #b1d2e5; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
footer section#logos div#gnc_logo a:hover, footer section#logos div#nb_logo a:hover { color: #eaf3f8; }
footer section#logos div#gnc_logo a:hover svg path, footer section#logos div#nb_logo a:hover svg path { fill: #eaf3f8; }
footer section#logos div#gnc_logo { position: relative; top: -11px; }
footer section#logos div#gnc_logo p { text-align: left; }
@media only screen and (max-width: 768px) { footer section#logos div#gnc_logo p { top: 0; padding-top: 10px; } }
@media only screen and (max-width: 767px) { footer section#logos div#gnc_logo p { text-align: center; } }
footer section#logos div#gnc_logo svg { width: 110px; height: 40px; top: 14px; }
@media only screen and (max-width: 768px) { footer section#logos div#gnc_logo svg { width: 70px; height: 25px; top: 9px; } }
footer section#logos div#nb_logo p { text-align: right; position: relative; }
@media only screen and (max-width: 768px) { footer section#logos div#nb_logo p { top: 7px; } }
@media only screen and (max-width: 767px) { footer section#logos div#nb_logo p { text-align: center; } }
footer section#logos div#nb_logo svg { width: 110px; height: 31px; top: 8px; }
@media only screen and (max-width: 768px) { footer section#logos div#nb_logo svg { width: 70px; height: 20px; top: 6px; } }

body.subpage section#campaignsheader { height: 250px; position: relative; background-position: center; background-repeat: no-repeat; background-color: #62A4D5; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
@media only screen and (min-width: 768px) and (max-width: 1199px) { body.subpage section#campaignsheader { background-attachment: scroll !important; background-position: center !important; } }
@media only screen and (max-width: 767px) { body.subpage section#campaignsheader { height: 150px; background-attachment: scroll !important; background-position: center !important; } }
body.subpage section#campaignsheader h1 { color: white; position: absolute; bottom: 0; margin: 0; padding: 0; }
body.subpage section#campaignslist article { padding-bottom: 50px; }
body.subpage section#campaignslist article div.campaignimage { width: 100%; height: 150px; background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
body.subpage section#campaignslist article h3 { font-family: "ProximaNovaExCn-Bold"; }
body.subpage section#campaignslist article p a { color: #555555; }
body.subpage div.campaignteaser p { font-family: "ProximaNova-Semibold"; font-size: 20px; font-size: 1.25rem; }
body.subpage div#team h5 { font-family: "ProximaNova-Bold"; color: #636b75; }
body.subpage div#team div.teamtable h4 { font-family: "ProximaNovaExCn-Bold"; color: #62A4D5; text-transform: uppercase; }
@media only screen and (max-width: 768px) { body.subpage div#subpage-twocolumns main.eight { width: 60%; } }
@media only screen and (max-width: 768px) { body.subpage div#subpage-twocolumns aside.four { width: 38%; } }
body.subpage main { padding-top: 60px; }
body.subpage main div.flash.alert { border: none; }
body.subpage main h2.headline { text-transform: uppercase; margin: 0 0 30px 0; padding: 0; }
body.subpage aside#sidebar { padding-top: 70px; padding-left: 60px; @incldue respond(portrait-tablets) { padding-left: 0; }
 }
@media only screen and (max-width: 767px) { body.subpage aside#sidebar { padding-left: 0; } }
body.subpage aside#sidebar section { padding: 20px; border: 1px solid #d8d8d8; margin-bottom: 30px; -webkit-box-shadow: 2px 2px 3px #f2f2f2; -moz-box-shadow: 2px 2px 3px #f2f2f2; box-shadow: 2px 2px 3px #f2f2f2; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; }
body.subpage aside#sidebar section#recent h5 { color: #62A4D5; }
body.subpage aside#sidebar section#recent ul li { margin-bottom: 10px; line-height: 18px; font-size: 14px; font-size: 0.875rem; }
body.subpage aside#sidebar section#recent ul li:last-child { margin-bottom: 0; }
body.subpage aside#sidebar section#supporter { padding: 15px; }
body.subpage aside#sidebar section#supporter div.identity { margin-bottom: 10px; }
body.subpage aside#sidebar section#supporter div.identity:nth-child(2) { border-top: 1px dotted #bfbfbf; }
body.subpage aside#sidebar section#supporter div.identity span:nth-child(1) { display: block; color: #444444; text-align: center; padding-bottom: 10px; font-size: 16px; font-size: 1rem; }
body.subpage aside#sidebar section#supporter div.identity span:nth-child(2) { display: block; font-size: 15px; font-size: 0.9375rem; }
body.subpage aside#sidebar section#supporter div.identity span.signout { display: block; font-size: 12px; font-size: 0.75rem; }
body.subpage aside#sidebar section#supporter div.identity span.signout i { margin: 0; padding: 0; }
body.subpage aside#sidebar section#supporter div.identity span.pointcontact { font-size: 14px; font-size: 0.875rem; }
body.subpage aside#sidebar section#supporter ul { padding-top: 10px; border-top: 1px dotted #bfbfbf; }
body.subpage aside#sidebar section#supporter ul li { font-size: 14px; font-size: 0.875rem; }
body.subpage aside#sidebar section#signin .btn { width: 100%; margin-bottom: 10px; }
body.subpage aside#sidebar section#signin .btn:last-child { margin-bottom: 0; }
body.subpage aside#sidebar section#signin .btn a { font-size: 14px; font-size: 0.875rem; }
@media only screen and (max-width: 768px) { body.subpage aside#sidebar section#signin .btn a { font-size: 12px; font-size: 0.75rem; } }
body.subpage aside#sidebar section#signup { background: #62A4D5; border: 1px solid #337397; }
body.subpage aside#sidebar section#signup h5 { color: white; text-align: center; margin-bottom: 10px; text-shadow: 1px 1px 0px #337397; }
body.subpage aside#sidebar section#signup .btn { width: 100%; margin-bottom: 20px; }
body.subpage aside#sidebar section#signup .btn input { text-transform: uppercase; }
body.subpage aside#sidebar section#signup p { text-align: center; color: white; margin: 0; padding: 0; }
@media only screen and (max-width: 768px) { body.subpage aside#sidebar section#signup p { font-size: 11px; font-size: 0.6875rem; } }
body.subpage aside#sidebar section#signup p i { margin-bottom: 0; padding-bottom: 0; }
body.subpage aside#sidebar section#signup p a { color: white; }
body.subpage aside#sidebar section#signup p a:hover { color: #eebe98; }
body.subpage aside#sidebar section#buttons .btn { width: 100%; margin-bottom: 10px; text-transform: uppercase; }
body.subpage aside#sidebar section#buttons .btn:last-child { margin-bottom: 0; }
@media only screen and (max-width: 768px) { body.subpage aside#sidebar section#buttons .btn a { font-size: 12px; font-size: 0.75rem; } }
body.subpage section#basic-list h4 { border-bottom: 1px solid #d8d8d8; width: 50%; margin-bottom: 10px; font-size: 20px; font-size: 1.25rem; }
@media only screen and (max-width: 767px) { body.subpage section#basic-list h4 { width: 100%; } }
body.subpage section#basic-list ul { margin: 0 0 0 30px; }
body.subpage section#basic-list ul li { list-style-type: square; }
body.subpage section#pagination { margin-top: 30px; }
body.subpage section#pagination ul li { display: inline; padding: 10px; background: #f2f2f2; }
body.subpage section#pagination ul li:first-child { -moz-border-radius-topleft: 500px; -webkit-border-top-left-radius: 500px; border-top-left-radius: 500px; -moz-border-radius-bottomleft: 500px; -webkit-border-bottom-left-radius: 500px; border-bottom-left-radius: 500px; }
body.subpage section#pagination ul li:last-child { -moz-border-radius-topright: 500px; -webkit-border-top-right-radius: 500px; border-top-right-radius: 500px; -moz-border-radius-bottomright: 500px; -webkit-border-bottom-right-radius: 500px; border-bottom-right-radius: 500px; }
body.subpage div#text-keywords { text-align: center; padding-top: 10px; padding-bottom: 10px; border: 1px solid #337397; font-size: 20px; font-size: 1.25rem; }
body.subpage div#text-keywords i { font-size: 25px; font-size: 1.5625rem; }
body.subpage div#text-keywords i:first-child { margin-right: 15px; }
body.subpage div#text-keywords i:last-child { margin-left: 15px; }
body.subpage div#text-keywords a { color: #fff; }
body.subpage table#follow th:nth-child(3), body.subpage table#follow th:nth-child(4), body.subpage table#follow th:nth-child(5) { text-align: center; }
body.subpage table#follow td:nth-child(3), body.subpage table#follow td:nth-child(4), body.subpage table#follow td:nth-child(5) { text-align: center; }
body.subpage table#follow td:nth-child(4), body.subpage table#follow td:nth-child(5) { font-size: 25px; font-size: 1.5625rem; }
body.subpage section#support { padding-top: 50px; padding-bottom: 50px; }
body.subpage section#support hr { margin-bottom: 50px; }
body.subpage section#support a:nth-child(1) article { padding-right: 20px; }
@media only screen and (max-width: 768px) { body.subpage section#support a:nth-child(1) article { padding-right: 10px; } }
@media only screen and (max-width: 767px) { body.subpage section#support a:nth-child(1) article { padding-right: 0; padding-bottom: 20px; } }
body.subpage section#support a:nth-child(2) article { padding-left: 10px; padding-right: 10px; }
@media only screen and (max-width: 768px) { body.subpage section#support a:nth-child(2) article { padding-left: 5px; padding-right: 5px; } }
@media only screen and (max-width: 767px) { body.subpage section#support a:nth-child(2) article { padding-left: 0; padding-right: 0; padding-bottom: 20px; } }
body.subpage section#support a:nth-child(3) article { padding-left: 10px; padding-right: 10px; }
@media only screen and (max-width: 768px) { body.subpage section#support a:nth-child(3) article { padding-left: 5px; padding-right: 5px; } }
@media only screen and (max-width: 767px) { body.subpage section#support a:nth-child(3) article { padding-left: 0; padding-right: 0; padding-bottom: 20px; } }
body.subpage section#support a:nth-child(4) article { padding-left: 20px; }
@media only screen and (max-width: 768px) { body.subpage section#support a:nth-child(4) article { padding-left: 10px; } }
@media only screen and (max-width: 767px) { body.subpage section#support a:nth-child(4) article { padding-left: 0; } }
body.subpage section#support a article div.iconcircle { width: 110px; height: 110px; border: 3px solid #bfbfbf; margin: 0 auto 0 auto; text-align: center; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (max-width: 768px) { body.subpage section#support a article div.iconcircle { width: 80px; height: 80px; } }
body.subpage section#support a article div.iconcircle i { position: relative; top: 40px; color: #bfbfbf; font-size: 60px; font-size: 3.75rem; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (max-width: 768px) { body.subpage section#support a article div.iconcircle i { top: 25px; font-size: 40px; font-size: 2.5rem; } }
body.subpage section#support a article h3 { padding-top: 20px; padding-bottom: 20px; text-align: center; font-family: "ProximaNovaExCn-Bold"; text-transform: capitalize; color: #bfbfbf; font-size: 30px; font-size: 1.875rem; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (max-width: 768px) { body.subpage section#support a article h3 { font-size: 22px; font-size: 1.375rem; } }
body.subpage section#support a article p { color: #555555; font-size: 14px; font-size: 0.875rem; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
@media only screen and (max-width: 768px) { body.subpage section#support a article p { font-size: 11px; font-size: 0.6875rem; } }
body.subpage section#support a:hover div.iconcircle { border-color: #62A4D5; -webkit-animation: rotateIn 0.5s 0s ease both; -moz-animation: rotateIn 0.5s 0s ease both; -ms-animation: rotateIn 0.5s 0s ease both; -o-animation: rotateIn 0.5s 0s ease both; animation: rotateIn 0.5s 0s ease both; }
body.subpage section#support a:hover div.iconcircle i { color: #62A4D5; }
body.subpage section#support a:hover h3 { color: #62A4D5; }
body.subpage section#support a:hover p { color: #62A4D5; }

div#stream div.alert { border: none; }
div#stream div.btn.hide { border: none; }
div#stream div.tag-page h5 { margin-top: 20px; margin-bottom: 10px; }
div#stream div.tag-page ul { display: table-row; }
div#stream div.tag-page ul li { display: table-cell; padding-right: 15px; width: 130px; }
div#stream div.tag-page ul li:last-child { padding-right: 0; }
div#stream div.tag-page ul li input { float: left; margin-right: 10px; position: relative; top: 3px; }
div#stream div.page-follow { float: right; position: relative; top: 15px; font-size: 13px; font-size: 0.8125rem; }
div#stream div.review-rules { float: right; position: relative; top: -10px; font-size: 13px; font-size: 0.8125rem; }
div#stream h3 { float: left; font-size: 30px; font-size: 1.875rem; }
div#stream .activities { margin: 0; padding: 0; list-style: none; }
div#stream .activities li { padding: 15px 0; margin: 0; list-style: none; line-height: 1.25em; /*[class^="icon-"] {
	display: none;
}*/ }
div#stream .activities li .activity { padding-left: 60px; word-break: break-word; margin-top: -.25em; position: relative; top: 30px; font-size: 13px; font-size: 0.8125rem; }
div#stream .activities li .stream-pic { float: left; margin-right: 20px; position: relative; }
div#stream .activities li .stream-pic a { display: block; width: 100%; height: 100%; }
div#stream .activities li .stream-pic img { width: 75px; height: 75px; border: 5px solid #d8d8d8; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
div#stream .activities li .linked-signup-name { padding: 0 20px 0 0; position: relative; font-size: 20px; font-size: 1.25rem; }
div#stream .activities li .activity-time { padding-left: 5px; }
div#stream .activities li:last-child:after { display: none; }
div#stream .activities li:after { content: ""; display: block; height: 1px; border: 0; border-bottom: 1px solid #f2f2f2; padding-top: 30px; padding-bottom: 30px; margin-bottom: 5px; }
div#stream .activities li .activity-content { margin: 0; padding: 0; font-size: 18px; font-size: 1.125rem; }
div#stream .activities li .activity-content a { font-weight: normal; }
div#stream .activities li .icon { display: none; }

#slider-cards { position: relative; overflow: hidden; width: 100%; height: 68px; margin: 1em 0; }
#slider-cards .slider-card-wrap { position: absolute; left: 1680px; width: 9999px; top: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
#slider-cards .slider-card { width: 160px; position: relative; text-align: left; display: block; float: left; text-align: left; }
#slider-cards .slider-card-profile { background: #f8f8f8; height: 68px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 7px 10px 10px; border-left: 5px solid #62A4D5; position: relative; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
#slider-cards .slider-card-profile img { float: left; margin-right: .5em; }
#slider-cards .slider-card-profile .slider-name { position: relative; line-height: 68px; top: -.7em; }
#slider-cards .slider-card-profile .slider-name a:link, #slider-cards .slider-card-profile .slider-name a:visited, #slider-cards .slider-card-profile .slider-name a:active { color: inherit; }

section#donation .alert { border: none; }
section#donation .donation_form .form-wrap { margin-bottom: 1.25em; }
section#donation .form-progress-indicator { width: 130%; left: -15%; position: relative; }
@media only screen and (max-width: 767px) { section#donation .btn { width: 100%; } }
@media only screen and (max-width: 767px) { section#donation div.stage-2 .icon-right-dir, section#donation div.stage-3 .icon-right-dir { margin-bottom: 10px; } }
section#donation .progress-indicator-stages { list-style-type: none; padding: 0 0 15px 0; margin: 0 auto; width: auto; text-align: center; }
section#donation .progress-indicator-stages li { display: inline-block; position: relative; margin-right: 32px; white-space: nowrap; width: 51px; }
section#donation .progress-indicator-stages li:after { content: " "; width: 42px; height: 0; border-bottom: 10px solid #f2f2f2; position: absolute; top: 45px; left: 47px; }
section#donation .progress-indicator-stages li:last-child { margin-right: 0; }
section#donation .progress-indicator-stages li:last-child:after { display: none; }
section#donation .progress-indicator-stages li .stage-label { position: relative; text-transform: uppercase; font-weight: normal; font-size: 14px; font-size: 0.875rem; }
section#donation .progress-indicator-stages li.stage-1 .stage-label { left: -1px; }
section#donation .progress-indicator-stages li.stage-2 .stage-label { left: -8px; }
section#donation .progress-indicator-stages li.stage-3 .stage-label { left: -3px; }
section#donation .progress-indicator-stages li .stage-count { position: relative; display: block; color: #fff; width: 47px; height: 47px; text-align: center; background: #f8f8f8; border: 1px solid #ccc; -webkit-border-radius: 99px; -moz-border-radius: 99px; -ms-border-radius: 99px; -o-border-radius: 99px; border-radius: 99px; }
section#donation .progress-indicator-stages li .stage-count-inner { width: 39px; height: 39px; left: 3px; top: 3px; line-height: 38px; display: block; position: relative; background: #ccc; position: relative; -webkit-border-radius: 99px; -moz-border-radius: 99px; -ms-border-radius: 99px; -o-border-radius: 99px; border-radius: 99px; font-size: 25px; font-size: 1.5625rem; }
section#donation .progress-indicator-stages li.active .stage-count-inner { background-color: #62A4D5; }
section#donation .progress-indicator-stages li.seen .stage-count-inner { background-color: #62A4D5; cursor: pointer; }
section#donation .progress-indicator-stages li.completed .stage-count-inner { text-indent: -9999px; background-color: #58c026; cursor: pointer; }
section#donation .progress-indicator-stages li.completed .stage-count-inner:before { font-family: "entypo"; content: "\1f44d"; color: #fff; position: absolute; width: 39px; line-height: 39px; z-index: 20; opacity: 1; text-align: center; top: 0; left: 0px; font-size: 0.95em; cursor: pointer; text-indent: 0; }
section#donation .progress-indicator-stages li.completed .stage-count { cursor: pointer; }
section#donation .progress-stages { background-color: #f2f2f2; border: 1px solid #62A4D5; padding: 20px; min-height: 402px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
section#donation .progress-stages .progress-stage { display: none; }
section#donation .progress-stages .progress-stage.active { display: block; }

/* Donation amount elements - Unoptimised */

section#donation .radio-inline input[type="radio"] { 
	display: none; 
}

section#donation .radio-inline:not(.optimised) label.radio { 
	display: inline-block; 
	width: 80px; 
	padding: 15px 5px; 
	font-size: 19px; 
	text-align: center; 
	/* margin: 5px 5px 10px 0; */ 
	color: white; 
	border: 1px solid #3981aa; 
	text-shadow: 0 1px 1px #337397; 
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b1d2e5), color-stop(100%, #60a7d0)); 
	background-image: -webkit-linear-gradient(#b1d2e5, #60a7d0); 
	background-image: -moz-linear-gradient(#b1d2e5, #60a7d0); 
	background-image: -o-linear-gradient(#b1d2e5, #60a7d0); 
	background-image: linear-gradient(#b1d2e5, #60a7d0); 
	-webkit-box-shadow: inset 0 0 3px white; 
	-moz-box-shadow: inset 0 0 3px white; 
	box-shadow: inset 0 0 3px white; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px; 
}

section#donation .radio-inline:not(.optimised) label.radio:hover { 
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaf3f8), color-stop(100%, #56aada)); 
	background-image: -webkit-linear-gradient(#eaf3f8, #56aada); 
	background-image: -moz-linear-gradient(#eaf3f8, #56aada); 
	background-image: -o-linear-gradient(#eaf3f8, #56aada); 
	background-image: linear-gradient(#eaf3f8, #56aada); 
	-webkit-box-shadow: inset 0 0 3px #fefefe; 
	-moz-box-shadow: inset 0 0 3px #fefefe; 
	box-shadow: inset 0 0 3px #fefefe; 
	border: 1px solid #3981aa; 
}

section#donation .lt-ie9 .progress-indicator-stages li.stage-3:after { 
	display: none; 
}

section#donation #donation_billing_address_state { 
	width: 100%; 
}

section#donation label[for="donation_amount_other"] { 
	margin-top: 20px; text-align: left; 
}

section#donation input#donation_amount_other { 
	width: 100%; 
	position: relative; 
	padding: 0 10px; 
	background: #fff; 
	border: 1px solid #d8d8d8; 
	height: 36px; 
	line-height: 34px; 
	font-size: 16px; 
	font-size: 1rem; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
}

section#donation .radio-inline:not(.optimised) input[type="radio"]:checked + label { 
	border: 1px solid #3b8019; 
	text-shadow: 0 1px 1px #316b15; 
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #91e26a), color-stop(100%, #56c620)); 
	background-image: -webkit-linear-gradient(#91e26a, #56c620); 
	background-image: -moz-linear-gradient(#91e26a, #56c620); 
	background-image: -o-linear-gradient(#91e26a, #56c620); 
	background-image: linear-gradient(#91e26a, #56c620); 
	-webkit-box-shadow: inset 0 0 3px #e0f7d5; 
	-moz-box-shadow: inset 0 0 3px #e0f7d5; 
	box-shadow: inset 0 0 3px #e0f7d5;
}

section#donation .radio-inline:not(.optimised) input[type="radio"]:checked + label:hover { 
	border: 1px solid #3b8019; 
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1e680), color-stop(100%, #52d115)); 
	background-image: -webkit-linear-gradient(#a1e680, #52d115); 
	background-image: -moz-linear-gradient(#a1e680, #52d115); 
	background-image: -o-linear-gradient(#a1e680, #52d115); 
	background-image: linear-gradient(#a1e680, #52d115); 
	-webkit-box-shadow: inset 0 0 3px #d0f2c0; 
	-moz-box-shadow: inset 0 0 3px #d0f2c0; 
	box-shadow: inset 0 0 3px #d0f2c0; 
}

/* Donation amount elements - Optimised */

section#donation .radio-inline.optimised label.radio { 
	display: inline-block; 
	width: 120px; 
	padding: 10px 5px; 
	font-size: 20px;
	font-weight: bold;
	text-align: center; 
	/* margin: 5px 5px 10px 0; */ 
	color: white;
	background-color: #2b325f;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px; 
}

section#donation .radio-inline input[type="radio"]:checked + label {
	background-color: #3b8019;
}

/* Looking for the animated button style? It's dynamically set directly under the donation amounts element in the snippet file */

section.blog article { padding-bottom: 40px; }
section.blog article div.excerpt h1 { text-transform: none; font-size: 50px; font-size: 3.125rem; }
section.blog article div.excerpt h2 { text-transform: none; font-size: 38px; font-size: 2.375rem; }
section.blog article div.excerpt h3 { font-family: "ProximaNova-Bold"; color: #62A4D5; text-transform: none; padding-bottom: 20px; font-size: 16px; font-size: 1rem; }
section.blog article div.excerpt h4 { font-family: "ProximaNova-Bold"; color: black; text-transform: none; padding-bottom: 20px; font-size: 16px; font-size: 1rem; }
section.blog article div.excerpt h4 a { color: black; text-decoration: underline; }
section.blog article div.excerpt h4 a:hover { text-decoration: none; }
section.blog article div.excerpt h5 { font-family: "ProximaNova-Regular"; color: black; text-transform: none; padding-bottom: 20px; font-size: 16px; font-size: 1rem; }
section.blog article div.excerpt h6 { font-family: "ProximaNova-Regular"; color: #62A4D5; text-transform: none; padding-bottom: 20px; font-size: 16px; font-size: 1rem; }
section.blog article div.excerpt h6 a { color: black; text-decoration: underline; }
section.blog article div.excerpt h6 a:hover { text-decoration: none; }
section.blog article div.excerpt p { text-align: justify; }

article.blogpost div.headline h1 { text-transform: capitalize; margin: 0; padding: 0; font-size: 45px; font-size: 2.8125rem; }
article.blogpost div#content h1 { text-transform: none; font-size: 50px; font-size: 3.125rem; }
article.blogpost div#content h2 { text-transform: none; font-size: 38px; font-size: 2.375rem; }
article.blogpost div#content h3 { font-family: "ProximaNova-Bold"; color: #62A4D5; text-transform: none; padding-bottom: 20px; font-size: 16px; font-size: 1rem; }
article.blogpost div#content h4 { font-family: "ProximaNova-Bold"; color: black; text-transform: none; padding-bottom: 20px; font-size: 16px; font-size: 1rem; }
article.blogpost div#content h4 a { color: black; text-decoration: underline; }
article.blogpost div#content h4 a:hover { text-decoration: none; }
article.blogpost div#content h5 { font-family: "ProximaNova-Regular"; color: black; text-transform: none; padding-bottom: 20px; font-size: 16px; font-size: 1rem; }
article.blogpost div#content h6 { font-family: "ProximaNova-Regular"; color: #62A4D5; text-transform: none; padding-bottom: 20px; font-size: 16px; font-size: 1rem; }
article.blogpost div#content h6 a { color: black; text-decoration: underline; }
article.blogpost div#content h6 a:hover { text-decoration: none; }
article.blogpost div#content p { text-align: justify; }

section#calendar div.distance div.radio-inline { display: table-row; }
section#calendar div.distance div.radio-inline span { display: table-cell; }
section#calendar div.distance div.radio-inline span input { float: left; margin-right: 10px; }
@media only screen and (max-width: 768px) { section#calendar div.distance div.radio-inline span input { margin-right: 5px; } }
section#calendar div.distance div.radio-inline span label { float: left; padding-right: 20px; position: relative; top: -3px; }
@media only screen and (max-width: 768px) { section#calendar div.distance div.radio-inline span label { padding-right: 5px; top: 2px; font-size: 12px; font-size: 0.75rem; } }
@media only screen and (max-width: 767px) { section#calendar div.distance div.radio-inline span label { font-size: 10px; font-size: 0.625rem; } }
@media only screen and (min-width: 321px) and (max-width: 767px) { section#calendar div.distance div.radio-inline span label { top: 3px; } }
section#calendar div.distance div.radio-inline span label span { float: left; padding-right: 5px; }
@media only screen and (max-width: 767px) { section#calendar div.distance div.radio-inline span label span { padding-right: 2px; } }
section#calendar div.map-wrap { margin-top: 15px; background: #f2f2f2; border: 1px solid #bfbfbf; padding: 15px; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
section#calendar article { margin-bottom: 30px; padding-bottom: 40px; border-bottom: 1px solid #f2f2f2; }
section#calendar article h3 { text-transform: capitalize; margin: 0 0 20px 0; padding: 0; }
section#calendar article .event-details ul { margin: 0 0 20px 0; padding: 0; }

section#event div#headline { margin-bottom: 30px; }
section#event div.event-map-wrap { margin: 0 0 30px 0; }
section#event div#content .event-detail .subhead { text-transform: uppercase; color: #62A4D5; margin: 0 0 5px 0; padding: 0; }
section#event div#content .event-detail .subtext { margin: 0 0 15px 0; padding: 0; }
section#event .alert { border: none; }

section#suggestionbox .alert { border: none; }
section#suggestionbox .hide { border: none; }
section#suggestionbox article { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #f2f2f2; }
section#suggestionbox article h3 { text-transform: capitalize; }
section#suggestionbox article ul.actions li { display: inline; color: #62A4D5; margin-right: 20px; }
section#suggestionbox article div.answer div.alert { width: 30%; text-transform: capitalize; border: 1px solid #c68609; }

section#suggestion div.headline h2 { text-transform: capitalize; margin: 0; padding: 0; font-size: 40px; font-size: 2.5rem; }
section#suggestion div.answer div.alert { width: 30%; text-transform: capitalize; border: 1px solid #c68609; }

section#votepledge .alert { border: none; }
section#votepledge div#vote_pledge_form { margin-top: 15px; margin-bottom: 15px; position: relative; padding: 20px; background: #f2f2f2; border: 1px solid #bfbfbf; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
@media only screen and (max-width: 768px) { section#votepledge div#vote_pledge_form div.four { width: 100%; padding-bottom: 20px; } }
section#votepledge div#vote_pledge_form p { margin: 20px 0 0 0; padding: 0; line-height: 17px; }
@media only screen and (max-width: 768px) { section#votepledge div#vote_pledge_form p { text-align: center; } }

section#recruiting div#signinask { margin-top: 15px; background: #f2f2f2; border: 1px solid #bfbfbf; padding: 10px 10px 15px 10px; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
@media only screen and (max-width: 320px) { section#recruiting div#signinask .btn { width: 100%; } }
section#recruiting div#signinask .btn:nth-child(2) { margin-left: 30px; margin-right: 30px; }
@media only screen and (max-width: 768px) { section#recruiting div#signinask .btn:nth-child(2) { margin-left: 0px; margin-right: 0; } }
section#recruiting article { padding-bottom: 30px; border-bottom: 1px solid #f2f2f2; }
section#recruiting article h4 { margin: 0 0 15px 0; padding: 0; }
section#recruiting div.alert { padding: 5px; text-align: center; font-size: 18px; font-size: 1.125rem; }

section#endorsement .alert { border: none; }
section#endorsement .name { line-height: 17px; margin-bottom: 7px; font-size: 16px; font-size: 1rem; }
section#endorsement .occupation { font-size: 14px; font-size: 0.875rem; line-height: 15px; margin-bottom: 7px; }
section#endorsement .employer { font-size: 14px; font-size: 0.875rem; line-height: 15px; margin-bottom: 7px; }
section#endorsement section#featured-endorsements h3 { margin: 0 0 20px 0; }
section#endorsement section#featured-endorsements .featured-endorsement { margin-bottom: 50px; }
section#endorsement section#featured-endorsements .featured-endorsement blockquote { border-left: none; margin: 0 0 0 15px; padding: 0 30px 0 30px; line-height: 1.45; position: relative; }
section#endorsement section#featured-endorsements .featured-endorsement blockquote:before { display: block; content: "\201C"; position: absolute; left: -20px; top: -37px; color: #d8d8d8; font-size: 100px; font-size: 6.25rem; }
section#endorsement section#featured-endorsements .featured-endorsement blockquote:after { display: block; content: "\201D"; position: absolute; right: 0; bottom: -60px; color: #d8d8d8; font-size: 100px; font-size: 6.25rem; }
section#endorsement section#all-endorsements { padding-bottom: 60px; }
section#endorsement section#all-endorsements h3 { margin: 0 0 20px 0; }
section#endorsement section#all-endorsements .all-endorsement { margin: 0 0 20px 0; display: inline-block; float: left; padding-left: 0.83333%; padding-right: 0.83333%; width: 100%; }
@media only screen and (min-width: 0px) { section#endorsement section#all-endorsements .all-endorsement { width: 100%; } }
@media only screen and (min-width: 768px) { section#endorsement section#all-endorsements .all-endorsement { width: 50%; } }
@media only screen and (min-width: 1200px) { section#endorsement section#all-endorsements .all-endorsement { width: 33.33333%; } }

section#faq .alert { border: none; }
section#faq div.faq div.page-excerpt { padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid #f2f2f2; }
section#faq div.faq div.page-excerpt h5 a { color: #444444; }
section#faq div.faq div.page-excerpt h5 a:hover { color: #62A4D5; }
section#faq div.faq div.page-excerpt div.answer { font-size: 18px; font-size: 1.125rem; }
section#faq div.faq div.page-excerpt div.answer i { float: left; margin-right: 9px; }

section#survey .alert { border: none; }
section#survey h3.headline { margin-bottom: 20px; }
section#survey label.radio input { width: 20px; position: relative; top: -3px; }

section#leaderboard .alert { border: none; }
section#leaderboard div.leaderboard { margin-bottom: 60px; }
section#leaderboard div.leaderboard h4 { margin-bottom: 20px; }
section#leaderboard div.leaderboard table th:first-child, section#leaderboard div.leaderboard table th:last-child { text-align: center; }
section#leaderboard div.leaderboard table th:last-child { text-transform: capitalize; }
section#leaderboard div.leaderboard table td:first-child, section#leaderboard div.leaderboard table td:last-child { text-align: center; }

section#politicalcapital div.alert { padding: 5px; text-align: center; font-size: 18px; font-size: 1.125rem; }

section#petition .alert { border: none; }

section#feedback .alert { border: none; }

section#volunteer .alert { border: none; }

section#signup .alert { border: none; }

section#unsubscribe .alert { border: none; }

section#rules ol li { padding-bottom: 20px; }
section#rules ol li:last-child { padding-bottom: 0; }
section#rules ol li div.rule-content p { padding-top: 5px; margin-bottom: 0; padding-bottom: 0; }

section#findfriends table { margin-top: 20px; }
section#findfriends h5 { margin-bottom: 20px; }

section#usereventnew .alert { border: none; }

section#usereventedit .alert { border: none; }

section#usersessions .alert { border: none; }

section#usersessionform .alert { border: none; }
section#usersessionform h5 { margin-bottom: 15px; }
@media only screen and (max-width: 767px) { section#usersessionform h5 { margin-bottom: 5px; } }
@media only screen and (max-width: 768px) { section#usersessionform div.oauth-links { width: 100%; margin-bottom: 20px; } }
@media only screen and (max-width: 767px) { section#usersessionform div.oauth-links { margin-bottom: 20px; } }
@media only screen and (max-width: 768px) { section#usersessionform div.sign-in-with-email { width: 100%; } }

section#useraccounts .alert { border: none; }

section#useractivations .alert { border: none; }

section#userblogedit .alert { border: none; }

section#userpassreset .alert { border: none; }

section#userpassnew .alert { border: none; }

section#usersuggestionedit .alert { border: none; }

@media only screen and (min-width: 768px) { .desktop-visible { display: inherit !important; } }
@media only screen and (max-width: 767px) { .desktop-visible { display: none !important; } }

@media only screen and (max-width: 767px) { .mobile-visible { display: inherit !important; } }
@media only screen and (min-width: 768px) { .mobile-visible { display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) { .tablets-hidden { display: none !important; } }

@media only screen and (max-width: 768px) { .portrait-tablets-hidden { display: none !important; } }

@media only screen and (max-width: 767px) { .phones-hidden { display: none !important; } }

.padtop { padding-top: 15px; }

.padbottom { padding-bottom: 15px; }

.padtopmore { padding-top: 30px; }

.padbottommore { padding-bottom: 30px; }

.margintop { margin-top: 15px; }

.marginbottom { margin-bottom: 15px; }

.margintopmore { margin-top: 30px; }

.marginbottommore { margin-bottom: 30px; }

div.notice { margin-top: 15px; margin-bottom: 15px; position: relative; padding: 15px; background: #f2f2f2; border: 1px solid #bfbfbf; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
div.notice .flash-close { position: absolute; top: 5px; right: 5px; }
div.notice .flash-close i { margin: 0; padding: 0; }

div.flash-share { margin-top: 15px; margin-bottom: 15px; position: relative; padding: 15px; background: #f2f2f2; border: 1px solid #bfbfbf; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
div.flash-share .flash-close { position: absolute; top: 5px; right: 5px; }
div.flash-share .flash-close i { margin: 0; padding: 0; }
div.flash-share .alert { border: none; }

div.share-container { margin-top: 15px; background: #f2f2f2; border: 1px solid #bfbfbf; padding: 15px; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
div.share-container div.padbottom { line-height: 14px; font-size: 14px; font-size: 0.875rem; }
div.share-container a.share-close { position: absolute; top: 5px; right: 10px; }
div.share-container a.share-close i { margin: 0; padding: 0; }

div.like-page { margin-top: 40px; }
div.like-page strong { font-family: aktiv-grotesk,sans-serif; text-transform: uppercase; font-size: 25px; font-size: 1.5625rem; }
div.like-page div.sharetable { padding-top: 20px; display: table-row; }
div.like-page div.sharetable div.facebook-cell { padding-right: 30px; display: table-cell; }
@media only screen and (max-width: 767px) { div.like-page div.sharetable div.facebook-cell { display: block; padding-top: 20px; padding-bottom: 20px; } }
div.like-page div.sharetable div.twitter-cell { position: relative; top: 5px; padding-right: 30px; display: table-cell; }
@media only screen and (max-width: 767px) { div.like-page div.sharetable div.twitter-cell { display: block; padding-bottom: 20px; } }
div.like-page div.sharetable div.gplus-cell { position: relative; top: 5px; padding-top: 5px; display: table-cell; }
@media only screen and (max-width: 767px) { div.like-page div.sharetable div.gplus-cell { display: block; padding-bottom: 20px; } }

.progress { position: relative; float: left; overflow: hidden; height: 35px; margin-bottom: 20px; margin-top: 20px; margin-right: 10px; background-color: #888888; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.progress .bar { width: 0px; height: 100%; color: white; float: left; text-align: right; font-size: 12px; font-size: 0.75rem; text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b1d2e5), color-stop(100%, #337397)); background-image: -webkit-linear-gradient(center top, #b1d2e5, #337397); background-image: -moz-linear-gradient(center top, #b1d2e5, #337397); background-image: -o-linear-gradient(center top, #b1d2e5, #337397); background-image: linear-gradient(center top, #b1d2e5, #337397); -webkit-transition-property: width; -moz-transition-property: width; -o-transition-property: width; transition-property: width; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.progress .bar .bar-text { line-height: 35px; position: absolute; width: 100%; text-align: center; }

.bar-goal { position: relative; top: 10px; line-height: 1.25em; display: table-cell; vertical-align: middle; height: 54px; text-transform: uppercase; font-size: 20px; font-size: 1.25rem; }
