/*
Theme Name: procom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: procom
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 procom is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

*.float-divider, *.fd {
	clear:both !important;
	width:auto !important;
	height:1px !important;
	line-height:1px !important;
	font-size:1px !important;
	display:block !important;
	float:none !important;
	text-indent:-9999px;
	border-width:0px !important;
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
	background-image:none !important;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	1box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	1text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#metatable {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	.site-branding a {
		display:block;
		float:left;
	}

	.site-branding .menu-toggle {
		float:right;
		margin-top:10px;
		text-indent: -9999px;
		background-image:url('img/menu_button-01.svg');
		width:50px;
		height:50px;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:contain;
	}

	.site-branding .menu-toggle.open {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.menu-toggle,
	.main-navigation.toggled ul.menu,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}

.hentry {
	margin: 0 0 1.5em;
}

.content-full-width .hentry { margin:0; }

.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.services-button {
background: rgb(0,122,189); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,122,189,1) 0%, rgba(0,115,174,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,122,189,1)), color-stop(100%,rgba(0,115,174,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,122,189,1) 0%,rgba(0,115,174,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,122,189,1) 0%,rgba(0,115,174,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,122,189,1) 0%,rgba(0,115,174,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,122,189,1) 0%,rgba(0,115,174,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007abd', endColorstr='#0073ae',GradientType=0 ); /* IE6-9 */
border-radius:10px;
}

.services-button p {
font-family:Roboto Condensed;
font-size:1.75em;
font-weight:400;
color:#ffffff;
line-height:1.25em;
padding:20px 0 20px 0;
margin-top:0.25em;
margin-bottom:0.25em;
}

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

