/* Forward Facing Pages */

html,
button,
input,
select,
textarea {
	color: #222;
}
html {
	height: 100%;
}
body {
	font: 16px/26px Helvetica Neue, Helvetica, Arial;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	height: 100%;
	font-weight: 300;
	background-color: #fff;
}

*,
:after,
:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #cccccc;
}
:-moz-placeholder {
	color: #cccccc;
}
::-moz-placeholder {
	color: #cccccc;
}
:-ms-input-placeholder {
	color: #cccccc;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.centered {
	text-align: center;
}

/* --- Links --- */
a {
	color: rgb(24, 151, 223);
	text-decoration: none;
}
a:hover {
	color: rgba(24, 151, 223, 0.5);
}

a.bigBtn,
a.smlBtn,
a.medBtn,
a.removeItem {
	display: inline-block;
	margin: 5px 0;
	padding: 12px 25px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	border-radius: 3px;
}
a.bigBtn.blue,
a.smlBtn.blue,
a.medBtn.blue {
	background-color: rgba(64, 155, 250, 1);
}
a.bigBtn.blue:hover,
a.smlBtn.blue:hover,
a.medBtn.blue:hover {
	background-color: rgba(25, 150, 222, 0.8);
}
a.bigBtn.blue.saveBtn:hover {
	background-color: rgba(19, 175, 76, 0.8);
}
a.bigBtn.green {
	background-color: rgba(83, 187, 22, 1);
}
a.bigBtn.green:hover {
	background-color: rgba(21, 230, 129, 0.8);
}
a.bigBtn.red {
	background-color: rgba(235, 26, 26, 1);
}
a.bigBtn.red:hover {
	background-color: rgba(235, 26, 26, 0.8);
}
a.bigBtn.grey,
a.smlBtn.grey,
a.medBtn.grey {
	background-color: rgb(157, 157, 157);
}
a.bigBtn.darkGrey,
a.smlBtn.darkGrey,
a.medBtn.darkGrey {
	background-color: rgb(46, 48, 70);
}
a.bigBtn.grey:hover,
a.smlBtn.grey:hover,
a.medBtn.grey:hover {
	background-color: rgba(177, 177, 177, 1);
}
a.bigBtn.grey.cancelBtn:hover {
	background-color: rgba(235, 26, 26, 0.8);
}
a.bigBtn.lightGrey {
	color: #fff;
	background-color: rgba(159, 159, 159, 0.9);
}
a.bigBtn.lightGrey:hover {
	background-color: rgba(159, 159, 159, 0.7);
}
a.removeItem {
	display: none;
	float: right;
	color: #fff;
	background-color: rgba(235, 26, 26, 0.4);
}
a.removeItem:hover {
	background-color: rgba(235, 26, 26, 0.8);
}

a.smlBtn {
	padding: 4px 10px;
	font-size: 0.7em;
}
a.medBtn {
	padding: 6px 10px;
	font-size: 0.9em;
}

/* --- Settings --- */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
selection {
	background: #b3d4fc;
	text-shadow: none;
}
img {
	vertical-align: middle;
	border: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}

/* --- Team Switcher --- */
.teamSwitcher {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	background-color: #fff;
	z-index: 2;
	overflow: scroll;
}
.teamSwitcher li {
	position: relative;
	padding: 12px 10px 12px 45px;
}

/* --- Sub Login ---*/
.subLogin {
	margin: 0 15px;
	padding: 15px;
	color: #666;
	font-size: 0.9em;
	border-radius: 5px;
	background-color: #eee;
}

/* --- Layout --- */

.baLogo {
	margin: 0 0 50px 0;
	width: 250px;
	height: 55px;
}

.container {
	padding-top: 60px;
}
.msgBar {
	padding: 4px;
	color: #fff;
	background-color: #555;
}
.centered {
	text-align: center;
}

