body.welcome { 
  background: url(../images/Mockup.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.confirmation { 
  background: url(../images/confirmation-splash.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2, h3 {
		font-weight: bold;
}

h2.welcome {
	font-size: 3em !important;
	font-family: Verdana;
	font-weight: normal;
}

h4.welcome {
	font-size: 1.5em;
	font-family: Verdana;
}

header {
	margin: 0;
    padding: 10px 0;
    background-color: #00693C;
}

header h1 {
	text-align: right;
	font-size: 2em;
	font-family: Verdana;
	font-weight: normal;
	color: #FFF;
	margin-top:0;
}

header img.logo {
	float:left; 
	width: 130px;
	margin: 5px 0 0 0;
}

.container {
	margin-bottom: 70px;
}

.edit-button {
	font-size: 10px; 
	padding: 2px;
	margin-top: -6px;
}

.continue-button {
	font-size: 36px;
	width: 100%;
}

.col-md-12 h1 {
	padding-left: 12px;
	font-weight: bold;
}

div.dependant-tile {
	border: 1px solid #000; 
	height: 330px; 
	width: 330px; 
	margin: 0 auto; 
	padding: 20px;
}

div.plan-tile {
	border: 1px solid #000; 
	height: 480px; 
	width: 330px; 
	margin: 0 auto; 
	padding: 20px;
}

div.plan-tile-summary {
	border: 1px solid #000; 
	height: 420px; 
	width: 240px; 
	margin: 0 auto; 
	padding: 20px;
}

div.dependant-tile:hover,
div.plan-tile:hover {
	background-color: #eee !important;
}

div.add-member:hover {
	background-color: #00693C !important;
	color: #FFF !important;
	cursor: pointer;
}

a.projection-button {
	border: 1px solid #000; 
	height: 200px; 
	width: 100%; 
	margin: 0 auto; 
	padding: 20px;
	font-size: 28px;
	line-height: 150px;
}

a.selected {
	background-color: #00693C;
	color: #FFF;
}

a.life-button {
	border: 1px solid #000; 
	height: 150px; 
	width: 100%; 
	margin: 0 auto; 
	padding: 0;
	font-size: 18px;
	line-height: 147px;
}


a.cta-button {
	border: 1px solid #000; 
	height: 200px; 
	width: 100%; 
	margin: 0 auto; 
	padding: 20px;
	font-size: 31px;
	line-height: 150px;
}

img.main-profile-icon {
	float: left; 
	padding-right: 10px; 
	margin-top: 20px;
}

img.dependant-icon {
	float: left; 
	padding-right: 10px;
	margin-top: -15px;
	    width: 60px;
}

div.progress {
	height: 15px;
    margin: 15px 0 -10px 0;
    width: 100%;
	border-radius: 0;
}

.progress-bar-success {
    background-color: #35B233;
}

.btn-default:hover {
    color: #fff !important;
    background-color: #00693C;
    border-color: #000;
}

table.graph-tile {
	margin: 0 auto;
}

table.graph-tile td.right {
	float: right;
}

div.plan-info-band {
	width: 330px;
    height: 32px;
    border: 1px solid #000;
    margin: -1px 15px;
    text-align: center;
    line-height: 30px;
	font-weight: bold;
	background-color: #00693C;
	color: #FFF;
}

.footer {
	background: #000;
	color: #fff;
	position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
	padding: 4px 0 0;
	cursor: pointer;
}

.chat-button {
    height: 30px;  
    padding: 0px 5px;
    height: 23px;
    vertical-align: middle;
    font-size: 15px;
    margin: 0 0px 3px 10px;
    font-weight: bold;
    background-color: #00693C;
	color: #FFF;
}

.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a,
.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover,
.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
    color: #000;
    font-weight: normal;
}

footer a.ui-link, 
footer a:hover.ui-link, 
footer a:visited.ui-link {
	color: #FFF;
	font-weight: normal;
	}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: #fff;
}


@media (min-width: 768px) and (max-width: 1024px)  { 

header div:first-child {
	width:95% !important;
}


	div.dependant-tile {
		width: 290px;
	}
	
	a.projection-button {
    font-size: 25px;
}

a.life-button {
    height: 120px;
    line-height: 119px;
}

div.plan-tile {
    width: 295px;
}

div.plan-info-band {
    width: 295px;
    margin: -1px 0px;
}

h2 {
    font-size: 26px !important;
}
h3 {
    font-size: 22px !important;
}

div.plan-tile-summary {
    margin: -4px auto;
}

a.cta-button {
    font-size: 24px;
}

img.main-profile-icon {
    width: 80px;
}

.table {
    margin-left: 15px;
}


}
