/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/**, *:before, *:after {box-sizing: border-box; }*/

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ---------------------- START HERE >>>>> ----------------------*/

body {
	font-family: Arial;
}

header {
border-top: 8px solid #E28C05;
overflow: hidden;
margin-bottom: 30px;
}

.header-wrap {
	margin: 0 auto;
	width: 980px;
}

.logo {
	float: left;
}

div.head-right {
float: right;
margin-top: 10px;
}

div.head-right a{
font-family: Arial !important;
font-size: 12px !important;
color: #E28C05 !important;
text-decoration: underline;
margin: 10px 0px;
display: block;
}

nav {
	clear: both;
	width: 1015px;
	margin: 12px auto;
	float: left;
}

nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

nav ul li {
	float: left;
	list-style: none;
}

nav li a {
	font-weight: bold;
}

nav li a.selected {
color: #fff !important;
background: #F15A22;
}

nav li.top {
display: block;
float: left;
text-shadow: 1px 1px 1px #fff;
-webkit-text-shadow: 1px 1px 1px #fff;
-moz-text-shadow: 1px 1px 1px #fff;
}

nav li .top_link {
text-align: center!important;
color: #4b4b4b !important;
font-size: 11px!important;
font-weight: bold!important;
text-transform: uppercase!important;
width: inherit!important;
padding: 12px 20px 12px 20px!important;
margin-left: 0px!important;
margin-bottom: 0px!important;
background-image: url('images/nav-bg.jpg' )!important;
border-right: 1px solid #ccc !important;
border-top: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
position: relative!important;
background-position: 0 0 !important;
display: block;
float: left;
cursor: pointer;
text-decoration: none;
}

nav li.top > a:hover {
color: #fff !important;
background: #333;
}

nav ul li.tel {
	background: #43413f;
	padding: 10px;
}

nav ul li.fb {
	background: #4f5255;
	padding: 10px;
}

nav ul li.twitter {
	background: #75787b;
	padding: 10px;
}

nav ul li {
height: 40px;
}

.contentContainer {
background: transparent;
margin-top: 0px !important;
}

.content-wrap {
	padding: 2px 0px;
}
section {
	margin: 20px auto;
	width: 940px;
	overflow: hidden;
}

.salutation {
	background: #000;
	padding: 10px;
	overflow: hidden;
}

.salutation h1 {
	color: #F15A22;
	font-family: font-family: 'Roboto', sans-serif;;
	font-weight: 400;
	font-size: 25px;
	float: left
}

#grid a
{
	cursor:pointer;
}

#grid {
	/*margin: 10px;*/
	height: 735px;
	/*width: 940px;
	margin: 30px auto;*/
}

#grid .home {
    width: 300px;
	height: 300px;
	float: left;
	margin: 4px;
}

#grid .lar {
    width: 305px;
	height: 175px;
	float: left;
	margin: 4px;
}

#grid .med, #grid .med_claims {
	width: 300px;
	height: 174px;
	float: left;
	margin: 4px;
}

#grid .med_framework
{
	width: 300px;
	height: 146px;
	float: left;
	margin: 4px;
}

#grid .sma {
	width: 148px;
	height: 145px;
	float: left;
	margin: 4px;
}

#grid .min {
	width: 68px;
	height: 82px;
	float: left;
	margin: 4px;
}

#grid a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-family: Arial;
	font-weight: normal;
}

#grid .home h1 {
	position: absolute;
	margin-bottom:0;
	padding-bottom:0;
	border:0;
	bottom:0;
	left: 0px;
	z-index: 999;
	float: left;
	width: 270px;
	height: 25px;
	text-align: left;
	color: #222;
	padding: 12px 15px;
	font-family: "Conv_SourceSansPro-Light",sans-serif;
	font-size: 16px;
    font-weight:normal;
	background-color: #fff;
}

/*#grid .lar h1 {
	position: absolute;
	margin-bottom:0;
	padding-bottom:0;
	border:0;
	bottom:0;
	left: 0px;
	z-index: 999;
	float: left;
	width: 270px;
	height: 25px;
	text-align: left;
	color: #222;
	padding: 12px 15px;
	font-family: "Conv_SourceSansPro-Light",sans-serif;
	font-size: 16px;
    font-weight:normal;
	background-color: #fff;
    /*opacity: 0.9;
    filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}*/

#grid .home.business {
	background: url(../images/BusinessMain.png) no-repeat 0% 0%;
	position:relative;
}

#grid .home.individual {
	background: url(../images/Individual.png) no-repeat 0% 0%;
	position:relative;
}

#grid .home.advisor {
	background: url(../images/Adviser.png) no-repeat 0% 0%;
	position:relative;
}

#grid .med_advisor {
	width: 310px;
	height: 142px;
	float: left;
	margin: 4px;
}

#grid .med_advisor {
	background: #FBAF73;
	padding-top: 30px;
}

#grid .med_advisor h3 {
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin-top: 17px;
}

