/* ============================================================================ *
	Structural Styles
    ---------------------------------------------------------------------------
	These are the styles which build the main site layout
	(headers, footers, body, etc.).

	If you are attempting to add styling for any elements placed inside of a 
	Wordpress Editor, use 'editor-content.css' stylesheet.
*/

body {
	font-family: "Quattrocento Sans", Arial, Helvetica, serif;
	background: #b8c5d2;
	color: #515151;
	font-size: 17px;
}

p {
	font-size: 18px;
}

a {
	color: #b40032;
}

/* ======================================== *
	Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
	#breadcrumbs {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.row > div > .inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* ======================================== *
	Miscellaneous
 * ======================================== */
.vcard .value {
	background: url("../images/icon_sprite.png");
	background-position: -700px -7px;
	width: 42px;
}

.editor-content img { 
	max-width: 100% !important; 
	height: auto !important;
}

.mobile {
	display: none;
}

@media screen and (max-width: 450px) {
	.not-mobile {
		display: none;
	}

	.mobile {
		display: inherit;
	}
}



/* ======================================== *
	Header 1
 * ======================================== */
h1#page-title,
.editor-content h1 {
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 25px;
	font-weight: 700;
	color: #b40032;
}


/* ======================================== *
	Header 2
 * ======================================== */
.tmf-post > h2 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 700;
	color: #131313;
}

.tmf-post > h2 a {
	color: #131313;
}

/* ======================================== *
	Header 3
 * ======================================== */
.tmf-post > h3,
h3.tmf-module-title {
	font-weight: normal;
	color: #515151;
	margin-bottom: 15px;
	font-size: 1,1em;
	font-weight: 700;
}

.tmf-post > h3 a,
h3.tmf-module-title a {
	color: #515151;
}

.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {}


/* ======================================== *
	Header 4
 * ======================================== */
.tmf-post > h4 {
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
	color: #b40032;
}

.tmf-post > h4 a {
	color: #b40032;
	text-decoration: none;
}

.tmf-post > h4 a:hover {
	text-decoration: underline;
}


/* ======================================== *
	Header 5
 * ======================================== */
.tmf-post > h5 {
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
}

.tmf-post > h5 a {
	color: #000;
	text-decoration: none;
}

.tmf-post > h5 a:hover {
	text-decoration: underline;
}

/* ======================================== *
	Secondary Navigation Section
 * ======================================== */

#secondary-nav .menu {
	display: inline-block;
	background-color: #888c91;
	position: absolute;
	top:0;
	right: 25px;
	z-index: 1000;
	padding: 7px 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#secondary-nav .menu > .menu-item {
	padding-left: 0;
}

#secondary-nav .menu > .menu-item > a {
	font-size: 16px;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 18px;
	font-weight: 700;
}

#secondary-nav .menu > .menu-item.last > a {
	border-right: 0;
}

@media screen and (max-width: 750px) {
	#secondary-nav-wrapper {
		background: rgba(0, 0, 0, 0) url("../images/header_bg.png") repeat scroll 0 0;
	}

	#secondary-nav-container {
		text-align: center;
	}

	#secondary-nav .menu {
		position: relative;
		right: auto;
		left: auto;
	}
}

/* ======================================== *
	Header Section
 * ======================================== */

#header {
	background: url("../images/header_bg.png");
	padding: 20px 0 20px;
	border-bottom: 4px solid #b40032;
}

#header-cell-1 {
	vertical-align: middle;
}

#header-cell-1 .logo {
	max-width: 100%;
}

#header-cell-2 {
	text-align: right;
	color: #000;
	font-size: 1.1em;
	padding-top: 30px;
	line-height: 1.3em;
	vertical-align: middle;
	font-weight: 700;
}

#header-cell-2 a {
	color: #000;
	text-decoration: none;
}

#header-cell-2 .phone-1:before {
    background: url("../images/icon_sprite.png");
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 25px;
    height: 22px;
    background-position: 0px -5px;
}

#header-cell-2 .phone-1 {
	font-size: 1.7em;
}

#header-cell-2 .email:before {
    background: url("../images/icon_sprite.png");
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 30px;
    height: 18px;
    background-position: -30px -5px;
}

#header-cell-2 .email {
	font-size: 1.1em;
}