.content {
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	max-width: 1000px;
	min-width: 320px;
}
.hdr {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 10px 0;
	height: 60px;
	background-color: #f8f8f8;
	z-index: 2;
}
.hdr .logo {
	width: 190px;
	height: 40px;
}
.hdr .nav {
	position: absolute;
	top: 10px;
	right: 220px;
}
.hdr .navBtns {
	position: absolute;
	top: 0px;
	right: 0;
}
.hdr .nav li {
	float: left;
	margin-left: 25px;
}
.hdr .nav li a {
	text-transform: uppercase;
	color: #666;
	font-weight: 300;
}
.hdr .nav li a:hover {
	color: #888;
}
.hdr .content {
	margin: 0 20px;
	padding: 0;
	max-width: none;
}

.divider {
	clear: both;
	margin-top: 20px;
	height: 20px;
	background-color: #fcfbfd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfbfd), to(#fff));
	background-image: -webkit-linear-gradient(top, #fcfbfd, #fff);
	background-image: -moz-linear-gradient(top, #fcfbfd, #fff);
	background-image: -o-linear-gradient(top, #fcfbfd, #fff);
	background-image: -ms-linear-gradient(top, #fcfbfd, #fff);
	background-image: linear-gradient(top, #fcfbfd, #fff);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fcfbfd', EndColorStr='#ffffff');
}
#opening {
	padding: 50px 0;
	background: url(/img/photos/beer-league-players-v2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Forms */

.g-recaptcha {
	margin: 20px 0;
}

.steps {
	margin: 0 0 30px 0;
	min-height: 60px;
	padding: 15px 0 0 0;
	position: relative;
}
.steps .steps-container {
	background: #ddd;
	height: 10px;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	margin: 0;
	list-style: none;
}
.steps .steps-container li {
	text-align: center;
	list-style: none;
	float: left;
}
.steps .steps-container li .step {
	padding: 0 10px;
}
.steps .steps-container li .step .step-image {
	margin: -5px 0 0 0;
}
.steps .steps-container li .step .step-image span {
	background-color: #ddd;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
}
.steps .steps-container li .step .step-current {
	font-size: 11px;
	color: #999;
	margin: 8px 0 0 0;
}
.steps .steps-container li.activated .step .step-image span {
	background-color: #a1aba2;
}
.steps .steps-container li.activated .step .step-image span:after {
	background-color: #fff;
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	width: 14px;
	height: 14px;
	margin: 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}
.steps .step-bar {
	background-color: #a1aba2;
	height: 10px;
	position: absolute;
	top: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}
.steps .step-bar.last {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}

#input-form,
.blueBG {
	padding: 30px 0;
	background-color: #1a5a7f;
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(rgb(18, 66, 93)), to(rgb(26, 90, 127)));
	background-image: -webkit-radial-gradient(50% 50%, rgb(26, 90, 127), rgb(18, 66, 93));
	background-image: -moz-radial-gradient(50% 50%, rgb(26, 90, 127), rgb(18, 66, 93));
	background-image: -o-radial-gradient(50% 50%, rgb(26, 90, 127), rgb(18, 66, 93));
	background-image: -ms-radial-gradient(50% 50%, rgb(26, 90, 127), rgb(18, 66, 93));
	background-image: radial-gradient(50% 50%, rgb(26, 90, 127), rgb(18, 66, 93));
}
#input-form {
	min-height: 70%;
}
.front-facing .blueBG h2,
.front-facing .blueBG h3 {
	display: block;
	color: #fff;
}

.signup .signupForm {
	margin: 40px auto 20px auto;
	padding: 15px 25px;
	max-width: 500px;
	background-color: #fff;
	border-radius: 3px;
}
.signup .signupForm.hidden {
	display: none;
}
.signup .signupForm .form {
	margin: 0;
}
.signup h2,
.signup h3 {
	text-align: center;
	color: #fff;
}

h1,
h2 {
	margin: 0;
	font-size: 2.4em;
	color: #444;
}
h3 {
	margin-top: 0px;
	color: #666;
	font-size: 1.6em;
	font-weight: normal;
}
h3 em,
h2 em {
	border-bottom: 2px solid #fff;
}
p {
	line-height: 1.6em;
}

#opening h1 {
	color: #fff;
	font-size: 2.6em;
}
#opening h3 {
	padding: 0 20px;
	color: #d1d1d1;
	font-size: 1.5em;
}
#opening .bigBtn,
#input-form .bigBtn {
	font-size: 1.2em;
	font-weight: 400;
}

a.medBtn.active {
	border: 1px solid #ddd;
	background-color: transparent;
	color: #777;
}
a.medBtn.active:hover {
	background-color: transparent;
	border: 1px solid #ddd;
}

.leftCol,
.rightCol {
	padding: 0 10px;
}
.leftCol {
	width: 50%;
}
.rightCol {
	float: right;
	width: 30%;
}

.form {
	width: 100%;
}

.infoBoxes {
	margin-top: 40px;
}
.infoBoxes li,
.sportBoxes li {
	float: left;
	margin: 20px;
	width: 28%;
}
.infoBoxes li strong,
.sportBoxes li strong {
	display: block;
	margin: 4px 0;
	font-weight: 500;
	color: #666;
}
.infoBoxes .fa,
.sportBoxes .fa {
	color: #555;
}

.sportBoxesWrapper {
	text-align: center;
}
.sportBoxes {
	margin-top: 20px;
}
.sportBoxes li {
	margin: 10px;
	width: 22%;
}
.sportBoxes .defaultIcon {
	width: 32px;
	height: 32px;
}

.how-it-works {
	margin: 40px 0;
}
.how-it-works li {
	display: inline-block;
	margin: 0 20px;
	width: 25%;
}
.how-it-works li span {
	padding: 5px 10px;
	border-radius: 10px;
	color: #999;
	font-size: 1.2em;
	border: 2px solid #eee;
}
.how-it-works li strong {
	display: block;
	margin: 20px 0;
	color: #777;
}

.devices .iphone {
	float: right;
}
.devices .desc {
	width: 60%;
}
.devices .divider {
	margin-top: 0;
}

.appStoreBadge {
	width: 125px;
	height: 37px;
}

/* Pricing Area */
.priceBoxes {
	vertical-align: top;
}
.priceWrapper {
	display: inline-block;
	margin: 10px;
	padding: 10px 0;
	width: 40%;
	text-align: left;
	vertical-align: top;
}
.priceWrapper .pricing {
	padding: 20px 30px;
	color: #fff;
	background-color: #4795da;
}
.priceWrapper .priceBox {
	position: relative;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.5s ease;
	overflow: hidden;
}
.priceWrapper.free .pricing {
	margin: 0 20px;
	padding: 20px 0;
	color: #777;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.priceWrapper.free .pricing h3 {
	color: #777;
}
.priceWrapper .desc {
	padding: 20px;
}
.priceWrapper .pricehdr {
	margin-bottom: 10px;
}
.priceWrapper .pricehdr h3 {
	font-size: 2.5em;
	font-weight: 600;
	color: #fff;
}
.priceWrapper ul {
	margin: 0;
	line-height: 1.6em;
	color: #555;
}
.priceWrapper .priceAmount {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 2.5em;
	font-weight: bold;
}
.priceWrapper .priceAmount sup {
	margin: 0 3px;
	font-size: 0.5em;
}
.priceWrapper .priceAmount small {
	margin-left: 2px;
	font-size: 0.3em;
	font-weight: 300;
}
.priceWrapper .priceAmount .pricePer {
	margin-top: -10px;
	color: #555;
	opacity: 0.6;
	font-size: 0.4em;
	font-weight: normal;
}
.priceWrapper ul {
	margin: 30px 20px;
	line-height: 2em;
}
.priceWrapper ul .fa-check {
	margin-right: 10px;
	font-size: 0.7em;
	color: #666;
}
.priceWrapper.pro ul .fa {
	color: #4795da;
}

/* Slide Show */
#quoteSlideShow {
	margin: 20px auto;
	position: relative;
	min-height: 100px;
}

