@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr,acronym {
  border:0;
}
html {
    background-color: #464646;
}
body{
	font-family: roboto condensed;
}
.icons {
    background-image: url("../assets/png/icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	text-indent:-999em;
}
.icons.twitter {
    background-position: -11px -6px;
    float: left;
    height: 40px;
    width: 40px;
}
.icons.youtube {
    background-position: -133px -6px;
    float: left;
    height: 40px;
    width: 76px;
}
.btn{
    background-color: #333333;
    clear: both;
    color: #ffffff;
    float: left;
    padding: 7px;
    text-decoration: none;
	margin:5px 0;
}
.g-recaptcha {
    float: left;
}
.container {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
	position:relative;
}
.wrapper.header {
    background-color: #525969;
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    color: #ffffff;
    font-family: roboto condensed;
    font-weight: 700;
    height: 43px;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: right;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 111;
}
.header span {
    clear: both;
    color: #ffffff;
    float: right;
    font-size: 60px;
    height: 43px;
    line-height: 43px;
    position: absolute;
    right: 7px;
    text-align: right;
    width: auto;
}
.header .container {
    text-align: center;
}
.logo > a img {
    border: 2px solid #ffffff;
    float: left;
    position: relative;
    top: -2px;
    width: 79px;
}
.twitter-widget {
    clear: both;
    display: block;
    float: left;
    margin: 10px 0;
    position: relative;
    width: 100%;
}
/*///////////////////////////////////////*/
/* MENU STYLES */
/*///////////////////////////////////////*/
.wrapper.menu {
    background-color: #2e89af;
    border-bottom: 2px solid #ffffff;
    padding-top: 43px;
    position: fixed;
    width: 100%;
    z-index: 110;
}
.menu ul {
    float: left;
    margin-left: 79px;
    width: 92%;
}
.menu li {
    float: left;
    font-family: roboto condensed;
    width: 12%;
}
.menu li a {
    clear: left;
    color: #FFFFFF;
    float: left;
    height: 100%;
    margin-right: 15%;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.menu li:hover a{
    background-color: #1c779d;
	color:#FFFFFF;
	width:100%;
	height:100%;
}
.menu li.active {
    background-color: #1c779d;
    color: #ffffff;
}
.menu ul li.log-in {
    float: right;
}
.menu ul li.log-in a {
    background-color: #222222;
    float: right;
    margin-right: 0;
    text-align: center;
    width: 100px;
}
.menu ul li.log-out {
    float: right;
}
.menu ul li.log-out a {
    background-color: #222222;
    float: right;
    margin-right: 0;
    text-align: center;
    width: 100px;
}
.wrapper.ad-bar {
    background-color: #122424;
    color: #FFFFFF;
    float: left;
    font-family: roboto condensed;
    font-size: 1.5em;
    font-weight: 100;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%;
}

h1 {
    color: #222222;
    float: left;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: left;
    width: 100%;
}
h2 {
    color: #333333;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 25px;
}
h3 {
    font-family: roboto condensed;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}
p {
    float: left;
    font-size: 15px;
    margin: 0 0 15px;
    width: 100%;
}
li p {
    margin-bottom: 10px;
}
/*///////////////////////////////////////*/
/* BANNER STYLES */
/*///////////////////////////////////////*/
.wrapper.banner {
    float: left;
    margin-top: 77px;
    position: fixed;
    width: 100%;
}
.banner img {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
/*///////////////////////////////////////*/
/* CONTENT AREA STYLES */
/*///////////////////////////////////////*/
.wrapper.content {
    background-color: #ffffff;
    color: #0d0d0d;
    float: left;
    font-family: roboto condensed;
    line-height: 1.5em;
    min-height: 450px;
    padding-bottom: 25px;
    padding-top: 100px;
    width: 100%;
}
.home .wrapper.content {
    margin-top: 595px;
    padding-top: 10px;
    position: relative;
}
.members .wrapper.content {
    padding-top: 120px;
}
.content iframe {
    height: 607px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 15px;
    padding: 0;
    width: 100%;
    border: 1px solid #ffffff;
}
.chart {
    float: left;
    height: auto;
    margin-bottom: 25px;
    margin-top: 5px;
    position: relative;
    width: 100%;
	padding:0;
}
.content .two-columns.column-one {
    float: left;
    margin-right: 1%;
    width: 49%;
}
.content .two-columns.column-two {
    float: left;
    width: 49%;
	margin-left:1%;
}
.two-columns.column-two > img {
    float: left;
    margin-top: 25px;
    width: 100%;
}
.members .content .two-column.column-one {
    float: left;
    margin: 0 2%;
    width: 46%;
}
.members .content .two-column.column-two {
    float: left;
    margin: 0 2%;
    width: 46%;
}
.content .two-columns iframe {
    border: 1px solid #ffffff;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
	height:330px;
}
/*///////////////////////////////////////*/
/* SIGN UP STYLES */
/*///////////////////////////////////////*/
.error-box {
    background-color: red;
    color: #ffffff;
    font-family: roboto condensed;
    font-size: 23px;
    font-weight: 100;
    height: auto;
    line-height: 50px;
    opacity: 0.85;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.success-box {
    background-color: green;
    color: #ffffff;
    font-family: roboto condensed;
    font-size: 23px;
    font-weight: 100;
    height: 50px;
    line-height: 50px;
    opacity: 0.85;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.wrapper.sign-up {
    background-color: #1592af;
    color: #ffffff;
    float: left;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.sign-up h3 {
    border-bottom: 1px solid #ffffff;
    float: left;
    font-size: 31px;
    height: auto;
    line-height: 31px;
    margin: 0 22% 15px;
    padding: 0 0 10px;
    text-align: center;
    width: 56%;
}
.sign-up .two-columns.column-one {
    float: left;
    margin-right: 1%;
    width: 49%;
}
.sign-up .two-columns.column-two {
    float: left;
    width: 49%;
	margin-left:1%;
}
/*///////////////////////////////////////*/
/* LOGIN BOX STYLES */
/*///////////////////////////////////////*/
.log-in-box {
    background-color: #b3d7e6;
    float: left;
    margin: 25px 25%;
    padding: 5%;
    width: 40%;
}
input {
    border: 1px solid #b3d7e6;
    float: left;
    padding: 2%;
    width: 96%;
	margin-bottom:15px;
}
input[type="submit"] {
    background-color: #ffffff;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 100.5%;
}
/*///////////////////////////////////////*/
/* MEMBER MENU STYLES */
/*///////////////////////////////////////*/
.wrapper.members-menu {
    background-color: #106b91;
    float: left;
    margin-top: 79px;
    position: fixed;
    width: 100%;
    z-index: 110;
}
.wrapper.members-menu ul {
    float: left;
    width: 100%;
}
.wrapper.members-menu ul li{
	float:left;
}
.wrapper.members-menu ul li a{
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding: 5px;
}
textarea, input, select {
    border: medium none;
    float: left;
    margin: 10px 2%;
    padding: 1% 0;
    width: 94%;
}
label {
    float: left;
	margin: 10px 2%;
    width: 100%;
	padding:0;
}
form.add-tracker {
    background-color: #88acbb;
    float: left;
    width: 50%;
}
.add-tracker input[type="submit"] {
    background-color: #ffffff;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 93.5%;
}
/*///////////////////////////////////////*/
/* TRACKER STYLES */
/*///////////////////////////////////////*/
.food-tracking {
    float: left;
    width: 100%;
}
.food-tracking li {
    float: left;
    width: 100%;
}
.food-tracking li ul li {
    float: left;
    width: 33%;
}
.food-tracking li ul li a.btn {
    background-color: #333333;
    clear: both;
    color: #ffffff;
    float: right;
    padding: 7px;
    text-decoration: none;
}
/*///////////////////////////////////////*/
/* TRACKER STYLES */
/*///////////////////////////////////////*/
.bowel-tracking {
    float: left;
    width: 100%;
}
.bowel-tracking li {
    float: left;
    width: 100%;
}
.bowel-tracking ul li ul {
    float: left;
    width: 100%;
}
.bowel-tracking li ul li {
    float: left;
    text-align: center;
    width: 13%;
}
.bowel-tracking li ul.bowel-tracking-headers {
    background-color: #333333;
    color: #ffffff;
    float: left;
    width: 100%;
}
.bowel-tracking li ul li a.btn {
    background-color: #333333;
    clear: both;
    color: #ffffff;
    float: right;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
}
.bowel-tracking li ul li.state-indicator-1 {
    background-color: #5fba00;
    color: #ffffff;
}
.bowel-tracking li ul li.state-indicator-2 {
    background-color: #5fba00;
    color: #ffffff;
}
.bowel-tracking li ul li.state-indicator-3 {
    background-color: #feba00;
    color: #ffffff;
}
.bowel-tracking li ul li.state-indicator-4 {
    background-color: #ff6000;
    color: #ffffff;
}
.bowel-tracking li ul li.state-indicator-5 {
    background-color: #d30a00;
    color: #ffffff;
}
.bowel-tracking li ul li.day-time {
    float: left;
    text-align: center;
    width: 8%;
}
.bowel-tracking li.Sun {
    background-color: #999999;
    color: #ffffff;
    float: left;
    width: 100%;
	border-bottom: 1px solid #ffffff;
}
.bowel-tracking li.Mon {
    background-color: #666666;
    color: #ffffff;
    float: left;
    width: 100%;
	border-bottom: 1px solid #ffffff;
}
.bowel-tracking li.Tue {
    background-color: #999999;
    color: #ffffff;
    float: left;
    width: 100%;
	border-bottom: 1px solid #ffffff;
}
.bowel-tracking li.Wed {
    background-color: #666666;
    color: #ffffff;
    float: left;
    width: 100%;
	border-bottom: 1px solid #ffffff;
}
.bowel-tracking li.Thu {
    background-color: #999999;
    color: #ffffff;
    float: left;
    width: 100%;
	border-bottom: 1px solid #ffffff;
}
.bowel-tracking li.Fri {
    background-color: #666666;
    color: #ffffff;
    float: left;
    width: 100%;
	border-bottom: 1px solid #ffffff;
}
.bowel-tracking li.Sat {
    background-color: #999999;
    color: #ffffff;
    float: left;
    width: 100%;
	border-bottom: 1px solid #ffffff;
}
.bowel-tracking li ul li.last {
    float: left;
    width: 5%;
}
/*///////////////////////////////////////*/
/* FOOTER STYLES */
/*///////////////////////////////////////*/
.wrapper.footer {
    background-color: #333333;
    color: #ffffff;
    float: left;
    line-height: 30px;
    padding: 15px 0;
    text-align: right;
    width: 100%;
}
.footer a{
	color:#ffffff;
	text-decoration:none;
}
.footer h5 {
    border-bottom: 1px solid #444444;
    float: left;
    margin: 0 0 11px;
    padding: 0;
    text-transform: uppercase;
    width: 90%;
}
.wrapper.footer .container > div {
    float: left;
    text-align: left;
    width: 50%;
    height: 85px;
}
.wrapper.footer .container > div.last {
    border-right:none;
}
.wrapper.footer .container > div.last span {
    float: right;
    text-align: right;
}
.last.credits ul {
    float: right;
}
.last.credits ul li {
    float: right;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}
.social li {
    float: left;
    margin-right: 15px;
    width: auto;
}
.wrapper.base {
    color: #ffffff;
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 100%;
	background-color:#444444;
}
.base ul li {
    text-align: center;
    display: inline-block;
    padding: 0 9px;
}
.base ul li a{
	color:#ffffff;
	text-decoration: none;
}
/*///////////////////////////////////////*/
/* @ MEDIA STYLES */
/*///////////////////////////////////////*/
@media screen and (max-width : 1280px){
    .home .wrapper.content {
        margin-top: 465px;
    }
}
@media screen and (max-width : 980px){
    .home .wrapper.content {
        margin-top: 375px;
    }
}
@media screen and (max-width : 768px){
	.two-column.column-one {
		width: 96%;
	}
	.two-column.column-two {
		width: 96%;
	}
    .home .wrapper.content {
        margin-top: 300px;
    }
}
@media screen and (max-width : 540px){
	.wrapper.header {
		text-align: center;
	}
	form.add-tracker {
		background-color: #88acbb;
		float: left;
		margin: 0 2%;
		width: 96%;
	}
	.home .wrapper.content {
		margin-top: 200px;
	}
	.content .two-columns.column-one {
		float: left;
		margin:0 2%;
		width: 96%;
	}
		.content .two-columns.column-two {
		float: left;
		margin:0 2%;
		width: 96%;
	}
}

body {
    background: none repeat scroll 0 0 #f1f1f1;
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    min-width: 0;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
@media screen and (max-width : 385px){
	.wrapper.footer .container > div {
		float: left;
		height: auto;
		margin: 0 2%;
		text-align: center;
		width: 96%;
	}
}