#header-cell-2 .tmf-button {
    display: block;
    max-width: 260px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-cell-2 .tmf-button:hover {
	text-decoration: underline !important;
}

@media screen and (max-width: 1100px) {
	#header-cell-1 .logo {
		max-width: 90%;
	}
}

@media screen and (max-width: 750px) {
	#header-cell-1 {
		text-align: center;
	}

	#header-cell-2 {
		text-align: center;
		padding-top: 10px;
	}

	#header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header-cell-1 .logo {
		width: 100%;
		max-width: 354px;
	}

	#header-cell-2 .tmf-button {
		margin-right: auto;
	}

}

@media screen and (max-width: 500px) {
	#header-cell-2 {
		font-size: .9em;
	}
}


/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav {
	background: #fff;
}

#primary-nav .menu {}

#primary-nav .menu > .menu-item > a {
	color: #000;
	font-size: 20px;
	padding: 8px 15px;
	height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

#primary-nav .menu > .menu-item:hover > a {
	background: #b40032;
	color: #fff;
}

#primary-nav .menu .sub-menu {
	border: none;
	padding-top: 10px;
	background: #b40032;
}

#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	text-decoration: none;
}

#primary-nav .menu .sub-menu .menu-item:hover > a {
	background: #262626;
}

#primary-nav .menu-bar {
	text-transform: uppercase;
	font-size: 1.2em;
}

html.mobile-nav #primary-nav-wrapper {
	padding: 0;
}

html.mobile-nav #primary-nav .menu > .menu-item {
	border-left: none;
}

html.mobile-nav #primary-nav .menu > .menu-item > a {
	border-top: 1px solid rgba(0,0,0, 0.1);
	padding: 10px;
	font-size: 15px;
}

@media screen and (max-width: 1200px) {
	#primary-nav-wrapper {
		margin-bottom: 0;
	}
}

/* ======================================== *
	Breadcrumb Area
 * ======================================== */
#breadcrumb-area {
	margin-bottom: 30px;
}

#breadcrumbs {
	background-color: #888c91;
	color: #fff;
	padding: 10px 25px;
	font-size: 15px;
}

#breadcrumb-area a {
	color: #fff;
}

#breadcrumb-area #breadcrumbs {
	margin-bottom: 0;
}

@media screen and (max-width: 750px) {
	#breadcrumb-area-container {
		border-top: 2px solid #554736;
	}

	#breadcrumb-area-wrapper {
		display: none;
	}
}


/* ======================================== *
	Body Section
 * ======================================== */
#body {
	padding: 40px 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0 10px 10px rgba(0,0,0, 0.3);
	box-shadow: 0 10px 10px rgba(0,0,0, 0.3);
}

body.home #body {
	padding-top: 0;
}

#home-practice-areas-row .tmf-module-content {
	text-align: center;
}

#home-practice-areas-row .tmf-module-content a {
    display: inline-block;
    padding: 4px;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    font-size: 1.17em;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

#home-practice-areas-row .tmf-module-content a:hover {
	color: #b40032;
}

#home-practice-areas-row .tmf-module-content a img {
    border: 1px solid #b6b6b6;
}

#home-practice-areas-row .tmf-module-content {
	padding-top: 20px;
}

#home-slogan-row .slogan {
    background: #888c91;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: 30px;
    margin-top: 35px;
}

@media screen and (max-width: 1200px) {
	#body {
		padding: 0 0 25px;
	}

	h1#page-title {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1196px) {
	#home-practice-areas-row .practice-areas {
		max-width: 700px;
		margin: auto;
	}
}

@media screen and (max-width: 750px) {
	body.home #body {
		padding-bottom: 25px;
	}
}


/* ======================================== *
	Footer Section
 * ======================================== */
#footer {
	background: url("../images/header_bg.png");
	border-top: 4px solid #b40032;
	padding: 50px 25px;
}

#footer .tmf-button {
	display: block;
	text-align: center;
	margin: auto;
	max-width: 260px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	#footer {
		padding: 25px 0;
	}
}


/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright {
	padding: 25px 0 75px;
	border-top: 12px solid #b40032;
	text-align: center;
	font-size: .9em;
}

#copyright a {
	color: #515151;
}