#quoteSlideShow > li {
}

#quoteSlideShow .quote {
	font-size: 1.2em;
}
#quoteSlideShow .quote .fa-quote-left,
#quoteSlideShow .quote .fa-quote-right {
	color: #ddd;
}
#quoteSlideShow .author {
	margin-top: 20px;
	font-size: 1.1em;
}

/* --- Slick Slider --- */
.lazySlider {
	margin: 0 auto;
	width: 1000px;
}
.lazySlider .caption {
	margin: -30px 0 20px 0;
}
.lazySlider img {
	max-width: 1000px;
	max-height: 630px;
	width: auto;
	height: auto;
}

/* --- Knowledge Base / Blog --- */
.articles .content {
}
.articles .search {
	position: relative;
	margin: 10px auto;
	text-align: center;
	max-width: 600px;
}
.articles .search .fa {
	position: absolute;
	top: 17px;
	left: 16px;
	z-index: 1;
	font-size: 1.5em;
}
.articles .search input {
	margin: 0 auto;
	padding: 15px 20px 15px 54px;
	font-size: 1.5em;
	font-weight: 300;
	border-radius: 30px;
	z-index: 2;
}
.articles .search input::placeholder {
	color: #666;
}

.articles .breadcrumbs {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.articles .breadcrumbs li {
	display: inline-block;
	padding: 10px 0;
	color: #666;
}

.articles .posts .article {
	max-width: 45%;
}
.articles .posts .author {
	text-align: left;
}

.articles .article .leftCol,
.articles .article .rightCol {
	width: 48%;
}
.articles .article .rightCol .title,
.articles .article .rightCol .author {
	text-align: left;
}

.articles .article {
}
.articles .article .author {
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px;
	text-align: center;
}
.articles .article .author .name {
	font-size: 1.2em;
	font-weight: 500;
	color: #444;
}
.articles .article .author .blurb {
	font-size: 0.9em;
	color: #888;
	font-weight: 300;
}
.articles .article .author .date {
	margin: 5px 0;
	font-size: 0.8em;
	color: #777;
}
.articles .article .author img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.articles .article .title {
	margin: 30px 0;
	text-align: center;
}
.articles .article .hero {
	margin: 30px 0;
	width: 100%;
	height: auto;
}

.articles .article .rightCol .author {
	padding: 5px 0 5px 80px;
}
.articles .article .rightCol .date {
	margin: 0;
}
.articles .article .rightCol img {
	position: absolute;
	top: 0;
	left: 0;
}

.articles .article h2 {
	font-size: 2.3em;
	line-height: 1em;
}
.articles .article h3 {
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: 500;
}
.articles .article .body {
	margin: 20px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}
#blogBd.articles .article .body {
	font-size: 1.3em;
	color: #444;
	line-height: 1.6em;
	font-family: medium-content-serif-font, Georgia, Cambria, 'Times New Roman', Times, serif;
}
.articles .article ul {
	margin: 20px 0;
	line-height: 1.8em;
	font-size: 1.2em;
}
.articles .article .notice {
	padding: 10px 20px;
	font-size: 0.9em;
	color: #333;
	background-color: #eee;
}