ul.menu-inline, ul.menu-inline li { margin:0; padding:0; list-style-type:none; display:inline; }
ul.menu-inline a { padding:0 5px; border-right:1px solid #FFF; }
ul.menu-inline li:last-child a { border-right-width:0px; }

.trifecta .introbox img {
	margin-bottom:20px;
}

/**** Contact Form 7 ****/
.wpcf7-form p.wpc7-input-icon {
	clear:both;
}

.form-icons span.form-control-wrap,
.wpcf7-form p span.wpcf7-form-control-wrap {
	display:block;
	position:relative;
	color:#000;
}

.form-icons .input-icon span.form-control-wrap::before,
.wpcf7-form p.input-icon span.wpcf7-form-control-wrap::before,
.mc4wp-form p.input-icon::before {
	font-family: "foundation-icons";
	float:left;
	width:5%;
	background-color:#f2f2f2;
	border:1px solid #d9d9d9;
	height:2.3125em;
	padding:0.5em;
	line-height:1em;
	text-align:center;
	content: '';
}

.form-icons .input-icon-long span.form-control-wrap::before,
.wpcf7-form p.input-icon-long span.wpcf7-form-control-wrap::before,
.mc4wp-form p.input-icon-long::before,
.widget-area .wpcf7-form p.input-icon span.wpcf7-form-control-wrap::before,
.widget-area .mc4wp-form p.input-icon::before {
	width:10%;
}

.form-icons .input-icon span.form-control-wrap::after,
.wpcf7-form p.input-icon span.wpcf7-form-control-wrap::after,
.mc4wp-form p.input-icon-long::after {
	content: '';
	display:table;
	clear:both;
}

.form-icons  .input-icon span input,
.wpcf7-form p.input-icon span input,
.mc4wp-form p.input-icon input {
	float:left;
	width:95%;
	font-size:1em;
}

.form-icons  .input-icon-long span input,
.wpcf7-form p.input-icon-long span input,
.mc4wp-form p.input-iconlong input,
.widget-area .wpcf7-form p.input-icon span input,
.widget-area .mc4wp-form p.input-icon input {
	width:90%;
}

.form-icons  .icon-name span.form-control-wrap::before,
.wpcf7-form p.icon-name span.wpcf7-form-control-wrap::before,
.mc4wp-form p.icon-name::before {
	content: "\f1fe";
}

.form-icons  .icon-email span.form-control-wrap::before,
.wpcf7-form p.icon-email span.wpcf7-form-control-wrap::before,
.mc4wp-form p.icon-email::before {
	content: "\f16d";
}

.form-icons  .icon-phone span.form-control-wrap::before,
.wpcf7-form p.icon-phone span.wpcf7-form-control-wrap::before,
.mc4wp-form p.icon-phone::before {
	content: "\f1f8";
}

@media all and (max-width:1024px) {
	.wpcf7-form p.input-icon span.wpcf7-form-control-wrap::before,
	.mc4wp-form p.input-icon::before {
		width:10%;
	}

	.wpcf7-form p.input-icon span input,
	.mc4wp-form p.input-icon input {
		width:90%;
	}
}

@media all and (max-width:768px) {
	.wpcf7-form p.input-icon span.wpcf7-form-control-wrap::before,
	.mc4wp-form p.input-icon::before {
		width:15%;
	}

	.wpcf7-form p.input-icon span input,
	.mc4wp-form p.input-icon input {
		width:85%;
	}
}
/** End Contact Form 7 **/

/**** Action Block ****/
.action-block .txt {
	border-width:0px;
}

.action-block .txt h2 {
	padding-top:0px;
}
/** End Action Block **/

/**** Classes ****/

*.float-divider, *.fd {
	clear:both !important;
	width:auto !important;
	height:1px !important;
	line-height:1px !important;
	font-size:1px !important;
	display:block !important;
	float:none !important;
	text-indent:-9999px;
	border-width:0px !important;
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
}

.error-message {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #FF3333;
	background-color:#FFCCCC;
	padding:15px 10px;
	text-align:center;
	margin-bottom:25px;
}

.error-message p {
	margin-bottom:10px;
	color:#be1e2d;
	font-weight:bold;
}

.error-message p + p {
	margin-bottom:10px;
}

.error-message.message-success {
	border:1px solid #477312;
	background-color:#89c541;
}

.error-message.message-success p {
	color:#FFF;
}

.error-message p:last-child {
	margin-bottom:0px;
}

/*** Section ***/
*.section-split {

}

*.section-split .section-column {
	float:left;
	width:50%;
}

*.section-split .column-left {
	float:left;
}

*.section-split .column-right {
	float:right;
}

*.section-split .column-third { width:33%; }
*.section-split .column-half { width:50%; }

*.section-split .column-05 { width: 5%; }
*.section-split .column-10 { width:10%; }
*.section-split .column-15 { width:15%; }
*.section-split .column-20 { width:20%; }
*.section-split .column-25 { width:25%; }
*.section-split .column-30 { width:30%; }
*.section-split .column-35 { width:35%; }
*.section-split .column-40 { width:40%; }
*.section-split .column-45 { width:45%; }
*.section-split .column-50 { width:50%; }
*.section-split .column-55 { width:55%; }
*.section-split .column-60 { width:60%; }
*.section-split .column-65 { width:65%; }
*.section-split .column-70 { width:70%; }
*.section-split .column-75 { width:75%; }
*.section-split .column-80 { width:80%; }
*.section-split .column-85 { width:85%; }
*.section-split .column-90 { width:90%; }
*.section-split .column-95 { width:95%; }

.width-third { width:33%; }
.width-half { width:50%; }

.width-05 { width: 5%; }
.width-10 { width:10%; }
.width-15 { width:15%; }
.width-20 { width:20%; }
.width-25 { width:25%; }
.width-30 { width:30%; }
.width-35 { width:35%; }
.width-40 { width:40%; }
.width-45 { width:45%; }
.width-50 { width:50%; }
.width-55 { width:55%; }
.width-60 { width:60%; }
.width-65 { width:65%; }
.width-70 { width:70%; }
.width-75 { width:75%; }
.width-80 { width:80%; }
.width-85 { width:85%; }
.width-90 { width:90%; }
.width-95 { width:95%; }
/* End Section */

/*************
**** Form ****
*************/

.form {
	line-height:30px;
}

.form input::-webkit-input-placeholder {
   color:rgba(0,0,0,0.5);
}

.form input::-moz-placeholder {
   color:rgba(0,0,0,0.5);
}

.form input:-ms-input-placeholder {
   color:rgba(0,0,0,0.5);
}

.form input[type="text"],
.form input[type="password"],
.form input[type="date"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="month"],
.form input[type="week"],
.form input[type="email"],
.form input[type="number"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="time"],
.form input[type="url"],
.form textarea {
	color:#f47a20;
}

.form input.input-value {
	color:#0084c7;
}

.form input:focus,
.form textarea:focus {
	color:#f47a20;
}

.form label {
	1line-height:35px;
	1font-size:20px;
	margin:0;
	padding:0;
	float:left;
	width:30%;
	font-weight:normal;
	display:none;
}

.form label.label-checkbox {
	width:auto;
	float:none;
	display:block;
}

.form label sup {
	color:#FF3333;
}

.form .form-label {
	display:none;
}

.form .form-label label {
	float:none;
	width:auto;
	margin-right:5%;
}

.form .form-element {
	width:70%;
	float:right;
	float:none;
	width:100%;
}

.form .form-element input[type="text"],
.form .form-element input[type="password"],
.form .form-element input[type="email"],
.form .form-text .form-element input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	width:100%;
	border:1px solid #808285;
	background-color:#f1f1f2;
	margin:0;
	height:35px;
	display:block;
	color:#3399CC;
}

.form .form-group,
.form .form-text {
	margin-bottom:30px;
}

.form .form-file .form-element-file {
	margin-top:8px;
}