#grid .med_advisor p.icon {
	width: 85px;
	height: 80px;
	text-align: center;
	margin: 0px auto;
	vertical-align: middle;
	position: relative;
	bottom: 0px;
}

#grid .lar.clients {
	background: url(../images/My-Clients.jpg) no-repeat 0% 0%;
	position:relative;
}

#grid .lar.wellbeing {
	background: url(../images/Financial-Well-being.jpg) no-repeat 0% 0%;
	position:relative;
}

#grid .med h3 {
	position: absolute;
	margin-bottom:0;
	padding-bottom:0;
	border:0;
	bottom:0;
	background: rgba(0,0,0,0.8);
	left: 0px;
	z-index: 999;
	float: left;
	width: 270px;
	height: 20px;
	text-align: left;
	color: #fff;
	padding: 10px 15px;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	background-color: #15808D;
    opacity: 0.9;
    filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}

/*#grid .med_framework {
	background: #9EB28F;
	padding-top: 30px;
}*/

#grid .med_claims {
	background: #F15A22;
	padding-top: 30px;
}

#grid .med_framework h3, #grid .med_claims h3 {
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	margin-top: 17px;
}

#grid .med.documents {
	width: 300px;
	background: url(../images/documents.jpg) no-repeat 0% 0%;
	position:relative;
}

#grid .med.business {
	width: 300px;
	background: url(../images/business.jpg) no-repeat 0% 0%;
	position:relative;
}

#grid .med.tools {
	width: 300px;
	background: url(../images/tools.jpg) no-repeat 0% 0%;
	position:relative;
}

#grid .med.products {
	width: 300px;
	background: url(../images/products.jpg) no-repeat 0% 0%;
	position:relative;
}

#grid .sma.fact {
	background: #9EB28F;
}

#grid .sma.quote, #grid .sma.news {
	background: #72B5CC;
}

#grid .sma.reports, #grid .sma.reviews {
	background: #2D2926;
}

#grid .sma.compliance {
	background: #2D2926;
	width: 145px;
}

#grid .sma.onboarding {
	background: #000000;
	width: 145px;
}

#grid .sma.framework {
	background: #9EB28F;
	width: 145px;
}

#grid .sma.products {
	background: #F69521;
	width: 145px;
}

#grid .sma.forms {
	background: #000000;
}

#grid .sma.forum {
	background: #F69521;
}

#grid .sma h3 {
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	margin-top: 17px;
}

#grid .sma {
	padding-top: 30px;
}

#grid .sma p.icon, #grid .med_framework p.icon, #grid .med_claims p.icon {
	width: 85px;
	height: 80px;
	text-align: center;
	margin: 0px auto;
	vertical-align: middle;
	position: relative;
	bottom: 0px;
}

#grid .sma p.icon img, #grid .link p.icon img {
	display: inline-block;
	vertical-align: middle;
}

#grid .link p.icon {
	text-align: center;
	/*margin-top: 15px;*/
}

#grid .link h3 {
	text-align: center;
	/*margin-top: 15px;*/
}

#grid .min.link {
	background: #2D2926;
}

#grid .min.col1 {
	background: #739ABC
}

#grid .min.col2 {
	background: #D3BF96
}

#grid .min.col3 {
	background: #000000
}

#grid .remains {
	float: left;
	display: block;
	width: 312px;
}

#grid .odd-box {
	width: 156px;
	float: left;
}

/* ----------------- LIGHTBOX --------------------- */

.offering {
	font-family: 'Hero New', Arial;
	margin-bottom: 20px;
}

	.offering h3 {
		font-size: 25px;
		font-family: 'Hero New Regular';
		color: #fff;
		font-weight: 400;
		text-transform: uppercase;
		text-align: right;
		padding: 12px 45px 0px 0px;
		background: rgba(0, 0, 0, 0.6);
		margin: 0px 5px;
		width: 430px;
		background-color: #124E57;
		opacity: 0.9;
		filter: alpha(opacity=90);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
	}

.offering h3 {
	margin-left: 5px;
	margin-top: 8px;
	height: 45px;
}

.offering #content {
	background: #fff;
	margin: 0px 5px;
	padding-bottom: 20px;
}

.offering fieldset {
	margin: 10px;
	border: 1px solid #ddd;
	padding: 10px;
}

	.offering #content h4 {
		color: #fff;
		text-transform: uppercase;
		margin: 16px 0px 10px -7px;
		display: inline-block;
		padding: 3px 15px 3px 50px;
		background: #124E57;
		height: 36px;
	}

.offering p {
	margin: 10px;
	padding: 10px;
}

.offering fieldset legend {
	font-weight: 18px;
	color: #999999;
	margin-left: 15px;
	font-weight: 300;
}

.offering li {
	list-style: disc inside;
	font-size: 18px;
	padding-left: 30px;
}

.offering li a {
	text-decoration: none;
	color: #333;
}

.offering li:hover, .offering li a:hover {
	color: #EC8B00;
}

p, ul
{
	margin-bottom: 0px !important;
}