@import url(../fonts/helveticaneue/stylesheet.css);

body {
    color: #313131; /*color: #616161; /*#939393;*/
    font: 14px/15px Arial, Helvetica, sans;
    line-height: 150%;
}

h1, h2 {
    color: #f36f21;
    font-family: HelveticaNeueRoman, Arial, Helvetica, sans;
    font-size: 30px;
    font-weight: normal;
    /*text-transform: lowercase;*/
    margin: 0 0 1.5em 0;
	line-height: 1em;
}
h2 {
    color: #007ecc; /*#507bb0;*/
    font-size: 26px;
    /*padding-bottom: 32px;
    border-bottom: 1px solid #ccc;*/
	margin-top: 0;
}
h3, h4 {
    color: #007ecc; /*#507bb0;*/
    font-family: HelveticaNeueRoman, Arial, Helvetica, sans;
    font-size: 24px;
    font-weight: normal;
    text-transform: none;
    margin: 2em 0 1em;
	line-height: 1em;
}
h5, h6 {
    color: #313131; /*color: #616161; /*#939393;*/
    font-family: Arial, Helvetica, sans;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    margin: 1em 0 0 0;
}

p {
    margin: 0.6em 0 1em 0;
}

a, a:link {
    color: #f36f21;
}
a:hover {
    color: #000;
}
a img {
    border: none;
}

hr, div.hr {
    height: 1px;
    overflow:hidden;
    color: #ccc;
    background: #ccc;
    padding: 0;
    border: none;
    margin: 1em 0;
}
div.hr hr {
    display: none;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear {
    display: block;
}
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}

/* Newfound Marketing CTA form */
.rsform {
  background-color:#f0f0f0;
  padding:2em;
  border: 1px solid #d5d5d5;
}
.rsform label {
  color:#007ecc;
}
.rsform .rsform-block-name, .rsform .rsform-block-email, .rsform .rsform-block-phone {
  display: inline-block;
}
.rsform .rsform-block-name label, .rsform .rsform-block-email label, .rsform .rsform-block-phone label {
  display: none;
}
.rsform .formResponsive textarea {
  width:78%;
}

/* button */

.buttons {
    padding: 0.3em 0;
}
.button, .button_current, .button_press, .button_disabled {
    color: #313131; /*color: #616161; /*#666666;*/
    display: inline-block;
    font-size: 14px;
    outline: 0 none;
    text-decoration: none;
}
button.button, 
button.button_current, 
button.button_press, 
button.button_disabled {
	background: none;
	padding-left: 0;
	padding-right: 0;
	border:none;
	margin-left: -3px;
	margin-right: -3px;	
	cursor: pointer;
}
.button > span, 
.button_current > span, 
.button_press > span, 
.button_disabled > span {
    background: url("../images/button_middle.jpg") left top repeat-x;
    display: inline-block;
}
.button > span > span, 
.button_current > span > span, 
.button_press > span > span, 
.button_disabled > span > span {
    background: url("../images/button_left.jpg") left top no-repeat;
    display: inline-block;
}
.button > span > span > span, 
.button_current > span > span > span, 
.button_press > span > span > span, 
.button_disabled > span > span > span {
    background: url("../images/button_right.jpg") right top no-repeat;
    color: #313131; /*color: #616161; /*#666666;*/
    cursor: pointer;
    display: inline-block;
    height: 25px;
    min-height: 25px;
    padding: 9px 12px 0;
    text-align: center;
    line-height: 16px;
}
.button:hover, 
.button_current {
    color: #FFFFFF;
}
.button:hover > span, 
.button_current > span {
    background-position: left -34px;
}
.button:hover > span > span, 
.button_current > span > span {
    background-position: left -34px;
}
.button:hover > span > span > span, 
.button_current > span > span > span {
    background-position: right -34px;
    color: #FFFFFF;
}
.button_press {
    color: #F6F6F6;
}
.button_press > span {
    background-position: left -68px;
}
.button_press > span > span {
    background-position: left -68px;
}
.button_press > span > span > span {
    background-position: right -68px;
    color: #F3F3F3;
    padding: 9px 11px 0 13px;
}
.button_disabled 
.button_disabled:hover {
    color: #aaaaaa;
    cursor: default;
}
.button_disabled > span, 
.button_disabled:hover > span {
    background-position: left -102px;
}
.button_disabled > span > span, 
.button_disabled:hover > span > span {
    background-position: left -102px;
}
.button_disabled > span > span > span, 
.button_disabled:hover > span > span > span {
    background-position: right -102px;
    color: #aaaaaa;
}



.button_bar {
	
}
.button_bar > .button, 
.button_bar > .button_current {
	margin-right: -7px;
}
.button_bar > .button > span {
	border-left: 1px solid #999;
}
.button_bar > .button:hover > span, 
.button_bar > .button_current > span {
	border-left: 1px solid #0274cc;
}
.button_bar > .button_disabled > span, 
.button_bar > .button_disabled:hover > span {
	border-left: 1px solid #ccc;
}
.button_bar > .button > span > span, 
.button_bar > .button_current > span > span {
	background-image: none;
}
.button_bar > .button > span > span > span, 
.button_bar > .button_current > span > span > span {
	background-image: none;
}
.button_bar > .button:first-child > span, 
.button_bar > .button_current:first-child > span {
	border-left: none;
}
.button_bar > .button:first-child > span > span, 
.button_bar > .button_current:first-child > span > span {
	background-image: url("../images/button_left.jpg");
}
.button_bar > .button:last-child > span > span > span, 
.button_bar > .button_current:last-child > span > span > span {
	background-image: url("../images/button_right.jpg");
}