.form .form-note {
	color:#5F5F5F;
}

.form .form-note.forgot {
	font-size:0.8em;
	text-align:right;
}

.form .form-note label {
	width:auto;
	float:none;
}

.form .form-heading {
	font-size:1.3em;
	color:#6699CC;
}

.form .form-row-hide {
	display:none;
}

.form .form-element-hide {
	display:none;
}

.form .form-row-no-label .form-label {
	display:none;
}

.form .form-element-radio .form-element,
.form .form-element-radio .form-element label {
	display:block;
}

/* Chosen */

.form .chosen-container-single .chosen-single {
	height: 35px;
}

.form .chosen-container-single .chosen-single span {
	line-height:33px;
}

.form .chosen-container-single .chosen-single div b {
	background-position:0px 7px;
}

.form .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position:-18px 7px;
}

/* Password */
.form .form-password {
	margin-bottom:10px;
}

.form .password-indicator {
	line-height:30px;
	min-height:30px;
	text-align:right;
	color:#f15b40;
}

/* Checkbox */
.form .form-checkbox label {
	float:none;
	width:auto;
	display:block;
}

/* Submit / Button */
.form .form-submit {
	margin-bottom:5px;
}

.form .form-submit label {
	display:none;
}

.form .form-submit .form-element {
	float:right;
	width:auto;
}

.form .form-button {
	border:1px solid #629036;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
}