/* ======================================== *
	Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
	margin-bottom: 50px;
}

.tmf-multi-module-area .tmf-module:last-child {
	margin-bottom: 0;
}

#body .tmf-module h3 {
	background: #fff;
	display: inline-block;
	padding-right: 10px;
	font-size: 1.2em;
	position: relative;
	z-index: 5;
	color: #b40032;
}

#body .tmf-module-content {
	position: relative;
	margin-top: -27px;
	border-top: 1px solid #7db1e4;
}

#body .tmf-module-33 .tmf-module-content {
	border-top: 0;
	margin-top: 0;
	text-align: center;
}

#footer .tmf-module h3 {
	background: url("../images/header_bg.png");
	display: inline-block;
	padding-right: 10px;
	font-size: 23px;
	position: relative;
	z-index: 5;
	font-weight: 700;
}

#footer .tmf-module-content {
	position: relative;
	margin-top: -27px;
	padding-top: 10px;
	border-top: 1px solid #7db1e4;
}

/* ======================================== *
	Inputs & Buttons
 * ======================================== */
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper textarea,
input[type=text],
textarea {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px #e2e2e2;
	-moz-box-shadow: inset 0 1px 1px #e2e2e2;
	box-shadow: inset 0 1px 1px #e2e2e2;
}

.gform_wrapper.tmf-form_wrapper input[type=text]:focus,
.gform_wrapper.tmf-form_wrapper textarea:focus,
input[type=text]:focus,
textarea:focus {
	border: 1px solid #888;
}

.gform_wrapper.tmf-form_wrapper input[type=submit] {
	border: none;
	font-family: "Quattrocento Sans", Arial, Helvetica, serif;
}

.gform_wrapper.tmf-form_wrapper input[type=submit],
.tmf-button,
.page-numbers {
	font-size: 1.1em;
	padding: 15px;
	background-color: #7db1e4;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none !important;
	color: #fff !important;
	font-weight: 700;
}

.gform_wrapper.tmf-form_wrapper input[type=submit]:hover,
.tmf-button:hover,
.page-numbers:hover {
	text-decoration: underline !important;
	color: #fff;
}

.tmf-button.large {
	font-size: 1.1em;
	padding: 20px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none !important;
}

.tmf-button.medium {
	font-size: .95em;
	padding: 5px 25px;
}

.tmf-button.small {
	font-size: .85em;
	padding: 3px 15px;
}

.tmf-button.tiny {
	font-size: .75em;
	padding: 2px 7px;
}

.page-numbers.current {
	background: none;
	border: 1px solid #ddd;
}


/* START DILUTION CALCUQUATTROCENTO SANSR */

#content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
}

/* ======================================== *
	General
 * ======================================== */
#dilution-calcuquattrocento sansr .calcuquattrocento sansr-section {
	display: inline-block;
	vertical-align: top;
}

#dilution-calcuquattrocento sansr .section-header {
	font-weight: 700;
	font-size: 1.3em;
	margin: 25px 10px;
}

#dilution-calcuquattrocento sansr .field {
	padding: 10px;
	border-radius: 5px;
}

#dilution-calcuquattrocento sansr .field:hover {
	background-color: #eee;
}

#dilution-calcuquattrocento sansr .field label {
	display: inline-block;
	width: 350px;
	vertical-align: middle;
}

#dilution-calcuquattrocento sansr .field label .sub-label {
	display: block;
	color: #999;
	font-size: .85em;
}

#dilution-calcuquattrocento sansr .field input[type=text] {
	width: 105px;
	vertical-align: top;
	padding: 7px;
	border: 1px solid #aaa;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	font-size: 1em;
}


#dilution-calcuquattrocento sansr .field input[type=text]:focus {
	outline: 2px solid #67a744;
}

#dilution-calcuquattrocento sansr .field input[disabled] {
	background-color: #e2e2e2;
}

#dilution-calcuquattrocento sansr .field .prefix {
	display: inline-block;
	margin: 8px 3px 0 -17px;
	font-size: 1.2em;
}

#dilution-calcuquattrocento sansr .field .suffix {
	margin: 9px 0 0 3px;
	font-size: 1.2em;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 650px) {
	#dilution-calcuquattrocento sansr .calcuquattrocento sansr-section {
		display: block;
	}

	#dilution-calcuquattrocento sansr .field label {
		display: block;
		width: auto;
		margin-bottom: 10px;
	}

	#dilution-calcuquattrocento sansr .field .prefix {
		position: relative;
		display: inline-block;
		margin: 8px 0 0 0;
		font-size: 1.2em;
	}
}