.button_tabs {
	padding: 0 6px;
	border-bottom: 1px solid #0064c6;
}
.button_tabs > .button, 
.button_tabs > .button_current {
	font-size: 16px;
	margin: 0 0 -1px 0;
}
.button_tabs > .button > span, 
.button_tabs > .button_current > span {
	
}
.button_tabs > .button > span > span, 
.button_tabs > .button_current > span > span {
	
}
.button_tabs > .button > span > span > span, 
.button_tabs > .button_current > span > span > span {
	height: 20px;
	min-height: 20px;
	padding: 8px 16px 2px;
}
.button_tabs > .button:first-child > span, 
.button_tabs > .button_current:first-child > span {
	
}
.button_tabs > .button:first-child > span > span, 
.button_tabs > .button_current:first-child > span > span {
	
}
.button_tabs > .button:last-child > span > span > span, 
.button_tabs > .button_current:last-child > span > span > span {
	
}



.button_tabs_content {
	
}
.button_tabs_content > * {
	display: none;
	padding: 10px;
}



ul.com_intempco-checklist {
    padding: 0;
    list-style: none;
}
ul.com_intempco-checklist li {
    background: url(../images/icon-13-check3.png) left 3px no-repeat;
    padding-left: 20px;
    margin: 0.6em 0;
}

ul.com_intempco-icons {
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
}
ul.com_intempco-icons > li {
    padding: 4px 0;
}
ul.com_intempco-icons > li > a {
    text-decoration: none;
    font-size: 0.9em;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}
.com_intempco-icon16-pdf {
    background: url(../images/icon-16-pdf4.png) left center no-repeat;
    padding-left: 24px;
}
.com_intempco-icon16-link {
    background: url(../images/icon-16-pdf4.png) left center no-repeat;
    padding-left: 24px;
}
.com_intempco-icon16-zip {
    background: url(../images/icon-16-zip.png) left center no-repeat;
    padding-left: 24px;
}
.com_intempco-icon16-file {
    background: url(../images/icon-16-file.png) left center no-repeat;
    padding-left: 24px;
}



form {
    
}
form fieldset {
    border:none;
    padding: 0;
    margin: 0;
}
form fieldset > ol {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
form fieldset > ol > li {
    overflow: hidden;
    clear: left;
    padding: 4px 0;
    margin: 6px 0;
}
form fieldset > ol > li > label {
    float: left;
    width: 15%;
    min-width: 150px;
}
input[type="text"], input[type="password"], textarea, select {
	color: #333333;
	background: #fff;
	padding: 2px;
	border: 1px solid #d3d3d3;
	border-width: 1px 1px 1px 1px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #8ac2e5;
	box-shadow: 0 0 3px #8ac2e5;
	-moz-box-shadow: 0 0 3px #8ac2e5;
	-webkit-box-shadow: 0 0 3px #8ac2e5;
}



.photo,
.photo-left,
.photo-right,
.photo-center {
	background: #fff;
	border: 1px solid #ccc;
    
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.photo-left,
.image-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.photo-right,
.image-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}
.photo-center,
.image-center {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#system-message {
    margin-top: 0;
    margin-bottom: 20px;
}
#system-message > dt {
    display: none;
}
#system-message > dd {
    font-weight: normal;
    text-indent: 0;
}
#system-message > dd > ul {
    /*border-bottom-width: 1px;
    border-top-width: 1px;*/
    padding: 10px 15px;
    border: 1px solid #84A7DB;   
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#system-message > .message > ul {
    background-color: #f3f3f3;
    background-image: none;
}
#system-message > .error > ul, #system-message > .warning > ul, #system-message > .notice > ul {
    color: #CC0000;
}
#system-message > .error > ul {
    background-color: #f3f3f3;
    border-color: #DE7A7B;
}
#system-message > .warning > ul {
    background-color: #f3f3f3;
    border-color: #DE7A7B;
}
#system-message > .notice > ul {
    background-color: #f3f3f3;
    border-color: #F0DC7E;
}




.yt-badge {
	display: inline-block;
	width: 46px;
	height: 22px;
	background: url(../images/badge-youtube.png) no-repeat;
	border: none;
	text-decoration: none;
}

.com_users-login {
	padding-top: 40px;
	text-align: center;
	line-height: 2.4em;
}
.com_users-login ul {
	list-style: none;
	line-height: 2em;
	padding: 0;
	margin: 20px 0 0 0;
}
.com_users-login #username-lbl,
.com_users-login #password-lbl {
	width: 100px;
	display: inline-block;
}
.com_users-login #remember {
	margin-left: 50px;
}




.item-page .img-fulltext-left, 
.blog .img-intro-left {
	margin: 1em 0;
}
.item-page .img-fulltext-left img, 
.blog .img-intro-left img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.element-invisible {
	display: none;
}