.form .form-button .form-button-inner {
	border:1px solid #8ac44b;
	background: #b4d48c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0ZDQ4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YWM0NGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b4d48c 0%, #8ac44b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4d48c), color-stop(100%,#8ac44b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4d48c 0%,#8ac44b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4d48c 0%,#8ac44b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4d48c 0%,#8ac44b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4d48c 0%,#8ac44b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d48c', endColorstr='#8ac44b',GradientType=0 ); /* IE6-8 */
	text-align:center;
	color:#FFF;
	height:55px;
	vertical-align:middle;
	min-width:200px;
	padding:0 20px;
	margin:0;
	box-shadow:none;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.form .form-button-center {
	margin-left:auto;
	margin-right:auto;
}

.form-mixed-indented {
	width:70%;
	margin-left:auto;
}

.form-mixed .form-checkbox label {
	line-height:55px;
}

.form .form-row-half {
	width:50%;
	float:left;
}

/**************
**** Icons ****
**************/

.form .form-icon .icon {
	display:block;
	text-indent:-9999px;
	line-height:35px;
	min-height:35px;
	padding:0px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.form .form-icon .icon-add {
	background-image:url('img/self-service/icon-add.png');
}

.form .form-icon .icon-calendar {
	background-image:url('img/self-service/icon-calendar.png');
}

/********************
**** Form Helper ****
********************/

.form-helper .form-label {
	width:12.5%;
	float:left;
}

.form-helper label,
.form-helper .form-label label {

}

.form-helper .form-elements {
	width:82.5%;
	float:left;
}

.form-helper .form-elements .form-element {
	float:none;
	width:auto;
}

.form-helper .form-elements-phone .form-element-select {
	width:20%;
	float:left;
}

.form-helper .form-elements-phone .form-element-text {
	width:75%;
	float:right;
}

.form-helper .form-elements-date .form-label,
.form-helper .form-elements-date .form-label label {
	display:block;
	width:auto;
	float:none;
}

.form-helper .form-elements-date .form-label input[type="radio"] {
	display: inline;
	width: auto;
	margin-right:10px;
	height:auto;
}

.form-helper .form-elements-date input[type="text"] {
	display: inline;
	width: 100px;
	margin:0 10px;
}

.form-helper .form-elements-date .date-immediately {
	float:left;
	width:25%;
}

.form-helper .form-elements-date .date-weeks {
	float:left;
	width:40%;
}

.form-helper .form-elements-date .form-element-date-picker {
	float:left;
	width:35%;
}

.form-helper .form-elements-date .form-element-date-picker .form-label {
	float:left;
	width:10%;
}

.form-helper .form-elements-date .form-element-date-picker .form-element-date-picker {
	width:25%;
}

.form-helper .form-elements-date .form-element-date-picker .form-element-text {
	width:55%;
	float:left;
}

.form-helper .form-elements-date .form-element-date {
	width:20%;
	float:left;
	position:relative;
}

.form-helper .form-elements-date .form-element-date .datepicker {
	position:absolute;
	left:0;
	bottom:100%;
}

.form-helper .form-elements-date .form-element-text {
	width:75%;
	float:right;
}

.form-helper .form-note .form-label {
	width:auto;
	float:none;
}

.form-helper .form-icon {
	width:5%;
	float:left;
	height:35px;
}

.form-helper .form-icon-full {
	width:auto;
	float:none;
}

/*** Half ***/
.form-helper .form-row-half .form-label {
	width:25%;
}

.form-helper .form-row-half .form-label label {
	margin-right:10%;
}

.form-helper .form-row-half .form-elements {
	width:65%;
}

.form-helper .form-group-split .form-label,
.form-helper .form-group-split .form-elements {
	width:50%;
}

.form-helper .form-group-newsletter .form-label {
	width:33.125%;
}

.form-helper .form-group-newsletter .form-elements {
	width:61.875%;
}

/* End Half */

/**** Annotations ****/
.form-row {
	position:relative;
}

.row-annotation {
	position:absolute;
	left:100%;
	top:-30px;
	width:300px;
}

.annotation {
	position:relative;
	background-color:#F1F2F2;
	padding:20px 15px;
	border:1px solid #666666;
	margin-left:25px;
	line-height: 20px;
}

.annotation:before {
	position: absolute;
	display: inline-block;
	border-top: 20px solid transparent;
	border-right: 20px solid #666;
	border-bottom: 20px solid transparent;
	border-right-color: #666666;
	left: -20px;
	top: 30px;
	content: '';
}

.annotation:after {
	position: absolute;
	display: inline-block;
	border-top: 19px solid transparent;
	border-right: 19px solid #F1F2F2;
	border-bottom: 19px solid transparent;
	left: -19px;
	top: 31px;
	content: '';
}
/** End Annotations **/

/* End Form Helper */

/* End Form */

.button-grey {
	border:1px solid #bcbec0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:block;
	background-color: #f1f1f2;
	text-align:center;
	color:#FFF;
	line-height:55px;
	padding:0;
	margin:0;
	box-shadow:none;
}

.sm-options-container {
	display:none;
}

.sm-options .sm-option {
	float:left;
	width:33%;
}

.sm-options .sm-option:nth-child(2n+2) {
	width:32%;
	margin:0 1%;
}

.sm-options .sm-option .button-grey {
	text-indent:-9999px;
	background-position:center center;
	background-repeat:no-repeat;
}

.sm-btn-facebook .button-grey {
	background-image:url('img/self-service/button-facebook.png');
}

.sm-btn-google .button-grey {
	background-image:url('img/self-service/button-google.png');
}

.sm-btn-linkedin .button-grey {
	background-image:url('img/self-service/button-linkedin.png');
}

/** End Classes **/

/**** Self Service ****/
.ss-forms {
	background-image:url('img/self-service/bg-grey.png');
	background-position:center center;
	background-repeat:repeat-y;
	margin-bottom:60px;
}

.ss-forms .ss-form-register { margin-right:55px; }

.ss-forms .ss-form-login { margin-left:55px; }

.ss-profile {
	width:1000px;
}

.ss-profilez .row {
	margin-bottom:15px;
}

.ss-profilez form > .row {
	margin-bottom:30px;
}

.ss-profilez .rowz {
	max-width:50em;
}

.ss-profilez .panel {padding: 0.75em 1.25em;display:none;position:absolute;}

.ss-profilez form input {margin-bottom:0.2em;}

.ss-profilez .form-helper .form-submit .form-elements {
	width:auto;
	float:none;
}

.ss-profilez .form .form-button {
	width:225px;
	display:block;
}

.ss-profilez .form .form-button .form-button-inner {
	width:100%;
	display:block;
}

@media all and (max-width: 768px) {
	.profile-tooltips {
		display:none;
	}
}

/** End Self Service **/

/**** Home Page ****/
.trifecta .introbox {
	text-align:center;
}

.trifecta .introbox a {
	display:block;
}

.trifecta .introbox img	{
	float:none;
	margin:0px;
}

.trifecta .introbox h1 {
	font-weight:400;
	text-align:center;
}

/** End Home Page **/

/**** Procom Job Description Footer ****/
div.procom-footer {
	border-top:1px solid #231f20;
	padding-top:20px;
	margin-bottom:2em;
}

div.procom-footer div.pf-content p:last-child {
	margin-bottom:0px;
}

div.procom-footer div.pf-content p span.pf-logo {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 15px 0px 15px 25px;
}

div.procom-footer div.pf-content p span.pf-logo img {
	width:85%;
}
/** End Procom Job Description Footer **/

/**** Nivo Lightbox ****/
.nivo-lightbox-theme-default .nivo-lightbox-close {
	background-size: cover !important;
	background-position: center center !important;
	width: 20px !important;
	height: 20px !important;
}

body.admin-bar .nivo-lightbox-close {
	top:5%;
}
/** End Nivo Lightbox **/

*.padding-bottom {
	padding-bottom:10px;
}

*.border-bottom {
	border-bottom:1px solid #000;
}

@media all and (max-width:1200px) {
	div.procom-footer {
		padding-left:15px;
		padding-right:15px;
	}
}