.articles .catBoxWrapper {
	text-align: center;
}
.articles .catBox {
	display: inline-block;
	width: 24%;
	height: 100px;
	text-align: center;
	font-size: 1.3em;
}
.articles .catBox .fa {
	display: block;
	font-size: 2.5em;
}
.articles .catBox a {
	color: #444;
}
.articles .catBox a:hover {
	color: #777;
}

.articles .mostViewed {
	margin: 40px auto;
	text-align: center;
}
.articles .mostViewed h3 {
	font-size: 1.2em;
}
.articles .mostViewed ul {
}
.articles .mostViewed ul li {
	display: inline-block;
	margin: 10px;
}

.articles .contactBoxes {
	border-top: 1px solid #ddd;
}
.articles .contactBoxes .col {
	display: inline-block;
	width: 45%;
}
.articles .contactBoxes .col .fa {
	margin: 10px;
}
.articles .contactBoxes .col strong {
	display: block;
}
/* --- The Team --- */

.theTeam .name {
	margin-top: 25px;
	font-weight: 400;
}
.theTeam .title {
	font-weight: 100;
	font-size: 0.9em;
}
.theTeam .twitter {
	margin-left: 4px;
	font-size: 0.8em;
}

/* --- Forms --- */

.checkSelect {
	display: inline-block;
	position: relative;
	margin: 2px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: 500;
	color: #555;
	min-width: 70px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkSelect.wSelect {
	padding: 4px;
}
.checkSelect.wSelect label {
	padding-right: 10px;
	display: inline-block;
}

.checkSelect label {
	display: block;
	padding: 5px 15px 5px 10px;
	cursor: pointer;
}
.checkSelect label input {
}
.checkSelect.checked {
	color: #fff;
	background-color: #54a5ff;
	border-color: #409bfa;
}
.checkSelect.checked .fa,
.checkSelect.checked small {
	color: #fff;
}
.checkSelect.disabled {
	opacity: 0.3;
}
.checkSelect small {
	display: block;
	margin-left: 20px;
	color: #888;
}

.formInput {
	display: none;
	position: fixed;
	top: 2000px;
	right: 0;
	left: 200px;
	padding: 0 0 50px 0;
	height: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: auto;
}

.form {
	margin: 40px auto;
	width: 100%;
}
.loginForm {
	margin: 0 auto;
	width: 60%;
}
a.createNew {
	padding: 7px;
	font-size: 0.8em;
}

.front-facing .freeAgency {
	text-align: center;
	color: #ddd;
}

input,
select,
textarea {
	padding: 10px;
	color: #666;
	font-size: 1em;
	font-weight: 400;
}
textarea {
	height: 5em;
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'],
textarea {
	width: 100%;
	font-size: 1.2em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
}
input:focus,
textarea:focus {
	border: 1px solid rgb(24, 151, 223);
}

.errMsg {
	display: none;
	padding: 3px 8px;
	font-size: 0.8em;
	color: rgba(197, 16, 16, 0.6);
	font-weight: 400;
}
.errIndicator.fa-exclamation {
	display: none;
	position: absolute;
	top: 8px;
	left: -18px;
	padding: 4px 9px;
	font-size: 1em;
	color: #fff;
	background-color: rgba(255, 0, 0, 0.95);
	border-radius: 25px;
}

/* --- Messages --- */

#msgDialog {
	display: none;
	position: fixed;
	top: 5px;
	left: 20%;
	right: 20%;
	padding: 10px;
	border-radius: 5px;
	z-index: 1000;
}
#msgDialog .close {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 1.5em;
}
#msgDialog a {
	color: #fff;
}
#msgDialog a:hover {
	color: rgba(255, 255, 255, 0.85);
}