/* ======================================== *
	Signifigant Assumptions Section
 * ======================================== */
#dilution-calcuquattrocento sansr #signifigant-assumptions-section {
	margin-right: 50px;
}


@media screen and (max-width: 650px) {
	#dilution-calcuquattrocento sansr #signifigant-assumptions-section {
		margin-right: 0;
	}
}

/* ======================================== *
	Notes Section
 * ======================================== */
#dilution-calcuquattrocento sansr #notes-section .field label {
	width: 200px;
}

/* ======================================== *
	Calculations Table
 * ======================================== */
#dilution-calcuquattrocento sansr #calculations-table {
	width: 100%;
	margin-top: 25px;
	text-align: left;
	border-collapse: collapse;
}

#dilution-calcuquattrocento sansr #calculations-table td {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}


#dilution-calcuquattrocento sansr #calculations-table th {
	background-color: #67a744;
	color: #fff;
	font-weight: 400;
	padding: 10px;
}

#dilution-calcuquattrocento sansr #calculations-table .number-of-shares,
#dilution-calcuquattrocento sansr #calculations-table .dollar-percentage {
	width: 150px;
	text-align: center;
}

#dilution-calcuquattrocento sansr #calculations-table tr.total td {
	border-bottom: none;
	padding: 10px;
	font-weight: 700;
	font-size: 1.3em;
}

#dilution-calcuquattrocento sansr #calculations-table tr.total td.description {
	text-align: right;
}

#dilution-calcuquattrocento sansr #calculations-table tr:hover {
	background-color: #eee;
}

#dilution-calcuquattrocento sansr #calculations-table .field {
	text-align: center;
}

#dilution-calcuquattrocento sansr #calculations-table .field:hover {
	background: none;
}

#dilution-calcuquattrocento sansr #calculations-table .field input[type=text]:focus {
	outline: none;
}

#dilution-calcuquattrocento sansr #calculations-table .field input[disabled] {
	background: none;
	border: none;
	color: #222;
}

#dilution-calcuquattrocento sansr #calculations-table .field input[type=text] {
	text-align: center;
}

#dilution-calcuquattrocento sansr #calculations-table .field .prefix {
	margin: 0;
	font-size: 1em;
}

#dilution-calcuquattrocento sansr #calculations-table .field .suffix {
	margin: 0;
	font-size: 1em;
}

@media screen and (max-width: 650px) {
	#dilution-calcuquattrocento sansr #calculations-table th.dollar-percentage,
	#dilution-calcuquattrocento sansr #calculations-table th.number-of-shares {
		display: none;
	}

	#dilution-calcuquattrocento sansr #calculations-table th {
		display: block;
	}

	#dilution-calcuquattrocento sansr #calculations-table tr {
		display: block;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
	}

	#dilution-calcuquattrocento sansr #calculations-table tr:first-child {
		padding: 0;
		border-bottom: none;
	}

	#dilution-calcuquattrocento sansr #calculations-table td {
		display: block;
		width: auto;
		border: none;
		padding-left: 0;
	}

	#dilution-calcuquattrocento sansr #calculations-table td:first-child {
		font-weight: 700;
		font-size: 1.2em;
	}

	#dilution-calcuquattrocento sansr #calculations-table td:nth-child(2):before {
		content: "$ Value or %: ";
		display: inline-block;
		color: #666;
	}

	#dilution-calcuquattrocento sansr #calculations-table td:nth-child(3):before {
		content: "# of Shares: ";
		display: inline-block;
		color: #666;
	}

	#dilution-calcuquattrocento sansr #calculations-table td:nth-child(2) {
	}

	#dilution-calcuquattrocento sansr #calculations-table td:nth-child(3) {
	}


	#dilution-calcuquattrocento sansr #calculations-table .field {
		display: inline-block;
		padding: 0;
		font-weight: 700;
	}

	#dilution-calcuquattrocento sansr #calculations-table tr.total {
		border-bottom: none;
	}

	#dilution-calcuquattrocento sansr #calculations-table tr.total td.description {
		text-align: left;
	}
}
