/* Start of CMSMS style sheet 'Consultants - 1 - Base' */
/*
* Skeleton V1.2 (Base Stylesheet)
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
	#Reset & Basics
	#Basic Styles (modified)
	#Site Styles
	#Typography (modified)
	#Links
	#Lists (modified)
	#Images
	#Buttons
	#Forms
	#Searchbar Form
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	html, body { height: 100%; }
	html {
		font-size: 62.5%;
	}
	body {
		font-size: 1.2rem; line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {/*
		border-collapse: collapse;
		border-spacing: 0; */}

	*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

	.hidden { display: none; }


/* #Basic Styles
================================================== */
body{background-color:#585656;}

body, p,
h1, h2, h3, h4, h5, h6,
.rsnav-menu li a, .rsnav-toggle:after,
input[type="text"],
input[type="password"],
input[type="email"],
.button, button, input[type="submit"], input[type="text"], input[type="reset"], input[type="button"],
textarea,
select,
form {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300; 
}

	body, p  {
		font-size: 15px; font-size: 1.5rem;
		font-weight: 400;
		line-height: 18px;
		color: #4a4a4a;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 		}





/* #Typography
================================================== */

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		color: #eb1b37;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 24px; font-size: 2.4rem; line-height: 24px; margin-bottom: 10px; }
	h2 { font-size: 20px; font-size: 2.0rem; line-height: 20px; margin-bottom: 10px; }
	h3 { font-size: 17px; font-size: 1.7rem; line-height: 17px; margin-bottom: 10px; }	
	h4 { font-size: 15px; font-size: 1.5rem; line-height: 15px; margin-bottom: 8px; }
	h5 { font-size: 13px; font-size: 1.3rem; line-height: 13px; margin-bottom: 8px; }
	h6 { font-size: 13px; font-size: 1.3rem; line-height: 13px; margin-bottom: 8px; }

	p, br { margin: 0 0 15px 0; }
	p img { margin: 0; }

	em { font-style: italic; }
	strong {font-weight:700;}
	cite {font-weight: 700;}
	small { font-size: 80%; }




	/* Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #444751; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; background:rgba(231, 232, 233, .91); }
	.ie blockquote{background-color:#e7e8e9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=91)";filter:alpha(opacity=91);}
	blockquote cite { display: block; font-size: 12px; color: #dadada; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 2px 0 0; clear: both; margin: 20px 0; height: 0; }
	hr.hr-thick { border: solid #ddd; border-width: 4px 0 0; }


/* #Links
================================================== */
	a, a:visited {color:#999; text-decoration:none; outline:0; }
	a:hover, a:focus, a:active { color:#eb1b37; text-decoration:underline; }
	
	#footer .omega a {text-decoration: underline; }
	


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc inside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
	#main ul, #additional ul, .introcontent ul, .additional-content-wrapper ul {list-style:disc;margin-left:20px;}
	#main li, #additional li, .introcontent li, .additional-content-wrapper li {margin-bottom:6px;}

/* #Images
================================================== */

	img {
		max-width: 100%;
		height: auto;
	}
 
	.loading { background: url(/templates/default/images/loading.gif) center center no-repeat}


/* #Buttons
================================================== */

	a.button, a.button:visited,
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  background-color:#bf1e2e;
	  border:0;
	  color: #fff;
	  display: inline-block;
	  font-size: 16px;
	  padding:8px 32px;
	  box-sizing:border-box;
	  font-weight: normal;
	  text-align:center;
	  text-decoration: none;
	  cursor: pointer;
	  border-radius: 3px;
	  transition:background-color ease-in-out 0.25s; }

	a.button:hover,
	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		border:0;
		text-decoration: none;
		color: #fff;
		background-color:#df3143;
		-moz-box-shadow:0 0 3px rgba(223, 49, 67, 0.3);
		-webkit-box-shadow:0 0 3px rgba(223, 49, 67, 0.3);
		box-shadow:0 0 3px rgba(223, 49, 67, 0.3); }

	a.button:active,
	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border:0;
		text-decoration: none;
		color: #fff;
		background-color: #a91b29;}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

	table .button,
	table button,
	table input[type="submit"],
	table input[type="reset"],
	table input[type="button"] { margin-bottom: 10px; }
	
	/* oblong buttons */
	a.button.wide, a.button.wide:visited,
	.button.wide,
	button.wide,
	input[type="submit"].wide,
	input[type="reset"].wide,
	input[type="button"].wide,
	
	form a.button, form a.button:visited,
	form .button,
	form button,
	form input[type="submit"],
	form input[type="reset"],
	form input[type="button"]{display:inline-block;width:auto;padding-left:15px;padding-right:15px;}
	
	
	


/* #Forms
================================================== */

form { margin-bottom:20px; margin-top:20px; }
fieldset {margin-bottom: 0; }

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ddd;
		padding: 6px 4px;
		outline: none;
		border-radius: 2px;
		font-size: 14px;
		color: #ddd;
		display: block;
		margin-bottom: 12px;
		background: #fff; }
	select {
		padding: 6px 4px; }

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #bf1e2e;
 		color: #4a4a4a;
 		-moz-box-shadow:0 0 3px rgba(191, 30, 46, 0.3);
		-webkit-box-shadow:0 0 3px rgba(191, 30, 46, 0.3);
		box-shadow:0 0 3px rgba(191, 30, 46, 0.3); }

	textarea {
		min-height: 60px; }

	label,
	legend {
		display: block;
		font-weight: normal;
		font-size: 14px;
		color: #4a4a4a; }

	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 14px;
		color: #4a4a4a; }

	/* widths */
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {width:75%;}
	
	
	.captcha img{display:block;margin-bottom:10px;}






/* .searchbar Form 
================================================== */
.searchbar form { margin:0; position:relative; }
.searchbar input[type="text"] {
	display:inline;
	border:1px solid #ddd;
	height:28px;
	border-radius:18px;
	margin:0;
	padding:6px 8px;
	box-shadow:none;
	color:#ddd;
	background-color:#fff;
    font-size:12px;
	font-weight:normal;
	line-height:12px;
}
.searchbar input[type="text"]:focus {
	border:1px solid #bf1e2e;
	color:#4a4a4a;
	box-shadow: 1px 2px 5px rgba(191, 30, 46, 0.3);
}


/* .searchbar button */
.searchbar input[type="submit"] {
	border:none;
	width:26px;
	height:26px;
	border-radius:13px;
	background-image:url('templates/default/icons/search.png');
    background-repeat:no-repeat;
    background-position:center center;
	background-color:#fff;
	color:transparent;
	cursor:pointer;
	font-size:14px;
	text-shadow:none;
	margin:0;
	padding:0;
	position:absolute;
	top:1px;
	right:1px;
}

.searchbar input[type="submit"]:hover,
.searchbar input[type="submit"]:focus,
.searchbar input[type="submit"]:active {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:#bf1e2e;
	background-image:url('templates/default/icons/search-white.png');
	box-shadow: 1px 2px 3px rgba(191, 30, 46, 0.3);
}




	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		input[type="text"],
		input[type="password"],
		input[type="email"],
		select { width: 100%; }

	}

	table input[type="text"],
	table input[type="password"],
	table input[type="email"],
	table textarea,
	table select { margin-bottom: 0; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.add-top { padding-top: 20px !important; }
	.add-right { margin-right: 20px !important; }
	.right { float: right !important; }
/* End of 'Consultants - 1 - Base' */