.successMsg,
.errorMsg,
.descMsg,
.warnMsg {
	margin-bottom: 20px;
	padding: 8px 15px;
	border-radius: 4px;
}
.successMsg,
#msgDialog .successMsg {
	color: #fff;
	background-color: #55ca68;
}
.errorMsg,
#msgDialog .errorMsg {
	color: #fff;
	background-color: rgba(235, 26, 26, 0.9);
}
.descMsg,
#msgDialog .descMsg {
	color: #666;
	background-color: rgba(227, 227, 227, 0.3);
}
.warnMsg,
#msgDialog .warnMsg {
	color: #222;
	background-color: rgba(228, 224, 241, 0.4);
}

/* --- Set-up Steps ---*/

.setUpSteps {
}
.setUpSteps li {
	display: inline-block;
	margin: 20px;
	max-width: 33%;
	font-weight: 400;
	color: #7d7d7d;
}
.setUpSteps li div {
	margin: 10px 0;
}
.setUpSteps .step {
	display: inline-block;
	padding: 3px 14px;
	font-size: 1.5em;
	font-weight: 500;
	color: #b7b7b7;
	border: 2px solid #ddd;
	border-radius: 50%;
}

/* --- Lists --- */

dt {
	font-weight: bold;
}
dt small {
	font-weight: normal;
	color: #979797;
	font-size: 0.9em;
}
dd {
	position: relative;
	margin: 5px 0 20px 0;
}

.optionList {
	line-height: 2em;
}
.optionList .hdr,
dl dt {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.9em;
	color: #78909c;
}
dl dt:first-child {
	border-top: 0;
}

/* Ftr */

#ftr {
	position: relative;
	padding: 25px 0;
}
#ftr .content {
	padding: 0;
}
#ftr ul li {
	display: inline-block;
	margin: 5px;
}
#ftr ul li a {
	font-size: 0.9em;
	color: #777;
	text-transform: uppercase;
}

#ftr .navBtns {
	position: absolute;
	top: -10px;
	right: 0px;
}

.grecaptcha-badge {
	display: none;
	visibility: hidden;
}
